Jadex 0.96

jadex.examples.cleanerworld.multi
Class Waste

java.lang.Object
  extended by jadex.examples.cleanerworld.multi.LocationObjectData
      extended by jadex.examples.cleanerworld.multi.LocationObject
          extended by jadex.examples.cleanerworld.multi.WasteData
              extended by jadex.examples.cleanerworld.multi.Waste
All Implemented Interfaces:
Serializable, Cloneable, nuggets.INugget

public class Waste
extends WasteData

Editable Java class for concept Waste of cleaner-generated ontology.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface nuggets.INugget
nuggets.INugget.Helper
 
Constructor Summary
Waste()
          Create a new Waste.
Waste(Location location)
          Create a new waste.
Waste(String id, Location location)
          Create a new Waste.
 
Method Summary
 
Methods inherited from class jadex.examples.cleanerworld.multi.WasteData
_persist, _set, toString
 
Methods inherited from class jadex.examples.cleanerworld.multi.LocationObject
clone, equals, hashCode
 
Methods inherited from class jadex.examples.cleanerworld.multi.LocationObjectData
getId, getLocation, setId, setLocation
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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(String id,
             Location location)
Create a new Waste.


Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.