Uses of Interface
org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
-
Packages that use EffectiveModelContextProvider Package Description org.opendaylight.yangtools.rfc8528.data.api org.opendaylight.yangtools.rfc8528.data.util org.opendaylight.yangtools.yang.data.api.schema.tree org.opendaylight.yangtools.yang.data.codec.gson org.opendaylight.yangtools.yang.data.codec.xml org.opendaylight.yangtools.yang.data.impl.leafref org.opendaylight.yangtools.yang.data.util org.opendaylight.yangtools.yang.data.util.codec org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.model.spi org.opendaylight.yangtools.yang.model.util 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.api Modifier and Type Interface Description interface
MountPointContext
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 EffectiveModelContextProvider Modifier and Type Class Description class
EmptyMountPointContext
A simpleMountPointContext
which does not contain any mount points. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.api.schema.tree
Subinterfaces of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.api.schema.tree Modifier and Type Interface Description interface
CursorAwareDataTreeModification
ADataTreeModification
which allows creation of aDataTreeModificationCursor
.interface
CursorAwareDataTreeSnapshot
ADataTreeSnapshot
which allows creation of aDataTreeSnapshotCursor
.interface
DataTreeModification
Class encapsulation of set of modifications to a base tree.interface
DataTreeSnapshot
Read-only snapshot of aDataTree
.Classes in org.opendaylight.yangtools.yang.data.api.schema.tree that implement EffectiveModelContextProvider Modifier and Type Class Description class
SynchronizedDataTreeModification
ADataTreeModification
implementation which delegates all calls to another instance, making sure no method is being invoked from multiple threads concurrently. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.codec.gson
Classes in org.opendaylight.yangtools.yang.data.codec.gson that implement EffectiveModelContextProvider Modifier and Type Class Description class
JSONCodecFactory
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 EffectiveModelContextProvider Modifier and Type Class Description class
XmlCodecFactory
A thread-safe factory for instantiatingXmlCodec
s. -
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.impl.leafref
Classes in org.opendaylight.yangtools.yang.data.impl.leafref that implement EffectiveModelContextProvider Modifier and Type Class Description class
LeafRefContext
-
Uses of EffectiveModelContextProvider in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement EffectiveModelContextProvider Modifier and Type Class Description class
DataSchemaContextTree
Semantic tree binding aEffectiveModelContext
to aNormalizedNode
tree.class
ModuleStringIdentityrefCodec
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 EffectiveModelContextProvider Modifier and Type Class Description class
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.api Modifier and Type Interface Description interface
EffectiveStatementInference
A base class of anEffectiveModelContext
context reasoning with regards to what logical sequence ofEffectiveStatement
s were considered.interface
SchemaTreeInference
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 EffectiveModelContextProvider Modifier and Type Class Description class
AbstractEffectiveModelContextProvider
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.class
DefaultSchemaTreeInference
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 EffectiveModelContextProvider Modifier and Type Class Description class
ModuleNameNamespaceContext
UtilityYangNamespaceContext
backed by a SchemaContext, resolving namespaces to their module names.class
SchemaInferenceStack
A state tracking utility for walkingEffectiveModelContext
's contents along schema/grouping namespaces.static class
SchemaInferenceStack.Inference
Semantic binding ofEffectiveStatementInference
produced bySchemaInferenceStack
.
-