Uses of Interface
at.ac.tuwien.cs.ztimeview.time.Interval

Packages that use Interval
at.ac.tuwien.cs.ztimeview.core   
at.ac.tuwien.cs.ztimeview.time   
at.ac.tuwien.cs.ztimeview.ui   
 

Uses of Interval in at.ac.tuwien.cs.ztimeview.core
 

Classes in at.ac.tuwien.cs.ztimeview.core that implement Interval
 class PlanningTask
          Class representing a Task including temporal uncertainties
 class Task
          Class representing a Task
 

Constructors in at.ac.tuwien.cs.ztimeview.core with parameters of type Interval
Task(java.lang.String name, Interval interval)
          Constructor
 

Uses of Interval in at.ac.tuwien.cs.ztimeview.time
 

Subinterfaces of Interval in at.ac.tuwien.cs.ztimeview.time
 interface ActivePlanningInterval
          Interface for objects representing an active planning interval
 

Classes in at.ac.tuwien.cs.ztimeview.time that implement Interval
 class TimeInterval
          Class representing a time interval and implementing the Allen's relations
 

Methods in at.ac.tuwien.cs.ztimeview.time with parameters of type Interval
static boolean TimeInterval.areEqual(Interval i1, Interval i2)
          Determine if the provided intervals are equal
static long TimeInterval.getDuration(Interval interval)
          Get the duration of the interval
 

Constructors in at.ac.tuwien.cs.ztimeview.time with parameters of type Interval
TimeInterval(Interval interval)
          Constructor
 

Uses of Interval in at.ac.tuwien.cs.ztimeview.ui
 

Classes in at.ac.tuwien.cs.ztimeview.ui that implement Interval
 class PLifeLine
          Piccolo class for a LifeLine
 class PLifeLinePlus
          Piccolo class for a LifeLine+ (LifeLine with hierarchical decompostion) includes cached loading on demand of children
 class PPlanningLine
          Piccolo class for a PlanningLine (LifeLine with hierarchical decompostion and temporal uncertainties) includes cached loading on demand of children
 class PTimeLayer
          Piccolo Layer for Timed Objects
 

Constructors in at.ac.tuwien.cs.ztimeview.ui with parameters of type Interval
PTimeLayer(Interval aInterval)
          Constructor
PLifeLinePlus(java.lang.String title, Interval interval, javax.swing.tree.MutableTreeNode userObject)
          Constructor
PLifeLine(java.lang.String aLabel, Interval aInterval)
          Constructor
 



Copyright © 2004 by Vienna University of Technology.