Class Waste
java.lang.Object
jadex.quickstart.cleanerworld.environment.impl.LocationObject
jadex.quickstart.cleanerworld.environment.impl.Waste
- All Implemented Interfaces:
ILocationObject
,IWaste
,Cloneable
(Knowledge about) a piece of waste.
-
Field Summary
Fields inherited from class jadex.quickstart.cleanerworld.environment.impl.LocationObject
pcs
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadex.quickstart.cleanerworld.environment.impl.LocationObject
addPropertyChangeListener, equals, getId, getLocation, getPropertyChangeHandler, hashCode, removePropertyChangeListener, setId, setLocation, update
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface jadex.quickstart.cleanerworld.environment.IWaste
getId, getLocation
-
Constructor Details
-
Waste
public Waste()Create a new Waste. -
Waste
Create a new waste.- Parameters:
location
- The location.
-
-
Method Details
-
toString
Get a string representation of this Waste. -
clone
Copy the object.- Overrides:
clone
in classLocationObject
-