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