|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Pseudostate
A representation of the model object 'Pseudostate'. A pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.
The following features are supported:
PivotPackage.getPseudostate()| Method Summary | |
|---|---|
PseudostateKind |
getKind()
Returns the value of the 'Kind' attribute. |
State |
getState()
Returns the value of the 'State' container reference. |
StateMachine |
getStateMachine()
Returns the value of the 'State Machine' reference. |
void |
setKind(PseudostateKind value)
Sets the value of the ' Kind' attribute. |
void |
setState(State value)
Sets the value of the ' State' container reference. |
void |
setStateMachine(StateMachine value)
Sets the value of the ' State Machine' reference. |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Vertex |
|---|
getContainer, getIncoming, getOutgoing, setContainer |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement |
|---|
getName, isStatic, setIsStatic, setName |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Element |
|---|
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable |
|---|
accept, eClass |
| Method Detail |
|---|
PseudostateKind getKind()
"initial".
The literals are from the enumeration PseudostateKind.
Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice.
PseudostateKind,
setKind(PseudostateKind),
PivotPackage.getPseudostate_Kind()void setKind(PseudostateKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.PseudostateKind,
getKind()StateMachine getStateMachine()
setStateMachine(StateMachine),
PivotPackage.getPseudostate_StateMachine()void setStateMachine(StateMachine value)
State Machine' reference.
value - the new value of the 'State Machine' reference.getStateMachine()State getState()
Connection Point'.
The State that owns this pseudostate and in which it appears.
setState(State),
PivotPackage.getPseudostate_State(),
State.getConnectionPoint()void setState(State value)
State' container reference.
value - the new value of the 'State' container reference.getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||