public class PseudostateImpl extends VertexImpl implements Pseudostate
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 |
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) |
PseudostateKind |
getKind() |
State |
getOwningState() |
StateMachine |
getOwningStateMachine() |
void |
setKind(PseudostateKind newKind) |
void |
setOwningState(State newOwningState) |
void |
setOwningStateMachine(StateMachine newOwningStateMachine) |
String |
toString() |
basicSetOwningRegion, getIncomingTransitions, getOutgoingTransitions, getOwningRegion, setOwningRegiongetName, setNameallOwnedElements, 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 PseudostateKind getKind()
getKind in interface PseudostatePseudostateKind,
Pseudostate.setKind(PseudostateKind),
PivotPackage.getPseudostate_Kind()public void setKind(PseudostateKind newKind)
setKind in interface PseudostatenewKind - the new value of the 'Kind' attribute.PseudostateKind,
Pseudostate.getKind()public State getOwningState()
getOwningState in interface PseudostatePseudostate.setOwningState(State),
PivotPackage.getPseudostate_OwningState(),
State.getOwnedConnectionPoints()public NotificationChain basicSetOwningState(State newOwningState, NotificationChain msgs)
public void setOwningState(State newOwningState)
setOwningState in interface PseudostatenewOwningState - the new value of the 'Owning State' container reference.Pseudostate.getOwningState()public StateMachine getOwningStateMachine()
getOwningStateMachine in interface PseudostatePseudostate.setOwningStateMachine(StateMachine),
PivotPackage.getPseudostate_OwningStateMachine(),
StateMachine.getOwnedConnectionPoints()public NotificationChain basicSetOwningStateMachine(StateMachine newOwningStateMachine, NotificationChain msgs)
public void setOwningStateMachine(StateMachine newOwningStateMachine)
setOwningStateMachine in interface PseudostatenewOwningStateMachine - the new value of the 'Owning State Machine' container reference.Pseudostate.getOwningStateMachine()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 VertexImplpublic String toString()
toString in class NamedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.