Action

interface Action : Step

Inheritors

Properties

Link copied to clipboard
abstract val cost: <Error class: unknown class>

Cost of performing this action Must be between 0 and 1 1 is the most expensive imaginable.

Link copied to clipboard
abstract val name: String

Unique name of the step

Link copied to clipboard
abstract val value: <Error class: unknown class>

Value of completing this step. From 0 (least valuable) to 1 (most valuable) Steps with 0 value will still be planned if necessary to achieve a result