Schnittstelle IFunctionSpecification
- Alle Superschnittstellen:
IBehaviorDescribingComponent
,IContainableElement<ISubjectBehavior>
,IPASSProcessModelElement
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Alle bekannten Unterschnittstellen:
ICommunicationAct
,IDoFunction
,IReceiveFunction
,ISendFunction
- Alle bekannten Implementierungsklassen:
CommunicationAct
,DoFunction
,FunctionSpecification
,ReceiveFunction
,SendFunction
Interface to the FunctionSpecification class
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the tool-specific Definitionvoid
setToolSpecificDefinition
(String toolSpecificDefinition) Sets a tool-specific DefinitionVon Schnittstelle geerbte Methoden alps.java.api.util.IContainableElement
getContainedBy, removeFromContainer, setContainedBy
Von Schnittstelle geerbte Methoden alps.java.api.StandardPASS.IPASSProcessModelElement
addComment, addElementWithUnspecifiedRelation, addModelComponentLabel, clearComments, clearModelComponentLabels, createUniqueModelComponentID, createUniqueModelComponentID, createUniqueModelComponentID, getComments, getElementsWithUnspecifiedRelation, getModelComponentID, getModelComponentLabels, getModelComponentLabelsAsStrings, getModelComponentLabelsAsStrings, getUriModelComponentID, removeElementWithUnspecifiedRelation, removeFromEverything, removeFromEverything, removeModelComponentLabel, setElementsWithUnspecifiedRelation, setModelComponentID, setModelComponentLabels
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedObserver
notifyModelComponentIDChanged, updateAdded, updateRemoved, updateRemoved
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedPublisher
register, unregister, unregister
-
Methodendetails
-
setToolSpecificDefinition
Sets a tool-specific Definition- Parameter:
toolSpecificDefinition
- a tool-specific Definition
-
getToolSpecificDefinition
String getToolSpecificDefinition()Returns the tool-specific Definition- Gibt zurück:
- the tool-specific Definition
-