Uses of Class
net.sf.tomp.el.author.Tasks

Packages that use Tasks
net.sf.tomp.el.author   
net.sf.tomp.el.author.io   
 

Uses of Tasks in net.sf.tomp.el.author
 

Methods in net.sf.tomp.el.author that return Tasks
 Tasks Course.getTasks()
          Returns the tasks.
 Tasks Task.getTasks()
          Returns the tasks.
 

Constructors in net.sf.tomp.el.author with parameters of type Tasks
Task(Tasks l, java.lang.String id)
          Creates a new instance of Task and sets its ID and Tasks.
 

Uses of Tasks in net.sf.tomp.el.author.io
 

Methods in net.sf.tomp.el.author.io with parameters of type Tasks
protected  java.lang.String[] AuthorIO.listTaskIds(Tasks tasks)
          Browses the tasks' directories and gets the IDs of the tasks (= names of the tasks' files).