Class Waste
- java.lang.Object
-
- jadex.bdi.examples.cleanerworld_classic.LocationObject
-
- jadex.bdi.examples.cleanerworld_classic.Waste
-
- All Implemented Interfaces:
java.lang.Cloneable
public class Waste extends LocationObject
Editable Java class for concept Waste of cleaner-generated ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
wastecnt
-
Fields inherited from class jadex.bdi.examples.cleanerworld_classic.LocationObject
id, location, pcs
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Get a string representation of this Waste.-
Methods inherited from class jadex.bdi.examples.cleanerworld_classic.LocationObject
addPropertyChangeListener, clone, equals, getId, getLocation, hashCode, removePropertyChangeListener, setId, setLocation
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Get a string representation of this Waste.- Overrides:
toString
in classLocationObject
- Returns:
- The string representation.
-
-