es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class SupportSet
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.SupportSet
- All Implemented Interfaces:
- Serializable
public class SupportSet
- extends Object
- implements Serializable
Implementation of the concept SupportSet
- See Also:
- Serialized Form
SupportSet
public 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
public SupportSet()
getArgumentCases
public ArrayList<ArgumentCase> getArgumentCases()
addArgumentCase
public void addArgumentCase(ArgumentCase newArgumentCase)
removeArgumentCase
public void removeArgumentCase(ArgumentCase oldArgumentCase)
setArgumentCases
public void setArgumentCases(ArrayList<ArgumentCase> newArgumentCase)
getArgumentationSchemes
public ArrayList<ArgumentationScheme> getArgumentationSchemes()
addArgumentationScheme
public void addArgumentationScheme(ArgumentationScheme newArgumentationScheme)
removeArgumentationScheme
public void removeArgumentationScheme(ArgumentationScheme oldArgumentationScheme)
setArgumentationSchemes
public void setArgumentationSchemes(ArrayList<ArgumentationScheme> newArgumentationSchemes)
getDistinguishingPremises
public ArrayList<Premise> getDistinguishingPremises()
addDistinguishingPremise
public void addDistinguishingPremise(Premise newDistinguishingPremise)
removeDistinguishingPremise
public void removeDistinguishingPremise(Premise oldDistinguishingPremise)
setDistinguishingPremises
public void setDistinguishingPremises(ArrayList<Premise> newDistinguishingPremises)
getDomainCases
public ArrayList<DomainCase> getDomainCases()
addDomainCase
public void addDomainCase(DomainCase newDomainCase)
removeDomainCase
public void removeDomainCase(DomainCase oldDomainCase)
setDomainCases
public void setDomainCases(ArrayList<DomainCase> newDomainCases)
getPremises
public ArrayList<Premise> getPremises()
addPremise
public void addPremise(Premise newPremise)
removePremise
public void removePremise(Premise oldPremise)
setPremises
public void setPremises(ArrayList<Premise> newPremises)
getPresumptions
public ArrayList<Premise> getPresumptions()
addPresumption
public void addPresumption(Premise newPresumption)
removePresumption
public void removePresumption(Premise oldPresumption)
setPresumptions
public void setPresumptions(ArrayList<Premise> newPresumptions)
getExceptions
public ArrayList<Premise> getExceptions()
addException
public void addException(Premise newException)
removeException
public void removeException(Premise oldException)
setExceptions
public void setExceptions(ArrayList<Premise> newExceptions)
getCounterExamplesDomCases
public ArrayList<DomainCase> getCounterExamplesDomCases()
addcounterExamplesDomCases
public void addcounterExamplesDomCases(DomainCase newArgumentCase)
removecounterExamplesDomCases
public void removecounterExamplesDomCases(DomainCase oldArgumentCase)
setCounterExamplesDomCases
public void setCounterExamplesDomCases(ArrayList<DomainCase> counterExamplesDomCases)
getCounterExamplesArgCases
public ArrayList<ArgumentCase> getCounterExamplesArgCases()
addcounterExampleArgCase
public void addcounterExampleArgCase(ArgumentCase newArgumentCase)
removecounterExampleArgCase
public void removecounterExampleArgCase(ArgumentCase oldArgumentCase)
setCounterExamplesArgCases
public void setCounterExamplesArgCases(ArrayList<ArgumentCase> counterExamplesArgCases)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 GTI-IA. All Rights Reserved.