|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GanttTaskRelationship | |
net.sourceforge.ganttproject |
Uses of GanttTaskRelationship in net.sourceforge.ganttproject |
Methods in net.sourceforge.ganttproject with parameters of type GanttTaskRelationship | |
boolean |
GanttTaskRelationship.equals(GanttTaskRelationship compareRel)
|
void |
GanttTask.replaceOldSuccessor(GanttTaskRelationship oldRel,
GanttTaskRelationship newRel)
supposed method that replaces checkDepend(String t, String n) replace the old successor (oldRel) with new one (newRel) |
void |
GanttTask.replaceOldSuccessor(GanttTaskRelationship oldRel,
GanttTaskRelationship newRel)
supposed method that replaces checkDepend(String t, String n) replace the old successor (oldRel) with new one (newRel) |
void |
GanttTask.addSuccessor(GanttTaskRelationship successor)
add one successor |
void |
GanttTask.addPredecessor(GanttTaskRelationship predecessor)
add one predecessor |
void |
GanttTask.removeSuccessor(GanttTaskRelationship r)
|
void |
GanttTask.removePredecessor(GanttTaskRelationship r)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |