Uses of Interface
org.opendaylight.yangtools.yang.model.api.SchemaContext
Packages that use SchemaContext
Package
Description
YANG metamodel extensions to support metadata, as defined in
RFC7952.
Definition of structures and DOM like API of effected YANG schema.
Utility classes and implementations for concepts defined in yang-model-api.
Contains the implementation of the parser reactor
CrossSourceStatementReactor
.-
Uses of SchemaContext in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of SchemaContext in org.opendaylight.yangtools.rfc7952.model.apiModifier and TypeInterfaceDescriptioninterface
ASchemaContext
which is alsoAnnotationSchemaNodeAware
.Methods in org.opendaylight.yangtools.rfc7952.model.api with parameters of type SchemaContextModifier and TypeMethodDescriptionstatic @NonNull Optional<AnnotationSchemaNode>
AnnotationSchemaNode.find
(SchemaContext context, QName qname) Find specified annotation if it is supported by the specified SchemaContext.static @NonNull Map<QName,
AnnotationSchemaNode> AnnotationSchemaNode.findAll
(SchemaContext context) Find all annotations supported by a SchemaContext. -
Uses of SchemaContext in org.opendaylight.yangtools.yang.model.api
Subinterfaces of SchemaContext in org.opendaylight.yangtools.yang.model.apiModifier and TypeInterfaceDescriptioninterface
EffectiveStatement
-based result of YANG parser compilation.Methods in org.opendaylight.yangtools.yang.model.api with parameters of type SchemaContextModifier and TypeMethodDescriptionvoid
SchemaContextListener.onGlobalContextUpdated
(SchemaContext context) The global schema context is being updated. -
Uses of SchemaContext in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement SchemaContextModifier and TypeClassDescriptionclass
class
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. -
Uses of SchemaContext in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement SchemaContextMethods in org.opendaylight.yangtools.yang.model.util with parameters of type SchemaContextModifier and TypeMethodDescriptionstatic Set<SourceIdentifier>
SchemaContextUtil.getConstituentModuleIdentifiers
(SchemaContext context) Extract the identifiers of all modules and submodules which were used to create a particular SchemaContext.Constructors in org.opendaylight.yangtools.yang.model.util with parameters of type SchemaContextModifierConstructorDescriptionFilteringSchemaContextProxy
(SchemaContext delegate, Collection<FilteringSchemaContextProxy.ModuleId> rootModules, Set<FilteringSchemaContextProxy.ModuleId> additionalModuleIds) Filters SchemaContext for yang modules. -
Uses of SchemaContext in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement SchemaContext