Jadex 0.96

jadex.examples.hunterprey
Class WorldObject

java.lang.Object
  extended by jadex.examples.hunterprey.WorldObjectData
      extended by jadex.examples.hunterprey.WorldObject
All Implemented Interfaces:
nuggets.INugget
Direct Known Subclasses:
CreatureData, FoodData, ObstacleData

public class WorldObject
extends WorldObjectData

Editable Java class for concept WorldObject of hunterprey ontology.


Nested Class Summary
 
Nested classes/interfaces inherited from interface nuggets.INugget
nuggets.INugget.Helper
 
Constructor Summary
WorldObject()
          Create a new WorldObject.
WorldObject(Location location)
          Create a new WorldObject.
 
Method Summary
 boolean equals(Object o)
          Test if two worldobjects are equal.
 int hashCode()
          Get the hash code of the world object.
 
Methods inherited from class jadex.examples.hunterprey.WorldObjectData
_persist, _set, getLocation, setLocation, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorldObject

public WorldObject()
Create a new WorldObject.


WorldObject

public WorldObject(Location location)
Create a new WorldObject.

Method Detail

equals

public boolean equals(Object o)
Test if two worldobjects are equal.

Overrides:
equals in class Object

hashCode

public int hashCode()
Get the hash code of the world object.

Overrides:
hashCode in class Object

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.