All Superinterfaces:
ActionNodeContainer, AddedByUsesAware, AugmentationTarget, ContainerLike, CopyableNode, DataNodeContainer, DataSchemaNode, DocumentedNode, DocumentedNode.WithStatus, Immutable, MustConstraintAware, NotificationNodeContainer, SchemaContext, SchemaNode, SchemaTreeRoot, WhenConditionAware

@Beta public interface EffectiveModelContext extends SchemaContext, SchemaTreeRoot
EffectiveStatement-based result of YANG parser compilation. Unlike a SchemaContext, which it extends, it gives access to individual ModuleEffectiveStatements that comprise it. It also supports resolution of schema node identifiers via findSchemaTreeNode(SchemaNodeIdentifier).
Author:
Robert Varga