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 NodeEstimator. bottomNode(package private) NodeEdge. fromNode(package private) NodeEdge. toNodeprivate NodeEstimator. topNodeMethods in edu.isi.pegasus.planner.provisioner that return Node Modifier and Type Method Description NodeEdge. getFrom()return the 'from' taskNodeEdge. getTo()return the 'to' taskMethods in edu.isi.pegasus.planner.provisioner with parameters of type Node Modifier and Type Method Description voidOccupationDiagram. add(Node node)Add tasks into the occupation diagram.intOccupationDiagram.NodeComp. compare(Node a, Node b)booleanNode. isAnc(Node n)booleanNode. isDes(Node n)voidEdge. setFrom(Node e)set the 'from' taskvoidEdge. 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
-