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