Class RequestVision

  • All Implemented Interfaces:
    IComponentAction

    public class RequestVision
    extends java.lang.Object
    implements IComponentAction
    Java class for concept RequestVision of hunterprey_beans ontology.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Creature creature
      The creature.
      protected Vision vision
      The current vision of the creature.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • vision

        protected Vision vision
        The current vision of the creature.
      • creature

        protected Creature creature
        The creature.
    • Constructor Detail

      • RequestVision

        public RequestVision()
        Default Constructor. RequestVision.
      • RequestVision

        public RequestVision​(Creature creature)
        Init Constructor.
        Parameters:
        creature -
    • Method Detail

      • getVision

        public Vision getVision()
        Get the vision of this RequestVision. The current vision of the creature.
        Returns:
        vision
      • setVision

        public void setVision​(Vision vision)
        Set the vision of this RequestVision. The current vision of the creature.
        Parameters:
        vision - the value to be set
      • getCreature

        public Creature getCreature()
        Get the creature of this RequestVision. The creature.
        Returns:
        creature
      • setCreature

        public void setCreature​(Creature creature)
        Set the creature of this RequestVision. The creature.
        Parameters:
        creature - the value to be set
      • toString

        public java.lang.String toString()
        Get a string representation of this RequestVision.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.