Class SimpleSchemaContext

java.lang.Object
org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
All Implemented Interfaces:
Immutable, AnnotationSchemaNodeAware, AnnotationSchemaNodeAwareSchemaContext, ActionNodeContainer, AddedByUsesAware, AugmentationTarget, ContainerLike, CopyableNode, DataNodeContainer, DataSchemaNode, DocumentedNode, DocumentedNode.WithStatus, MustConstraintAware, NotificationNodeContainer, SchemaContext, SchemaNode, WhenConditionAware
Direct Known Subclasses:
EffectiveSchemaContext

@Beta public class SimpleSchemaContext extends AbstractSchemaContext implements AnnotationSchemaNodeAwareSchemaContext
Simple subclass of AbstractSchemaContext which performs some amount of indexing to speed up common SchemaContext operations. This implementation assumes input modules are consistent and does not perform any extensive analysis to ensure the resulting object complies to SchemaContext interface.