|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Automaton
A representation of the model object 'Automaton'. This class represents an automaton component, consisting of a set of states linked by transitions. An automaton cannot produce data, but it can output its current state, so only one OutDataPort is possible.
The following features are supported:
SAMPackage.getAutomaton()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Automaton |
getIsInstanceOf()
Returns the value of the 'Is Instance Of' reference |
EList<Port> |
getListPorts()
Returns the value of the 'List Ports' containment reference list. |
EList<AbstractState> |
getListStates()
Returns the value of the 'List States' containment reference list. |
EList<Transition> |
getListTransitions()
Returns the value of the 'List Transitions' containment reference list. |
void |
setIsInstanceOf(Automaton value)
Sets the value of the ' Is Instance Of ' reference |
Methods inherited from interface org.topcased.sam.ModelContent |
---|
getListMultiPort, getParentModel, getParentSystem, setParentModel, setParentSystem |
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 |
---|
EList<Transition> getListTransitions()
Transition
.
It is bidirectional and its opposite is 'Parent Automaton
'.
If the meaning of the 'List Transitions' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getAutomaton_ListTransitions()
,
Transition.getParentAutomaton()
EList<Port> getListPorts()
Port
.
It is bidirectional and its opposite is 'Parent Automaton
'.
If the meaning of the 'List Ports' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getAutomaton_ListPorts()
,
Port.getParentAutomaton()
EList<AbstractState> getListStates()
AbstractState
.
It is bidirectional and its opposite is 'Parent Automaton
'.
If the meaning of the 'List States' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getAutomaton_ListStates()
,
AbstractState.getParentAutomaton()
Automaton getIsInstanceOf()
If the meaning of the 'Is Instance Of' reference isn't clear, there really should be more of a description here...
setIsInstanceOf(Automaton)
,
SAMPackage.getAutomaton_IsInstanceOf()
void setIsInstanceOf(Automaton value)
Is Instance Of
' reference.
value
- the new value of the 'Is Instance Of' reference.getIsInstanceOf()
|
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.