Uses of Interface
org.opendaylight.yangtools.yang.model.api.SchemaTreeInference
Packages that use SchemaTreeInference
Package
Description
Various base classes for implementing YANG model constructs..
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 SchemaTreeInferenceSchemaInferenceStack.toSchemaTreeInference()Return anSchemaTreeInferenceequivalent of current state.Methods in org.opendaylight.yangtools.yang.model.util with parameters of type SchemaTreeInferenceModifier and TypeMethodDescriptionstatic @NonNull SchemaInferenceStackSchemaInferenceStack.ofInference(SchemaTreeInference inference) Create a new stack from anSchemaTreeInference.