es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class ArgumentCase
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Case
es.upv.dsic.gti_ia.argAgents.knowledgeResources.ArgumentCase
- All Implemented Interfaces:
- Serializable
public class ArgumentCase
- extends Case
- implements Serializable
Implementation of the concept ArgumentCase
- See Also:
- Serialized Form
ArgumentCase
public ArgumentCase(long id,
String creationDate,
ArgumentProblem problem,
ArgumentSolution solution,
ArgumentJustification justification,
int timesUsed)
ArgumentCase
public ArgumentCase()
getArgumentJustification
public ArgumentJustification getArgumentJustification()
setArgumentJustification
public void setArgumentJustification(ArgumentJustification newArgumentJustification)
getArgumentProblem
public ArgumentProblem getArgumentProblem()
setArgumentProblem
public void setArgumentProblem(ArgumentProblem newArgumentProblem)
getArgumentSolution
public ArgumentSolution getArgumentSolution()
setArgumentSolution
public void setArgumentSolution(ArgumentSolution newArgumentSolution)
getTimesUsed
public int getTimesUsed()
setTimesUsed
public void setTimesUsed(int timesUsed)
printArgumentCase
public void printArgumentCase(ArgumentCase argCase)
- Prints the data of the argument-case specified
- Parameters:
argCase -
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 GTI-IA. All Rights Reserved.