public interface Connector extends StateVertex
The following features are supported:
RhapsodyPackage.getConnector()
Modifier and Type | Method and Description |
---|---|
ConnectorKind |
getConnectorType()
Returns the value of the 'Connector Type' attribute.
|
MDWEList |
getDerivedInEdges()
Returns the value of the 'Derived In Edges' reference list.
|
Transition |
getDerivedOutEdge()
Returns the value of the 'Derived Out Edge' reference.
|
State |
getOfState()
Returns the value of the 'Of State' reference.
|
void |
setConnectorType(ConnectorKind value)
Sets the value of the '
Connector Type ' attribute. |
void |
setDerivedOutEdge(Transition value)
Sets the value of the '
Derived Out Edge ' reference. |
void |
setOfState(State value)
Sets the value of the '
Of State ' reference. |
getInTransitions, getOutTransitions, getParent, getSwimlane, setParent, setSwimlane
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
ConnectorKind getConnectorType()
""
.
The literals are from the enumeration ConnectorKind
.
ConnectorKind
,
setConnectorType(ConnectorKind)
,
RhapsodyPackage.getConnector_ConnectorType()
void setConnectorType(ConnectorKind value)
Connector Type
' attribute.
value
- the new value of the 'Connector Type' attribute.ConnectorKind
,
getConnectorType()
MDWEList getDerivedInEdges()
Transition
.
RhapsodyPackage.getConnector_DerivedInEdges()
Transition getDerivedOutEdge()
setDerivedOutEdge(Transition)
,
RhapsodyPackage.getConnector_DerivedOutEdge()
void setDerivedOutEdge(Transition value)
Derived Out Edge
' reference.
value
- the new value of the 'Derived Out Edge' reference.getDerivedOutEdge()
State getOfState()
setOfState(State)
,
RhapsodyPackage.getConnector_OfState()
void setOfState(State value)
Of State
' reference.
value
- the new value of the 'Of State' reference.getOfState()