Uses of Class
madkit.kernel.Probe
Packages that use Probe
Package
Description
Provides classes that are fundamental to the design of MaDKit applications.
Contains probes for simulation authoring.
-
Uses of Probe in madkit.kernel
Methods in madkit.kernel that return ProbeMethods in madkit.kernel that return types with arguments of type ProbeModifier and TypeMethodDescriptionSet<Probe<? extends AbstractAgent>>Watcher.getProbes()Returns the probes which have been successfully addedMethods in madkit.kernel with parameters of type ProbeModifier and TypeMethodDescriptionvoidWatcher.addProbe(Probe<? extends AbstractAgent> probe) Adds the probe to the artificial organization so that it starts to probe the agents which are at the corresponding CGR location.voidWatcher.removeProbe(Probe<? extends AbstractAgent> probe) Removes the probe from the artificial organization, thus stopping the probing activity. -
Uses of Probe in madkit.simulation.probe
Subclasses of Probe in madkit.simulation.probeModifier and TypeClassDescriptionclassPropertyProbe<A extends AbstractAgent,T> This probe inspects fields of type T on agents of type A and its subclasses.classSingleAgentProbe<A extends AbstractAgent,T> This probe inspects fields of type T on only one agent of type A and its subclasses.