Class BaseAgent

    • Constructor Detail

      • BaseAgent

        public BaseAgent()
    • Method Detail

      • getEnvironment

        public Grid2D getEnvironment()
        Get the env.
        Returns:
        The env.
      • getPosition

        public IVector2 getPosition()
        Get the pos.
        Returns:
        The pos.
      • getMyself

        public ISpaceObject getMyself()
        Get the myself.
        Returns:
        The myself.
      • getAgent

        public IInternalAccess getAgent()
        Get the agent.
        Returns:
        The agent.