|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPConfiguration
The IRPConfiguration interface represents a code generation configuration within a specific component.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
void |
addInitialInstance(IRPModelElement newVal)
method addInitialInstance |
void |
addPackageToInstrumentationScope(IRPPackage pVal)
method addPackageToInstrumentationScope |
void |
addToInstrumentationScope(IRPClassifier pVal)
method addToInstrumentationScope |
void |
deleteInitialInstance(IRPModelElement newVal)
method deleteInitialInstance |
java.lang.String |
getAdditionalSources()
get property additionalSources |
int |
getAllElementsInInstrumentationScope()
Checks whether the instrumentation mode selected for the configuration applies to all elements or just selected elements. |
java.lang.String |
getBuildSet()
get property buildSet |
java.lang.String |
getCompilerSwitches()
get property compilerSwitches |
java.lang.String |
getDirectory(int fullpath,
java.lang.String nawName)
method getDirectory |
java.lang.String |
getExecutableName()
method getExecutableName |
int |
getGenerateCodeForActors()
get property generateCodeForActors |
java.lang.String |
getIncludePath()
get property includePath |
IRPCollection |
getInitialInstances()
get method initialInstances |
java.lang.String |
getInitializationCode()
get property initializationCode |
IRPCollection |
getInstrumentationScope()
get property instrumentationScope |
java.lang.String |
getInstrumentationType()
get property instrumentationType |
IRPComponent |
getItsComponent()
method getItsComponent |
java.lang.String |
getLibraries()
get property libraries |
java.lang.String |
getLinkSwitches()
get property linkSwitches |
java.lang.String |
getMainName()
method getMainName |
java.lang.String |
getMakefileName(int fullpath)
method getMakefileName |
java.lang.String |
getPath(int fullPath)
get property path |
java.lang.String |
getScopeType()
get property scopeType |
java.lang.String |
getStandardHeaders()
get property standardHeaders |
java.lang.String |
getStatechartImplementation()
get property statechartImplementation |
java.lang.String |
getTargetName(int fullpath)
method getTargetName |
java.lang.String |
getTimeModel()
get property timeModel |
int |
needsCodeGeneration()
method needsCodeGeneration checks is code generation is needed |
void |
removeFromInstrumentationScope(IRPClassifier pVal)
method removeFromInstrumentationScope |
void |
removePackageFromInstrumentationScope(IRPPackage pVal)
method removePackageFromInstrumentationScope |
void |
setAdditionalSources(java.lang.String additionalSources)
set property additionalSources |
void |
setAllElementsInInstrumentationScope(int allElementsInInstrumentationScope)
set property allElementsInInstrumentationScope |
void |
setBuildSet(java.lang.String buildSet)
set property buildSet |
void |
setCompilerSwitches(java.lang.String compilerSwitches)
set property compilerSwitches |
void |
setDirectory(int fullpath,
java.lang.String newName)
method setDirectory |
void |
setGenerateCodeForActors(int generateCodeForActors)
set property generateCodeForActors |
void |
setIncludePath(java.lang.String includePath)
set property includePath |
void |
setInitializationCode(java.lang.String initializationCode)
set property initializationCode |
void |
setInstrumentationType(java.lang.String instrumentationType)
set property instrumentationType |
void |
setItsComponent(IRPComponent newVal)
method setItsComponent |
void |
setLibraries(java.lang.String libraries)
set property libraries |
void |
setLinkSwitches(java.lang.String linkSwitches)
set property linkSwitches |
void |
setScopeType(java.lang.String scopeType)
set property scopeType |
void |
setStandardHeaders(java.lang.String standardHeaders)
set property standardHeaders |
void |
setStatechartImplementation(java.lang.String statechartImplementation)
set property statechartImplementation |
void |
setTimeModel(java.lang.String timeModel)
set property timeModel |
Method Detail |
---|
void addInitialInstance(IRPModelElement newVal)
RhapsodyRuntimeException
void addPackageToInstrumentationScope(IRPPackage pVal)
RhapsodyRuntimeException
void addToInstrumentationScope(IRPClassifier pVal)
RhapsodyRuntimeException
void deleteInitialInstance(IRPModelElement newVal)
RhapsodyRuntimeException
java.lang.String getAdditionalSources()
RhapsodyRuntimeException
int getAllElementsInInstrumentationScope()
java.lang.String getBuildSet()
RhapsodyRuntimeException
java.lang.String getCompilerSwitches()
RhapsodyRuntimeException
java.lang.String getDirectory(int fullpath, java.lang.String nawName)
RhapsodyRuntimeException
java.lang.String getExecutableName()
RhapsodyRuntimeException
int getGenerateCodeForActors()
RhapsodyRuntimeException
java.lang.String getIncludePath()
RhapsodyRuntimeException
IRPCollection getInitialInstances()
RhapsodyRuntimeException
java.lang.String getInitializationCode()
RhapsodyRuntimeException
IRPCollection getInstrumentationScope()
RhapsodyRuntimeException
java.lang.String getInstrumentationType()
RhapsodyRuntimeException
IRPComponent getItsComponent()
RhapsodyRuntimeException
java.lang.String getLibraries()
RhapsodyRuntimeException
java.lang.String getLinkSwitches()
RhapsodyRuntimeException
java.lang.String getMainName()
RhapsodyRuntimeException
java.lang.String getMakefileName(int fullpath)
RhapsodyRuntimeException
java.lang.String getPath(int fullPath)
RhapsodyRuntimeException
java.lang.String getScopeType()
RhapsodyRuntimeException
java.lang.String getStandardHeaders()
RhapsodyRuntimeException
java.lang.String getStatechartImplementation()
RhapsodyRuntimeException
java.lang.String getTargetName(int fullpath)
RhapsodyRuntimeException
java.lang.String getTimeModel()
RhapsodyRuntimeException
int needsCodeGeneration()
RhapsodyRuntimeException
void removeFromInstrumentationScope(IRPClassifier pVal)
RhapsodyRuntimeException
void removePackageFromInstrumentationScope(IRPPackage pVal)
RhapsodyRuntimeException
void setAdditionalSources(java.lang.String additionalSources)
RhapsodyRuntimeException
void setAllElementsInInstrumentationScope(int allElementsInInstrumentationScope)
RhapsodyRuntimeException
void setBuildSet(java.lang.String buildSet)
RhapsodyRuntimeException
void setCompilerSwitches(java.lang.String compilerSwitches)
RhapsodyRuntimeException
void setDirectory(int fullpath, java.lang.String newName)
RhapsodyRuntimeException
void setGenerateCodeForActors(int generateCodeForActors)
RhapsodyRuntimeException
void setIncludePath(java.lang.String includePath)
RhapsodyRuntimeException
void setInitializationCode(java.lang.String initializationCode)
RhapsodyRuntimeException
void setInstrumentationType(java.lang.String instrumentationType)
RhapsodyRuntimeException
void setItsComponent(IRPComponent newVal)
RhapsodyRuntimeException
void setLibraries(java.lang.String libraries)
RhapsodyRuntimeException
void setLinkSwitches(java.lang.String linkSwitches)
RhapsodyRuntimeException
void setScopeType(java.lang.String scopeType)
RhapsodyRuntimeException
void setStandardHeaders(java.lang.String standardHeaders)
RhapsodyRuntimeException
void setStatechartImplementation(java.lang.String statechartImplementation)
RhapsodyRuntimeException
void setTimeModel(java.lang.String timeModel)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |