Package | Description |
---|---|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.modal.modal |
The ptolemy.domains.modal.modal package.
|
Modifier and Type | Class and Description |
---|---|
class |
State
A State has two ports: one for linking incoming transitions, the other for
outgoing transitions.
|
class |
TransientState
A state that is passed through in a firing of the FSM.
|
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.
|
class |
ModalRefinement
This modal model actor supports mirroring of its ports in its container
(which is required to be a refinement of a state in a ModalModel).
|