Package 

Interface NavigationAction

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<E> doorsInSight()
      abstract Unit crossDoor(E door) Moves the pedestrian across the provided door, which must be among doorsInSight.
      abstract Unit moveToFinal(P destination) Moves the pedestrian to the given final destination, which must be inside currentRoom.
      Unit stop() Stops moving the pedestrian.
      abstract OrientingPedestrian<T, P, A, L, R> getPedestrian() The pedestrian to move.
      abstract EnvironmentWithGraph<?, T, P, A, N, E> getEnvironment() The environment the pedestrian is into.
      abstract P getPedestrianPosition() The position of the pedestrian in the environment.
      abstract N getCurrentRoom() The room (= environment's area) the pedestrian is into.
      • Methods inherited from class it.unibo.alchemist.model.interfaces.NavigationAction

        nextPosition
      • Methods inherited from class it.unibo.alchemist.model.interfaces.SteeringAction

        cloneAction, execute, getContext, getOutboundDependencies
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait