Add yang.model.api.EffectiveStatementInference
Activity
Show:
Done
Details
Details
Assignee
Robert Varga
Robert VargaReporter
Robert Varga
Robert VargaLabels
Fix versions
Priority
Created February 12, 2021 at 1:06 PM
Updated February 6, 2025 at 2:13 PM
Resolved February 12, 2021 at 6:49 PM
A number of places need to exchange a stack of EffectiveStatements as a means to maintain cohesiveness within a single logical operation on top of an EffectiveModelContext. While the details and semantics of exchange can vary, we need an overarching construct, the basis of which is:
associated EffectiveModelContext
an ordered sequalve of EffectiveStatements
Introduce EffectiveStatementInference as such a capture and integrate it with SchemaInferenceStack, providing a simple means of exchanging SchemaInferenceStack state.