Class Waste

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Waste
    extends LocationObject
    Editable Java class for concept Waste of cleaner-generated ontology.
    • Field Detail

      • wastecnt

        protected static int wastecnt
    • Constructor Detail

      • Waste

        public Waste()
        Create a new Waste.
      • Waste

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

        public Waste​(java.lang.String id,
                     Location location)
        Create a new Waste.
    • 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 class LocationObject
        Returns:
        The string representation.