Uses of Class
es.upv.dsic.gti_ia.argAgents.knowledgeResources.ArgumentProblem

Packages that use ArgumentProblem
es.upv.dsic.gti_ia.argAgents.argCBR   
es.upv.dsic.gti_ia.argAgents.knowledgeResources   
 

Uses of ArgumentProblem in es.upv.dsic.gti_ia.argAgents.argCBR
 

Methods in es.upv.dsic.gti_ia.argAgents.argCBR with parameters of type ArgumentProblem
 ArrayList<Float> ArgCBR.getDegrees(ArgumentProblem argProblem, Solution solution, ArrayList<Position> allPositions, int index)
          Return a list with the degrees (attack, efficiency, explanatory power, persuasiveness, support and risk) of an argument-case
 ArrayList<SimilarArgumentCase> ArgCBR.getMostSimilarArgCases(ArgumentProblem argProblem)
          Get the argument-cases with the same domain context as the given argument-case and the same dependency relation.
 

Uses of ArgumentProblem in es.upv.dsic.gti_ia.argAgents.knowledgeResources
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return ArgumentProblem
 ArgumentProblem ArgumentCase.getArgumentProblem()
           
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type ArgumentProblem
 void ArgumentCase.setArgumentProblem(ArgumentProblem newArgumentProblem)
           
 

Constructors in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type ArgumentProblem
ArgumentCase(long id, String creationDate, ArgumentProblem problem, ArgumentSolution solution, ArgumentJustification justification, int timesUsed)
           
 



Copyright © 2012 GTI-IA. All Rights Reserved.