AbstractNavigationAction

fun <T, P : Position<P>, Vector<P>, A : GeometricTransformation<P>, L : ConvexGeometricShape<P, A>, R, N : ConvexGeometricShape<P, A>, E> AbstractNavigationAction(environment: EnvironmentWithGraph<*, T, P, A, N, E>, reaction: Reaction<T>, pedestrian: OrientingPedestrian<T, P, A, L, R>)

Parameters

T

the concentration type.

P

the Position type and Vector type for the space the pedestrian is into.

A

the transformations supported by the shapes in this space.

L

the type of landmarks of the pedestrian's cognitive map.

R

the type of edges of the pedestrian's cognitive map, representing the Relations between landmarks.

N

the type of nodes of the navigation graph provided by the environment.

E

the type of edges of the navigation graph provided by the environment.