Uses of Class
no.inspera.services.pedal.LearningObject

Packages that use LearningObject
no.inspera.services.pedal   
no.inspera.services.pedal.engine   
 

Uses of LearningObject in no.inspera.services.pedal
 

Methods in no.inspera.services.pedal that return LearningObject
 LearningObject Module.getExample()
          Getter for example.
 LearningObject Module.getExercise()
          Getter for exercise
 LearningObject Module.getItem(long id)
          Looks up an item with specified id.
 LearningObject Module.getTheory()
          Getter for theory
 

Methods in no.inspera.services.pedal that return types with arguments of type LearningObject
 java.util.Collection<LearningObject> Module.getAllItems()
          Returns all items within this module.
 

Methods in no.inspera.services.pedal with parameters of type LearningObject
 void Module.addItem(LearningObject learningObject)
          Adds this item to the list of available items within this module.
 

Uses of LearningObject in no.inspera.services.pedal.engine
 

Methods in no.inspera.services.pedal.engine that return LearningObject
 LearningObject SequencingState.getCurrentItem()
          Returns the current item in the queue under processing.
 LearningObject AdaptiveEngine.sequence(Module module)
          Causes the sequencing of LearningObjects in the chain.
 

Methods in no.inspera.services.pedal.engine with parameters of type LearningObject
 boolean SequencingState.isProcessed(LearningObject learningObject)
          Checks whether the specified item is processed.
 void SequencingState.markCurrent(LearningObject learningObject)
          Marks the specifed item as current in the queue of processing items for the module
 

Method parameters in no.inspera.services.pedal.engine with type arguments of type LearningObject
 void SequencingState.checkAllProcessed(java.util.Collection<LearningObject> learningObjects)
          Checks whether all items in the specified collection are processed.
 



Copyright © 2008 Naimdjon Takhirov (naimdjon@gmail.com). All Rights Reserved.