|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractState
A representation of the model object 'Abstract State'. Abstraction of the states that can be contained by an Automaton.
The following features are supported:
SAMPackage.getAbstractState()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList<Transition> |
getOutlink()
Returns the value of the 'Outlink' reference list. |
Automaton |
getParentAutomaton()
Returns the value of the 'Parent Automaton' container reference. |
MacroState |
getParentState()
Returns the value of the 'Parent State' container reference. |
void |
setParentAutomaton(Automaton value)
Sets the value of the ' Parent Automaton ' container reference |
void |
setParentState(MacroState value)
Sets the value of the ' Parent State ' container reference |
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
MacroState getParentState()
Composition
'.
If the meaning of the 'Parent State' container reference isn't clear, there really should be more of a description here...
setParentState(MacroState)
,
SAMPackage.getAbstractState_ParentState()
,
MacroState.getComposition()
void setParentState(MacroState value)
Parent State
' container reference.
value
- the new value of the 'Parent State' container reference.getParentState()
Automaton getParentAutomaton()
List States
'.
If the meaning of the 'Parent Automaton' container reference isn't clear, there really should be more of a description here...
setParentAutomaton(Automaton)
,
SAMPackage.getAbstractState_ParentAutomaton()
,
Automaton.getListStates()
void setParentAutomaton(Automaton value)
Parent Automaton
' container reference.
value
- the new value of the 'Parent Automaton' container reference.getParentAutomaton()
EList<Transition> getOutlink()
Transition
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Outlink' reference list isn't clear, there really should be more of a description here...
SAMPackage.getAbstractState_Outlink()
,
Transition.getSource()
|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.