|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'State'.
The following features are supported:
Is Composite
Is Orthogonal
Is Simple
Is Submachine State
Submachine
Connection
Redefined State
Deferrable Trigger
Region
Entry
Exit
Do Activity
State Invariant
UML2Package.getState()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
ConnectionPointReference |
createConnection(EClass eClass)
Creates a ConnectionPointReference and appends it to the 'Connection' containment reference list |
Activity |
createDoActivity(EClass eClass)
Creates a Activity and sets the 'Do Activity' containment reference |
Activity |
createEntry(EClass eClass)
Creates a Activity and sets the 'Entry' containment reference |
Activity |
createExit(EClass eClass)
Creates a Activity and sets the 'Exit' containment reference |
Region |
createRegion(EClass eClass)
Creates a Region and appends it to the 'Region' containment reference list |
Constraint |
createStateInvariant(EClass eClass)
Creates a Constraint and sets the 'State Invariant' containment reference |
ConnectionPointReference |
getConnection(String unqualifiedName)
Retrieves the ConnectionPointReference with the specified name from the 'Connection' containment reference list |
EList |
getConnections()
Returns the value of the 'Connection' containment reference list. |
Trigger |
getDeferrableTrigger(String unqualifiedName)
Retrieves the Trigger with the specified name from the 'Deferrable Trigger' reference list |
EList |
getDeferrableTriggers()
Returns the value of the 'Deferrable Trigger' reference list. |
Activity |
getDoActivity()
Returns the value of the 'Do Activity' containment reference |
Activity |
getEntry()
Returns the value of the 'Entry' containment reference |
Activity |
getExit()
Returns the value of the 'Exit' containment reference |
EList |
getOwnedElements()
|
EList |
getOwnedMembers()
|
EList |
getRedefinedElements()
|
State |
getRedefinedState()
Returns the value of the 'Redefined State' reference |
EList |
getRedefinitionContexts()
|
Region |
getRegion(String unqualifiedName)
Retrieves the Region with the specified name from the 'Region' containment reference list |
EList |
getRegions()
Returns the value of the 'Region' containment reference list. |
Constraint |
getStateInvariant()
Returns the value of the 'State Invariant' containment reference |
StateMachine |
getSubmachine()
Returns the value of the 'Submachine' reference |
boolean |
isComposite()
Returns the value of the 'Is Composite' attribute |
boolean |
isOrthogonal()
Returns the value of the 'Is Orthogonal' attribute |
boolean |
isSimple()
Returns the value of the 'Is Simple' attribute |
boolean |
isSubmachineState()
Returns the value of the 'Is Submachine State' attribute |
void |
setDoActivity(Activity value)
Sets the value of the ' Do Activity ' containment reference |
void |
setEntry(Activity value)
Sets the value of the ' Entry ' containment reference |
void |
setExit(Activity value)
Sets the value of the ' Exit ' containment reference |
void |
setRedefinedState(State value)
Sets the value of the ' Redefined State ' reference |
void |
setStateInvariant(Constraint value)
Sets the value of the ' State Invariant ' containment reference |
void |
setSubmachine(StateMachine value)
Sets the value of the ' Submachine ' reference |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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.uml2.RedefinableElement |
getRedefinitionContext, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.Vertex |
getContainer, getIncoming, getIncomings, getOutgoing, getOutgoings, getOwner, setContainer |
Field Detail |
public static final String copyright
Method Detail |
public boolean isComposite()
If the meaning of the 'Is Composite' attribute isn't clear, there really should be more of a description here...
UML2Package.getState_IsComposite()
public boolean isOrthogonal()
If the meaning of the 'Is Orthogonal' attribute isn't clear, there really should be more of a description here...
UML2Package.getState_IsOrthogonal()
public boolean isSimple()
If the meaning of the 'Is Simple' attribute isn't clear, there really should be more of a description here...
UML2Package.getState_IsSimple()
public boolean isSubmachineState()
If the meaning of the 'Is Submachine State' attribute isn't clear, there really should be more of a description here...
UML2Package.getState_IsSubmachineState()
public StateMachine getSubmachine()
If the meaning of the 'Submachine' reference isn't clear, there really should be more of a description here...
setSubmachine(StateMachine)
,
UML2Package.getState_Submachine()
public void setSubmachine(StateMachine value)
Submachine
' reference.
value
- the new value of the 'Submachine' reference.getSubmachine()
public EList getConnections()
ConnectionPointReference
.
If the meaning of the 'Connection' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getState_Connection()
public ConnectionPointReference getConnection(String unqualifiedName)
ConnectionPointReference
with the specified name from the 'Connection' containment reference list.
unqualifiedName
- The unqualified name of the ConnectionPointReference
to retrieve.
ConnectionPointReference
with the specified name, or null
.getConnections()
public ConnectionPointReference createConnection(EClass eClass)
ConnectionPointReference
and appends it to the 'Connection' containment reference list.
eClass
- The Ecore class of the ConnectionPointReference
to create.
ConnectionPointReference
.getConnections()
public State getRedefinedState()
If the meaning of the 'Redefined State' reference isn't clear, there really should be more of a description here...
setRedefinedState(State)
,
UML2Package.getState_RedefinedState()
public void setRedefinedState(State value)
Redefined State
' reference.
value
- the new value of the 'Redefined State' reference.getRedefinedState()
public EList getDeferrableTriggers()
Trigger
.
If the meaning of the 'Deferrable Trigger' reference list isn't clear, there really should be more of a description here...
UML2Package.getState_DeferrableTrigger()
public Trigger getDeferrableTrigger(String unqualifiedName)
Trigger
with the specified name from the 'Deferrable Trigger' reference list.
unqualifiedName
- The unqualified name of the Trigger
to retrieve.
Trigger
with the specified name, or null
.getDeferrableTriggers()
public EList getRegions()
Region
.
It is bidirectional and its opposite is 'State
'.
If the meaning of the 'Region' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getState_Region()
,
Region.getState()
public Region getRegion(String unqualifiedName)
Region
with the specified name from the 'Region' containment reference list.
unqualifiedName
- The unqualified name of the Region
to retrieve.
Region
with the specified name, or null
.getRegions()
public Region createRegion(EClass eClass)
Region
and appends it to the 'Region' containment reference list.
eClass
- The Ecore class of the Region
to create.
Region
.getRegions()
public Activity getEntry()
If the meaning of the 'Entry' containment reference isn't clear, there really should be more of a description here...
setEntry(Activity)
,
UML2Package.getState_Entry()
public void setEntry(Activity value)
Entry
' containment reference.
value
- the new value of the 'Entry' containment reference.getEntry()
public Activity createEntry(EClass eClass)
Activity
and sets the 'Entry' containment reference.
eClass
- The Ecore class of the Activity
to create.
Activity
.getEntry()
public Activity getExit()
If the meaning of the 'Exit' containment reference isn't clear, there really should be more of a description here...
setExit(Activity)
,
UML2Package.getState_Exit()
public void setExit(Activity value)
Exit
' containment reference.
value
- the new value of the 'Exit' containment reference.getExit()
public Activity createExit(EClass eClass)
Activity
and sets the 'Exit' containment reference.
eClass
- The Ecore class of the Activity
to create.
Activity
.getExit()
public Activity getDoActivity()
If the meaning of the 'Do Activity' containment reference isn't clear, there really should be more of a description here...
setDoActivity(Activity)
,
UML2Package.getState_DoActivity()
public void setDoActivity(Activity value)
Do Activity
' containment reference.
value
- the new value of the 'Do Activity' containment reference.getDoActivity()
public Activity createDoActivity(EClass eClass)
Activity
and sets the 'Do Activity' containment reference.
eClass
- The Ecore class of the Activity
to create.
Activity
.getDoActivity()
public Constraint getStateInvariant()
If the meaning of the 'State Invariant' containment reference isn't clear, there really should be more of a description here...
setStateInvariant(Constraint)
,
UML2Package.getState_StateInvariant()
public void setStateInvariant(Constraint value)
State Invariant
' containment reference.
value
- the new value of the 'State Invariant' containment reference.getStateInvariant()
public Constraint createStateInvariant(EClass eClass)
Constraint
and sets the 'State Invariant' containment reference.
eClass
- The Ecore class of the Constraint
to create.
Constraint
.getStateInvariant()
public EList getRedefinitionContexts()
getRedefinitionContexts
in interface RedefinableElement
UML2Package.getRedefinableElement_RedefinitionContext()
public EList getRedefinedElements()
getRedefinedElements
in interface RedefinableElement
public EList getOwnedElements()
getOwnedElements
in interface Namespace
public EList getOwnedMembers()
getOwnedMembers
in interface Namespace
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |