public interface Vertex extends NamedElement
The following features are supported:
PivotPackage.getVertex()| Modifier and Type | Method and Description |
|---|---|
List<Transition> |
getIncomingTransitions()
Returns the value of the 'Incoming Transitions' reference list.
|
List<Transition> |
getOutgoingTransitions()
Returns the value of the 'Outgoing Transitions' reference list.
|
Region |
getOwningRegion()
Returns the value of the 'Owning Region' container reference.
|
void |
setOwningRegion(Region value)
Sets the value of the '
Owning Region' container reference. |
getName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueList<Transition> getIncomingTransitions()
Transition.
It is bidirectional and its opposite is 'Target'.
Specifies the Transitions entering this Vertex.
PivotPackage.getVertex_IncomingTransitions(),
Transition.getTarget()List<Transition> getOutgoingTransitions()
Transition.
It is bidirectional and its opposite is 'Source'.
Specifies the Transitions departing from this Vertex.
PivotPackage.getVertex_OutgoingTransitions(),
Transition.getSource()Region getOwningRegion()
Owned Subvertexes'.
The Region that contains this Vertex.
setOwningRegion(Region),
PivotPackage.getVertex_OwningRegion(),
Region.getOwnedSubvertexes()void setOwningRegion(Region value)
Owning Region' container reference.
value - the new value of the 'Owning Region' container reference.getOwningRegion()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.