Uses of Interface
org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Packages that use ModuleLike Package Description org.opendaylight.yangtools.plugin.generator.api API exposed by generator plugins, i.e.org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.parser.rfc7950.stmt Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950. -
-
Uses of ModuleLike in org.opendaylight.yangtools.plugin.generator.api
Methods in org.opendaylight.yangtools.plugin.generator.api with parameters of type ModuleLike Modifier and Type Method Description Optional<String>
ModuleResourceResolver. findModuleResourcePath(ModuleLike module, Class<? extends SchemaSourceRepresentation> representation)
Find the path of the packaged resource which corresponds to the specified module in the specified representation.default Optional<String>
ModuleResourceResolver. findModuleYangTextResourcePath(ModuleLike module)
-
Uses of ModuleLike in org.opendaylight.yangtools.yang.model.api
Subinterfaces of ModuleLike 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
Submodule
This interface contains the methods for getting the data from the YANG submodule. -
Uses of ModuleLike in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement ModuleLike Modifier and Type Class Description class
AbstractEffectiveModule<D extends DeclaredStatement<UnresolvedQName.Unqualified>,E extends DataTreeAwareEffectiveStatement<UnresolvedQName.Unqualified,D>>
-