Class DefaultSchemaTreeInference
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
-
- org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference<T>
-
- org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference.WithPath<SchemaTreeEffectiveStatement<?>>
-
- org.opendaylight.yangtools.yang.model.spi.DefaultSchemaTreeInference
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,EffectiveModelContextProvider
,EffectiveStatementInference
,SchemaTreeInference
@Beta @NonNullByDefault public final class DefaultSchemaTreeInference extends AbstractEffectiveStatementInference.WithPath<SchemaTreeEffectiveStatement<?>> implements SchemaTreeInference
Default implementation of a aSchemaTreeInference
. Guaranteed to be consistent with itsAbstractEffectiveModelContextProvider.getEffectiveModelContext()
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference
AbstractEffectiveStatementInference.WithPath<T extends EffectiveStatement<?,?>>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DefaultSchemaTreeInference
of(EffectiveModelContext modelContext, SchemaNodeIdentifier.Absolute path)
Create a new instance.-
Methods inherited from class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference.WithPath
addToStringAttributes, statementPath
-
Methods inherited from class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
getEffectiveModelContext, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
getEffectiveModelContext
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaTreeInference
statementPath, toSchemaNodeIdentifier
-
-
-
-
Method Detail
-
of
public static DefaultSchemaTreeInference of(EffectiveModelContext modelContext, SchemaNodeIdentifier.Absolute path)
Create a new instance.- Parameters:
modelContext
- AssociatedEffectiveModelContext
path
- An absolute schema node identifier- Returns:
- A new instance
-
-