public interface ColumnAbstraction<E> extends Abstraction<E>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<E> |
getAllGEQThreshold() |
java.util.Collection<E> |
getAllLessThanThreshold() |
double[] |
getColumn() |
double |
getThreshold() |
double |
getValue(E index) |
double |
getValue(int index) |
boolean |
holds(E index) |
boolean |
holds(int index) |
getEventClass, getEventClasses, getIndex
java.util.Collection<E> getAllGEQThreshold()
java.util.Collection<E> getAllLessThanThreshold()
double[] getColumn()
double getThreshold()
double getValue(E index)
double getValue(int index)
boolean holds(E index)
boolean holds(int index)