public class RegionImpl extends NamespaceImpl implements Region
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.
|
Region |
basicGetExtendedRegion() |
NotificationChain |
basicSetOwningState(State newOwningState,
NotificationChain msgs) |
NotificationChain |
basicSetOwningStateMachine(StateMachine newOwningStateMachine,
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) |
Region |
getExtendedRegion() |
List<Vertex> |
getOwnedSubvertexes() |
List<Transition> |
getOwnedTransitions() |
State |
getOwningState() |
StateMachine |
getOwningStateMachine() |
void |
setExtendedRegion(Region newExtendedRegion) |
void |
setOwningState(State newOwningState) |
void |
setOwningStateMachine(StateMachine newOwningStateMachine) |
getOwnedConstraintsgetName, setName, toStringallOwnedElements, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwnedConstraintsgetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ElementImplpublic Region getExtendedRegion()
getExtendedRegion in interface RegionRegion.setExtendedRegion(Region),
PivotPackage.getRegion_ExtendedRegion()public Region basicGetExtendedRegion()
public void setExtendedRegion(Region newExtendedRegion)
setExtendedRegion in interface RegionnewExtendedRegion - the new value of the 'Extended Region' reference.Region.getExtendedRegion()public List<Vertex> getOwnedSubvertexes()
getOwnedSubvertexes in interface RegionPivotPackage.getRegion_OwnedSubvertexes(),
Vertex.getOwningRegion()public List<Transition> getOwnedTransitions()
getOwnedTransitions in interface RegionPivotPackage.getRegion_OwnedTransitions(),
Transition.getOwningRegion()public State getOwningState()
getOwningState in interface RegionRegion.setOwningState(State),
PivotPackage.getRegion_OwningState(),
State.getOwnedRegions()public NotificationChain basicSetOwningState(State newOwningState, NotificationChain msgs)
public void setOwningState(State newOwningState)
setOwningState in interface RegionnewOwningState - the new value of the 'Owning State' container reference.Region.getOwningState()public StateMachine getOwningStateMachine()
getOwningStateMachine in interface RegionRegion.setOwningStateMachine(StateMachine),
PivotPackage.getRegion_OwningStateMachine(),
StateMachine.getOwnedRegions()public NotificationChain basicSetOwningStateMachine(StateMachine newOwningStateMachine, NotificationChain msgs)
public void setOwningStateMachine(StateMachine newOwningStateMachine)
setOwningStateMachine in interface RegionnewOwningStateMachine - the new value of the 'Owning State Machine' container reference.Region.getOwningStateMachine()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class NamespaceImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NamespaceImplpublic void eSet(int featureID,
Object newValue)
eSet in class NamespaceImplpublic void eUnset(int featureID)
eUnset in class NamespaceImplpublic boolean eIsSet(int featureID)
eIsSet in class NamespaceImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.