|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
de.cau.cs.kieler.synccharts | |
de.cau.cs.kieler.synccharts.codegen.sc | In the codegen package the process of generating code from a SyncChart model is implemented. |
de.cau.cs.kieler.synccharts.diagram.custom.commands | Copy and paste for the synccharts diagram editor. |
de.cau.cs.kieler.synccharts.diagram.edit.commands | |
de.cau.cs.kieler.synccharts.diagram.edit.policies | |
de.cau.cs.kieler.synccharts.diagram.providers | |
de.cau.cs.kieler.synccharts.impl | |
de.cau.cs.kieler.synccharts.listener | |
de.cau.cs.kieler.synccharts.s | |
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw | |
de.cau.cs.kieler.synccharts.text.kits.scoping | |
de.cau.cs.kieler.synccharts.util |
Uses of Transition in de.cau.cs.kieler.synccharts |
---|
Methods in de.cau.cs.kieler.synccharts that return Transition | |
---|---|
Transition |
SyncchartsFactory.createTransition()
Returns a new object of class 'Transition'. |
Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Transition | |
---|---|
EList<Transition> |
State.getIncomingTransitions()
Returns the value of the 'Incoming Transitions' reference list. |
EList<Transition> |
State.getOutgoingTransitions()
Returns the value of the 'Outgoing Transitions' containment reference list. |
Uses of Transition in de.cau.cs.kieler.synccharts.codegen.sc |
---|
Methods in de.cau.cs.kieler.synccharts.codegen.sc that return Transition | |
---|---|
Transition |
StatePlusTransition.getTransition()
|
Methods in de.cau.cs.kieler.synccharts.codegen.sc with parameters of type Transition | |
---|---|
int |
CompareTransitions.compare(Transition t1,
Transition t2)
|
static String |
Activator.getUri(Transition t)
Returns the URI of a given transition. |
static boolean |
Helper.hasDependentState(Transition transition)
Computes if the given state has signal dependent states. |
static boolean |
Helper.isSignalDependent(Transition transition)
Computes if the given state has signal dependent states. |
void |
StatePlusTransition.setTransition(Transition transition)
|
Constructors in de.cau.cs.kieler.synccharts.codegen.sc with parameters of type Transition | |
---|---|
StatePlusTransition(State state,
int type,
Transition transition)
Constructor, setting the fields. |
Uses of Transition in de.cau.cs.kieler.synccharts.diagram.custom.commands |
---|
Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands that return types with arguments of type Transition | |
---|---|
static List<Transition> |
Utils.getTransitionsFromClipboard(Collection<Transition> transitionsClipBoard,
Collection<Transition> copy)
Prepare a list of transitions to be ready for insertion using xtend. |
Method parameters in de.cau.cs.kieler.synccharts.diagram.custom.commands with type arguments of type Transition | |
---|---|
static List<Transition> |
Utils.getTransitionsFromClipboard(Collection<Transition> transitionsClipBoard,
Collection<Transition> copy)
Prepare a list of transitions to be ready for insertion using xtend. |
static List<Transition> |
Utils.getTransitionsFromClipboard(Collection<Transition> transitionsClipBoard,
Collection<Transition> copy)
Prepare a list of transitions to be ready for insertion using xtend. |
Uses of Transition in de.cau.cs.kieler.synccharts.diagram.edit.commands |
---|
Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands that return Transition | |
---|---|
protected Transition |
TransitionReorientCommand.getLink()
|
Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands with parameters of type Transition | |
---|---|
protected void |
TransitionCreateCommand.doConfigure(Transition newElement,
IProgressMonitor monitor,
IAdaptable info)
|
Uses of Transition in de.cau.cs.kieler.synccharts.diagram.edit.policies |
---|
Methods in de.cau.cs.kieler.synccharts.diagram.edit.policies with parameters of type Transition | |
---|---|
boolean |
SyncchartsBaseItemSemanticEditPolicy.LinkConstraints.canExistTransition_4006(State container,
Transition linkInstance,
State source,
State target)
|
Uses of Transition in de.cau.cs.kieler.synccharts.diagram.providers |
---|
Methods in de.cau.cs.kieler.synccharts.diagram.providers with parameters of type Transition | |
---|---|
void |
ElementInitializers.init_Transition_4006(Transition instance)
|
Uses of Transition in de.cau.cs.kieler.synccharts.impl |
---|
Classes in de.cau.cs.kieler.synccharts.impl that implement Transition | |
---|---|
class |
TransitionImpl
An implementation of the model object 'Transition'. |
Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Transition | |
---|---|
protected EList<Transition> |
StateImpl.incomingTransitions
The cached value of the ' Incoming Transitions ' reference list. |
protected EList<Transition> |
StateImpl.outgoingTransitions
The cached value of the ' Outgoing Transitions ' containment reference list. |
Methods in de.cau.cs.kieler.synccharts.impl that return Transition | |
---|---|
Transition |
SyncchartsFactoryImpl.createTransition()
|
Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Transition | |
---|---|
EList<Transition> |
StateImpl.getIncomingTransitions()
|
EList<Transition> |
StateImpl.getOutgoingTransitions()
|
Uses of Transition in de.cau.cs.kieler.synccharts.listener |
---|
Methods in de.cau.cs.kieler.synccharts.listener with parameters of type Transition | |
---|---|
int |
TransitionPrioComparator.compare(Transition t1,
Transition t2)
|
static int |
SyncchartsContentUtil.getUniquePrio(Transition transition)
Get a new unique priority to a given Transition. |
Uses of Transition in de.cau.cs.kieler.synccharts.s |
---|
Methods in de.cau.cs.kieler.synccharts.s that return Transition | |
---|---|
Transition |
StatePlusTransition.getTransition()
|
Methods in de.cau.cs.kieler.synccharts.s with parameters of type Transition | |
---|---|
int |
CompareTransitions.compare(Transition t1,
Transition t2)
|
static boolean |
Helper.hasDependentState(Transition transition)
Computes if the given state has signal dependent states. |
static boolean |
Helper.isSignalDependent(Transition transition)
Computes if the given state has signal dependent states. |
void |
StatePlusTransition.setTransition(Transition transition)
|
Constructors in de.cau.cs.kieler.synccharts.s with parameters of type Transition | |
---|---|
StatePlusTransition(State state,
int type,
Transition transition)
Constructor, setting the fields. |
Uses of Transition in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw |
---|
Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type Transition | |
---|---|
static String |
XtendJava.getURIFragment(Transition myTransition)
Gets the URIFragment of a Transition. |
Uses of Transition in de.cau.cs.kieler.synccharts.text.kits.scoping |
---|
Methods in de.cau.cs.kieler.synccharts.text.kits.scoping with parameters of type Transition | |
---|---|
org.eclipse.xtext.scoping.IScope |
KitsEmbeddedScopeProvider.scope_Transition_targetState(Transition trans,
EReference reference)
|
org.eclipse.xtext.scoping.IScope |
KitsScopeProvider.scope_Transition_targetState(Transition trans,
EReference reference)
A implementation of scoping for transitions' targets. |
Uses of Transition in de.cau.cs.kieler.synccharts.util |
---|
Methods in de.cau.cs.kieler.synccharts.util with parameters of type Transition | |
---|---|
T |
SyncchartsSwitch.caseTransition(Transition object)
Returns the result of interpreting the object as an instance of 'Transition'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |