Package | Description |
---|---|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.modal.kernel.ia |
Support for Interface Automatons.
|
ptolemy.domains.modal.modal |
The ptolemy.domains.modal.modal package.
|
Modifier and Type | Method and Description |
---|---|
FSMActor |
FSMDirector.getController()
Return the mode controller of this director.
|
Constructor and Description |
---|
StateEvent(FSMActor source,
State state)
Construct an event with the specified source and destination
state.
|
Transition(FSMActor container,
java.lang.String name)
Construct a transition with the given name contained by the specified
entity.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomaton
This class models an Interface Automaton.
|
Modifier and Type | Class and Description |
---|---|
class |
ModalController
This FSM actor supports mirroring of its ports in its container
(which is required to be a ModalModel), which in turn assures
mirroring of ports in each of the refinements.
|
Modifier and Type | Field and Description |
---|---|
protected FSMActor |
ModalModel._controller
The FSM controller.
|
Modifier and Type | Method and Description |
---|---|
FSMActor |
ModalModel.getController()
Get the FSM controller.
|