Uses of Interface
org.opendaylight.yangtools.yang.model.api.QNameModuleAware
-
Packages that use QNameModuleAware Package Description org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff org.opendaylight.yangtools.yang.parser.rfc7950.stmt Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950. -
-
Uses of QNameModuleAware in org.opendaylight.yangtools.yang.model.api
Subinterfaces of QNameModuleAware in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
Module
This interface contains the methods for getting the data from the YANG module.interface
ModuleLike
This interface contains common methods for getting the schema contents from a YANG module or submodule.interface
Submodule
This interface contains the methods for getting the data from the YANG submodule. -
Uses of QNameModuleAware in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement QNameModuleAware Modifier and Type Class Description class
AugmentEffectiveStatementImpl
-
Uses of QNameModuleAware in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement QNameModuleAware Modifier and Type Class Description class
AbstractEffectiveModule<D extends DeclaredStatement<UnqualifiedQName>,E extends DataTreeAwareEffectiveStatement<UnqualifiedQName,D>>
-