Uses of Class
edu.isi.pegasus.planner.provisioner.Node
-
Packages that use Node Package Description edu.isi.pegasus.planner.provisioner -
-
Uses of Node in edu.isi.pegasus.planner.provisioner
Fields in edu.isi.pegasus.planner.provisioner declared as Node Modifier and Type Field Description private Node
Estimator. bottomNode
(package private) Node
Edge. fromNode
(package private) Node
Edge. toNode
private Node
Estimator. topNode
Methods in edu.isi.pegasus.planner.provisioner that return Node Modifier and Type Method Description Node
Edge. getFrom()
return the 'from' taskNode
Edge. getTo()
return the 'to' taskMethods in edu.isi.pegasus.planner.provisioner with parameters of type Node Modifier and Type Method 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' taskvoid
Edge. setTo(Node e)
set the 'to' taskConstructors in edu.isi.pegasus.planner.provisioner with parameters of type Node Constructor Description Edge(Node from, Node to, java.lang.String fileName, long fileSize)
Constructor
-