CognitiveAgentCohesion

fun <T, P : Position<P>, Vector<P>> CognitiveAgentCohesion(    environment: Environment<T, P>,     reaction: Reaction<T>,     pedestrian: PedestrianProperty<T>)

Parameters

environment
    the environment inside which the node moves.
reaction
    the reaction which executes this action.
node
    the owner of this action.