|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleTargetInteraction | |
---|---|
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 SingleTargetInteraction in fr.lifl.jedi.model.interactionDeclaration |
---|
Methods in fr.lifl.jedi.model.interactionDeclaration that return types with arguments of type SingleTargetInteraction | |
---|---|
AbstractAssignationElement<SingleTargetInteraction> |
SingleTargetAssignationElement.clone()
|
Methods in fr.lifl.jedi.model.interactionDeclaration with parameters of type SingleTargetInteraction | |
---|---|
void |
InteractionMatrixLine.add(SingleTargetInteraction interaction,
java.lang.Class<?> target,
double limit,
int priority)
Tell that the source agent owning this interaction matrix line is able to initiate a single target interaction with an instance of a target agent family. |
Constructors in fr.lifl.jedi.model.interactionDeclaration with parameters of type SingleTargetInteraction | |
---|---|
SingleTargetAssignationElement(SingleTargetInteraction interaction,
java.lang.Class<?> target,
double limitDistance)
Constructor of an assignation element that represents an interaction that can occur between a source and a target agent. |
Uses of SingleTargetInteraction in fr.lifl.jedi.model.interactionSelection |
---|
Methods in fr.lifl.jedi.model.interactionSelection with parameters of type SingleTargetInteraction | |
---|---|
static RealizableSingleTargetTuple |
TuplesObjectPool.createRealizableSingleTargetTuple(Agent source,
SingleTargetInteraction i,
Agent target)
Creates a realizable single target tuple according to the values given in parameters. |
void |
RealizableSingleTargetTuple.set(SingleTargetInteraction i,
Agent source,
Agent target)
Changes the values contained in the tuple to other values. |
Constructors in fr.lifl.jedi.model.interactionSelection with parameters of type SingleTargetInteraction | |
---|---|
RealizableSingleTargetTuple(SingleTargetInteraction i,
Agent source,
Agent target)
Constructor of the realizable degenerate tuple |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |