Proposition

value class Proposition(val value: String)(source)

STRIPS proposition represented as a validated symbolic atom.

The companion factory methods centralize the proposition names used by planning tests and resolution problems.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String