Uses of Interface
org.opendaylight.yangtools.yang.model.api.EffectiveModelContext

Packages that use EffectiveModelContext
Package
Description
 
API elements of a codec capable translating YANG-modeled data between its BindingObjects and NormalizedData representations.
Additional services provided by a dynamic BindingDataCodec implementation.
 
 
 
 
Binding run-time APIs.
Utilities for constructing and working with BindingRuntimeContext.
API exposed by generator plugins, i.e. pluggable pieces of code which want to create code (and other) files from an EffectiveModelContext.
Definition of normalized YANG DOM Model.
Utilities for parsing JSON as YANG-modeled data and writing the same.
Utilities for parsing XML as YANG-modeled data and writing the same.
 
Interfaces exposing DataTree, e.g. the tree of instantiated YANG-modeled data, and the operations we support for querying and modifying it.
 
 
 
Various utilities to deal with NormalizedNodes.
Various utilities to deal with encoding/decoding scalar values carried in LeafNodes and similar.
Definition of structures and DOM like API of effected YANG schema.
 
Various base classes for implementing YANG model constructs..
Utility classes and implementations for concepts defined in yang-model-api.
YANG parser public API.
This package holds the 'parser implementation', which really is just glue code holding together the statement reactor, base RFC6020/RFC7950 support bundles and supported semantic extensions.
 
Contains the implementation of the parser reactor CrossSourceStatementReactor.