Class Food
- java.lang.Object
- 
- jadex.bdi.examples.hunterprey_classic.WorldObject
- 
- jadex.bdi.examples.hunterprey_classic.Food
 
 
- 
 public class Food extends WorldObject Editable Java class for concept Food of hunterprey ontology.
- 
- 
Field Summary- 
Fields inherited from class jadex.bdi.examples.hunterprey_classic.WorldObjectlocation
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Get a string representation of this Food.- 
Methods inherited from class jadex.bdi.examples.hunterprey_classic.WorldObjectequals, getLocation, hashCode, setLocation
 
- 
 
- 
- 
- 
Constructor Detail- 
Foodpublic Food() Create a new Food.
 - 
Foodpublic Food(Location location) Create a new Food.
 
- 
 - 
Method Detail- 
toStringpublic java.lang.String toString() Get a string representation of this Food.- Overrides:
- toStringin class- WorldObject
- Returns:
- The string representation.
 
 
- 
 
-