Regent class abstract base

A REGENT — a row of the ledger — anything that occupies a row of the regents enum: stores, units, guards, vetoes. Row order is traversal order: a message walks the rows top to bottom.

One order, two OPPOSITE relationships to the flow:

  • A STORE row is a pure READER standing at its place in the queue — it folds what passes and can never touch the message. What it sees is whatever survived the guards ABOVE its row.
  • A GUARD row is a pure JUDGE of the flow itself — it folds nothing and holds no state, but decides what the rows BELOW it see: pass, drop, or rewrite.

So placement means different things: moving a store changes what IT sees; moving a guard changes what EVERYONE below it sees.

Implementers
Annotations
  • @immutable

Constructors

Regent()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited