public interface Flow extends ModelElement
The following features are supported:
RhapsodyPackage.getFlow()
Modifier and Type | Method and Description |
---|---|
com.sodius.mdw.core.model.emf.MDWEList |
getConveyed()
Returns the value of the 'Conveyed' reference list.
|
java.lang.String |
getDirection()
Returns the value of the 'Direction' attribute.
|
ModelElement |
getEnd1()
Returns the value of the 'End1' reference.
|
Port |
getEnd1Port()
Returns the value of the 'End1 Port' reference.
|
SysMLPort |
getEnd1SysMLPort()
Returns the value of the 'End1 Sys ML Port' reference.
|
ModelElement |
getEnd2()
Returns the value of the 'End2' reference.
|
Port |
getEnd2Port()
Returns the value of the 'End2 Port' reference.
|
SysMLPort |
getEnd2SysMLPort()
Returns the value of the 'End2 Sys ML Port' reference.
|
void |
setDirection(java.lang.String value)
Sets the value of the '
Direction ' attribute. |
void |
setEnd1(ModelElement value)
Sets the value of the '
End1 ' reference. |
void |
setEnd1Port(Port value)
Sets the value of the '
End1 Port ' reference. |
void |
setEnd1SysMLPort(SysMLPort value)
Sets the value of the '
End1 Sys ML Port ' reference. |
void |
setEnd2(ModelElement value)
Sets the value of the '
End2 ' reference. |
void |
setEnd2Port(Port value)
Sets the value of the '
End2 Port ' reference. |
void |
setEnd2SysMLPort(SysMLPort value)
Sets the value of the '
End2 Sys ML Port ' reference. |
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
java.lang.String getDirection()
""
.
setDirection(String)
,
RhapsodyPackage.getFlow_Direction()
void setDirection(java.lang.String value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.getDirection()
com.sodius.mdw.core.model.emf.MDWEList getConveyed()
ModelElement
.
RhapsodyPackage.getFlow_Conveyed()
ModelElement getEnd1()
setEnd1(ModelElement)
,
RhapsodyPackage.getFlow_End1()
void setEnd1(ModelElement value)
End1
' reference.
value
- the new value of the 'End1' reference.getEnd1()
ModelElement getEnd2()
setEnd2(ModelElement)
,
RhapsodyPackage.getFlow_End2()
void setEnd2(ModelElement value)
End2
' reference.
value
- the new value of the 'End2' reference.getEnd2()
Port getEnd1Port()
setEnd1Port(Port)
,
RhapsodyPackage.getFlow_End1Port()
void setEnd1Port(Port value)
End1 Port
' reference.
value
- the new value of the 'End1 Port' reference.getEnd1Port()
Port getEnd2Port()
setEnd2Port(Port)
,
RhapsodyPackage.getFlow_End2Port()
void setEnd2Port(Port value)
End2 Port
' reference.
value
- the new value of the 'End2 Port' reference.getEnd2Port()
SysMLPort getEnd1SysMLPort()
setEnd1SysMLPort(SysMLPort)
,
RhapsodyPackage.getFlow_End1SysMLPort()
void setEnd1SysMLPort(SysMLPort value)
End1 Sys ML Port
' reference.
value
- the new value of the 'End1 Sys ML Port' reference.getEnd1SysMLPort()
SysMLPort getEnd2SysMLPort()
setEnd2SysMLPort(SysMLPort)
,
RhapsodyPackage.getFlow_End2SysMLPort()
void setEnd2SysMLPort(SysMLPort value)
End2 Sys ML Port
' reference.
value
- the new value of the 'End2 Sys ML Port' reference.getEnd2SysMLPort()