public class RequestVision
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
Modifier and Type | Field and Description |
---|---|
protected Creature |
creature
The creature.
|
protected Vision |
vision
The current vision of the creature.
|
Constructor and Description |
---|
RequestVision()
Default Constructor.
|
RequestVision(Creature creature)
Init Constructor.
|
Modifier and Type | Method and Description |
---|---|
Creature |
getCreature()
Get the creature of this RequestVision.
|
Vision |
getVision()
Get the vision of this RequestVision.
|
void |
setCreature(Creature creature)
Set the creature 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 Creature creature
public RequestVision()
RequestVision
.public RequestVision(Creature creature)
creature
- public Vision getVision()
public void setVision(Vision vision)
vision
- the value to be setpublic Creature getCreature()
public void setCreature(Creature creature)
creature
- the value to be setpublic java.lang.String toString()
toString
in class java.lang.Object