graflo.architecture.graph_types.location¶
Location indexing for nested graph traversal.
LocationIndex
¶
Bases: ConfigBaseModel
Immutable location index for nested graph traversal.
Source code in graflo/architecture/graph_types/location.py
__init__(*args, **kwargs)
¶
Allow LocationIndex((0,)) or LocationIndex(path=(0,)).
Source code in graflo/architecture/graph_types/location.py
accept_tuple(data)
classmethod
¶
Accept a single tuple as positional path (e.g. LocationIndex((0,))).
Source code in graflo/architecture/graph_types/location.py
ProvenancePath
¶
Bases: ConfigBaseModel
Explicit provenance path for extracted observations.