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

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

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

Methods in es.upv.dsic.gti_ia.argAgents.argCBR with parameters of type Solution
 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.getSameDomainAndSocialContextAccepted(HashMap<Integer,Premise> premises, Solution solution, SocialContext socialContext)
          Returns the argument-cases with the same domain and social context that have been accepted in teh past
 

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

Subclasses of Solution in es.upv.dsic.gti_ia.argAgents.knowledgeResources
 class ArgumentSolution
          Implementation of the concept ArgumentSolution
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return Solution
 Solution Position.getSolution()
           
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return types with arguments of type Solution
 ArrayList<Solution> DomainCase.getSolutions()
           
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type Solution
 void DomainCase.addSolution(Solution newSolution)
           
 void DomainCase.removeSolution(Solution oldSolution)
           
 void Position.setSolution(Solution solution)
           
 

Method parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type Solution
 void DomainCase.setSolutions(ArrayList<Solution> solutions)
           
 

Constructors in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type Solution
Position(String agentID, String dialogueID, Solution solution, HashMap<Integer,Premise> premises, ArrayList<DomainCase> domainCases, float domainCaseSimilarity)
           
 

Constructor parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type Solution
DomainCase(Problem problem, ArrayList<Solution> solutions, Justification justification)
           
 



Copyright © 2012 GTI-IA. All Rights Reserved.