Class Waste
- java.lang.Object
-
- jadex.bdiv3.examples.cleanerworld.world.LocationObject
-
- jadex.bdiv3.examples.cleanerworld.world.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.bdiv3.examples.cleanerworld.world.LocationObject
id, location, pcs
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static int
getNumber()
Get an instance number.java.lang.String
toString()
Get a string representation of this Waste.-
Methods inherited from class jadex.bdiv3.examples.cleanerworld.world.LocationObject
addPropertyChangeListener, clone, equals, getId, getLocation, hashCode, removePropertyChangeListener, setId, setLocation
-
-
-
-
Method Detail
-
getNumber
protected static int getNumber()
Get an instance number.
-
toString
public java.lang.String toString()
Get a string representation of this Waste.- Overrides:
toString
in classLocationObject
- Returns:
- The string representation.
-
-