no.inspera.services.pedal.engine
Interface Sequence

All Known Implementing Classes:
LearningStyleSequencing, LevelSequencing

public interface Sequence

The Sequence interface does sequencing of LearningObject that are in a module.

Since:
27.12.2007
Version:
$Id: Sequence.java 45069 2008-05-29 08:25:25Z naimdjon $
Author:
Naimdjon Takhirov

Method Summary
 void doSequence(Chain chain, Module module)
          Sequences LearningObjects that are in the module.
 

Method Detail

doSequence

void doSequence(Chain chain,
                Module module)
Sequences LearningObjects that are in the module.

Parameters:
chain - the sequencing chain
module - the current module


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