Class RequestPickUpWaste
- java.lang.Object
-
- jadex.bdi.examples.cleanerworld_classic.RequestPickUpWaste
-
- All Implemented Interfaces:
IComponentAction
public class RequestPickUpWaste extends java.lang.Object implements IComponentAction
Java class for concept RequestPickUpWaste of cleaner_beans ontology.
-
-
Constructor Summary
Constructors Constructor Description RequestPickUpWaste()
Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Waste
getWaste()
Get the waste of this RequestPickUpWaste.void
setWaste(Waste waste)
Set the waste of this RequestPickUpWaste.java.lang.String
toString()
Get a string representation of this RequestPickUpWaste.
-
-
-
Field Detail
-
waste
protected Waste waste
Attribute for slot waste.
-
-
Method Detail
-
getWaste
public Waste getWaste()
Get the waste of this RequestPickUpWaste.- Returns:
- waste
-
setWaste
public void setWaste(Waste waste)
Set the waste of this RequestPickUpWaste.- Parameters:
waste
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this RequestPickUpWaste.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-