Class SchemaInferenceStack

java.lang.Object
org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
All Implemented Interfaces:
Mutable, EffectiveModelContextProvider, LeafrefResolver

@Beta public final class SchemaInferenceStack extends Object implements Mutable, EffectiveModelContextProvider, LeafrefResolver
A state tracking utility for walking EffectiveModelContext's contents along schema/grouping namespaces. This is conceptually a stack, tracking EffectiveStatements encountered along traversal.

This class is designed for single-threaded uses and does not make any guarantees around concurrent access.