Class RequestVision
- java.lang.Object
- 
- jadex.bdi.examples.hunterprey_classic.RequestVision
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestVision extends java.lang.Object implements IComponentAction Java class for concept RequestVision of hunterprey_beans ontology.
- 
- 
Constructor SummaryConstructors Constructor Description RequestVision()Default Constructor.RequestVision(Creature creature)Init Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreaturegetCreature()Get the creature of this RequestVision.VisiongetVision()Get the vision of this RequestVision.voidsetCreature(Creature creature)Set the creature of this RequestVision.voidsetVision(Vision vision)Set the vision of this RequestVision.java.lang.StringtoString()Get a string representation of this RequestVision.
 
- 
- 
- 
Constructor Detail- 
RequestVisionpublic RequestVision() Default Constructor.
 RequestVision.
 - 
RequestVisionpublic RequestVision(Creature creature) Init Constructor.
 - Parameters:
- creature-
 - 
Method Detail- 
getVisionpublic Vision getVision() Get the vision of this RequestVision. The current vision of the creature.- Returns:
- vision
 
 - 
setVisionpublic void setVision(Vision vision) Set the vision of this RequestVision. The current vision of the creature.- Parameters:
- vision- the value to be set
 
 - 
getCreaturepublic Creature getCreature() Get the creature of this RequestVision. The creature.- Returns:
- creature
 
 - 
setCreaturepublic void setCreature(Creature creature) Set the creature of this RequestVision. The creature.- Parameters:
- creature- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestVision.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
 
- 
 
-