Uses of Class
org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
Packages that use SchemaInferenceStack
Package
Description
Utility classes and implementations for concepts defined in yang-model-api.
-
Uses of SchemaInferenceStack in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util that return SchemaInferenceStackModifier and TypeMethodDescription@NonNull SchemaInferenceStack
DataSchemaContextTree.NodeAndStack.stack()
Returns the value of thestack
record component.Methods in org.opendaylight.yangtools.yang.data.util with parameters of type SchemaInferenceStackModifier and TypeMethodDescription@Nullable DataSchemaContext
DataSchemaContext.Composite.enterChild
(SchemaInferenceStack stack, QName child) Attempt to enter a childDataSchemaContext
towards theDataSchemaNode
child identified by specifieddata tree
QName
, adjusting providedstack
with inference steps corresponding to the transition to the returned node.@Nullable DataSchemaContext
DataSchemaContext.Composite.enterChild
(SchemaInferenceStack stack, YangInstanceIdentifier.PathArgument child) Attempt to enter a childDataSchemaContext
towards theDataSchemaNode
child identified by specifiedYangInstanceIdentifier.PathArgument
, adjusting providedstack
with inference steps corresponding to the transition to the returned node.Constructors in org.opendaylight.yangtools.yang.data.util with parameters of type SchemaInferenceStackModifierConstructorDescriptionNodeAndStack
(@NonNull DataSchemaContext node, @NonNull SchemaInferenceStack stack) Creates an instance of aNodeAndStack
record class. -
Uses of SchemaInferenceStack in org.opendaylight.yangtools.yang.data.util.impl.context
Methods in org.opendaylight.yangtools.yang.data.util.impl.context with parameters of type SchemaInferenceStackModifier and TypeMethodDescriptionfinal AbstractContext
AbstractCompositeContext.enterChild
(SchemaInferenceStack stack, QName qname) final AbstractContext
AbstractCompositeContext.enterChild
(SchemaInferenceStack stack, YangInstanceIdentifier.PathArgument arg) -
Uses of SchemaInferenceStack in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return SchemaInferenceStackModifier and TypeMethodDescription@NonNull SchemaInferenceStack
SchemaInferenceStack.copy()
Create a deep copy of this object.static @NonNull SchemaInferenceStack
SchemaInferenceStack.of
(EffectiveModelContext effectiveModel) Create a new empty stack backed by an effective model.static @NonNull SchemaInferenceStack
SchemaInferenceStack.of
(EffectiveModelContext effectiveModel, SchemaNodeIdentifier.Absolute path) Create a new stack backed by an effective model, pointing to specified schema node identified bySchemaNodeIdentifier.Absolute
.static @NonNull SchemaInferenceStack
SchemaInferenceStack.ofDataTreePath
(EffectiveModelContext effectiveModel, QName... path) Create a new stack backed by an effective model and set up to point and specified data tree node.static @NonNull SchemaInferenceStack
SchemaInferenceStack.ofInference
(EffectiveStatementInference inference) Create a new stack from anEffectiveStatementInference
.static @NonNull SchemaInferenceStack
SchemaInferenceStack.ofInference
(SchemaTreeInference inference) Create a new stack from anSchemaTreeInference
.static @NonNull SchemaInferenceStack
SchemaInferenceStack.ofInference
(DefaultSchemaTreeInference inference) Create a new stack from anDefaultSchemaTreeInference
.@NonNull SchemaInferenceStack
SchemaInferenceStack.Inference.toSchemaInferenceStack()
Convert this inference into aSchemaInferenceStack
.