uk.ac.leeds.ccg.andyt.projects.genesis.resource
Class AbstractResource

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.resource.AbstractResource
Direct Known Subclasses:
Food

public class AbstractResource
extends java.lang.Object


Field Summary
 java.lang.Object _ID
           
 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D
           
 double _Value
           
 double _Weight
           
 
Constructor Summary
AbstractResource()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Point2D

public uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D

_Value

public double _Value

_Weight

public double _Weight

_ID

public java.lang.Object _ID
Constructor Detail

AbstractResource

public AbstractResource()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object