TargetSelectionStrategy

This interface models a strategy for selecting positions where to move.

Parameters

<T>

Concentration type

<P>

Position type

Inheritors

Functions

Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): TargetSelectionStrategy<T, P>
Link copied to clipboard
abstract fun getTarget(): P