GPSTraceWalker
constructor(environment: MapEnvironment<T, O, S>, node: Node<T>, reaction: Reaction<T>, options: O, path: String, cycle: Boolean, normalizer: String, normalizerArgs: Array<Any>)(source)
Parameters
environment
the environment
node
the node
reaction
the reaction
options
options for the computation of routes
path
resource(file, directory, ...) with GPS trace
cycle
true if the traces have to be distributed cyclically
normalizer
name of the class that implement the strategy to normalize the time
normalizerArgs
Args to build normalize
constructor(environment: MapEnvironment<T, O, S>, node: Node<T>, reaction: Reaction<T>, path: String, cycle: Boolean, normalizer: String, normalizerArgs: Array<Any>)(source)
Parameters
environment
the environment
node
the node
reaction
the reaction
path
resource(file, directory, ...) with GPS trace
cycle
true if the traces have to be distributed cyclically
normalizer
name of the class that implement the strategy to normalize the time
normalizerArgs
Args to build normalize