public interface Port extends Identifiable, Nameable
The following features are supported:
SofiaPackage.getPort()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
Transition |
getInTransitions()
Returns the value of the 'In Transitions' reference.
|
org.eclipse.emf.common.util.EList<Transition> |
getOutTransitions()
Returns the value of the 'Out Transitions' containment reference list.
|
ProcessStep |
getProcessStep()
Returns the value of the 'Process Step' container reference.
|
boolean |
isOptional()
Returns the value of the 'Optional' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setInTransitions(Transition value)
Sets the value of the '
In Transitions' reference. |
void |
setOptional(boolean value)
Sets the value of the '
Optional' attribute. |
void |
setProcessStep(ProcessStep value)
Sets the value of the '
Process Step' container reference. |
getId, setIdorg.eclipse.emf.common.util.EList<Transition> getOutTransitions()
Transition.
It is bidirectional and its opposite is 'Source Port'.
If the meaning of the 'Out Transitions' containment reference list isn't clear, there really should be more of a description here...
SofiaPackage.getPort_OutTransitions(),
Transition.getSourcePort()boolean isOptional()
If the meaning of the 'Optional' attribute isn't clear, there really should be more of a description here...
setOptional(boolean),
SofiaPackage.getPort_Optional()void setOptional(boolean value)
Optional' attribute.
value - the new value of the 'Optional' attribute.isOptional()ProcessStep getProcessStep()
Ports'.
If the meaning of the 'Process Step' container reference isn't clear, there really should be more of a description here...
setProcessStep(ProcessStep),
SofiaPackage.getPort_ProcessStep(),
ProcessStep.getPorts()void setProcessStep(ProcessStep value)
Process Step' container reference.
value - the new value of the 'Process Step' container reference.getProcessStep()Transition getInTransitions()
Target Port'.
If the meaning of the 'In Transitions' reference isn't clear, there really should be more of a description here...
setInTransitions(Transition),
SofiaPackage.getPort_InTransitions(),
Transition.getTargetPort()void setInTransitions(Transition value)
In Transitions' reference.
value - the new value of the 'In Transitions' reference.getInTransitions()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
SofiaPackage.getPort_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Copyright © 2018. All rights reserved.