Uses of Interface
org.opendaylight.yangtools.yang.model.api.SchemaTreeInference
Packages that use SchemaTreeInference
Package
Description
Utility classes and implementations for concepts defined in yang-model-api.
-
Uses of SchemaTreeInference in org.opendaylight.yangtools.yang.data.impl.schema
Constructors in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type SchemaTreeInferenceModifierConstructorDescriptionSchemaOrderedNormalizedNodeWriter
(NormalizedNodeStreamWriter writer, SchemaTreeInference rootInference) Create a new writer backed by aNormalizedNodeStreamWriter
. -
Uses of SchemaTreeInference in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement SchemaTreeInference -
Uses of SchemaTreeInference in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return SchemaTreeInferenceModifier and TypeMethodDescription@NonNull SchemaTreeInference
SchemaInferenceStack.toSchemaTreeInference()
Return anSchemaTreeInference
equivalent of current state.Methods in org.opendaylight.yangtools.yang.model.util with parameters of type SchemaTreeInferenceModifier and TypeMethodDescriptionstatic @NonNull SchemaInferenceStack
SchemaInferenceStack.ofInference
(SchemaTreeInference inference) Create a new stack from anSchemaTreeInference
.