Package alps.java.api.StandardPASS.PassProcessModelElements.BehaviorDescribingComponents.Transitions
Schnittstelle IReceiveTransition
- Alle Superschnittstellen:
IAbstractElement
,IBehaviorDescribingComponent
,ICommunicationTransition
,IContainableElement<ISubjectBehavior>
,IHasSimple2DVisualizationLine
,IImplementingElement
,IImplementingElementT<ITransition>
,IPASSProcessModelElement
,IPrioritizableElement
,ITransition
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Alle bekannten Implementierungsklassen:
ReceiveTransition
interface of the receive transition class
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen alps.java.api.StandardPASS.PassProcessModelElements.BehaviorDescribingComponents.ITransition
ITransition.TransitionType
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addDataMappingFunction
(IDataMappingIncomingToLocal dataMappingIncomingToLocal) Adds a data mapping function (maps data contained by the message specification to the local data) to the set of mapping functionsGets all data mapping functions (maps data contained by the message specification to the local data) 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
setDataMappingFunctionsIncomingToLocal
(Set<IDataMappingIncomingToLocal> dataMappingsIncomingToLocal) Overrides the data mapping functions (maps data contained by the message specification to the local data)void
setDataMappingFunctionsIncomingToLocal
(Set<IDataMappingIncomingToLocal> dataMappingsIncomingToLocal, int removeCascadeDepth) Overrides the data mapping functions (maps data contained by the message specification to the local data)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.IPrioritizableElement
getPriorityNumber, setPriorityNumber
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 data contained by the message specification to the local data) to the set of mapping functions- Parameter:
dataMappingIncomingToLocal
- the new 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
-
setDataMappingFunctionsIncomingToLocal
void setDataMappingFunctionsIncomingToLocal(Set<IDataMappingIncomingToLocal> dataMappingsIncomingToLocal, int removeCascadeDepth) Overrides the data mapping functions (maps data contained by the message specification to the local data)- Parameter:
dataMappingsIncomingToLocal
- the new data mapping functionsremoveCascadeDepth
- Parses the depth of a cascading delete for elements that are connected to the currently deleted one
-
setDataMappingFunctionsIncomingToLocal
void setDataMappingFunctionsIncomingToLocal(Set<IDataMappingIncomingToLocal> dataMappingsIncomingToLocal) Overrides the data mapping functions (maps data contained by the message specification to the local data)- Parameter:
dataMappingsIncomingToLocal
- the new data mapping functions
-
getDataMappingFunctions
Map<String,IDataMappingIncomingToLocal> getDataMappingFunctions() Gets all data mapping functions (maps data contained by the message specification to the local data) for this instance- Gibt zurück:
- all data mapping functions
-
getTransitionCondition
IReceiveTransitionCondition 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
-