Node

class Node[D, I](val datum: D, val jtms: JTMS[D, I], var isAssumption: Boolean, var isContradictory: Boolean)
class Object
trait Matchable
class Any

Value members

Concrete fields

Whether the current node is :IN. A value of true corresponds to a label of :IN in the old Lisp structure; false, to :OUT.

Whether the current node is :IN. A value of true corresponds to a label of :IN in the old Lisp structure; false, to :OUT.

val datum: D

Rules that should be triggered when node goes in.

Rules that should be triggered when node goes in.

val index: Int
val jtms: JTMS[D, I]

Possible justifications.

Possible justifications.

Marker for sweep algorithms.

Marker for sweep algorithms.

Rules that should be triggered when node goes out.

Rules that should be triggered when node goes out.