Package | Description |
---|---|
edu.isi.pegasus.planner.provisioner |
Modifier and Type | Field and Description |
---|---|
private Node |
Estimator.bottomNode |
(package private) Node |
Edge.fromNode |
(package private) Node |
Edge.toNode |
private Node |
Estimator.topNode |
Modifier and Type | Method and Description |
---|---|
Node |
Edge.getFrom()
return the 'from' task
|
Node |
Edge.getTo()
return the 'to' task
|
Modifier and Type | Method and Description |
---|---|
void |
OccupationDiagram.add(Node node)
Add tasks into the occupation diagram.
|
int |
OccupationDiagram.NodeComp.compare(Node a,
Node b) |
boolean |
Node.isAnc(Node n) |
boolean |
Node.isDes(Node n) |
void |
Edge.setFrom(Node e)
set the 'from' task
|
void |
Edge.setTo(Node e)
set the 'to' task
|
Constructor and Description |
---|
Edge(Node from,
Node to,
java.lang.String fileName,
long fileSize)
Constructor
|