Class CommanderAgent


  • public class CommanderAgent
    extends java.lang.Object
    • Field Detail

      • disasters

        protected java.util.Set<ISpaceObject> disasters
        The disasters.
      • busyentities

        protected java.util.List<java.lang.Object> busyentities
        The busy entities.
    • Constructor Detail

      • CommanderAgent

        public CommanderAgent()
    • Method Detail

      • body

        public void body()
      • getMoveCapa

        public MovementCapa getMoveCapa()
        Get the movecapa.
        Returns:
        The movecapa.
      • getAgent

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

        public java.util.Set<ISpaceObject> getDisasters()
        Get the disasters.
        Returns:
        The disasters.
      • getBusyEntities

        public java.util.List<java.lang.Object> getBusyEntities()
        Get the busyentities.
        Returns:
        The busyentities.