|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.cbrcore.CBRQuery
public class CBRQuery
Represents a CBR query defining it as a description of the problem/case. Cases are composed by description, solution, justification of solution and result, so a query is only the description part of a case. This is: a case without solution or result.
CBRCase
Constructor Summary | |
---|---|
CBRQuery()
|
Method Summary | |
---|---|
CaseComponent |
getDescription()
Returns the description component. |
java.lang.Object |
getID()
Returns the ID value of the Query/Case that is the ID attribute of its description component. |
void |
setDescription(CaseComponent description)
Sets the description component. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CBRQuery()
Method Detail |
---|
public CaseComponent getDescription()
public void setDescription(CaseComponent description)
public java.lang.Object getID()
public java.lang.String toString()
toString
in class java.lang.Object
|
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 |