public interface FlowPort
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DeprecatedelementsPackage.getFlowPort()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Port |
getBase_Port()
Returns the value of the 'Base Port' reference
|
FlowDirection |
getDirection()
Returns the value of the 'Direction' attribute.
|
org.eclipse.uml2.uml.Image |
getIcon() |
boolean |
isAtomic()
Returns the value of the 'Is Atomic' attribute
|
void |
setBase_Port(org.eclipse.uml2.uml.Port value)
Sets the value of the '
Base Port ' reference |
void |
setDirection(FlowDirection value)
Sets the value of the '
Direction ' attribute |
void |
setIsAtomic(boolean value)
Sets the value of the '
Is Atomic ' attribute |
org.eclipse.uml2.uml.Port getBase_Port()
If the meaning of the 'Base Port' reference isn't clear, there really should be more of a description here...
setBase_Port(Port)
,
DeprecatedelementsPackage.getFlowPort_Base_Port()
void setBase_Port(org.eclipse.uml2.uml.Port value)
Base Port
' reference.
value
- the new value of the 'Base Port' reference.getBase_Port()
FlowDirection getDirection()
"inout"
.
The literals are from the enumeration FlowDirection
.
Indicates the direction in which an atomic flow port relays its items. If the direction is set to “in,” then the items are relayed from an external connector via the flow port into the flow port’s owner (or one of its parts). If the direction is set to “out,” then the items are relayed from the flow port’s owner, via the flow port, through an external connector attached to the flow port. If the direction is set to “inout,” then items can flow both ways. By default, the value is inout.
FlowDirection
,
setDirection(FlowDirection)
,
DeprecatedelementsPackage.getFlowPort_Direction()
void setDirection(FlowDirection value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.FlowDirection
,
getDirection()
boolean isAtomic()
setIsAtomic(boolean)
,
DeprecatedelementsPackage.getFlowPort_IsAtomic()
void setIsAtomic(boolean value)
Is Atomic
' attribute.
value
- the new value of the 'Is Atomic' attribute.isAtomic()
org.eclipse.uml2.uml.Image getIcon()
Copyright © 2015 Eclipse foundation. All rights reserved.