OrientingProperty
interface OrientingProperty<T, P : Position<P>, Vector<P>, A : Transformation<P>, L : ConvexShape<P, A>, N : ConvexShape<P, A>, E> : NodeProperty<T>
A node's orienting capability.
Type Parameters
T
the concentration type.
A
the transformation type supported by shapes in this environment.
L
the type of landmarks in the cognitive map.
N
the type of navigation-area shapes used to derive landmarks.
E
the type of edges in the navigation graph.
Inheritors
Properties
Link copied to clipboard
The agent's cognitive map: a NavigationGraph of landmarks and spatial relations.
Link copied to clipboard
The environment in which the node moves.
Link copied to clipboard
The degree of prior knowledge about the environment, in 0.0, 1.0.
Link copied to clipboard
Volatile memory tracking visited areas paired with the number of visits.