|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Region'.
The following features are supported:
UML2Package.getRegion()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
Vertex |
createSubvertex(EClass eClass)
Creates a Vertex and appends it to the 'Subvertex' containment reference list |
Transition |
createTransition(EClass eClass)
Creates a Transition and appends it to the 'Transition' containment reference list |
Region |
getExtendedRegion()
Returns the value of the 'Extended Region' reference |
Namespace |
getNamespace()
|
EList |
getOwnedElements()
|
EList |
getRedefinedElements()
|
EList |
getRedefinitionContexts()
|
State |
getState()
Returns the value of the 'State' container reference. |
StateMachine |
getStateMachine()
Returns the value of the 'State Machine' container reference. |
Vertex |
getSubvertex(String unqualifiedName)
Retrieves the Vertex with the specified name from the 'Subvertex' containment reference list |
EList |
getSubvertices()
Returns the value of the 'Subvertex' containment reference list. |
Transition |
getTransition(String unqualifiedName)
Retrieves the Transition with the specified name from the 'Transition' containment reference list |
EList |
getTransitions()
Returns the value of the 'Transition' containment reference list. |
void |
setExtendedRegion(Region value)
Sets the value of the ' Extended Region ' reference |
void |
setState(State value)
Sets the value of the ' State ' container reference |
void |
setStateMachine(StateMachine value)
Sets the value of the ' State Machine ' container reference |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, 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 |
Field Detail |
public static final String copyright
Method Detail |
public EList getSubvertices()
Vertex
.
It is bidirectional and its opposite is 'Container
'.
If the meaning of the 'Subvertex' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getRegion_Subvertex()
,
Vertex.getContainer()
public Vertex getSubvertex(String unqualifiedName)
Vertex
with the specified name from the 'Subvertex' containment reference list.
unqualifiedName
- The unqualified name of the Vertex
to retrieve.
Vertex
with the specified name, or null
.getSubvertices()
public Vertex createSubvertex(EClass eClass)
Vertex
and appends it to the 'Subvertex' containment reference list.
eClass
- The Ecore class of the Vertex
to create.
Vertex
.getSubvertices()
public EList getTransitions()
Transition
.
It is bidirectional and its opposite is 'Container
'.
If the meaning of the 'Transitions' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getRegion_Transition()
,
Transition.getContainer()
public Transition getTransition(String unqualifiedName)
Transition
with the specified name from the 'Transition' containment reference list.
unqualifiedName
- The unqualified name of the Transition
to retrieve.
Transition
with the specified name, or null
.getTransitions()
public Transition createTransition(EClass eClass)
Transition
and appends it to the 'Transition' containment reference list.
eClass
- The Ecore class of the Transition
to create.
Transition
.getTransitions()
public StateMachine getStateMachine()
Region
'.
If the meaning of the 'State Machine' container reference isn't clear, there really should be more of a description here...
setStateMachine(StateMachine)
,
UML2Package.getRegion_StateMachine()
,
StateMachine.getRegions()
public void setStateMachine(StateMachine value)
State Machine
' container reference.
value
- the new value of the 'State Machine' container reference.getStateMachine()
public State getState()
Region
'.
If the meaning of the 'State' container reference isn't clear, there really should be more of a description here...
setState(State)
,
UML2Package.getRegion_State()
,
State.getRegions()
public void setState(State value)
State
' container reference.
value
- the new value of the 'State' container reference.getState()
public Region getExtendedRegion()
If the meaning of the 'Extended Region' reference isn't clear, there really should be more of a description here...
setExtendedRegion(Region)
,
UML2Package.getRegion_ExtendedRegion()
public void setExtendedRegion(Region value)
Extended Region
' reference.
value
- the new value of the 'Extended Region' reference.getExtendedRegion()
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 Namespace getNamespace()
getNamespace
in interface NamedElement
|
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 |