public abstract class VertexImpl extends NamedElementImpl implements Vertex
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwningRegion(Region newOwningRegion,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
List<Transition> |
getIncomingTransitions() |
List<Transition> |
getOutgoingTransitions() |
Region |
getOwningRegion() |
void |
setOwningRegion(Region newOwningRegion) |
getName, setName, toStringallOwnedElements, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic List<Transition> getIncomingTransitions()
getIncomingTransitions in interface VertexPivotPackage.getVertex_IncomingTransitions(),
Transition.getTarget()public List<Transition> getOutgoingTransitions()
getOutgoingTransitions in interface VertexPivotPackage.getVertex_OutgoingTransitions(),
Transition.getSource()public Region getOwningRegion()
getOwningRegion in interface VertexVertex.setOwningRegion(Region),
PivotPackage.getVertex_OwningRegion(),
Region.getOwnedSubvertexes()public NotificationChain basicSetOwningRegion(Region newOwningRegion, NotificationChain msgs)
public void setOwningRegion(Region newOwningRegion)
setOwningRegion in interface VertexnewOwningRegion - the new value of the 'Owning Region' container reference.Vertex.getOwningRegion()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ElementImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NamedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class NamedElementImplpublic void eUnset(int featureID)
eUnset in class NamedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class NamedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.