Class Obstacle
- java.lang.Object
- 
- jadex.bdi.examples.hunterprey_classic.WorldObject
- 
- jadex.bdi.examples.hunterprey_classic.Obstacle
 
 
- 
 public class Obstacle extends WorldObject Editable Java class for concept Obstacle of hunterprey ontology.
- 
- 
Field Summary- 
Fields inherited from class jadex.bdi.examples.hunterprey_classic.WorldObjectlocation
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Get a string representation of this Obstacle.- 
Methods inherited from class jadex.bdi.examples.hunterprey_classic.WorldObjectequals, getLocation, hashCode, setLocation
 
- 
 
- 
- 
- 
Constructor Detail- 
Obstaclepublic Obstacle() Create a new Obstacle.
 - 
Obstaclepublic Obstacle(Location location) Create a new Obstacle.
 
- 
 - 
Method Detail- 
toStringpublic java.lang.String toString() Get a string representation of this Obstacle.- Overrides:
- toStringin class- WorldObject
- Returns:
- The string representation.
 
 
- 
 
-