java.lang.Object
jadex.quickstart.cleanerworld.environment.impl.LocationObject
jadex.quickstart.cleanerworld.environment.impl.Waste
All Implemented Interfaces:
ILocationObject, IWaste, Cloneable

public class Waste extends LocationObject implements IWaste
(Knowledge about) a piece of waste.
  • Constructor Details

    • Waste

      public Waste()
      Create a new Waste.
    • Waste

      public Waste(Location location)
      Create a new waste.
      Parameters:
      location - The location.
  • Method Details

    • toString

      public String toString()
      Get a string representation of this Waste.
      Overrides:
      toString in class Object
      Returns:
      The string representation.
    • clone

      public Waste clone()
      Copy the object.
      Overrides:
      clone in class LocationObject