Uses of Interface
org.opendaylight.yangtools.yang.model.api.SchemaTreeInference
-
Packages that use SchemaTreeInference Package Description org.opendaylight.yangtools.yang.data.impl.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 SchemaTreeInference in org.opendaylight.yangtools.yang.data.impl.schema
Constructors in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type SchemaTreeInference Constructor Description SchemaOrderedNormalizedNodeWriter(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 Modifier and Type Class Description class
DefaultSchemaTreeInference
Default implementation of a aSchemaTreeInference
. -
Uses of SchemaTreeInference in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return SchemaTreeInference Modifier and Type Method Description @NonNull SchemaTreeInference
SchemaInferenceStack. toSchemaTreeInference()
Return anSchemaTreeInference
equivalent of current state.Methods in org.opendaylight.yangtools.yang.model.util with parameters of type SchemaTreeInference Modifier and Type Method Description static @NonNull SchemaInferenceStack
SchemaInferenceStack. ofInference(SchemaTreeInference inference)
Create a new stack from anSchemaTreeInference
.
-