Uses of Interface
org.opendaylight.yangtools.yang.model.api.ModuleLike
Packages that use ModuleLike
Package
Description
API exposed by generator plugins, i.e.
Definition of structures and DOM like API of effected YANG schema.
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 ModuleLikeModifier and TypeMethodDescriptionModuleResourceResolver.findModuleResourcePath
(ModuleLike module, Class<? extends SchemaSourceRepresentation> representation) Find the path of the packaged resource which corresponds to the specified module in the specified representation.ModuleResourceResolver.findModuleYangTextResourcePath
(ModuleLike module) -
Uses of ModuleLike in org.opendaylight.yangtools.yang.model.api
Subinterfaces of ModuleLike in org.opendaylight.yangtools.yang.model.api -
Uses of ModuleLike in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement ModuleLikeModifier and TypeClassDescriptionclass
AbstractEffectiveModule<D extends DeclaredStatement<UnresolvedQName.Unqualified>,
E extends DataTreeAwareEffectiveStatement<UnresolvedQName.Unqualified, D>>