SAM

org.topcased.sam
Interface AbstractState

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
All Known Subinterfaces:
InitialState, MacroState, State
All Known Implementing Classes:
AbstractStateImpl, InitialStateImpl, MacroStateImpl, StateImpl

public interface AbstractState
extends NamedItem

A representation of the model object 'Abstract State'. Abstraction of the states that can be contained by an Automaton.

The following features are supported:

See Also:
SAMPackage.getAbstractState()
** Generated **
Model:
abstract="true"

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

copyright

static final java.lang.String copyright

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

getParentState

MacroState getParentState()
Returns the value of the 'Parent State' container reference. It is bidirectional and its opposite is 'Composition'.

If the meaning of the 'Parent State' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent State' container reference.
See Also:
setParentState(MacroState), SAMPackage.getAbstractState_ParentState(), MacroState.getComposition()
** Generated **
Model:
opposite="composition" resolveProxies="false"

setParentState

void setParentState(MacroState value)
Sets the value of the 'Parent State' container reference.

Parameters:
value - the new value of the 'Parent State' container reference.
See Also:
getParentState()
** Generated **

getParentAutomaton

Automaton getParentAutomaton()
Returns the value of the 'Parent Automaton' container reference. It is bidirectional and its opposite is 'List States'.

If the meaning of the 'Parent Automaton' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Automaton' container reference.
See Also:
setParentAutomaton(Automaton), SAMPackage.getAbstractState_ParentAutomaton(), Automaton.getListStates()
** Generated **
Model:
opposite="listStates" resolveProxies="false"

setParentAutomaton

void setParentAutomaton(Automaton value)
Sets the value of the 'Parent Automaton' container reference.

Parameters:
value - the new value of the 'Parent Automaton' container reference.
See Also:
getParentAutomaton()
** Generated **

getOutlink

EList<Transition> getOutlink()
Returns the value of the 'Outlink' reference list. The list contents are of type 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...

Returns:
the value of the 'Outlink' reference list.
See Also:
SAMPackage.getAbstractState_Outlink(), Transition.getSource()
** Generated **
Model:
type="org.topcased.sam.Transition" opposite="source" resolveProxies="false"

SAM

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