Interface EffectiveModelContext
-
- All Superinterfaces:
ActionNodeContainer
,AddedByUsesAware
,AugmentationTarget
,ContainerSchemaNode
,CopyableNode
,DataNodeContainer
,DataSchemaNode
,DocumentedNode
,DocumentedNode.WithStatus
,Immutable
,MustConstraintAware
,MutationBehaviour<Immutable>
,NotificationNodeContainer
,SchemaContext
,SchemaNode
,WhenConditionAware
- All Known Implementing Classes:
EffectiveSchemaContext
@Beta public interface EffectiveModelContext extends SchemaContext
EffectiveStatement
-based result of YANG parser compilation. Unlike a SchemaContext, which it extends, it gives access to individualModuleEffectiveStatement
s that comprise it.- Author:
- Robert Varga
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
-
Field Summary
-
Fields inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaContext
NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<QNameModule,ModuleEffectiveStatement>
getModuleStatements()
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
findDataChildByName, findDataChildByName, findDataTreeChild, findDataTreeChild, getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getUnknownSchemaNodes
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
getNotifications
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaContext
findAction, findDataTreeChild, findModule, findModule, findModule, findModule, findModule, findModule, findModule, findModules, findModules, findNotification, getActions, getAvailableAugmentations, getDataDefinitions, getDerivedIdentities, getDescription, getExtensions, getModules, getMustConstraints, getOperations, getPath, getQName, getReference, getStatus, getUses, getWhenCondition, isAddedByUses, isAugmenting, isConfiguration, isPresenceContainer
-
-
-
-
Method Detail
-
getModuleStatements
Map<QNameModule,ModuleEffectiveStatement> getModuleStatements()
-
-