Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
ptolemy.actor.util |
Actor utilities.
|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.de.lib |
The ptolemy.domains.de.lib package.
|
ptolemy.domains.de.test |
The ptolemy.domains.de.test package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.modal.modal |
The ptolemy.domains.modal.modal package.
|
Modifier and Type | Field and Description |
---|---|
protected CausalityInterface |
CompositeActor._causalityInterface
The causality interface, if it has been created.
|
Modifier and Type | Method and Description |
---|---|
CausalityInterface |
Actor.getCausalityInterface()
Return a causality interface for this actor.
|
CausalityInterface |
AtomicActor.getCausalityInterface()
Return a causality interface for this actor.
|
CausalityInterface |
Director.getCausalityInterface()
Return a causality interface for the composite actor that
contains this director.
|
CausalityInterface |
CompositeActor.getCausalityInterface()
Return a causality interface for this actor.
|
Modifier and Type | Method and Description |
---|---|
CausalityInterface |
ThreadedComposite.getCausalityInterface()
Override the base class to return a causality interface that
indicates that the output does not depend (immediately) on
the input.
|
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.
|
class |
DefaultCausalityInterface
This class provides causality interfaces for actor networks as described
in the paper "Causality Interfaces for Actor Networks" by Ye Zhou and
Edward A.
|
Modifier and Type | Method and Description |
---|---|
CausalityInterface |
ContinuousIntegrator.getCausalityInterface()
Return a causality interface for this actor.
|
Modifier and Type | Method and Description |
---|---|
CausalityInterface |
DEDirector.getCausalityInterface()
Return a causality interface for the composite actor that
contains this director.
|
Modifier and Type | Field and Description |
---|---|
protected CausalityInterface |
Timer._causalityInterface
Deprecated.
The causality interface, if it has been created.
|
Modifier and Type | Method and Description |
---|---|
CausalityInterface |
SuperdenseTimeTest.getCausalityInterface()
Override the base class to return a causality interface that
indicates that no output depends (immediately) on
any input, and that also puts both input ports in an
equivalence class.
|
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 | Method and Description |
---|---|
CausalityInterface |
FSMActor.getCausalityInterface()
Return a causality interface for this actor.
|
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. |
Modifier and Type | Method and Description |
---|---|
CausalityInterface |
ModalModel.getCausalityInterface()
Get representation of dependencies between input ports and
output ports.
|
Modifier and Type | Method and Description |
---|---|
void |
MirrorCausalityInterface.composeWith(CausalityInterface causality)
Add the specified causality interface for the specified actor.
|
Constructor and Description |
---|
MirrorCausalityInterface(Actor actor,
CausalityInterface causality)
Construct a causality interface that mirrors the specified causality
interface.
|