public abstract class AbstractForestIndependentAttributeLoader<T> extends AbstractAttributeLoader<T> implements AttributeLoader.ForestIndependent<T>
AttributeLoader.Aggregate<T>, AttributeLoader.AggregateContext<T>, AttributeLoader.Context, AttributeLoader.ForestIndependent<T>, AttributeLoader.Propagate<T>, AttributeLoader.PropagateContext<T>mySpec| Constructor and Description |
|---|
AbstractForestIndependentAttributeLoader(AttributeSpec<T> spec) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends AttributeSpec<?>> |
getAttributeDependencies() |
AttributeCachingStrategy |
getCachingStrategy() |
boolean |
isEveryItemTypeSupported() |
boolean |
isItemTypeSupported(String itemType) |
getAttributeSpecclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadValuegetAttributeSpecpublic AbstractForestIndependentAttributeLoader(AttributeSpec<T> spec)
public boolean isEveryItemTypeSupported()
isEveryItemTypeSupported in interface AttributeLoader<T>public boolean isItemTypeSupported(String itemType)
isItemTypeSupported in interface AttributeLoader<T>@NotNull public Set<? extends AttributeSpec<?>> getAttributeDependencies()
getAttributeDependencies in interface AttributeLoader<T>public AttributeCachingStrategy getCachingStrategy()
getCachingStrategy in interface AttributeLoader<T>Copyright © 2019 ALM Works. All Rights Reserved.