org.globus.cog.karajan.scheduler
Class WeightedHost

java.lang.Object
  extended byorg.globus.cog.karajan.scheduler.WeightedHost

public class WeightedHost
extends Object


Constructor Summary
WeightedHost(BoundContact contact)
           
WeightedHost(BoundContact contact, double score)
           
 
Method Summary
 boolean equals(Object obj)
           
 BoundContact getHost()
           
 double getScore()
           
 Double getScoreAsDouble()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightedHost

public WeightedHost(BoundContact contact)

WeightedHost

public WeightedHost(BoundContact contact,
                    double score)
Method Detail

getScore

public final double getScore()

getScoreAsDouble

public final Double getScoreAsDouble()

getHost

public final BoundContact getHost()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()