|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.inspera.services.pedal.sequencing.LearningStyleSequencing
public class LearningStyleSequencing
This class is an implementation of Sequence interface. It is reponsible for sequencing LearningObjects based on learning style.
At the time of implementation the VAK learning style model is supported.
Constructor Summary | |
---|---|
LearningStyleSequencing(SequencingMetadataItem learningStyle)
Constructs a new LearningStyleSequencing object for the specified user learningStyle |
Method Summary | |
---|---|
void |
doSequence(SequencingChain next,
Module module)
The implementation of doSequence method. |
java.lang.String |
toString()
Returns string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LearningStyleSequencing(SequencingMetadataItem learningStyle)
learningStyle
- user's learning style.Method Detail |
---|
public void doSequence(SequencingChain next, Module module)
doSequence
in interface Sequence
next
- the next Sequence object in the chain-module
- the current module.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |