CFEngine API

Uses of Interface
org.recommender.server.CFEngine

Packages that use CFEngine
org.recommender.clients.console A simple, text-based console client to demonstrate how to communicate with the cfengine server api using RMI. 
org.recommender.server This package contains the core Java recommender server code, including the database access code, the ratings caching code, and code that instantiates algorithms. 
org.recommender.test   
 

Uses of CFEngine in org.recommender.clients.console
 

Methods in org.recommender.clients.console with parameters of type CFEngine
 void ClientCFManager.setServer(CFEngine engine)
          Setter.
 

Uses of CFEngine in org.recommender.server
 

Classes in org.recommender.server that implement CFEngine
 class CFEngineImpl
          Implementation of the CFEngine interface.
 

Uses of CFEngine in org.recommender.test
 

Fields in org.recommender.test declared as CFEngine
protected  CFEngine TesterThread.cfengine
           
 

Constructors in org.recommender.test with parameters of type CFEngine
CFOperation(CFEngine c, java.lang.String name)
           
RandomRateThread(CFEngine cfengine, java.lang.String threadName, int minUserid, int maxUserid, int minItemid, int maxItemid, int count)
           
RandomTopNThread(CFEngine cfengine, java.lang.String threadName, int minUserid, int maxUserid, int count)
           
TesterThread(CFEngine cfengine, java.lang.String threadName, int minUserid, int maxUserid, int count)
           
GetUserArrayTest(CFEngine s)
           
GetItemArrayTest(CFEngine s)
           
AddNewRatingListTest(CFEngine s)
           
GetPredictedRatingListTest(CFEngine s)
           
GetRecommendationsByTypeTest(CFEngine s)
           
GetRecommendationsTest(CFEngine s)
           
GetPredictedRatingTest(CFEngine s)
           
GetRatingListTest(CFEngine s)
           
GetRatingTest(CFEngine s)
           
AddRatingTest(CFEngine s)
           
RemoveRatingTest(CFEngine s)
           
 


CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu