TargetSelectionStrategy

interface TargetSelectionStrategy<T, P : Position<out P>?> : Serializable

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

Parameters

<T>

Concentration type

<P>

Position type

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard