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

Packages that use AcceptabilityStatus
es.upv.dsic.gti_ia.argAgents.knowledgeResources   
 

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

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return AcceptabilityStatus
 AcceptabilityStatus Argument.getAcceptabilityState()
           
 AcceptabilityStatus ArgumentSolution.getAcceptabilityState()
           
static AcceptabilityStatus AcceptabilityStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AcceptabilityStatus[] AcceptabilityStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type AcceptabilityStatus
 void Argument.setAcceptabilityState(AcceptabilityStatus acceptabilityState)
           
 void ArgumentSolution.setAcceptabilityState(AcceptabilityStatus newAcceptabilityState)
           
 

Constructors in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type AcceptabilityStatus
ArgumentSolution(ArgumentSolution.ArgumentType argumentType, AcceptabilityStatus acceptabilityStatus, ArrayList<Premise> distPremises, ArrayList<Premise> presumptions, ArrayList<Premise> exceptions, ArrayList<Long> counterExamplesDomCaseID, ArrayList<Long> counterExamplesArgCaseID)
           
 



Copyright © 2012 GTI-IA. All Rights Reserved.