public class ConnectionPointReferenceImpl extends VertexImpl implements ConnectionPointReference
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 |
basicSetOwningState(State newOwningState,
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<Pseudostate> |
getEntries() |
List<Pseudostate> |
getExits() |
State |
getOwningState() |
void |
setOwningState(State newOwningState) |
basicSetOwningRegion, getIncomingTransitions, getOutgoingTransitions, getOwningRegion, setOwningRegiongetName, setName, toStringallOwnedElements, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIncomingTransitions, getOutgoingTransitions, getOwningRegion, setOwningRegiongetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic List<Pseudostate> getEntries()
getEntries in interface ConnectionPointReferencePivotPackage.getConnectionPointReference_Entries()public List<Pseudostate> getExits()
getExits in interface ConnectionPointReferencePivotPackage.getConnectionPointReference_Exits()public State getOwningState()
getOwningState in interface ConnectionPointReferenceConnectionPointReference.setOwningState(State),
PivotPackage.getConnectionPointReference_OwningState(),
State.getOwnedConnections()public NotificationChain basicSetOwningState(State newOwningState, NotificationChain msgs)
public void setOwningState(State newOwningState)
setOwningState in interface ConnectionPointReferencenewOwningState - the new value of the 'Owning State' container reference.ConnectionPointReference.getOwningState()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class VertexImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class VertexImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature in class VertexImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class VertexImplpublic void eSet(int featureID,
Object newValue)
eSet in class VertexImplpublic void eUnset(int featureID)
eUnset in class VertexImplpublic boolean eIsSet(int featureID)
eIsSet in class VertexImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.