net.kwfgrid.gwes.prorater
Class Node

java.lang.Object
  extended by net.kwfgrid.gwes.prorater.Node
All Implemented Interfaces:
Comparable

public class Node
extends Object
implements Comparable

Description of a computing node

Version:
$Id: Node.java 1540 2011-08-17 13:30:37Z hoheisel $
Author:
Helge Rose'

Field Summary
 float quality
          load quality of this host
 
Constructor Summary
Node(String name)
           
 
Method Summary
 int compareTo(Object o)
           
 void setQuality(float quality)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quality

public float quality
load quality of this host

Constructor Detail

Node

public Node(String name)
Method Detail

setQuality

public void setQuality(float quality)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.