Module containers

Source
Expand description

This module contains some generic containers for data used by the resolution algorithm. Using these interfaces, the resolution algorithms can deal with custom behavior introduced by [Completeness] implementations.

Traitsยง

EnvContainer
Interface for environment containers that support the operations required for query resolution.
PathContainer
Interface for path containers that support the operations required for query resolution.
ScopeContainer
Interface for scope containers that support the operations required for query resolution.