public class RequestVision
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
| Modifier and Type | Field and Description |
|---|---|
protected Cleaner |
cleaner
Attribute for slot cleaner.
|
protected Vision |
vision
Attribute for slot vision.
|
| Constructor and Description |
|---|
RequestVision()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Cleaner |
getCleaner()
Get the cleaner of this RequestVision.
|
Vision |
getVision()
Get the vision of this RequestVision.
|
void |
setCleaner(Cleaner cleaner)
Set the cleaner of this RequestVision.
|
void |
setVision(Vision vision)
Set the vision of this RequestVision.
|
java.lang.String |
toString()
Get a string representation of this RequestVision.
|
protected Vision vision
protected Cleaner cleaner
public RequestVision()
RequestVision.public Vision getVision()
public void setVision(Vision vision)
vision - the value to be setpublic Cleaner getCleaner()
public void setCleaner(Cleaner cleaner)
cleaner - the value to be setpublic java.lang.String toString()
toString in class java.lang.Object