public interface PortInstance extends Stateful, InstanceIdentifiable, Nameable
The following features are supported:
SofiaInstancePackage.getPortInstance()| Modifier and Type | Method and Description |
|---|---|
boolean |
activate(DataTypeInstance parameter) |
void |
deactivate() |
void |
deploy(MappingUtil mapper) |
TransitionInstance |
getInTransitionInstances()
Returns the value of the 'In Transition Instances' reference.
|
org.eclipse.emf.common.util.EList<TransitionInstance> |
getOutTransitionInstances()
Returns the value of the 'Out Transition Instances' containment reference list.
|
Port |
getPortType()
Returns the value of the 'Port Type' reference.
|
ProcessStepInstance |
getProcessStepInstance()
Returns the value of the 'Process Step Instance' container reference.
|
String |
getTypeId()
Returns the value of the 'Type Id' attribute.
|
boolean |
isDecoupled()
Returns the value of the 'Decoupled' attribute.
|
void |
setDecoupled(boolean value)
Sets the value of the '
Decoupled' attribute. |
void |
setInTransitionInstances(TransitionInstance value)
Sets the value of the '
In Transition Instances' reference. |
void |
setPortType(Port value)
Sets the value of the '
Port Type' reference. |
void |
setProcessStepInstance(ProcessStepInstance value)
Sets the value of the '
Process Step Instance' container reference. |
void |
setTypeId(String value)
Sets the value of the '
Type Id' attribute. |
getCpsExecutionState, getExecutionState, setCpsExecutionState, setExecutionStategetInstanceId, getInstancenumber, setInstanceId, setInstancenumberPort getPortType()
If the meaning of the 'Port Type' reference isn't clear, there really should be more of a description here...
setPortType(Port),
SofiaInstancePackage.getPortInstance_PortType()void setPortType(Port value)
Port Type' reference.
value - the new value of the 'Port Type' reference.getPortType()ProcessStepInstance getProcessStepInstance()
Ports'.
If the meaning of the 'Process Step Instance' container reference isn't clear, there really should be more of a description here...
setProcessStepInstance(ProcessStepInstance),
SofiaInstancePackage.getPortInstance_ProcessStepInstance(),
ProcessStepInstance.getPorts()void setProcessStepInstance(ProcessStepInstance value)
Process Step Instance' container reference.
value - the new value of the 'Process Step Instance' container reference.getProcessStepInstance()org.eclipse.emf.common.util.EList<TransitionInstance> getOutTransitionInstances()
TransitionInstance.
It is bidirectional and its opposite is 'Source Port Instance'.
If the meaning of the 'Out Transition Instances' containment reference list isn't clear, there really should be more of a description here...
SofiaInstancePackage.getPortInstance_OutTransitionInstances(),
TransitionInstance.getSourcePortInstance()boolean isDecoupled()
"false".
If the meaning of the 'Decoupled' attribute isn't clear, there really should be more of a description here...
setDecoupled(boolean),
SofiaInstancePackage.getPortInstance_Decoupled()void setDecoupled(boolean value)
Decoupled' attribute.
value - the new value of the 'Decoupled' attribute.isDecoupled()TransitionInstance getInTransitionInstances()
Target Port Instance'.
If the meaning of the 'In Transition Instances' reference isn't clear, there really should be more of a description here...
setInTransitionInstances(TransitionInstance),
SofiaInstancePackage.getPortInstance_InTransitionInstances(),
TransitionInstance.getTargetPortInstance()void setInTransitionInstances(TransitionInstance value)
In Transition Instances' reference.
value - the new value of the 'In Transition Instances' reference.getInTransitionInstances()String getTypeId()
If the meaning of the 'Type Id' attribute isn't clear, there really should be more of a description here...
setTypeId(String),
SofiaInstancePackage.getPortInstance_TypeId()void setTypeId(String value)
Type Id' attribute.
value - the new value of the 'Type Id' attribute.getTypeId()void deploy(MappingUtil mapper)
boolean activate(DataTypeInstance parameter)
void deactivate()
Copyright © 2018. All rights reserved.