|
||||||||||||
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 java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
ConnectionPointReference |
createConnection()
Creates a ConnectionPointReference and appends it to the 'Connection' containment reference list |
ConnectionPointReference |
createConnection(EClass eClass)
Deprecated. Use #createConnection() instead. |
Activity |
createDoActivity()
Creates a Activity and sets the 'Do Activity' containment reference |
Activity |
createDoActivity(EClass eClass)
Deprecated. Use #createDoActivity() instead. |
Activity |
createEntry()
Creates a Activity and sets the 'Entry' containment reference |
Activity |
createEntry(EClass eClass)
Deprecated. Use #createEntry() instead. |
Activity |
createExit()
Creates a Activity and sets the 'Exit' containment reference |
Activity |
createExit(EClass eClass)
Deprecated. Use #createExit() instead. |
Region |
createRegion()
Creates a Region and appends it to the 'Region' containment reference list |
Region |
createRegion(EClass eClass)
Deprecated. Use #createRegion() instead. |
Constraint |
createStateInvariant()
Creates a Constraint and sets the 'State Invariant' containment reference |
Constraint |
createStateInvariant(EClass eClass)
Creates a Constraint and sets the 'State Invariant' containment reference |
ConnectionPointReference |
getConnection(java.lang.String name)
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(java.lang.String name)
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 |
RedefinableElement |
getRedefinedElement(java.lang.String name)
Retrieves the RedefinableElement with the specified 'Name' from the 'Redefined Element' reference list |
EList |
getRedefinedElements()
Returns the value of the 'Redefined Element' reference list. |
State |
getRedefinedState()
Returns the value of the 'Redefined State' reference |
Region |
getRegion(java.lang.String name)
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, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, 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, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.Vertex |
---|
getContainer, getIncoming, getIncomings, getOutgoing, getOutgoings, setContainer |
Field Detail |
public static final java.lang.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(java.lang.String name)
ConnectionPointReference
with the specified 'Name' from the 'Connection' containment reference list.
name
- The '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 ConnectionPointReference createConnection()
ConnectionPointReference
and appends it to the 'Connection' containment reference list.
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(java.lang.String name)
Trigger
with the specified 'Name' from the 'Deferrable Trigger' reference list.
name
- The '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(java.lang.String name)
Region
with the specified 'Name' from the 'Region' containment reference list.
name
- The '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 Region createRegion()
Region
and appends it to the 'Region' containment reference list.
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 createEntry()
Activity
and sets the 'Entry' containment reference.
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 createExit()
Activity
and sets the 'Exit' containment reference.
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 Activity createDoActivity()
Activity
and sets the 'Do Activity' containment reference.
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 Constraint createStateInvariant()
Constraint
and sets the 'State Invariant' containment reference.
Constraint
.getStateInvariant()
public EList getRedefinedElements()
RedefinableElement
.
redefinable element that is being redefined by this element. This is a derived union.
getRedefinedElements
in interface RedefinableElement
org.eclipse.uml2.UML2Package#getRedefinableElement_RedefinedElement()
public RedefinableElement getRedefinedElement(java.lang.String name)
RedefinableElement
with the specified 'Name' from the 'Redefined Element' reference list.
getRedefinedElement
in interface RedefinableElement
name
- The 'Name' of the RedefinableElement
to retrieve.
RedefinableElement
with the specified 'Name', or null
.getRedefinedElements()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |