Builder

class Builder

Build a new EHorizonOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

branchLength
Link copied to clipboard
fun branchLength(branchLength: Double): EHorizonOptions.Builder
Override the minimum length to expand branches.
build
Link copied to clipboard
fun build(): EHorizonOptions
Build the EHorizonOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
expansion
Link copied to clipboard
fun expansion(expansion: Int): EHorizonOptions.Builder
Override the number of levels to expand.
hashCode
Link copied to clipboard
open fun hashCode(): Int
length
Link copied to clipboard
fun length(length: Double): EHorizonOptions.Builder
Override the minimum length of the EHorizon ahead of the current position.
minTimeDeltaBetweenUpdates
Link copied to clipboard
fun minTimeDeltaBetweenUpdates(minTimeDeltaBetweenUpdates: Double?): EHorizonOptions.Builder
Override the minimum time delta between EHorizon updates.
toString
Link copied to clipboard
open fun toString(): String