Schnittstelle ITransitionCondition
- Alle Superschnittstellen:
IBehaviorDescribingComponent
,IContainableElement<ISubjectBehavior>
,IPASSProcessModelElement
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Alle bekannten Unterschnittstellen:
IDoTransitionCondition
,IMessageExchangeCondition
,IReceiveTransitionCondition
,ISendingFailedCondition
,ISendTransitionCondition
,ITimeTransitionCondition
- Alle bekannten Implementierungsklassen:
DoTransitionCondition
,MessageExchangeCondition
,ReceiveTransitionCondition
,SendingFailedCondition
,SendTransitionCondition
,TimeTransitionCondition
,TransitionCondition
Interface of the transition condition class
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungMethod that returns the tool specific definition attribute of the instancevoid
setToolSpecificDefinition
(String toolSpecificDefintion) Method that sets the tool specific definition attribute of the instanceVon 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
Method that sets the tool specific definition attribute of the instance- Parameter:
toolSpecificDefintion
- The tool specific definition
-
getToolSpecificDefinition
String getToolSpecificDefinition()Method that returns the tool specific definition attribute of the instance- Gibt zurück:
- The tool specific definition attribute of the instance
-