Package org.ptolemy.ssm
Interface InferenceActor
-
- All Superinterfaces:
Actor
,Executable
,Initializable
,Nameable
,StateSpaceActor
- All Known Implementing Classes:
ParticleFilter
,UnscentedKalmanFilterSSM
public interface InferenceActor extends StateSpaceActor
An interface for actors that perform inference. These actors will be decorated by measurement models.- Since:
- Ptolemy II 11.0
- Version:
- $Id$
- Author:
- ilgea
-
-
Field Summary
-
Fields inherited from interface ptolemy.actor.Executable
COMPLETED, NOT_READY, STOP_ITERATING
-
-
Method Summary
-
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
-
Methods inherited from interface org.ptolemy.ssm.StateSpaceActor
validDecoratorAssociationExists
-
-