Uses of Class
org.opendaylight.yangtools.yang.model.spi.DefaultSchemaTreeInference
Packages that use DefaultSchemaTreeInference
Package
Description
Various base classes for implementing YANG model constructs..
-
Uses of DefaultSchemaTreeInference in org.opendaylight.yangtools.yang.model.spi
Methods in org.opendaylight.yangtools.yang.model.spi that return DefaultSchemaTreeInferenceModifier and TypeMethodDescriptionstatic DefaultSchemaTreeInferenceDefaultSchemaTreeInference.of(EffectiveModelContext modelContext, SchemaNodeIdentifier.Absolute path) Create a new instance based on anEffectiveModelContextand anSchemaNodeIdentifier.Absoluteschema node identifier.static DefaultSchemaTreeInferenceDefaultSchemaTreeInference.unsafeOf(EffectiveModelContext modelContext, com.google.common.collect.ImmutableList<? extends SchemaTreeEffectiveStatement<?>> path) Create a new instance based on anEffectiveModelContextand a resolved sequence of statements.