Uses of Interface
org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNodeAware
-
Packages that use AnnotationSchemaNodeAware Package Description org.opendaylight.yangtools.rfc7952.model.api YANG metamodel extensions to support metadata, as defined in RFC7952.org.opendaylight.yangtools.yang.model.spi org.opendaylight.yangtools.yang.parser.stmt.reactor Contains the implementation of the parser reactorCrossSourceStatementReactor
. -
-
Uses of AnnotationSchemaNodeAware in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of AnnotationSchemaNodeAware in org.opendaylight.yangtools.rfc7952.model.api Modifier and Type Interface Description interface
AnnotationSchemaNodeAwareSchemaContext
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of AnnotationSchemaNodeAware in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement AnnotationSchemaNodeAware Modifier and Type Class Description class
SimpleSchemaContext
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. -
Uses of AnnotationSchemaNodeAware in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement AnnotationSchemaNodeAware Modifier and Type Class Description class
EffectiveSchemaContext
-