edu.isi.pegasus.planner.provisioner
Class OccupationDiagram.NodeComp

java.lang.Object
  extended by edu.isi.pegasus.planner.provisioner.OccupationDiagram.NodeComp
All Implemented Interfaces:
Comparator<Node>
Enclosing class:
OccupationDiagram

private class OccupationDiagram.NodeComp
extends Object
implements Comparator<Node>

Comparator which compare the schedulable duration of two nodes


Constructor Summary
private OccupationDiagram.NodeComp()
           
 
Method Summary
 int compare(Node a, Node b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

OccupationDiagram.NodeComp

private OccupationDiagram.NodeComp()
Method Detail

compare

public int compare(Node a,
                   Node b)
Specified by:
compare in interface Comparator<Node>


Copyright © 2011 The University of Southern California. All Rights Reserved.