Uses of Class
org.opendaylight.yangtools.yang.model.spi.DefaultSchemaTreeInference
Packages that use DefaultSchemaTreeInference
Package
Description
Various base classes for implementing YANG model constructs..
Utility classes and implementations for concepts defined in yang-model-api.
-
Uses of DefaultSchemaTreeInference in org.opendaylight.yangtools.yang.model.spi
Methods in org.opendaylight.yangtools.yang.model.spi that return DefaultSchemaTreeInferenceModifier and TypeMethodDescriptionstatic DefaultSchemaTreeInference
DefaultSchemaTreeInference.of
(EffectiveModelContext modelContext, SchemaNodeIdentifier.Absolute path) Create a new instance based on anEffectiveModelContext
and anSchemaNodeIdentifier.Absolute
schema node identifier.static DefaultSchemaTreeInference
DefaultSchemaTreeInference.unsafeOf
(EffectiveModelContext modelContext, ImmutableList<? extends SchemaTreeEffectiveStatement<?>> path) Create a new instance based on anEffectiveModelContext
and a resolved sequence of statements. -
Uses of DefaultSchemaTreeInference in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util with parameters of type DefaultSchemaTreeInferenceModifier and TypeMethodDescriptionstatic @NonNull SchemaInferenceStack
SchemaInferenceStack.ofInference
(DefaultSchemaTreeInference inference) Create a new stack from anDefaultSchemaTreeInference
.