Jadex 0.941

jadex.examples.hunterprey
Class Prey

java.lang.Object
  extended byjadex.examples.hunterprey.WorldObjectData
      extended byjadex.examples.hunterprey.WorldObject
          extended byjadex.examples.hunterprey.CreatureData
              extended byjadex.examples.hunterprey.Creature
                  extended byjadex.examples.hunterprey.PreyData
                      extended byjadex.examples.hunterprey.Prey
All Implemented Interfaces:
BeanInfo, Serializable

public class Prey
extends PreyData

Editable Java class for concept Prey of hunterprey ontology.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jadex.examples.hunterprey.Creature
alldirs
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
Prey()
          Create a new Prey.
Prey(String name, AgentIdentifier aid, Location location)
          Create a new Prey.
 
Method Summary
 String toString()
          Get a string representation of this Creature.
 
Methods inherited from class jadex.examples.hunterprey.PreyData
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class jadex.examples.hunterprey.Creature
clone, createLocation, createLocation, equals, getDirections, getDirections, getDirections, getDistance, getDistance, getDistance, getObject, getPossibleDirections, hashCode, isInVisionRange, isNear, sortByDistance, sortByDistance
 
Methods inherited from class jadex.examples.hunterprey.CreatureData
getAge, getAID, getLeaseticks, getName, getPoints, getVisionRange, getWorldHeight, getWorldWidth, setAge, setAID, setLeaseticks, setName, setPoints, setVisionRange, setWorldHeight, setWorldWidth
 
Methods inherited from class jadex.examples.hunterprey.WorldObjectData
getLocation, setLocation
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Prey

public Prey()
Create a new Prey.


Prey

public Prey(String name,
            AgentIdentifier aid,
            Location location)
Create a new Prey.

Method Detail

toString

public String toString()
Get a string representation of this Creature.

Overrides:
toString in class PreyData
Returns:
The string representation.

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.