All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.quickstart.cleanerworld.environment.IWaste Maven / Gradle / Ivy

The newest version!
package jadex.quickstart.cleanerworld.environment;

/**
 *  (Knowledge about) a piece of waste.
 */
public interface IWaste	extends ILocationObject
{
	/**
	 *  Get the id (or name) of this object.
	 *  @return The id.
	 */
	public String getId();

	/**
	 *  Get the location of this object.
	 * @return The location of the object.
	 */
	public ILocation getLocation();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy