Package org.opendaylight.yangtools.yang.model.api.source
@Export
package org.opendaylight.yangtools.yang.model.api.source
Base interfaces for identifying and source of YANG and YIN models. Two main entry points are
SourceIdentifier
, i.e. how a model source is knownSourceRepresentation
, i.e. its format
-
ClassDescriptionCommon interface expressing a dependency on a source, be it a
ModuleStatement
or aSubmoduleStatement
.A dependency created by aBelongsToStatement
.A dependency created by anImportStatement
.A dependency created by anIncludeStatement
.Base class of YANG Schema source identifiers.Common interface for schema source representations.A YANGSourceRepresentation
.YANG text schema source representation.A YINSourceRepresentation
.YIN text schema source representation.