Lightweight Bartering Grid

Uses of Interface
lbg.peer.register.learning.db.TaskSchedulingContext

Packages that use TaskSchedulingContext
lbg.peer.core.qms   
lbg.peer.register   
lbg.peer.register.learning.db   
lbg.peer.register.learning.db.dummy   
lbg.peer.strategy.ranking   
 

Uses of TaskSchedulingContext in lbg.peer.core.qms
 

Methods in lbg.peer.core.qms that return TaskSchedulingContext
 TaskSchedulingContext RequestContainer.getSchedulingContext()
           
 

Methods in lbg.peer.core.qms with parameters of type TaskSchedulingContext
 void RequestContainer.setSchedulingContext(TaskSchedulingContext tsc)
           
 

Uses of TaskSchedulingContext in lbg.peer.register
 

Methods in lbg.peer.register that return TaskSchedulingContext
 TaskSchedulingContext TestPeerProfile.createConsumptionTaskSchedulingContext(Task t)
           
 TaskSchedulingContext PeerProfile.createConsumptionTaskSchedulingContext(Task t)
           
 TaskSchedulingContext TestPeerProfile.createSupplyingTaskSchedulingContext(Task t)
           
 TaskSchedulingContext PeerProfile.createSupplyingTaskSchedulingContext(Task t)
           
 

Uses of TaskSchedulingContext in lbg.peer.register.learning.db
 

Methods in lbg.peer.register.learning.db that return TaskSchedulingContext
 TaskSchedulingContext TaskSchedulingContextFactory.createConsumptionTaskSchedulingContext(Task t)
           
 TaskSchedulingContext TaskSchedulingContextFactory.createSupplyingTaskSchedulingContext(Task t)
           
 

Methods in lbg.peer.register.learning.db with parameters of type TaskSchedulingContext
 void PeerInteractionsDataBase.addConsumptionInteraction(TaskSchedulingContext tsc, boolean is_task_completed, boolean is_predict_correct)
           
 void PeerInteractionsDataBase.addSupplyingInteraction(TaskSchedulingContext tsc)
           
 

Uses of TaskSchedulingContext in lbg.peer.register.learning.db.dummy
 

Methods in lbg.peer.register.learning.db.dummy with parameters of type TaskSchedulingContext
 void DummyPeerInteractionsDataBase.addConsumptionInteraction(TaskSchedulingContext tsc, boolean is_task_completed, boolean is_predict_correct)
           
 void DummyPeerInteractionsDataBase.addSupplyingInteraction(TaskSchedulingContext tsc)
           
 

Uses of TaskSchedulingContext in lbg.peer.strategy.ranking
 

Methods in lbg.peer.strategy.ranking that return TaskSchedulingContext
 TaskSchedulingContext[] ReliableMLConsumptionRanking.peersPrediction()
           
 


Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.