All Superinterfaces:
org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider

@Beta public interface MountPointContext extends org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
A context of either an explicit (RFC8528 Schema Mount instance) or implicit (system root). It encapsulates a data EffectiveModelContext and information resident in schema-mounts within this hierarchy.

Note this interface should be part of yang-data-api, as it really defines how a NormalizedNode-containerized data operates w.r.t. mount points. Further evolution is expected.

  • Method Details