Uses of Class
org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack.Inference
Packages that use SchemaInferenceStack.Inference
Package
Description
Utility classes and implementations for concepts defined in yang-model-api.
-
Uses of SchemaInferenceStack.Inference in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util with parameters of type SchemaInferenceStack.InferenceModifier and TypeMethodDescriptionstatic @NonNull NormalizedNodeStreamWriterStack
NormalizedNodeStreamWriterStack.of
(SchemaInferenceStack.Inference root) Create a new writer with the specified inference state as its root. -
Uses of SchemaInferenceStack.Inference in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return SchemaInferenceStack.InferenceModifier and TypeMethodDescriptionstatic @NonNull SchemaInferenceStack.Inference
SchemaInferenceStack.Inference.ofDataTreePath
(EffectiveModelContext effectiveModel, QName... qnames) Create a new stack backed by an effective model and set up to point and specified data tree node.@NonNull SchemaInferenceStack.Inference
SchemaInferenceStack.toInference()
Return anSchemaInferenceStack.Inference
equivalent of current state.