Interface Connector
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
,StateVertex
- All Known Subinterfaces:
Pin
public interface Connector extends StateVertex
A representation of the model object 'Connector'.The following features are supported:
- See Also:
RhapsodyPackage.getConnector()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
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
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.StateVertex
getInTransitions, getOutTransitions, getParent, getSwimlane, setParent, setSwimlane
-
-
-
-
Method Detail
-
getConnectorType
ConnectorKind getConnectorType()
Returns the value of the 'Connector Type' attribute. The default value is""
. The literals are from the enumerationConnectorKind
.- Returns:
- the value of the 'Connector Type' attribute.
- See Also:
ConnectorKind
,setConnectorType(ConnectorKind)
,RhapsodyPackage.getConnector_ConnectorType()
-
setConnectorType
void setConnectorType(ConnectorKind value)
Sets the value of the 'Connector Type
' attribute.- Parameters:
value
- the new value of the 'Connector Type' attribute.- See Also:
ConnectorKind
,getConnectorType()
-
getDerivedInEdges
MDWEList getDerivedInEdges()
Returns the value of the 'Derived In Edges' reference list. The list contents are of typeTransition
.- Returns:
- the value of the 'Derived In Edges' reference list.
- See Also:
RhapsodyPackage.getConnector_DerivedInEdges()
-
getDerivedOutEdge
Transition getDerivedOutEdge()
Returns the value of the 'Derived Out Edge' reference.- Returns:
- the value of the 'Derived Out Edge' reference.
- See Also:
setDerivedOutEdge(Transition)
,RhapsodyPackage.getConnector_DerivedOutEdge()
-
setDerivedOutEdge
void setDerivedOutEdge(Transition value)
Sets the value of the 'Derived Out Edge
' reference.- Parameters:
value
- the new value of the 'Derived Out Edge' reference.- See Also:
getDerivedOutEdge()
-
getOfState
State getOfState()
Returns the value of the 'Of State' reference.- Returns:
- the value of the 'Of State' reference.
- See Also:
setOfState(State)
,RhapsodyPackage.getConnector_OfState()
-
setOfState
void setOfState(State value)
Sets the value of the 'Of State
' reference.- Parameters:
value
- the new value of the 'Of State' reference.- See Also:
getOfState()
-
-