Alchemist Execution Context
class AlchemistExecutionContext<P : Position<P>>(val environmentAccess: Environment<Any, P>, node: Node<Any>, protelisDevice: ProtelisDevice<P>, reaction: Reaction<Any>, val randomGenerator: <Error class: unknown class>, networkManager: AlchemistNetworkManager)
Parameters
position type
Constructors
Link copied to clipboard
constructor(environment: Environment<Any, P>, localNode: Node<Any>, reaction: Reaction<Any>, random: <Error class: unknown class>, networkManager: AlchemistNetworkManager)
constructor(environmentAccess: Environment<Any, P>, node: Node<Any>, protelisDevice: ProtelisDevice<P>, reaction: Reaction<Any>, randomGenerator: <Error class: unknown class>, networkManager: AlchemistNetworkManager)
Properties
Link copied to clipboard
The device position, in form of Position.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Computes the distance between two nodes, through Environment.getDistanceBetweenNodes.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Computes the distance along a map. Requires a MapEnvironment.