SAM

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
           
 
Method Summary
 EList<AbstractState> getComposition()
          Returns the value of the 'Composition' containment reference list.
 
Methods inherited from interface org.topcased.sam.AbstractState
getOutlink, getParentAutomaton, getParentState, setParentAutomaton, setParentState
 
Methods inherited from interface org.topcased.sam.NamedItem
getName, setName
 
Methods inherited from interface org.topcased.sam.IdentifiedItem
getComment, getRequirements, setComment, setRequirements
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

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"

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.