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.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 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.util
Classes in org.opendaylight.yangtools.yang.model.util 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
-