|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.cbrcore.CBRQuery
jcolibri.cbrcore.CBRCase
public class CBRCase
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:
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 |
---|
public CBRCase()
Method Detail |
---|
public CaseComponent getJustificationOfSolution()
public void setJustificationOfSolution(CaseComponent justificationOfSolution)
justificationOfSolution
- The justificationOfSolution to set.public CaseComponent getResult()
public void setResult(CaseComponent result)
public CaseComponent getSolution()
public void setSolution(CaseComponent solution)
public java.lang.String toString()
toString
in class CBRQuery
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |