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

Packages that use Premise
es.upv.dsic.gti_ia.argAgents   
es.upv.dsic.gti_ia.argAgents.argCBR   
es.upv.dsic.gti_ia.argAgents.domainCBR   
es.upv.dsic.gti_ia.argAgents.knowledgeResources   
 

Uses of Premise in es.upv.dsic.gti_ia.argAgents
 

Method parameters in es.upv.dsic.gti_ia.argAgents with type arguments of type Premise
static ArrayList<SimilarDomainCase> SimilarityAlgorithms.normalizedEuclideanSimilarity(HashMap<Integer,Premise> premises, ArrayList<DomainCase> candidateCases)
          Returns a list of the candidate domain-cases with a similarity degree to the given domain-cases.
static ArrayList<SimilarDomainCase> SimilarityAlgorithms.normalizedTverskySimilarity(HashMap<Integer,Premise> premises, ArrayList<DomainCase> candidateCases)
          Returns a list of the candidate domain-cases with a similarity degree to the given domain-cases.
static ArrayList<SimilarDomainCase> SimilarityAlgorithms.weightedEuclideanSimilarity(HashMap<Integer,Premise> premises, ArrayList<DomainCase> candidateCases)
          Returns a list of the candidate domain-cases with a similarity degree to the given domain-cases.
 

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

Method parameters in es.upv.dsic.gti_ia.argAgents.argCBR with type arguments of type Premise
 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 Premise in es.upv.dsic.gti_ia.argAgents.domainCBR
 

Method parameters in es.upv.dsic.gti_ia.argAgents.domainCBR with type arguments of type Premise
 float DomainCBR.getPremisesSimilarity(HashMap<Integer,Premise> premises1, HashMap<Integer,Premise> premises2)
          Obtains the similarity between two HashMap of premises using the similarity algorithm specified in the configuration of this class.
 float DomainCBR.getPremisesSimilarity(HashMap<Integer,Premise> premises1, HashMap<Integer,Premise> premises2)
          Obtains the similarity between two HashMap of premises using the similarity algorithm specified in the configuration of this class.
 ArrayList<SimilarDomainCase> DomainCBR.retrieve(HashMap<Integer,Premise> premises, float threshold)
          Retrieves the most similar domain-cases to the given premises with a similarity degree greater or equal than a given threshold.
 

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

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return types with arguments of type Premise
 ArrayList<Premise> SupportSet.getDistinguishingPremises()
           
 ArrayList<Premise> ArgumentSolution.getDistinguishingPremises()
           
 ArrayList<Premise> ArgumentationScheme.getExceptions()
           
 ArrayList<Premise> SupportSet.getExceptions()
           
 ArrayList<Premise> ArgumentSolution.getExceptions()
           
 ArrayList<Premise> ArgumentationScheme.getPremises()
           
 ArrayList<Premise> SupportSet.getPremises()
           
 HashMap<Integer,Premise> DomainContext.getPremises()
           
 HashMap<Integer,Premise> Position.getPremises()
           
 ArrayList<Premise> ArgumentationScheme.getPresumptions()
           
 ArrayList<Premise> SupportSet.getPresumptions()
           
 ArrayList<Premise> ArgumentSolution.getPresumptions()
           
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type Premise
 void SupportSet.addDistinguishingPremise(Premise newDistinguishingPremise)
           
 void ArgumentSolution.addDistinguishingPremise(Premise newDistinguishingPremise)
           
 void ArgumentationScheme.addException(Premise newException)
           
 void SupportSet.addException(Premise newException)
           
 void ArgumentSolution.addException(Premise newException)
           
 void ArgumentationScheme.addPremise(Premise newPremise)
           
 void SupportSet.addPremise(Premise newPremise)
           
 void DomainContext.addPremise(Premise newPremise)
           
 void ArgumentationScheme.addPresumption(Premise newPresumption)
           
 void SupportSet.addPresumption(Premise newPresumption)
           
 void ArgumentSolution.addPresumption(Premise newPresumption)
           
 void SupportSet.removeDistinguishingPremise(Premise oldDistinguishingPremise)
           
 void ArgumentSolution.removeDistinguishingPremise(Premise oldDistinguishingPremise)
           
 void ArgumentationScheme.removeException(Premise oldException)
           
 void SupportSet.removeException(Premise oldException)
           
 void ArgumentSolution.removeException(Premise oldException)
           
 void ArgumentationScheme.removePremise(Premise oldPremise)
           
 void SupportSet.removePremise(Premise oldPremise)
           
 void DomainContext.removePremise(Premise oldPremise)
           
 void ArgumentationScheme.removePresumption(Premise oldPresumption)
           
 void SupportSet.removePresumption(Premise oldPresumption)
           
 void ArgumentSolution.removePresumption(Premise oldPresumption)
           
 

