Class ModelRelationshipTraversal

java.lang.Object
io.fluxzero.common.modeling.ModelRelationshipTraversal

public final class ModelRelationshipTraversal extends Object
Shared breadth-first traversal mechanics for temporal model relationships.

Stores remain responsible for selecting relationships at the required boundary and for choosing traversal direction. This class owns frontier progression, visit semantics, graph bounds, edge collection and truncation detection so production and in-memory stores cannot implement those rules independently.