es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class ArgumentSolution
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.CaseComponent
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Solution
es.upv.dsic.gti_ia.argAgents.knowledgeResources.ArgumentSolution
- All Implemented Interfaces:
- Serializable
public class ArgumentSolution
- extends Solution
Implementation of the concept ArgumentSolution
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArgumentSolution
public ArgumentSolution(ArgumentSolution.ArgumentType argumentType,
AcceptabilityStatus acceptabilityStatus,
ArrayList<Premise> distPremises,
ArrayList<Premise> presumptions,
ArrayList<Premise> exceptions,
ArrayList<Long> counterExamplesDomCaseID,
ArrayList<Long> counterExamplesArgCaseID)
ArgumentSolution
public ArgumentSolution()
getAcceptabilityState
public AcceptabilityStatus getAcceptabilityState()
setAcceptabilityState
public void setAcceptabilityState(AcceptabilityStatus newAcceptabilityState)
getArgumentType
public ArgumentSolution.ArgumentType getArgumentType()
setArgumentType
public void setArgumentType(ArgumentSolution.ArgumentType newArgumentType)
getArgumentTypeString
public String getArgumentTypeString()
setArgumentTypeString
public void setArgumentTypeString(String newArgumentType)
getCounterExamplesArgCaseIDList
public ArrayList<Long> getCounterExamplesArgCaseIDList()
addCounterExampleArgCaseID
public void addCounterExampleArgCaseID(Long newCounterExampleArgCaseID)
removeCounterExampleArgCaseID
public void removeCounterExampleArgCaseID(Long oldCounterExampleArgCaseID)
setCounterExamplesArgCaseIDList
public void setCounterExamplesArgCaseIDList(ArrayList<Long> newCounterExamplesArgCaseIDList)
getCounterExamplesDomCaseIDList
public ArrayList<Long> getCounterExamplesDomCaseIDList()
addCounterExampleDomCaseID
public void addCounterExampleDomCaseID(Long newCounterExampleDomCaseID)
removeCounterExampleDomCaseID
public void removeCounterExampleDomCaseID(Long oldCounterExampleDomCaseID)
setCounterExamplesDomCaseIDList
public void setCounterExamplesDomCaseIDList(ArrayList<Long> newCounterExamplesDomCaseIDList)
getDistinguishingPremises
public ArrayList<Premise> getDistinguishingPremises()
addDistinguishingPremise
public void addDistinguishingPremise(Premise newDistinguishingPremise)
removeDistinguishingPremise
public void removeDistinguishingPremise(Premise oldDistinguishingPremise)
setDistinguishingPremises
public void setDistinguishingPremises(ArrayList<Premise> newDistinguishingPremises)
getExceptions
public ArrayList<Premise> getExceptions()
addException
public void addException(Premise newException)
removeException
public void removeException(Premise oldException)
setExceptions
public void setExceptions(ArrayList<Premise> newExceptions)
getPresumptions
public ArrayList<Premise> getPresumptions()
addPresumption
public void addPresumption(Premise newPresumption)
removePresumption
public void removePresumption(Premise oldPresumption)
setPresumptions
public void setPresumptions(ArrayList<Premise> newPresumptions)
Copyright © 2012 GTI-IA. All Rights Reserved.