GateEvaluation

data class GateEvaluation(val gateName: String, val proposition: Proposition, val decision: GateDecision)

The outcome of evaluating a single proposition against a single gate.

Constructors

Link copied to clipboard
constructor(gateName: String, proposition: Proposition, decision: GateDecision)

Properties

Link copied to clipboard

the routing decision the gate reached

Link copied to clipboard

the name of the gate that produced this evaluation

Link copied to clipboard

the proposition that was evaluated