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

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

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

Methods in fr.lifl.jedi.model.interactionSelection that return RealizableSingleTargetTuple
static RealizableSingleTargetTuple TuplesObjectPool.createRealizableSingleTargetTuple(Agent source, SingleTargetInteraction i, Agent target)
          Creates a realizable single target tuple according to the values given in parameters.
 

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