Uses of Package
jcolibri.cbrcore

Packages that use jcolibri.cbrcore
jcolibri.casebase Contains case base implementations. 
jcolibri.cbraplications Defines interfaces of CBR application. 
jcolibri.cbrcore Core classes of the framework. 
jcolibri.connector Connector implementations: data base, plain text files, ontologies, ... 
jcolibri.connector.xmlutils XML serialization utility classes. 
jcolibri.evaluation.evaluators Several evaluators implementations 
jcolibri.extensions.classification Core classes for the classification extension. 
jcolibri.extensions.maintenance_evaluation Classes to evaluate maintenance applications (implemented by Lisa Cummins). 
jcolibri.extensions.maintenance_evaluation.evaluators Several maintenance evaluators 
jcolibri.extensions.recommendation.ContentBasedProfile Methods to implement recommenders using content based profiles. 
jcolibri.extensions.recommendation.askingAndProposing Methods to implement the Expert Clerk system that combines Navigation by Asking and Navigation by Proposing. 
jcolibri.extensions.recommendation.casesDisplay Methods to display cases 
jcolibri.extensions.recommendation.collaborative Methods to implement collaborative recommenders 
jcolibri.extensions.recommendation.conditionals Conditional methods for recommender systems. 
jcolibri.extensions.recommendation.navigationByAsking Methods to implement Navigation by Asking recommenders. 
jcolibri.extensions.recommendation.navigationByProposing Methods to implement Navigation by Proposing recommenders. 
jcolibri.extensions.recommendation.navigationByProposing.queryElicitation Methods to implement the query elicitation in Navigation by Proposing recommenders 
jcolibri.extensions.recommendation.tabuList Methods to include a tabu list in a recommender system. 
jcolibri.extensions.textual.IE This package stores the extension for Textual CBR. 
jcolibri.extensions.textual.IE.common Textual CBR methods that can be used with any implementation (GATE or OpenNLP). 
jcolibri.extensions.textual.IE.gate Textual CBR methods that use the GATE algorithms. 
jcolibri.extensions.textual.IE.opennlp Textual CBR methods that use the Maximum Entropy algorithms implemented in the OpenNLP package. 
jcolibri.extensions.visualization Case base visualization extension using the InfoVisual library. 
jcolibri.method.gui.formFilling Form Filling methods. 
jcolibri.method.maintenance Maintenance methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.method.maintenance.algorithms Maintenance algorithms. 
jcolibri.method.maintenance.solvesFunctions Maintenance solves functions. 
jcolibri.method.precycle Pre cycle methods. 
jcolibri.method.retain Retain methods. 
jcolibri.method.retrieve Retrieval and Selection methods. 
jcolibri.method.retrieve.DiverseByMedianRetrieval Diverse by Median retrieval method 
jcolibri.method.retrieve.FilterBasedRetrieval Filter-based retrieval method. 
jcolibri.method.retrieve.LuceneRetrieval Retrieval method using Lucene. 
jcolibri.method.retrieve.NNretrieval NN retrieval method classes. 
jcolibri.method.retrieve.NNretrieval.similarity Similarity functions for the KNN method 
jcolibri.method.retrieve.NNretrieval.similarity.local.textual Textual similarity functions for the KNN method. 
jcolibri.method.retrieve.selection Methods to select the cases. 
jcolibri.method.retrieve.selection.compromiseDriven Compromise-driven selection. 
jcolibri.method.retrieve.selection.diversity Diversity selection methods. 
jcolibri.method.reuse Reuse methods 
jcolibri.method.reuse.classification Classification Reuse methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.method.revise Tests/examples package 
jcolibri.method.revise.classification Classification Revision methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.test.recommenders.rec1 Simple Single-Shot flats recommender using form-filling and KNN retrieval. 
jcolibri.test.recommenders.rec10 Conversational (type A) flats recommender using pre-selected cases at one-off preference elicitation, Navigation By Proposing and Filtered-KNN retrieval. 
jcolibri.test.recommenders.rec11 Conversational (type A) flats recommender using pre-selected cases at one-off preference elicitation, Navigation By Proposing and Filtered-KNN retrieval. 
jcolibri.test.recommenders.rec12 Single-Shot movies recommender obtaining description from profile and scoring cases using collaborative recommendation. 
jcolibri.test.recommenders.rec12.moviesDB Movies database for testing 
jcolibri.test.recommenders.rec13 Conversational (type B) flats recommender using Navigation by Proposing and Filtered-KNN + Compromise Driven retrieval. 
jcolibri.test.recommenders.rec14 Single-Shot flats recommender using form-filling and Filter-Based retrieval. 
jcolibri.test.recommenders.rec2 Conversational (type A) flats recommender using form-filling and KNN retrieval. 
jcolibri.test.recommenders.rec3 Conversational (type B) flats recommender using form-filling and Filter-Based retrieval. 
jcolibri.test.recommenders.rec4 Conversational (type B) flats recommender using Navigation by Asking and Filter retrieval. 
jcolibri.test.recommenders.rec4.housesData Houses database for testing 
jcolibri.test.recommenders.rec5 Conversational (type A) flats recommender using Navigation by Asking and KNN retrieval. 
jcolibri.test.recommenders.rec6 Conversational (type A) flats recommender using Navigation by Proposing and Filtered-KNN retrieval. 
jcolibri.test.recommenders.rec7 Single-Shot restaurants recommender using profiles and KNN retrieval. 
jcolibri.test.recommenders.rec8 Conversational (type B) flats recommender using both Navigation by Asking and Navigation by Proposing. 
jcolibri.test.recommenders.rec9 Conversational (type A) flats recommender using Navigation by Proposing for both One-Off and Interated preference elicitation, and Filtered-KNN retrieval. 
jcolibri.test.recommenders.travelData Travel database for testing 
jcolibri.test.test1 Shows how to use a simple data base connector and perform the KNN retrieval. 
jcolibri.test.test10 This example shows how to use the ontology connector and the ontology-based similarity functions. 
jcolibri.test.test13 These tests show how to use the Textual CBR methods in a restaurants recommender. 
jcolibri.test.test14 This example shows how to evaluate two datasets at the same time with respect to their accuracy. 
jcolibri.test.test15 This example shows how to evaluate a dataset at the same time with respect to its accuracy before and after maintenance. 
jcolibri.test.test16 This test shows how to evaluate the textual similarity functions using classification. 
jcolibri.test.test2 Shows how to use enumerated values and user defined data types as attributes. 
jcolibri.test.test3 Shows how to use a compound attribute in the description of a case and how to complete the CBR cycle. 
jcolibri.test.test4 Shows how to manage a complete case with solution and execute some adaptation methods. 
jcolibri.test.test5 shows how to map an attribute to an ontology and compute an ontology-based similarity function in the KNN. 
jcolibri.test.test6 Shows how to use the Plain Text connector. 
jcolibri.test.test7 Shows how to run maintenance algorithms over the case base. 
jcolibri.test.test8 Shows how to evaluate an application. 
jcolibri.util Utility classes of the framework. 
 

