False

The false-constant.

Can NOT be a Kotlin-object for compatibility with the legacy parser.

Author

Jan Müller

Constructors

Link copied to clipboard
constructor()

Creates a False-constant.

Properties

Link copied to clipboard

The name of the entity.

Functions

Link copied to clipboard
open override fun fullCheck(graph: Graph, symbolTable: SymbolTable, variableAssignments: Map<String, Node>, shouldBeModel: Boolean): ModelCheckerTrace

Checks if this constant is True or False.

Link copied to clipboard
open override fun getRawString(variableAssignments: Map<String, Node>): String

Returns the name of this constant.

Link copied to clipboard
open override fun partialCheck(graph: Graph, symbolTable: SymbolTable, variableAssignments: Map<String, Node>, shouldBeModel: Boolean): ModelCheckerTrace

Checks if this constant is True or False.

Link copied to clipboard
override fun toString(): String

Returns a String representation with no variable assignments and no brackets or dot at root level.

fun toString(variableAssignments: Map<String, Node>, wrap: Boolean): String

Returns a String representation with no variable assignments and optional brackets or dot at root level.