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