JHotDraw 7.0.6

Uses of Class
org.jhotdraw.samples.pert.figures.TaskFigure

Packages that use TaskFigure
org.jhotdraw.samples.pert.figures Provides the figurs for PERT diagrams. 
 

Uses of TaskFigure in org.jhotdraw.samples.pert.figures
 

Methods in org.jhotdraw.samples.pert.figures that return TaskFigure
 TaskFigure TaskFigure.clone()
           
 

Methods in org.jhotdraw.samples.pert.figures that return types with arguments of type TaskFigure
 java.util.List<TaskFigure> TaskFigure.getPredecessors()
          Returns predecessor PertTasks which are directly connected via a PertDependency to this TaskFigure.
 java.util.List<TaskFigure> TaskFigure.getSuccessors()
          Returns dependent PertTasks which are directly connected via a PertDependency to this TaskFigure.
 

Methods in org.jhotdraw.samples.pert.figures with parameters of type TaskFigure
 boolean TaskFigure.isDependentOf(TaskFigure t)
          Returns true, if the current task is a direct or indirect dependent of the specified task.
 


Copyright 1996-2006 © JHotDraw.org