Uses of Class
org.opendaylight.yangtools.yang.model.spi.DefaultSchemaTreeInference
-
Packages that use DefaultSchemaTreeInference Package Description 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 DefaultSchemaTreeInference in org.opendaylight.yangtools.yang.model.spi
Methods in org.opendaylight.yangtools.yang.model.spi that return DefaultSchemaTreeInference Modifier and Type Method Description static 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 DefaultSchemaTreeInference Modifier and Type Method Description static @NonNull SchemaInferenceStack
SchemaInferenceStack. ofInference(DefaultSchemaTreeInference inference)
Create a new stack from anDefaultSchemaTreeInference
.
-