com.telelogic.rhapsody.core
Interface IRPBaseExternalCodeGeneratorTool

All Known Subinterfaces:
IRPCodeGenSimplifiersRegistry, IRPExternalCodeGeneratorInvoker

public interface IRPBaseExternalCodeGeneratorTool


Method Summary
 void advanceCodeGenProgressBar()
          method advanceCodeGenProgressBar
 int shouldAbortCodeGeneration()
          method shouldAbortCodeGeneration
 void writeCodeGenMessage(java.lang.String msg)
          method writeCodeGenMessage
 

Method Detail

advanceCodeGenProgressBar

void advanceCodeGenProgressBar()
method advanceCodeGenProgressBar

Throws:
RhapsodyRuntimeException

shouldAbortCodeGeneration

int shouldAbortCodeGeneration()
method shouldAbortCodeGeneration

Throws:
RhapsodyRuntimeException

writeCodeGenMessage

void writeCodeGenMessage(java.lang.String msg)
method writeCodeGenMessage

Throws:
RhapsodyRuntimeException