public interface ConnectionPointReference extends Vertex
The following features are supported:
PivotPackage.getConnectionPointReference()| Modifier and Type | Method and Description |
|---|---|
List<Pseudostate> |
getEntries()
Returns the value of the 'Entries' reference list.
|
List<Pseudostate> |
getExits()
Returns the value of the 'Exits' reference list.
|
State |
getOwningState()
Returns the value of the 'Owning State' container reference.
|
void |
setOwningState(State value)
Sets the value of the '
Owning State' container reference. |
getIncomingTransitions, getOutgoingTransitions, getOwningRegion, setOwningRegiongetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueList<Pseudostate> getEntries()
Pseudostate.
The entryPoint Pseudostates corresponding to this connection point.
PivotPackage.getConnectionPointReference_Entries()List<Pseudostate> getExits()
Pseudostate.
The exitPoints kind Pseudostates corresponding to this connection point.
PivotPackage.getConnectionPointReference_Exits()State getOwningState()
Owned Connections'.
The State in which the ConnectionPointReference is defined.
setOwningState(State),
PivotPackage.getConnectionPointReference_OwningState(),
State.getOwnedConnections()void setOwningState(State value)
Owning State' container reference.
value - the new value of the 'Owning State' container reference.getOwningState()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.