Package org.ptolemy.ssm
Interface StateSpaceActor
-
- All Superinterfaces:
Actor
,Executable
,Initializable
,Nameable
- All Known Subinterfaces:
InferenceActor
- All Known Implementing Classes:
GaussianMeasurementModel
,MeasurementModel
,ParticleFilter
,Predictor
,StateSpaceSimulator
,UnscentedKalmanFilterSSM
public interface StateSpaceActor extends Actor
An interface for the actors that can be decorated by the state space model.- Since:
- Ptolemy II 11.0
- Version:
- $Id$, $Id$
- Author:
- Ilge Akkya
-
-
Field Summary
-
Fields inherited from interface ptolemy.actor.Executable
COMPLETED, NOT_READY, STOP_ITERATING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
validDecoratorAssociationExists()
Return true if a valid decorator association exists.-
Methods inherited from interface ptolemy.actor.Actor
createReceivers, getCausalityInterface, getDirector, getExecutiveDirector, getManager, inputPortList, newReceiver, outputPortList
-
Methods inherited from interface ptolemy.actor.Executable
fire, isFireFunctional, isStrict, iterate, postfire, prefire, stop, stopFire, terminate
-
Methods inherited from interface ptolemy.actor.Initializable
addInitializable, initialize, preinitialize, removeInitializable, wrapup
-
Methods inherited from interface ptolemy.kernel.util.Nameable
description, getContainer, getDisplayName, getFullName, getName, getName, setName
-
-
-
-
Method Detail
-
validDecoratorAssociationExists
boolean validDecoratorAssociationExists() throws IllegalActionException
Return true if a valid decorator association exists.- Returns:
- true if a valid decorator association exists.
- Throws:
IllegalActionException
-
-