jcolibri.cbrcore
Class CBRQuery

java.lang.Object
  extended by jcolibri.cbrcore.CBRQuery
Direct Known Subclasses:
CBRCase

public class CBRQuery
extends java.lang.Object

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.

See Also:
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

CBRQuery

public CBRQuery()
Method Detail

getDescription

public CaseComponent getDescription()
Returns the description component.


setDescription

public void setDescription(CaseComponent description)
Sets the description component.


getID

public java.lang.Object getID()
Returns the ID value of the Query/Case that is the ID attribute of its description component.


toString

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

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