Package alps.java.api.StandardPASS.PassProcessModelElements.BehaviorDescribingComponents.Transitions
Schnittstelle ISendTransition
- Alle Superschnittstellen:
IAbstractElement
,IBehaviorDescribingComponent
,ICommunicationTransition
,IContainableElement<ISubjectBehavior>
,IHasSimple2DVisualizationLine
,IImplementingElement
,IImplementingElementT<ITransition>
,IPASSProcessModelElement
,ITransition
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Alle bekannten Implementierungsklassen:
SendTransition
Interface to the send transition
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen alps.java.api.StandardPASS.PassProcessModelElements.BehaviorDescribingComponents.ITransition
ITransition.TransitionType
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addDataMappingFunction
(IDataMappingLocalToOutgoing dataMappingLocalToOutgoing) Adds a data mapping function (maps local data to the data contained by the message specification) to the set of mapping functionsGets all data mapping functions (maps local data to the data contained by the message specification) for this instanceMethod that returns the transition condition attribute of the instancevoid
removeDataMappingFunction
(String mappingID) Removes a data mapping function from the set of mapping functionsvoid
removeDataMappingFunction
(String mappingID, int removeCascadeDepth) Removes a data mapping function from the set of mapping functionsvoid
setDataMappingFunctionsLocalToOutgoing
(Set<IDataMappingLocalToOutgoing> dataMappingsLocalToOutgoing) Overrides the data mapping functions (maps local data to the data contained by the message specification)void
setDataMappingFunctionsLocalToOutgoing
(Set<IDataMappingLocalToOutgoing> dataMappingsLocalToOutgoing, int removeCascadeDepth) Overrides the data mapping functions (maps local data to the data contained by the message specification)void
setTransitionCondition
(ITransitionCondition condition) Method that sets the transition condition attribute of the instancevoid
setTransitionCondition
(ITransitionCondition condition, int removeCascadeDepth) Method that sets the transition condition attribute of the instanceVon Schnittstelle geerbte Methoden alps.java.api.StandardPASS.IAbstractElement
isAbstract, setIsAbstract
Von Schnittstelle geerbte Methoden alps.java.api.util.IContainableElement
getContainedBy, removeFromContainer, setContainedBy
Von Schnittstelle geerbte Methoden alps.java.api.util.IHasSimple2DVisualizationLine
addSimple2DPathPoint, get2DPageRatio, getRelative2DBeginX, getRelative2DBeginY, getRelative2DEndX, getRelative2DEndY, getSimple2DPathPoints, set2DPageRatio, setRelative2DBeginX, setRelative2DBeginY, setRelative2DEndX, setRelative2DEndY
Von Schnittstelle geerbte Methoden alps.java.api.StandardPASS.IImplementingElement
addImplementedInterfaceIDReference, getImplementedInterfacesIDReferences, removeImplementedInterfaces, removeImplementedInterfaces, removeImplementedInterfacesIDReference, setImplementedInterfacesIDReferences
Von Schnittstelle geerbte Methoden alps.java.api.StandardPASS.IImplementingElementT
addImplementedInterface, getImplementedInterfaces, setImplementedInterfaces, setImplementedInterfaces
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.StandardPASS.PassProcessModelElements.BehaviorDescribingComponents.ITransition
getBelongsToAction, getSourceState, getTargetState, getTransitionType, setSourceState, setSourceState, setTargetState, setTargetState, setTransitionType
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
-
addDataMappingFunction
Adds a data mapping function (maps local data to the data contained by the message specification) to the set of mapping functions- Parameter:
dataMappingLocalToOutgoing
- the new data mapping function
-
removeDataMappingFunction
Removes a data mapping function from the set of mapping functions- Parameter:
mappingID
- the id of the mapping functionremoveCascadeDepth
- Parses the depth of a cascading delete for elements that are connected to the currently deleted one
-
removeDataMappingFunction
Removes a data mapping function from the set of mapping functions- Parameter:
mappingID
- the id of the mapping function
-
setDataMappingFunctionsLocalToOutgoing
void setDataMappingFunctionsLocalToOutgoing(Set<IDataMappingLocalToOutgoing> dataMappingsLocalToOutgoing, int removeCascadeDepth) Overrides the data mapping functions (maps local data to the data contained by the message specification)- Parameter:
dataMappingsLocalToOutgoing
- the new data mapping functionsremoveCascadeDepth
- Parses the depth of a cascading delete for elements that are connected to the currently deleted one
-
setDataMappingFunctionsLocalToOutgoing
void setDataMappingFunctionsLocalToOutgoing(Set<IDataMappingLocalToOutgoing> dataMappingsLocalToOutgoing) Overrides the data mapping functions (maps local data to the data contained by the message specification)- Parameter:
dataMappingsLocalToOutgoing
- the new data mapping functions
-
getDataMappingFunctions
Map<String,IDataMappingLocalToOutgoing> getDataMappingFunctions() Gets all data mapping functions (maps local data to the data contained by the message specification) for this instance- Gibt zurück:
- all data mapping functions
-
getTransitionCondition
ISendTransitionCondition getTransitionCondition()Method that returns the transition condition attribute of the instance- Angegeben von:
getTransitionCondition
in SchnittstelleICommunicationTransition
- Angegeben von:
getTransitionCondition
in SchnittstelleITransition
- Gibt zurück:
- The transition condition attribute of the instance
-
setTransitionCondition
Method that sets the transition condition attribute of the instance- Angegeben von:
setTransitionCondition
in SchnittstelleICommunicationTransition
- Angegeben von:
setTransitionCondition
in SchnittstelleITransition
- Parameter:
condition
- the transition conditionremoveCascadeDepth
- Parses the depth of a cascading delete for elements that are connected to the currently deleted one
-
setTransitionCondition
Method that sets the transition condition attribute of the instance- Angegeben von:
setTransitionCondition
in SchnittstelleITransition
- Parameter:
condition
- the transition condition
-