Uses of Class
jcolibri.exception.InitializingException

Packages that use InitializingException
jcolibri.casebase Contains case base implementations. 
jcolibri.cbrcore Core classes of the framework. 
jcolibri.connector Connector implementations: data base, plain text files, ontologies, ... 
jcolibri.method.maintenance Maintenance methods (implemented by Lisa Cummins & Derek Bridge). 
jcolibri.test.recommenders.rec7 Single-Shot restaurants recommender using profiles and KNN retrieval. 
jcolibri.test.test13.connector Custom connector for loading restaurants descriptions from a textual file. 
jcolibri.test.test16 This test shows how to evaluate the textual similarity functions using classification. 
 

Uses of InitializingException in jcolibri.casebase
 

Methods in jcolibri.casebase that throw InitializingException
 void CachedLinealCaseBase.init(Connector connector)
          Initializes the Case Base with the cases read from the given connector.
 

Uses of InitializingException in jcolibri.cbrcore
 

Methods in jcolibri.cbrcore that throw InitializingException
 void CBRCaseBase.init(Connector connector)
          Initializes the case base.
 void Connector.initFromXMLfile(java.net.URL file)
          Initialices the connector with the given XML file
 

Uses of InitializingException in jcolibri.connector
 

Methods in jcolibri.connector that throw InitializingException
 void PlainTextConnector.initFromXMLfile(java.net.URL file)
           
 void OntologyConnector.initFromXMLfile(java.net.URL file)
          Initializes the connector from an XML config file.
 void DataBaseConnector.initFromXMLfile(java.net.URL file)
           
 

Uses of InitializingException in jcolibri.method.maintenance
 

Methods in jcolibri.method.maintenance that throw InitializingException
 java.util.Collection<CBRCase> CompetenceModel.getCoverageSet(CBRCase c)
          Returns the coverage set of the given case.
 java.util.Collection<CBRCase> CompetenceModel.getLiabilitySet(CBRCase c)
          Returns the liability set of the given case.
 java.util.Collection<CBRCase> CompetenceModel.getReachabilitySet(CBRCase c)
          Returns the reachability set of the given case.
 

Uses of InitializingException in jcolibri.test.recommenders.rec7
 

Methods in jcolibri.test.recommenders.rec7 that throw InitializingException
 void RestaurantsConnector.initFromXMLfile(java.net.URL file)
           
 

Uses of InitializingException in jcolibri.test.test13.connector
 

Methods in jcolibri.test.test13.connector that throw InitializingException
 void RestaurantsConnector.initFromXMLfile(java.net.URL file)
           
 

Uses of InitializingException in jcolibri.test.test16
 

Methods in jcolibri.test.test16 that throw InitializingException
 void EmailConnector.initFromXMLfile(java.net.URL file)
           
 


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