|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipleTargetInteraction | |
---|---|
fr.lifl.jedi.model.interactionDeclaration | This package defines the classes required to design the interaction matrix of a simulation. |
fr.lifl.jedi.model.interactionSelection | This package defines the elements required to perform interaction selection. |
Uses of MultipleTargetInteraction in fr.lifl.jedi.model.interactionDeclaration |
---|
Methods in fr.lifl.jedi.model.interactionDeclaration that return types with arguments of type MultipleTargetInteraction | |
---|---|
AbstractAssignationElement<MultipleTargetInteraction> |
MultipleTargetAssignationElement.clone()
|
Methods in fr.lifl.jedi.model.interactionDeclaration with parameters of type MultipleTargetInteraction | |
---|---|
void |
InteractionMatrixLine.add(MultipleTargetInteraction interaction,
java.lang.Class<?> target,
double limit,
int priority)
Tell that the source agent owning this interaction matrix line is able to initiate a multiple target interaction with instances of a target agent family. |
Constructors in fr.lifl.jedi.model.interactionDeclaration with parameters of type MultipleTargetInteraction | |
---|---|
MultipleTargetAssignationElement(MultipleTargetInteraction interaction,
java.lang.Class<?> target,
double limitDistance)
Constructor of an assignation element that represents an interaction that can occur between a source agent and a number of target agents that depends on the situation in which the source agent is. |
Uses of MultipleTargetInteraction in fr.lifl.jedi.model.interactionSelection |
---|
Methods in fr.lifl.jedi.model.interactionSelection with parameters of type MultipleTargetInteraction | |
---|---|
static RealizableMultipleTargetTuple |
TuplesObjectPool.createRealizableMultipleTargetTuple(Agent source,
MultipleTargetInteraction i)
Creates a realizable multiple target tuple according to the values given in parameters. |
void |
RealizableMultipleTargetTuple.set(MultipleTargetInteraction i,
Agent source)
Changes the values contained in the tuple to other values. |
Constructors in fr.lifl.jedi.model.interactionSelection with parameters of type MultipleTargetInteraction | |
---|---|
RealizableMultipleTargetTuple(MultipleTargetInteraction i,
Agent source)
Constructor of the realizable degenerate tuple |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |