Class tigrbl.runtime.ordering.AnchorPolicy
tigrbl.runtime.ordering.AnchorPolicy
dataclass
AnchorPolicy(edges=(), prefer=())
Extra ordering rules for a specific anchor. - edges: (u, v) means "u before v" where u/v are "domain:subject" tokens. - prefer: stable tie-break priority list of tokens.
edges
class-attribute
instance-attribute
edges = ()
prefer
class-attribute
instance-attribute
prefer = ()