SAPEREWalkerRiseGradient

open class SAPEREWalkerRiseGradient : MoveOnMap<T, O, S>

Constructors

Link copied to clipboard
open fun SAPEREWalkerRiseGradient(    environment: MapEnvironment<List<ILsaMolecule>, GraphHopperOptions, GraphHopperRoutingService>,     node: ILsaNode,     reaction: Reaction<List<ILsaMolecule>>,     speed: Double,     interaction: Double,     range: Double,     templateLSA: Molecule,     neighPos: Int)
Link copied to clipboard
open fun SAPEREWalkerRiseGradient(    environment: MapEnvironment<List<ILsaMolecule>, GraphHopperOptions, GraphHopperRoutingService>,     node: ILsaNode,     reaction: Reaction<List<ILsaMolecule>>,     tag: Molecule,     speed: Double,     interaction: Double,     range: Double,     templateLSA: Molecule,     neighPos: Int)

Functions

Link copied to clipboard
open fun cloneAction(node: Node<T>, reaction: Reaction<T>): MoveOnMap<T, O, S>
abstract fun cloneAction(p: Node<T>, p1: Reaction<T>): Action<T>
Link copied to clipboard
open fun execute()
Link copied to clipboard
fun getContext(): Context
Link copied to clipboard
fun getEnvironment(): MapEnvironment<T, O, S>
Link copied to clipboard
fun getNextPosition(): P
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun toString(): String