Class Observer
- java.lang.Object
- 
- jadex.bdi.examples.hunterprey_classic.WorldObject
- 
- jadex.bdi.examples.hunterprey_classic.Creature
- 
- jadex.bdi.examples.hunterprey_classic.Observer
 
 
 
- 
 public class Observer extends Creature Editable Java class for concept Observer of hunterprey ontology.
- 
- 
Field Summary- 
Fields inherited from class jadex.bdi.examples.hunterprey_classic.Creatureage, aid, alldirs, leaseticks, name, points, visionrange, worldheight, worldwidth
 - 
Fields inherited from class jadex.bdi.examples.hunterprey_classic.WorldObjectlocation
 
- 
 - 
Constructor SummaryConstructors Constructor Description Observer()Create a new Observer.Observer(java.lang.String name, IComponentIdentifier aid, Location location)Create a new Observer.
 - 
Method Summary- 
Methods inherited from class jadex.bdi.examples.hunterprey_classic.Creatureclone, createLocation, createLocation, equals, getAge, getAID, getDirections, getDirections, getDirections, getDistance, getDistance, getLeaseticks, getLocationDistance, getName, getObject, getPoints, getPossibleDirections, getVisionRange, getWorldHeight, getWorldWidth, hashCode, isInVisionRange, isNear, setAge, setAID, setLeaseticks, setName, setPoints, setVisionRange, setWorldHeight, setWorldWidth, sortByDistance, sortByDistance, update
 - 
Methods inherited from class jadex.bdi.examples.hunterprey_classic.WorldObjectgetLocation, setLocation, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
Observerpublic Observer() Create a new Observer.
 - 
Observerpublic Observer(java.lang.String name, IComponentIdentifier aid, Location location)Create a new Observer.
 
- 
 
-