net.kwfgrid.gwes.prorater
Class Node
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
quality
public float quality
- load quality of this host
Node
public Node(String name)
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.