Uses of Class
org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference
-
Packages that use AbstractEffectiveStatementInference Package Description org.opendaylight.yangtools.yang.model.spi org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api. -
-
Uses of AbstractEffectiveStatementInference in org.opendaylight.yangtools.yang.model.spi
Subclasses of AbstractEffectiveStatementInference in org.opendaylight.yangtools.yang.model.spi Modifier and Type Class Description static class
AbstractEffectiveStatementInference.WithPath<T extends EffectiveStatement<?,?>>
A simple capture of anAbstractEffectiveStatementInference
and a list ofEffectiveStatement
s.class
DefaultSchemaTreeInference
Default implementation of a aSchemaTreeInference
. -
Uses of AbstractEffectiveStatementInference in org.opendaylight.yangtools.yang.model.util
Subclasses of AbstractEffectiveStatementInference in org.opendaylight.yangtools.yang.model.util Modifier and Type Class Description static class
SchemaInferenceStack.Inference
Semantic binding ofEffectiveStatementInference
produced bySchemaInferenceStack
.
-