|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LearningObject | |
---|---|
no.inspera.services.pedal | |
no.inspera.services.pedal.sequencing |
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.sequencing |
---|
Methods in no.inspera.services.pedal.sequencing that return LearningObject | |
---|---|
LearningObject |
SequencingState.getCurrentItem()
Returns the current item in the queue under processing. |
LearningObject |
SequencingEngine.sequence(Module module)
Causes the sequencing of LearningObjects in the chain. |
Methods in no.inspera.services.pedal.sequencing 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.sequencing with type arguments of type LearningObject | |
---|---|
void |
SequencingState.checkAllProcessed(java.util.Collection<LearningObject> learningObjects)
Checks whether all items in the specified collection are processed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |