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 SummaryFields Modifier and Type Field Description protected static intwastecnt- 
Fields inherited from class jadex.bdiv3.examples.cleanerworld.world.LocationObjectid, location, pcs
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static intgetNumber()Get an instance number.java.lang.StringtoString()Get a string representation of this Waste.- 
Methods inherited from class jadex.bdiv3.examples.cleanerworld.world.LocationObjectaddPropertyChangeListener, clone, equals, getId, getLocation, hashCode, removePropertyChangeListener, setId, setLocation
 
- 
 
- 
- 
- 
Method Detail- 
getNumberprotected static int getNumber() Get an instance number.
 - 
toStringpublic java.lang.String toString() Get a string representation of this Waste.- Overrides:
- toStringin class- LocationObject
- Returns:
- The string representation.
 
 
- 
 
-