Package | Description |
---|---|
ptolemy.actor.util |
Actor utilities.
|
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 |
BreakCausalityInterface
This class provides a causality interface
where no output port depends on any input port.
|
class |
CausalityInterfaceForComposites
This class elaborates its base class by providing an algorithm for inferring
the causality interface of a composite actor from the causality interfaces
of its component actors and their interconnection topology.
|
Modifier and Type | Class and Description |
---|---|
class |
FSMCausalityInterface
This class infers the causality interface of an FSMActor by checking
the guards and actions of the transitions.
|
Modifier and Type | Class and Description |
---|---|
class |
MirrorCausalityInterface
This class infers a causality interface from causality interfaces provided
in the constructor and in the
MirrorCausalityInterface.composeWith(ptolemy.actor.util.CausalityInterface) method. |