edu.indiana.iucbrf.examples.realtor
Class RealtorSystem

java.lang.Object
  extended by edu.indiana.iucbrf.cbrsystem.CBRSystem
      extended by edu.indiana.iucbrf.examples.realtor.RealtorSystem
All Implemented Interfaces:
java.io.Serializable

public class RealtorSystem
extends CBRSystem

This class describes what components will be used for this house appraisal domain.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.indiana.iucbrf.cbrsystem.CBRSystem
adaptation, baseFilename, CB, currentContext, debugMode, DEFAULT_BASE_FILENAME, domain, episodeSummaryPanel, guiMode, maintenance, performanceMonitor, retrieval, title
 
Constructor Summary
protected RealtorSystem()
          This constructor exists for serialization purposes only.
  RealtorSystem(CaseGenerator caseGenerator, Domain domain, int numCases)
          Construct a RealtorSystem for the given domain, with a case base containing numCases case generated by caseGenerator.
 
Method Summary
 
Methods inherited from class edu.indiana.iucbrf.cbrsystem.CBRSystem
close, finalize, getAdaptation, getBaseFilename, getCB, getContext, getDebugMode, getDomain, getGUIMode, getMaintenance, getPerformanceMonitor, getRetrieval, getTitle, loadCBFromFile, loadPerformanceMonitorFromFile, saveCBToFile, savePerformanceMonitorToFile, saveSystemToFile, setAdaptation, setBaseFilename, setCB, setContext, setDebugMode, setDomain, setGUIMode, setMaintenance, setPerformanceMonitor, setRetrieval, setTitle, solve, solve
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealtorSystem

protected RealtorSystem()
This constructor exists for serialization purposes only.


RealtorSystem

public RealtorSystem(CaseGenerator caseGenerator,
                     Domain domain,
                     int numCases)
Construct a RealtorSystem for the given domain, with a case base containing numCases case generated by caseGenerator.