Uses of Class
org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack.Inference
-
Packages that use SchemaInferenceStack.Inference Package Description org.opendaylight.yangtools.yang.data.util org.opendaylight.yangtools.yang.model.util 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.Inference Modifier and Type Method Description static @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.Inference Modifier and Type Method Description static @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.
-