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
|
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 **
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"
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.