Class AbstractEffectiveStatementInference.WithPath<T extends EffectiveStatement<?,?>>
java.lang.Object
org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference<T>
org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference.WithPath<T>
- Type Parameters:
T- constituentEffectiveStatementtype
- All Implemented Interfaces:
Immutable,EffectiveStatementInference
- Direct Known Subclasses:
DefaultSchemaTreeInference
- Enclosing class:
- AbstractEffectiveStatementInference<T extends EffectiveStatement<?,
?>>
@Beta
public abstract static class AbstractEffectiveStatementInference.WithPath<T extends EffectiveStatement<?,?>>
extends AbstractEffectiveStatementInference<T>
A simple capture of an
AbstractEffectiveStatementInference and a list of EffectiveStatements. No
further guarantees are made.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference
AbstractEffectiveStatementInference.WithPath<T extends EffectiveStatement<?,?>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWithPath(@NonNull EffectiveModelContext modelContext, @NonNull com.google.common.collect.ImmutableList<T> path) protectedWithPath(@NonNull EffectiveModelContext modelContext, @NonNull List<? extends T> path) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) Methods inherited from class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference
modelContext, toString
-
Constructor Details
-
WithPath
protected WithPath(@NonNull EffectiveModelContext modelContext, @NonNull com.google.common.collect.ImmutableList<T> path) -
WithPath
-
-
Method Details
-
statementPath
- Specified by:
statementPathin interfaceEffectiveStatementInference- Specified by:
statementPathin classAbstractEffectiveStatementInference<T extends EffectiveStatement<?,?>>
-
addToStringAttributes
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) - Overrides:
addToStringAttributesin classAbstractEffectiveStatementInference<T extends EffectiveStatement<?,?>>
-