Package org.ptolemy.ssm
Interface MapConstrained
-
- All Superinterfaces:
Actor
,Executable
,Initializable
,Nameable
- All Known Implementing Classes:
AbstractParticleFilter
,AbstractStateSpaceSimulator
,ParticleFilter
,ParticleFilter
,ParticleFilterRange
,StateSpaceSimulator
public interface MapConstrained extends Actor
An interface for the actors that are constrained by maps.- Since:
- Ptolemy II 11.0
- Version:
- $Id$, $Id$
- Author:
- Ilge Akkya
- See Also:
Map
-
-
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
satisfiesMapConstraints(double[] coordinates)
Return true if the the coordinates satisfy the map constraints.-
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
-
-