Uses of Class
argutia.logic.argumentationFramework.Argument

Packages that use Argument
argutia.logic.argumentationFramework   
 

Uses of Argument in argutia.logic.argumentationFramework
 

Fields in argutia.logic.argumentationFramework declared as Argument
private Argument Situation.argInterrogation
           
 

Fields in argutia.logic.argumentationFramework with type parameters of type Argument
private Map<String,List<Argument>> Situation.arguments
           
 

Methods in argutia.logic.argumentationFramework that return Argument
 Argument Situation.getArgument()
           
 

Methods in argutia.logic.argumentationFramework that return types with arguments of type Argument
private List<Argument> Situation.calculerArgGrosMensonges(boolean pertinents, Argument.Type type)
           
private List<Argument> Situation.calculerArgMensonges(boolean pertinents, Argument.Type type, FamilyOfSets conclusions)
           
private List<Argument> Situation.calculerArgPetitsMensonges(boolean pertinents, Argument.Type type)
           
private List<Argument> Situation.calculerArgSurK(boolean pertinents, Argument.Type type)
           
private List<Argument> Situation.calculerArgSurKX(boolean pertinents, Argument.Type type)
           
private List<Argument> Situation.calculerArgSurX(boolean pertinents, Argument.Type type)
           
 Map<String,List<Argument>> Situation.getArguments()
           
private static List<Argument> Situation.removeNonRelevantArguments(List<Argument> src, List<Argument> relevantArguments)
           
 

Method parameters in argutia.logic.argumentationFramework with type arguments of type Argument
private static List<Argument> Situation.removeNonRelevantArguments(List<Argument> src, List<Argument> relevantArguments)
           
private static List<Argument> Situation.removeNonRelevantArguments(List<Argument> src, List<Argument> relevantArguments)
           
static void Argument.toStyleString(BatchStyledDocument doc, List<Argument> liste)
           
 

Constructors in argutia.logic.argumentationFramework with parameters of type Argument
Situation(Agent agent, Argument interrogation)
           
 
Argutia JavaDoc
23 décembre 2007