Uses of Class
fr.lifl.jedi.model.interactionSelection.RealizableDegenerateTuple

Packages that use RealizableDegenerateTuple
fr.lifl.jedi.model.interactionSelection This package defines the elements required to perform interaction selection. 
 

Uses of RealizableDegenerateTuple in fr.lifl.jedi.model.interactionSelection
 

Methods in fr.lifl.jedi.model.interactionSelection that return RealizableDegenerateTuple
static RealizableDegenerateTuple TuplesObjectPool.createRealizableDegenerateTuple(Agent source, DegenerateInteraction i)
          Creates a realizable degenerate tuple according to the values given in parameters.
 

Methods in fr.lifl.jedi.model.interactionSelection with parameters of type RealizableDegenerateTuple
static void TuplesObjectPool.free(RealizableDegenerateTuple tuple)
          Tell the pool that a tuple is no more used, and can thus be used instead of creating new instances.