Uses of Interface
org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
Packages that use EffectiveModelContextProvider
Package
Description
Definition of structures and DOM like API of effected YANG schema.
Utility classes and implementations for concepts defined in yang-model-api.
-
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.rfc8528.data.api
Subinterfaces of EffectiveModelContextProvider in org.opendaylight.yangtools.rfc8528.data.apiModifier and TypeInterfaceDescriptioninterface
A context of either an explicit (RFC8528 Schema Mount instance) or implicit (system root). -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.rfc8528.data.util
Classes in org.opendaylight.yangtools.rfc8528.data.util that implement EffectiveModelContextProviderModifier and TypeClassDescriptionfinal class
A simpleMountPointContext
which does not contain any mount points. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.codec.gson
Classes in org.opendaylight.yangtools.yang.data.codec.gson that implement EffectiveModelContextProviderModifier and TypeClassDescriptionclass
Factory for creating JSON equivalents of codecs. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.codec.xml
Classes in org.opendaylight.yangtools.yang.data.codec.xml that implement EffectiveModelContextProviderModifier and TypeClassDescriptionfinal class
A thread-safe factory for instantiatingXmlCodec
s. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.tree.api
Subinterfaces of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.tree.apiModifier and TypeInterfaceDescriptioninterface
ADataTreeModification
which allows creation of aDataTreeModificationCursor
.interface
ADataTreeSnapshot
which allows creation of aDataTreeSnapshotCursor
.interface
Class encapsulation of set of modifications to a base tree.interface
Read-only snapshot of aDataTree
. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.tree.leafref
Classes in org.opendaylight.yangtools.yang.data.tree.leafref that implement EffectiveModelContextProvider -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement EffectiveModelContextProviderModifier and TypeClassDescriptionfinal class
Semantic tree binding aEffectiveModelContext
to aNormalizedNode
tree.class
Base class for implementing identityref codecs on based on module names. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.util.codec
Classes in org.opendaylight.yangtools.yang.data.util.codec that implement EffectiveModelContextProviderModifier and TypeClassDescriptionclass
AbstractCodecFactory<T extends TypeAwareCodec<?,
?, ?>> A type-to-codec factory base class with logic to efficiently lookup and cache codec instances, also dealing with union type composition. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.model.api
Subinterfaces of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.model.apiModifier and TypeInterfaceDescriptioninterface
A base class of anEffectiveModelContext
context reasoning with regards to what logical sequence ofEffectiveStatement
s were considered.interface
AnEffectiveStatementInference
consisting purely of steps along theschema tree
axis, so that it represents aschema tree node
based on resolution ofabsolute-schema-nodeid
as specified by RFC7950 section 6.5. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement EffectiveModelContextProviderModifier and TypeClassDescriptionclass
Utility superclass for classes returning a constantEffectiveModelContext
.class
AbstractEffectiveStatementInference<T extends EffectiveStatement<?,
?>> A simple capture of anAbstractEffectiveModelContextProvider
andEffectiveStatementInference
s.static class
AbstractEffectiveStatementInference.WithPath<T extends EffectiveStatement<?,
?>> A simple capture of anAbstractEffectiveStatementInference
and a list ofEffectiveStatement
s.final class
Default implementation of a aSchemaTreeInference
. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement EffectiveModelContextProviderModifier and TypeClassDescriptionfinal class
UtilityYangNamespaceContext
backed by a SchemaContext, resolving namespaces to their module names.final class
A state tracking utility for walkingEffectiveModelContext
's contents along schema/grouping namespaces.static final class
Semantic binding ofEffectiveStatementInference
produced bySchemaInferenceStack
.