Package-level declarations

Types

Link copied to clipboard
open class FollowTarget<T, P : Position<P>>(environment: Environment<T, P>, node: Node<T>, val targetMolecule: Molecule) : TargetSelectionStrategy<T, P>

This strategy reads the value of a "target" molecule and tries to interpret it as a coordinate.

Link copied to clipboard
data class GoTo<T, P : Position<P>>(destination: P) : TargetSelectionStrategy<T, P>

TargetSelectionStrategy that has the objective to go towards a fixed destination in the Environment.