Class OccupationDiagram.NodeComp
- java.lang.Object
-
- edu.isi.pegasus.planner.provisioner.OccupationDiagram.NodeComp
-
- All Implemented Interfaces:
java.util.Comparator<Node>
- Enclosing class:
- OccupationDiagram
private class OccupationDiagram.NodeComp extends java.lang.Object implements java.util.Comparator<Node>
Comparator which compare the schedulable duration of two nodes
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NodeComp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Node a, Node b)
-