|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Probe | |
---|---|
dynamicbees | |
madkit.kernel | ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. ##### ##### TYPE YOUR PACKAGE COMMENTS HERE. |
madkit.simulation.probes | |
turtlekit.kernel |
Uses of Probe in dynamicbees |
---|
Subclasses of Probe in dynamicbees | |
---|---|
class |
BeeColorProbe
This probe inspects the beeColor property of an AbstractBee. |
class |
BeeEnumerator
This probe is used by the environment to know the bees |
class |
BeePointProbe
This probe inspects a property of an AbstractBee which is a Point. |
class |
QueenBeeEnumerator
This probe is used by the environment to know the queenbees |
Uses of Probe in madkit.kernel |
---|
Methods in madkit.kernel that return Probe | |
---|---|
Probe<? extends AbstractAgent>[] |
Watcher.getProbes()
|
Methods in madkit.kernel with parameters of type Probe | |
---|---|
void |
Watcher.addProbe(Probe<? extends AbstractAgent> p)
|
void |
Watcher.addProbe(Probe<? extends AbstractAgent> p,
java.lang.Object accessCard)
|
void |
Watcher.removeProbe(Probe<? extends AbstractAgent> p)
|
Uses of Probe in madkit.simulation.probes |
---|
Subclasses of Probe in madkit.simulation.probes | |
---|---|
class |
ObjectProbe
This probe inspects object properties on Referenceable agents. |
class |
PropertyProbe<A extends AbstractAgent,P>
This probe inspects properties of type P on Referenceable agents of type A. |
class |
ReflexiveProbe
This class implements a dynamic probe on a given property. |
Uses of Probe in turtlekit.kernel |
---|
Subclasses of Probe in turtlekit.kernel | |
---|---|
class |
TurtleProbe
The TurtleProbe class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |