|
SAM | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
org.topcased.modeler.sam.automatondiagram | |
org.topcased.modeler.sam.commands | |
org.topcased.modeler.sam.dialogs | |
org.topcased.sam | |
org.topcased.sam.impl | |
org.topcased.sam.util |
Uses of Transition in org.topcased.modeler.sam.automatondiagram |
---|
Methods in org.topcased.modeler.sam.automatondiagram with parameters of type Transition | |
---|---|
protected GraphElement |
AutomCreationUtils.createGraphElementTransition(Transition element,
java.lang.String presentation)
|
Uses of Transition in org.topcased.modeler.sam.commands |
---|
Constructors in org.topcased.modeler.sam.commands with parameters of type Transition | |
---|---|
UpdateTransitionCommand(Transition transition,
java.util.Map data)
Create a command for updating parameters on a given transition |
Uses of Transition in org.topcased.modeler.sam.dialogs |
---|
Constructors in org.topcased.modeler.sam.dialogs with parameters of type Transition | |
---|---|
TransitionEditDialog(Transition transition,
org.eclipse.swt.widgets.Shell parentShell)
Deprecated. Create the dialog for a given transition |
Uses of Transition in org.topcased.sam |
---|
Methods in org.topcased.sam that return Transition | |
---|---|
Transition |
SAMFactory.createTransition()
Returns a new object of class 'Transition' |
Methods in org.topcased.sam that return types with arguments of type Transition | |
---|---|
EList<Transition> |
State.getInlink()
Returns the value of the 'Inlink' reference list. |
EList<Transition> |
Automaton.getListTransitions()
Returns the value of the 'List Transitions' containment reference list. |
EList<Transition> |
AbstractState.getOutlink()
Returns the value of the 'Outlink' reference list. |
Uses of Transition in org.topcased.sam.impl |
---|
Classes in org.topcased.sam.impl that implement Transition | |
---|---|
class |
TransitionImpl
An implementation of the model object 'Transition'. |
Fields in org.topcased.sam.impl with type parameters of type Transition | |
---|---|
protected EList<Transition> |
StateImpl.inlink
The cached value of the ' Inlink ' reference list |
protected EList<Transition> |
AutomatonImpl.listTransitions
The cached value of the ' List Transitions ' containment reference list |
protected EList<Transition> |
AbstractStateImpl.outlink
The cached value of the ' Outlink ' reference list |
Methods in org.topcased.sam.impl that return Transition | |
---|---|
Transition |
SAMFactoryImpl.createTransition()
|
Methods in org.topcased.sam.impl that return types with arguments of type Transition | |
---|---|
EList<Transition> |
StateImpl.getInlink()
|
EList<Transition> |
AutomatonImpl.getListTransitions()
|
EList<Transition> |
AbstractStateImpl.getOutlink()
|
Uses of Transition in org.topcased.sam.util |
---|
Methods in org.topcased.sam.util with parameters of type Transition | |
---|---|
T |
SAMSwitch.caseTransition(Transition object)
Returns the result of interpretting the object as an instance of 'Transition'. |
|
SAM | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.