LTLResult

Results to use for an LTL proposition that has been evaluated for a finite segment of observations.

Essentially a ternary logic with indeterminate truth value for propositions that require more evaluations in order to verify.

Entries

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

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
infix fun and(other: LTLResult): LTLResult
Link copied to clipboard
infix fun implies(other: LTLResult): LTLResult
Link copied to clipboard
operator fun not(): LTLResult
Link copied to clipboard
infix fun or(other: LTLResult): LTLResult
Link copied to clipboard
fun valueOf(value: String): LTLResult

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.