agentland.resource
Class Need

java.lang.Object
  |
  +--util.Value
        |
        +--agentland.resource.Need

public class Need
extends Value

Object for specifying how badly a resource is needed Created: Mon Feb 26 20:47:52 2001

See Also:
Serialized Form

Fields inherited from class util.Value
value
 
Constructor Summary
Need()
           
Need(float n)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class util.Value
clone, equals, equals, equals, equals, getBooleanValue, getIntValue, getStringValue, getValue, setValue, setValue, setValue, valueEquals, valueModified
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Need

public Need()

Need

public Need(float n)
Method Detail

toString

public String toString()
Overrides:
toString in class Value