Classes in jcolibri.cbrcore used by jcolibri.casebase
CaseBaseFilter
          Filter to retrieve cases.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
Connector
          Connector interface declares the methods required to access the cases stored in a persistence media.
 

Classes in jcolibri.cbrcore used by jcolibri.cbraplications
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.cbrcore
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseBaseFilter
          Filter to retrieve cases.
CaseComponent
          Interface that defines a component of a case.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
Connector
          Connector interface declares the methods required to access the cases stored in a persistence media.
Filter
          Generic filtering class.
 

Classes in jcolibri.cbrcore used by jcolibri.connector
CaseBaseFilter
          Filter to retrieve cases.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
Connector
          Connector interface declares the methods required to access the cases stored in a persistence media.
 

Classes in jcolibri.cbrcore used by jcolibri.connector.xmlutils
CaseComponent
          Interface that defines a component of a case.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.evaluation.evaluators
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.classification
CaseComponent
          Interface that defines a component of a case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.maintenance_evaluation
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.maintenance_evaluation.evaluators
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.ContentBasedProfile
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.askingAndProposing
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.casesDisplay
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.collaborative
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseBaseFilter
          Filter to retrieve cases.
CaseComponent
          Interface that defines a component of a case.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
Connector
          Connector interface declares the methods required to access the cases stored in a persistence media.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.conditionals
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.navigationByAsking
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.navigationByProposing
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.navigationByProposing.queryElicitation
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.recommendation.tabuList
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.textual.IE
CaseComponent
          Interface that defines a component of a case.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.textual.IE.common
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.textual.IE.gate
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.textual.IE.opennlp
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.extensions.visualization
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.method.gui.formFilling
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.maintenance
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.maintenance.algorithms
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.method.maintenance.solvesFunctions
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.method.precycle
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retain
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.DiverseByMedianRetrieval
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.FilterBasedRetrieval
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.LuceneRetrieval
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.NNretrieval
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.NNretrieval.similarity
CaseComponent
          Interface that defines a component of a case.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.NNretrieval.similarity.local.textual
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.selection
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.selection.compromiseDriven
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.retrieve.selection.diversity
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.reuse
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.reuse.classification
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.method.revise
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
 

Classes in jcolibri.cbrcore used by jcolibri.method.revise.classification
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec1
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec10
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec11
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec12
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec12.moviesDB
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec13
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec14
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec2
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec3
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec4
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec4.housesData
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec5
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec6
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec7
CaseBaseFilter
          Filter to retrieve cases.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
Connector
          Connector interface declares the methods required to access the cases stored in a persistence media.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec8
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.rec9
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.recommenders.travelData
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test1
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test10
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test13
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test14
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test15
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test16
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseBaseFilter
          Filter to retrieve cases.
CaseComponent
          Interface that defines a component of a case.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
Connector
          Connector interface declares the methods required to access the cases stored in a persistence media.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test2
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test3
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test4
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test5
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test6
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test7
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.test.test8
CBRCaseBase
          This interface defines the methods that at least any Case Base must implement to be transparently used by the framework.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 

Classes in jcolibri.cbrcore used by jcolibri.util
Attribute
          This class identifies an attribute of a CaseComponent (Java Bean).
CaseComponent
          Interface that defines a component of a case.
CBRCase
          Interface that represents any Case structure of jCOLIBRI.
CBRQuery
          Represents a CBR query defining it as a description of the problem/case.
 


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