es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class DomainCase
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Case
es.upv.dsic.gti_ia.argAgents.knowledgeResources.DomainCase
- All Implemented Interfaces:
- Serializable
public class DomainCase
- extends Case
- implements Serializable
Implementation of the concept DomainCase
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainCase
public DomainCase(Problem problem,
ArrayList<Solution> solutions,
Justification justification)
DomainCase
public DomainCase()
getJustification
public Justification getJustification()
setJustification
public void setJustification(Justification newJustification)
getProblem
public Problem getProblem()
setProblem
public void setProblem(Problem newProblem)
getSolutions
public ArrayList<Solution> getSolutions()
removeSolution
public void removeSolution(Solution oldSolution)
addSolution
public void addSolution(Solution newSolution)
setSolutions
public void setSolutions(ArrayList<Solution> solutions)
Copyright © 2012 GTI-IA. All Rights Reserved.