SAPEREWalker

class SAPEREWalker : MoveOnMap<T, O, S> , ILsaAction

Constructors

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

Functions

Link copied to clipboard
open fun cloneAction(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): SAPEREWalker
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
open fun getNode(): ILsaNode
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
abstract fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun setExecutionContext(matches: Map<HashString, ITreeNode<out Any>>, nodes: List<ILsaNode>)
Sets the context in which this action will execute.
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
val DEFAULT_INTERACTING_TAG: ILsaMolecule
The default molecule that identifies an interacting object.