Jadex 0.96

jadex.examples.cleanerworld.multi
Class LocationObject

java.lang.Object
  extended by jadex.examples.cleanerworld.multi.LocationObjectData
      extended by jadex.examples.cleanerworld.multi.LocationObject
All Implemented Interfaces:
Serializable, Cloneable, nuggets.INugget
Direct Known Subclasses:
ChargingstationData, CleanerData, MapPoint, VisionData, WastebinData, WasteData

public abstract class LocationObject
extends LocationObjectData
implements Cloneable

Editable Java class for concept LocationObject of cleaner-generated ontology.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface nuggets.INugget
nuggets.INugget.Helper
 
Constructor Summary
LocationObject()
          Create a new LocationObject.
LocationObject(String id, Location location)
          Create a new LocationObject.
 
Method Summary
 Object clone()
          Clone the object.
 boolean equals(Object o)
          Test if two instances are equal.
 int hashCode()
          Get the hashcode for this object.
 
Methods inherited from class jadex.examples.cleanerworld.multi.LocationObjectData
_persist, _set, getId, getLocation, setId, setLocation, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationObject

public LocationObject()
Create a new LocationObject.


LocationObject

public LocationObject(String id,
                      Location location)
Create a new LocationObject.

Method Detail

equals

public boolean equals(Object o)
Test if two instances are equal.

Overrides:
equals in class Object
Returns:
True, if equal.

hashCode

public int hashCode()
Get the hashcode for this object.

Overrides:
hashCode in class Object
Returns:
The hashcode.

clone

public Object clone()
Clone the object.

Overrides:
clone in class Object

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.