|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Interval | |
---|---|
anonymizer | |
mondrian |
Uses of Interval in anonymizer |
---|
Fields in anonymizer with type parameters of type Interval | |
---|---|
private java.util.LinkedList<Interval> |
QIDAttribute.leafIntervals
List of leaf intervals in the VGH |
Methods in anonymizer that return Interval | |
---|---|
Interval[] |
Interval.splitInclusive(double value)
Splits this interval into two new intervals such that all values <= to the parameter value reside in the first interval and > the parameter value reside in the second interval (e.g., given (3:5] to be split at 4, the result would be (3:4] and (4:5]). |
Methods in anonymizer with parameters of type Interval | |
---|---|
boolean |
Interval.contains(Interval that)
Checks whether one interval contains within itself another interval |
Uses of Interval in mondrian |
---|
Methods in mondrian with parameters of type Interval | |
---|---|
private void |
Mondrian.updateEIDs(long oldEID,
long newEID,
Interval range,
int index)
Updates the EIDs of equivalences with EID = oldEID to newEID if the predicate indicated by the interval is satisfied on the qi-attribute at the specified index |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |