Package ptolemy.actor.lib.hoc

Higher Order Component Classes.

See:
          Description

Class Summary
ApplyFilterOverArray This is an atomic actor that filters an array received at its inputArray input port via applying a model specified by a file or URL.
ApplyFunction This actor applies a function to its inputs and outputs the results.
ApplyFunctionOverSequence Apply a function over one or more input sequences.
Case An actor that executes one of several refinements depending on the value provided by the control port-parameter.
CaseDirector An CaseDirector governs the execution of a case actor.
IterateOverArray This actor iterates the contained actor or model over input arrays.
IterateOverArray.IterateComposite This is a specialized composite actor for use in IterateOverArray.
IterateOverArray.IteratePort This is a specialized port for IterateOverArray.
LifeCycleManager This is a composite actor with some services for life-cycle management.
MirrorComposite This is a base class for actors that are simple composites that contain one actor and mirror the ports and parameters of that one actor.
MirrorComposite.MirrorCompositeContents This is a specialized composite actor for use in MirrorComposite.
MirrorPort This port mirrors the properties of an associated port.
MobileFunction This actor extends the TypedAtomicActor.
MobileModel This is a composite actor with an input port that accepts MoML descriptions of changes that are applied to the contents.
ModelReference This is an atomic actor that can execute a model specified by a file or URL.
ModelUtilities A collection of utilities for manipulating a Ptolemy model.
MultiCompositeActor A composite actor that can have several refinements.
MultiCompositePort A port for multi-composite actors.
MultiInstanceComposite A TypedCompositeActor that creates multiple instances of itself during the preinitialize phase of model execution.
RealTimeComposite This is a container for another actor that fires that other actor at real times corresponding to the input time stamps.
Refinement This typed composite actor supports mirroring of its ports in its container (which is required to be a MultiCompositeActor), which in turn assures mirroring of ports in each of the refinements and the controller.
RefinementPort A port for controllers and refinements in modal models.
RunCompositeActor This is a composite actor that can execute the contained model completely, as if it were a top-level model, on each firing.
 

Package ptolemy.actor.lib.hoc Description

Higher Order Component Classes.

Since:
Ptolemy II 4.0