Method parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type Premise
 void SupportSet.setDistinguishingPremises(ArrayList<Premise> newDistinguishingPremises)
           
 void ArgumentSolution.setDistinguishingPremises(ArrayList<Premise> newDistinguishingPremises)
           
 void ArgumentationScheme.setExceptions(ArrayList<Premise> newExceptions)
           
 void SupportSet.setExceptions(ArrayList<Premise> newExceptions)
           
 void ArgumentSolution.setExceptions(ArrayList<Premise> newExceptions)
           
 void ArgumentationScheme.setPremises(ArrayList<Premise> newPremises)
           
 void SupportSet.setPremises(ArrayList<Premise> newPremises)
           
 void DomainContext.setPremises(HashMap<Integer,Premise> newPremises)
           
 void Position.setPremises(HashMap<Integer,Premise> premises)
           
 void DomainContext.setPremisesFromList(ArrayList<Premise> newPremises)
           
 void ArgumentationScheme.setPresumptions(ArrayList<Premise> newPresumptions)
           
 void SupportSet.setPresumptions(ArrayList<Premise> newPresumptions)
           
 void ArgumentSolution.setPresumptions(ArrayList<Premise> newPresumptions)
           
 

Constructor parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type Premise
ArgumentationScheme(long id, String argTitle, String creationDate, Author author, Conclusion conclusion, ArrayList<Premise> premises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions)
           
ArgumentationScheme(long id, String argTitle, String creationDate, Author author, Conclusion conclusion, ArrayList<Premise> premises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions)
           
ArgumentationScheme(long id, String argTitle, String creationDate, Author author, Conclusion conclusion, ArrayList<Premise> premises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions)
           
ArgumentSolution(ArgumentSolution.ArgumentType argumentType, AcceptabilityStatus acceptabilityStatus, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<Long> counterExamplesDomCaseID, ArrayList<Long> counterExamplesArgCaseID)
           
ArgumentSolution(ArgumentSolution.ArgumentType argumentType, AcceptabilityStatus acceptabilityStatus, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<Long> counterExamplesDomCaseID, ArrayList<Long> counterExamplesArgCaseID)
           
ArgumentSolution(ArgumentSolution.ArgumentType argumentType, AcceptabilityStatus acceptabilityStatus, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<Long> counterExamplesDomCaseID, ArrayList<Long> counterExamplesArgCaseID)
           
DomainContext(HashMap<Integer,Premise> premises)
           
Position(String agentID, String dialogueID, Solution solution, HashMap<Integer,Premise> premises, ArrayList<DomainCase> domainCases, float domainCaseSimilarity)
           
SupportSet(ArrayList<Premise> premises, ArrayList<DomainCase> domainCases, ArrayList<ArgumentCase> argumentCases, ArrayList<ArgumentationScheme> schemes, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<DomainCase> counterExamplesDomCases, ArrayList<ArgumentCase> counterExamplesArgCases)
           
SupportSet(ArrayList<Premise> premises, ArrayList<DomainCase> domainCases, ArrayList<ArgumentCase> argumentCases, ArrayList<ArgumentationScheme> schemes, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<DomainCase> counterExamplesDomCases, ArrayList<ArgumentCase> counterExamplesArgCases)
           
SupportSet(ArrayList<Premise> premises, ArrayList<DomainCase> domainCases, ArrayList<ArgumentCase> argumentCases, ArrayList<ArgumentationScheme> schemes, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<DomainCase> counterExamplesDomCases, ArrayList<ArgumentCase> counterExamplesArgCases)
           
SupportSet(ArrayList<Premise> premises, ArrayList<DomainCase> domainCases, ArrayList<ArgumentCase> argumentCases, ArrayList<ArgumentationScheme> schemes, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<DomainCase> counterExamplesDomCases, ArrayList<ArgumentCase> counterExamplesArgCases)
           
 



Copyright © 2012 GTI-IA. All Rights Reserved.