public interface TransitionInstance extends InstanceIdentifiable
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
void |
deactivate() |
void |
deploy(MappingUtil mapper) |
boolean |
execute(DataTypeInstance parameter) |
PortInstance |
getSourcePortInstance()
Returns the value of the 'Source Port Instance' container reference.
|
PortInstance |
getTargetPortInstance()
Returns the value of the 'Target Port Instance' reference.
|
Transition |
getTransitionType()
Returns the value of the 'Transition Type' reference.
|
void |
setSourcePortInstance(PortInstance value)
Sets the value of the '
Source Port Instance' container reference. |
void |
setTargetPortInstance(PortInstance value)
Sets the value of the '
Target Port Instance' reference. |
void |
setTransitionType(Transition value)
Sets the value of the '
Transition Type' reference. |
getInstanceId, getInstancenumber, setInstanceId, setInstancenumberTransition getTransitionType()
If the meaning of the 'Transition Type' reference isn't clear, there really should be more of a description here...
setTransitionType(Transition),
SofiaInstancePackage.getTransitionInstance_TransitionType()void setTransitionType(Transition value)
Transition Type' reference.
value - the new value of the 'Transition Type' reference.getTransitionType()PortInstance getSourcePortInstance()
Out Transition Instances'.
If the meaning of the 'Source Port Instance' container reference isn't clear, there really should be more of a description here...
setSourcePortInstance(PortInstance),
SofiaInstancePackage.getTransitionInstance_SourcePortInstance(),
PortInstance.getOutTransitionInstances()void setSourcePortInstance(PortInstance value)
Source Port Instance' container reference.
value - the new value of the 'Source Port Instance' container reference.getSourcePortInstance()PortInstance getTargetPortInstance()
In Transition Instances'.
If the meaning of the 'Target Port Instance' reference isn't clear, there really should be more of a description here...
setTargetPortInstance(PortInstance),
SofiaInstancePackage.getTransitionInstance_TargetPortInstance(),
PortInstance.getInTransitionInstances()void setTargetPortInstance(PortInstance value)
Target Port Instance' reference.
value - the new value of the 'Target Port Instance' reference.getTargetPortInstance()void deploy(MappingUtil mapper)
boolean execute(DataTypeInstance parameter)
void deactivate()
Copyright © 2018. All rights reserved.