SAM

org.topcased.sam
Interface State

All Superinterfaces:
AbstractState, EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
All Known Subinterfaces:
InitialState
All Known Implementing Classes:
InitialStateImpl, StateImpl

public interface State
extends AbstractState

A representation of the model object 'State'. A state represents the way of functionning of an automaton. One of the states of the automaton is the initial state. The states are linked by transition with a condition and possibly a priority if several transition goes from the same state.

The following features are supported:

See Also:
SAMPackage.getState()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList<Transition> getInlink()
          Returns the value of the 'Inlink' 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

getInlink

EList<Transition> getInlink()
Returns the value of the 'Inlink' reference list. The list contents are of type Transition. It is bidirectional and its opposite is 'Dest'.

If the meaning of the 'Inlink' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inlink' reference list.
See Also:
SAMPackage.getState_Inlink(), Transition.getDest()
** Generated **
Model:
type="org.topcased.sam.Transition" opposite="dest" resolveProxies="false"

SAM

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