Jadex 0.941

jadex.examples.hunterprey
Class WorldObject

java.lang.Object
  extended byjadex.examples.hunterprey.WorldObjectData
      extended byjadex.examples.hunterprey.WorldObject
All Implemented Interfaces:
BeanInfo
Direct Known Subclasses:
CreatureData, FoodData, ObstacleData

public class WorldObject
extends WorldObjectData

Editable Java class for concept WorldObject of hunterprey ontology.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
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
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getLocation, getMethodDescriptors, getPropertyDescriptors, loadImage, 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.


hashCode

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


Jadex 0.941

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-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.