|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectserver.jung.GraphAnimator
public class GraphAnimator
Class for animating a directed acyclic task graph. The add methods add update events to the animator event queue.
Constructor Summary | |
---|---|
GraphAnimator(Task root)
Constructor which tasks the root task of the DAG. |
Method Summary | |
---|---|
void |
addArgument(Argument arg)
Adds an argument (input edge) to the graph. |
void |
addTask(Task task)
Adds a task (vertex and parent edge) to the graph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphAnimator(Task root)
root
- The task that roots the graphMethod Detail |
---|
public void addTask(Task task)
task
- the task to add to the graphpublic void addArgument(Argument arg)
arg
- argument to add to the graph.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |