Package | Description |
---|---|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.modal.kernel.ia |
Support for Interface Automatons.
|
ptolemy.vergil.basic.layout.kieler |
Classes used to layout entities and relations in Vergil that use the
KIELER layout algorithm.
|
Modifier and Type | Field and Description |
---|---|
protected Transition |
FSMActor._lastChosenTransition
The most recently chosen transition within the fire() method.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<State,Transition> |
FSMActor._lastChosenTransitions
The last chosen transitions, by state from which these transitions emerge.
|
protected java.util.List<Transition> |
FSMActor._lastTakenTransitions
The last taken transitions, by state from which these transitions emerge.
|
Modifier and Type | Method and Description |
---|---|
Transition |
FSMActor.getLastChosenTransition()
Deprecated.
Use
FSMActor.getLastChosenTransitions() instead. |
Transition |
FSMTransitionParameter.getTransition()
Set the transition that corresponds to the parameters.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<State,Transition> |
FSMDirector._getLastChosenTransition()
Return the last chosen transitions.
|
java.util.Map<State,Transition> |
FSMActor.getLastChosenTransitions()
Get the last chosen transitions.
|
java.util.List<Transition> |
FSMActor.getLastTakenTransitions()
Get the last taken transitions.
|
Modifier and Type | Method and Description |
---|---|
void |
FSMActor.addChosenTransition(State state,
Transition transition)
Add a chosen transition to the set of chosen transitions.
|
void |
NonStrictFSMDirector.getOutputActionsReferredInputPorts(Transition transition)
Given a transition, get a set of input ports referred in the
outputActions of that transition.
|
void |
NonStrictFSMDirector.getSetActionsReferredInputPorts(Transition transition)
Given a transition, get a set of input ports referred in the set
actions of that transition.
|
void |
FSMActor.setLastChosenTransition(Transition transition)
Deprecated.
Use addChosenTransition(State, Transition)
|
void |
FSMTransitionParameter.setTransition(Transition transition)
Set the transition that corresponds to the parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FSMActor._chooseTransitions(java.util.List<Transition> transitionList,
boolean preemptive,
boolean immediateOnly,
boolean inInitialize,
boolean inPreinitialize)
Choose zero or more transitions enabled in the current
state from the list of specified transitions.
|
Constructor and Description |
---|
CommitActionsAttribute(Transition transition,
java.lang.String name)
Construct an action with the given name contained
by the specified transition.
|
OutputActionsAttribute(Transition transition,
java.lang.String name)
Construct an action with the given name contained
by the specified transition.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomatonTransition
A Transition for Interface Automaton.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyLayoutRequest.addCurve(Transition transition,
double exitAngle)
Add a new transition curve change to the request.
|