Jadex 0.96

jadex.examples.hunterprey
Class Vision

java.lang.Object
  extended by jadex.examples.hunterprey.VisionData
      extended by jadex.examples.hunterprey.Vision
All Implemented Interfaces:
nuggets.INugget

public class Vision
extends VisionData

Editable Java class for concept Vision of hunterprey ontology.


Nested Class Summary
 
Nested classes/interfaces inherited from interface nuggets.INugget
nuggets.INugget.Helper
 
Constructor Summary
Vision()
          Create a new Vision.
 
Method Summary
 boolean contains(WorldObject object)
          Test if an object is currently seen.
 Creature[] getCreatures()
          Get the creatures in the vision.
 
Methods inherited from class jadex.examples.hunterprey.VisionData
_persist, _set, addObject, getObject, getObjects, removeObject, setObject, setObjects, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vision

public Vision()
Create a new Vision.

Method Detail

getCreatures

public Creature[] getCreatures()
Get the creatures in the vision.


contains

public boolean contains(WorldObject object)
Test if an object is currently seen.

Returns:
True, if seen.

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.