Uses of Interface
org.opendaylight.yangtools.yang.model.api.EffectiveStatementInference
-
Packages that use EffectiveStatementInference Package Description org.opendaylight.yangtools.rfc7952.data.util org.opendaylight.yangtools.yang.data.api.schema Definition of normalized YANG DOM Model.org.opendaylight.yangtools.yang.data.codec.gson org.opendaylight.yangtools.yang.data.codec.xml org.opendaylight.yangtools.yang.data.impl.schema org.opendaylight.yangtools.yang.data.util 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 EffectiveStatementInference in org.opendaylight.yangtools.rfc7952.data.util
Methods in org.opendaylight.yangtools.rfc7952.data.util with parameters of type EffectiveStatementInference Modifier and Type Method Description static ImmutableNormalizedAnydata
ImmutableMetadataNormalizedAnydata. ofOptional(EffectiveStatementInference inference, NormalizedNode data, Optional<NormalizedMetadata> metadata)
Constructors in org.opendaylight.yangtools.rfc7952.data.util with parameters of type EffectiveStatementInference Constructor Description ImmutableMetadataNormalizedAnydata(EffectiveStatementInference inference, NormalizedNode data, NormalizedMetadata metadata)
-
Uses of EffectiveStatementInference in org.opendaylight.yangtools.yang.data.api.schema
Methods in org.opendaylight.yangtools.yang.data.api.schema that return EffectiveStatementInference Modifier and Type Method Description EffectiveStatementInference
NormalizedAnydata. getInference()
Return theEffectiveStatementInference
which describes the structure returned byNormalizedAnydata.getData()
.Methods in org.opendaylight.yangtools.yang.data.api.schema with parameters of type EffectiveStatementInference Modifier and Type Method Description NormalizedAnydata
NormalizableAnydata. normalizeTo(EffectiveStatementInference inference)
Attempt to interpret this anydata content in the context of specifiedEffectiveStatementInference
. -
Uses of EffectiveStatementInference in org.opendaylight.yangtools.yang.data.codec.gson
Methods in org.opendaylight.yangtools.yang.data.codec.gson with parameters of type EffectiveStatementInference Modifier and Type Method Description static @NonNull JsonParserStream
JsonParserStream. create(@NonNull NormalizedNodeStreamWriter writer, @NonNull JSONCodecFactory codecFactory, @NonNull EffectiveStatementInference parentNode)
static NormalizedNodeStreamWriter
JSONNormalizedNodeStreamWriter. createExclusiveWriter(JSONCodecFactory codecFactory, EffectiveStatementInference rootNode, XMLNamespace initialNs, com.google.gson.stream.JsonWriter jsonWriter)
Create a new stream writer, which writes to the specified output stream.static @NonNull JsonParserStream
JsonParserStream. createLenient(@NonNull NormalizedNodeStreamWriter writer, @NonNull JSONCodecFactory codecFactory, @NonNull EffectiveStatementInference parentNode)
static NormalizedNodeStreamWriter
JSONNormalizedNodeStreamWriter. createNestedWriter(JSONCodecFactory codecFactory, EffectiveStatementInference rootNode, XMLNamespace initialNs, com.google.gson.stream.JsonWriter jsonWriter)
Create a new stream writer, which writes to the specified output stream. -
Uses of EffectiveStatementInference in org.opendaylight.yangtools.yang.data.codec.xml
Methods in org.opendaylight.yangtools.yang.data.codec.xml with parameters of type EffectiveStatementInference Modifier and Type Method Description static XmlParserStream
XmlParserStream. create(NormalizedNodeStreamWriter writer, MountPointContext mountCtx, EffectiveStatementInference parentNode)
Utility method for use when cachingXmlCodecFactory
is not feasible.static XmlParserStream
XmlParserStream. create(NormalizedNodeStreamWriter writer, MountPointContext mountCtx, EffectiveStatementInference parentNode, boolean strictParsing)
Utility method for use when cachingXmlCodecFactory
is not feasible.static XmlParserStream
XmlParserStream. create(NormalizedNodeStreamWriter writer, XmlCodecFactory codecs, EffectiveStatementInference parentNode)
Construct a newXmlParserStream
with strict parsing mode switched on.static XmlParserStream
XmlParserStream. create(NormalizedNodeStreamWriter writer, XmlCodecFactory codecs, EffectiveStatementInference parentNode, boolean strictParsing)
Construct a newXmlParserStream
.static XmlParserStream
XmlParserStream. create(NormalizedNodeStreamWriter writer, EffectiveStatementInference parentNode)
Utility method for use when cachingXmlCodecFactory
is not feasible.static XmlParserStream
XmlParserStream. create(NormalizedNodeStreamWriter writer, EffectiveStatementInference parentNode, boolean strictParsing)
Utility method for use when cachingXmlCodecFactory
is not feasible.static @NonNull NormalizedNodeStreamWriter
XMLStreamNormalizedNodeStreamWriter. create(XMLStreamWriter writer, EffectiveStatementInference inference)
Create a new writer with the specified context and rooted at the specified node. -
Uses of EffectiveStatementInference in org.opendaylight.yangtools.yang.data.impl.schema
Methods in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type EffectiveStatementInference Modifier and Type Method Description ImmutableNormalizedAnydata
AbstractNormalizableAnydata. normalizeTo(EffectiveStatementInference inference)
protected abstract void
AbstractNormalizableAnydata. writeTo(NormalizedNodeStreamWriter streamWriter, EffectiveStatementInference inference)
-
Uses of EffectiveStatementInference in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util that return EffectiveStatementInference Modifier and Type Method Description EffectiveStatementInference
ImmutableNormalizedAnydata. getInference()
Methods in org.opendaylight.yangtools.yang.data.util with parameters of type EffectiveStatementInference Modifier and Type Method Description static @NonNull NormalizedNodeStreamWriterStack
NormalizedNodeStreamWriterStack. of(EffectiveStatementInference root)
Create a new writer with the specified inference state as its root.Constructors in org.opendaylight.yangtools.yang.data.util with parameters of type EffectiveStatementInference Constructor Description ImmutableNormalizedAnydata(EffectiveStatementInference inference, NormalizedNode data)
-
Uses of EffectiveStatementInference in org.opendaylight.yangtools.yang.model.api
Subinterfaces of EffectiveStatementInference in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description 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 EffectiveStatementInference in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement EffectiveStatementInference Modifier and Type Class Description 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 EffectiveStatementInference in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement EffectiveStatementInference Modifier and Type Class Description static class
SchemaInferenceStack.Inference
Semantic binding ofEffectiveStatementInference
produced bySchemaInferenceStack
.Methods in org.opendaylight.yangtools.yang.model.util with parameters of type EffectiveStatementInference Modifier and Type Method Description static @NonNull SchemaInferenceStack
SchemaInferenceStack. ofInference(EffectiveStatementInference inference)
Create a new stack from anEffectiveStatementInference
.
-