Uses of Interface
org.opendaylight.yangtools.yang.model.api.AugmentationTarget
-
Packages that use AugmentationTarget Package Description org.opendaylight.yangtools.rfc7952.model.api YANG metamodel extensions to support metadata, as defined in RFC7952.org.opendaylight.yangtools.yang.data.util 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.model.spi org.opendaylight.yangtools.yang.model.spi.meta org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api.org.opendaylight.yangtools.yang.parser.stmt.reactor Contains the implementation of the parser reactorCrossSourceStatementReactor
. -
-
Uses of AugmentationTarget in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of AugmentationTarget in org.opendaylight.yangtools.rfc7952.model.api Modifier and Type Interface Description interface
AnnotationSchemaNodeAwareSchemaContext
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of AugmentationTarget in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement AugmentationTarget Modifier and Type Class Description class
OperationAsContainer
-
Uses of AugmentationTarget in org.opendaylight.yangtools.yang.model.api
Subinterfaces of AugmentationTarget in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
CaseSchemaNode
The CaseSchemaNode interface is used to define branches of the ChoiceSchemaNode.interface
ChoiceSchemaNode
A ChoiceSchemaNode defines a set of alternatives.interface
ContainerLike
Common interface for common container-like constructs.interface
ContainerSchemaNode
The ContainerSchemaNode is used to define an interior data node in the schema tree.interface
EffectiveModelContext
EffectiveStatement
-based result of YANG parser compilation.interface
InputSchemaNode
interface
ListSchemaNode
Interface describing YANG 'list' statement.interface
NotificationDefinition
Interface describing YANG 'notification' statement.interface
OutputSchemaNode
interface
SchemaContext
The interface represents static view of compiled yang files, contains the methods for obtaining all the top level context data (data from all modules) like YANG notifications, extensions, operations... -
Uses of AugmentationTarget in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement AugmentationTarget Modifier and Type Class Description class
ChoiceEffectiveStatementImpl
class
ContainerEffectiveStatementImpl
class
DeclaredCaseEffectiveStatement
class
DeclaredInputEffectiveStatement
class
DeclaredOutputEffectiveStatement
class
NotificationEffectiveStatementImpl
class
UndeclaredCaseEffectiveStatement
class
UndeclaredInputEffectiveStatement
class
UndeclaredOutputEffectiveStatement
-
Uses of AugmentationTarget in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement AugmentationTarget Modifier and Type Class Description class
AbstractSchemaContext
class
SimpleSchemaContext
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. -
Uses of AugmentationTarget in org.opendaylight.yangtools.yang.model.spi.meta
Subinterfaces of AugmentationTarget in org.opendaylight.yangtools.yang.model.spi.meta Modifier and Type Interface Description static interface
EffectiveStatementMixins.AugmentationTargetMixin<A,D extends DeclaredStatement<A>>
Bridge betweenEffectiveStatement
andAugmentationTarget
.static interface
EffectiveStatementMixins.OperationContainerMixin<D extends DeclaredStatement<QName>>
Helper bridge for operation containers (input
andoutput
). -
Uses of AugmentationTarget in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement AugmentationTarget Modifier and Type Class Description class
FilteringSchemaContextProxy
-
Uses of AugmentationTarget in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement AugmentationTarget Modifier and Type Class Description class
EffectiveSchemaContext
-