Class AbstractSingleRowAttributeLoader<T>
Object
AbstractAttributeLoader<T>
AbstractSingleRowAttributeLoader<T>
- All Implemented Interfaces:
AttributeLoader<T>
,RowAttributeLoader<T>
,SingleRowAttributeLoader<T>
public abstract class AbstractSingleRowAttributeLoader<T>
extends AbstractAttributeLoader<T>
implements SingleRowAttributeLoader<T>
-
Field Summary
Fields inherited from class AbstractAttributeLoader
mySpec
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAttributeLoader
getAttributeSpec, toString
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface AttributeLoader
getAttributeDependencies, getAttributeSpec, getCachingStrategy, getContextDependencies, getGlobalTrail
Methods inherited from interface RowAttributeLoader
isWholeForestDependent, preload
Methods inherited from interface SingleRowAttributeLoader
loadValue
-
Constructor Details
-
AbstractSingleRowAttributeLoader
-