jadex.examples.hunterprey
Class ObstacleData
java.lang.Object
jadex.examples.hunterprey.WorldObjectData
jadex.examples.hunterprey.WorldObject
jadex.examples.hunterprey.ObstacleData
- All Implemented Interfaces:
- nuggets.INugget
- Direct Known Subclasses:
- Obstacle
public abstract class ObstacleData
- extends WorldObject
- implements nuggets.INugget
Java class for concept Obstacle of hunterprey_beans ontology.
Nested classes/interfaces inherited from interface nuggets.INugget |
nuggets.INugget.Helper |
Method Summary |
void |
_persist(nuggets.ICruncher c)
Persist this Obstacle using the nuggets utility. |
void |
_set(String a,
Object v)
Restore this Obstacle |
String |
toString()
Get a string representation of this Obstacle. |
ObstacleData
public ObstacleData()
- Default Constructor.
Create a new Obstacle
.
toString
public String toString()
- Get a string representation of this Obstacle.
- Overrides:
toString
in class WorldObjectData
- Returns:
- The string representation.
_persist
public void _persist(nuggets.ICruncher c)
- Persist this Obstacle using the nuggets utility.
- Specified by:
_persist
in interface nuggets.INugget
- Overrides:
_persist
in class WorldObjectData
- Parameters:
c
-
_set
public void _set(String a,
Object v)
- Restore this Obstacle
- Specified by:
_set
in interface nuggets.INugget
- Overrides:
_set
in class WorldObjectData
- Parameters:
a
- the name of the attributev
- the value of the attribute
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.