Package alps.java.api.StandardPASS.PassProcessModelElements.BehaviorDescribingComponents.Transitions
Schnittstelle ISendingFailedTransition
- Alle Superschnittstellen:
IAbstractElement
,IBehaviorDescribingComponent
,IContainableElement<ISubjectBehavior>
,IHasSimple2DVisualizationLine
,IImplementingElement
,IImplementingElementT<ITransition>
,IPASSProcessModelElement
,ITransition
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Alle bekannten Implementierungsklassen:
SendingFailedTransition
Interface to the sending failed transition
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen alps.java.api.StandardPASS.PassProcessModelElements.BehaviorDescribingComponents.ITransition
ITransition.TransitionType
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungMethod that returns the source state (where the transition is coming from)Method that returns the transition condition attribute of the instancevoid
setSourceState
(IState source) Method that sets the source state (where the transition is coming from)void
setSourceState
(IState source, int removeCascadeDepth) Method that sets the source state (where the transition is coming from)void
setTransitionCondition
(ITransitionCondition sendingFailedCondition) Method that sets the transition condition attribute of the instancevoid
setTransitionCondition
(ITransitionCondition sendingFailedCondition, 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, getTargetState, getTransitionType, 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
-
setSourceState
Method that sets the source state (where the transition is coming from)- Angegeben von:
setSourceState
in SchnittstelleITransition
- Parameter:
source
- the source stateremoveCascadeDepth
- Parses the depth of a cascading delete for elements that are connected to the currently deleted one
-
setSourceState
Method that sets the source state (where the transition is coming from)- Angegeben von:
setSourceState
in SchnittstelleITransition
- Parameter:
source
- the source state
-
getSourceState
ISendState getSourceState()Method that returns the source state (where the transition is coming from)- Angegeben von:
getSourceState
in SchnittstelleITransition
- Gibt zurück:
- The source state attribute of the instance
-
setTransitionCondition
Method that sets the transition condition attribute of the instance- Angegeben von:
setTransitionCondition
in SchnittstelleITransition
- Parameter:
sendingFailedCondition
- 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:
sendingFailedCondition
- the transition condition
-
getTransitionCondition
ISendingFailedCondition getTransitionCondition()Method that returns the transition condition attribute of the instance- Angegeben von:
getTransitionCondition
in SchnittstelleITransition
- Gibt zurück:
- The transition condition attribute of the instance
-