|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
at.ac.tuwien.cs.ztimeview.core | |
at.ac.tuwien.cs.ztimeview.test | |
at.ac.tuwien.cs.ztimeview.ui |
Uses of Task in at.ac.tuwien.cs.ztimeview.core |
Subclasses of Task in at.ac.tuwien.cs.ztimeview.core | |
class |
PlanningTask
Class representing a Task including temporal uncertainties |
Uses of Task in at.ac.tuwien.cs.ztimeview.test |
Methods in at.ac.tuwien.cs.ztimeview.test that return Task | |
static Task |
TaskGenerator.generateTaskFromDir(java.io.File dir,
boolean planning)
Generate a task hierarchy from files in a given directory Tasks are generated in the following way: file/dir -> task(name: filename, start: lastModified, end: lastModified+length*factor) dir -> hierarchy; files in dir are child tasks |
Uses of Task in at.ac.tuwien.cs.ztimeview.ui |
Constructors in at.ac.tuwien.cs.ztimeview.ui with parameters of type Task | |
PLifeLinePlusExample(Task topTask,
java.lang.String kind)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |