Interface ModuleEffectiveStatement
-
- All Superinterfaces:
DataTreeAwareEffectiveStatement<String,ModuleStatement>
,EffectiveStatement<String,ModuleStatement>
,ModelStatement<String>
,SchemaTreeAwareEffectiveStatement<String,ModuleStatement>
@Beta public interface ModuleEffectiveStatement extends DataTreeAwareEffectiveStatement<String,ModuleStatement>
Effective view of aModuleStatement
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ModuleEffectiveStatement.NameToEffectiveSubmoduleNamespace
Namespace mapping all included submodules.static class
ModuleEffectiveStatement.PrefixToEffectiveModuleNamespace
Namespace mapping all known prefixes in a module to their modules.static class
ModuleEffectiveStatement.QNameModuleToPrefixNamespace
Namespace mapping all knownQNameModule
s to their encoding prefixes.-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
DataTreeAwareEffectiveStatement.Namespace<T extends DataTreeEffectiveStatement<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull QNameModule
localQNameModule()
Get the local QNameModule of this module.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
findDataTreeNode
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
effectiveSubstatements, findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, get, getAll, getDeclared, streamEffectiveSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource, statementDefinition
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
findSchemaTreeNode
-
-
-
-
Method Detail
-
localQNameModule
@NonNull QNameModule localQNameModule()
Get the local QNameModule of this module. All implementations need to override this default method.- Returns:
- Local QNameModule
-
-