|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manage a dependency graph between object.
Method Summary | |
boolean |
addVertex(java.lang.Object src,
java.lang.Object dst)
Add a vertex between to task. |
void |
removeVertex(java.lang.Object src,
java.lang.Object dst)
Removes the vertex/dependency between two tasks. |
Method Detail |
public boolean addVertex(java.lang.Object src, java.lang.Object dst)
src
- is the source of the vertexdst
- is the target of the vertex
public void removeVertex(java.lang.Object src, java.lang.Object dst)
src
- is the source of the vertexdst
- is the target of the vertex
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |