jcolibri.cbrcore
Class CBRCase

java.lang.Object
  extended by jcolibri.cbrcore.CBRQuery
      extended by jcolibri.cbrcore.CBRCase

public class CBRCase
extends CBRQuery

Interface that represents any Case structure of jCOLIBRI. It is composed by several CaseComponents:

These components of a case where decided after a revision of the following books:

See Also:
CaseComponent

Constructor Summary
CBRCase()
           
 
Method Summary
 CaseComponent getJustificationOfSolution()
          Returns the justificationOfSolution.
 CaseComponent getResult()
          Returns the result.
 CaseComponent getSolution()
          Returns the solution.
 void setJustificationOfSolution(CaseComponent justificationOfSolution)
          Sets the Justification of Solution component.
 void setResult(CaseComponent result)
          Sets the Result component
 void setSolution(CaseComponent solution)
          Sets the solution component
 java.lang.String toString()
           
 
Methods inherited from class jcolibri.cbrcore.CBRQuery
getDescription, getID, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CBRCase

public CBRCase()
Method Detail

getJustificationOfSolution

public CaseComponent getJustificationOfSolution()
Returns the justificationOfSolution.


setJustificationOfSolution

public void setJustificationOfSolution(CaseComponent justificationOfSolution)
Sets the Justification of Solution component.

Parameters:
justificationOfSolution - The justificationOfSolution to set.

getResult

public CaseComponent getResult()
Returns the result.


setResult

public void setResult(CaseComponent result)
Sets the Result component


getSolution

public CaseComponent getSolution()
Returns the solution.


setSolution

public void setSolution(CaseComponent solution)
Sets the solution component


toString

public java.lang.String toString()
Overrides:
toString in class CBRQuery

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es