|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.examples.cleanerworld.multi.LocationObjectData
jadex.examples.cleanerworld.multi.LocationObject
jadex.examples.cleanerworld.multi.WastebinData
jadex.examples.cleanerworld.multi.Wastebin
public class Wastebin
Editable Java class for concept Wastebin of cleaner-generated ontology.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface nuggets.INugget |
---|
nuggets.INugget.Helper |
Constructor Summary | |
---|---|
Wastebin()
Create a new Wastebin. |
|
Wastebin(Location location,
int capacity)
Create a new wastebin. |
|
Wastebin(String name,
Location location,
int capacity)
Create a new Wastebin. |
Method Summary | |
---|---|
Object |
clone()
Clone the object. |
boolean |
contains(Waste waste)
Test is the waste is in the waste bin. |
void |
empty()
Empty the waste bin. |
void |
fill()
Fill the waste bin. |
boolean |
isFull()
Test is the wastebin is full. |
Methods inherited from class jadex.examples.cleanerworld.multi.WastebinData |
---|
_persist, _set, addWaste, getCapacity, getName, getWaste, getWastes, removeWaste, setCapacity, setName, setWaste, setWastes, toString |
Methods inherited from class jadex.examples.cleanerworld.multi.LocationObject |
---|
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 |
---|
public Wastebin()
public Wastebin(Location location, int capacity)
public Wastebin(String name, Location location, int capacity)
Method Detail |
---|
public boolean isFull()
public void empty()
public void fill()
public boolean contains(Waste waste)
public Object clone()
clone
in class LocationObject
|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.