org.topcased.sam
Interface MacroState
- All Superinterfaces:
- AbstractState, EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
- All Known Implementing Classes:
- MacroStateImpl
public interface MacroState
- extends AbstractState
A representation of the model object 'Macro State'.
Due to the fact a MacroState cannot have inlinks, it cannot be a directly State.
Furthermore, a macrostate can be composed of states.
The following features are supported:
- See Also:
SAMPackage.getMacroState()
- ** Generated **
- Model:
Field Summary |
static java.lang.String |
copyright
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
static final java.lang.String copyright
-
- See Also:
- Constant Field Values
- ** Generated **
getComposition
EList<AbstractState> getComposition()
- Returns the value of the 'Composition' containment reference list.
The list contents are of type
AbstractState
.
It is bidirectional and its opposite is 'Parent State
'.
If the meaning of the 'Composition' containment reference list isn't clear, there really should be
more of a description here...
- Returns:
- the value of the 'Composition' containment reference list.
- See Also:
SAMPackage.getMacroState_Composition()
,
AbstractState.getParentState()
- ** Generated **
- Model:
- type="org.topcased.sam.AbstractState" opposite="parentState" containment="true"
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.