Package com.macrofocus.molap.subset
Interface OrdinalDimension<Row,C,V>
-
- All Superinterfaces:
Dimension<Row>
- All Known Implementing Classes:
DefaultOrdinalDimension
public interface OrdinalDimension<Row,C,V> extends Dimension<Row>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
filterRange(V from, V to)
V
getFrom()
V
getTo()
V
getValue(Row row)
boolean
isActive()
-
Methods inherited from interface com.macrofocus.molap.subset.Dimension
addDimensionListener, addWeakDimensionListener, filterAll, getActiveIndices, getName, isReducable, markDirty, materializeIndex, reduce, removeDimensionListener, removeDimensionListeners, setUpdateTimer
-
-