E
- public interface MatrixAbstraction<E> extends Abstraction<E>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<E> |
getAllGeqForColumn(E e) |
java.util.Collection<E> |
getAllGeqForColumn(int col) |
java.util.Collection<E> |
getAllGeqForColumns(java.util.Collection<E> e) |
java.util.Collection<E> |
getAllGeqForColumns(int[] cols) |
java.util.Collection<E> |
getAllGeqForRow(E e) |
java.util.Collection<E> |
getAllGeqForRow(int row) |
java.util.Collection<E> |
getAllGeqForRows(java.util.Collection<E> e) |
java.util.Collection<E> |
getAllGeqForRows(int[] rows) |
java.util.Collection<org.processmining.framework.util.Pair<E,E>> |
getAllGEQThreshold() |
int[] |
getAllIndicesGeqForColumn(int column) |
int[] |
getAllIndicesGeqForRow(int row) |
java.util.Collection<org.processmining.framework.util.Pair<E,E>> |
getAllLessThanThreshold() |
double[][] |
getMatrix() |
int |
getNumberOfColumns() |
int |
getNumberOfRows() |
double[] |
getRow(int row) |
double |
getThreshold() |
double |
getValue(E row,
E col) |
double |
getValue(int row,
int col) |
boolean |
holds(E r,
E c) |
boolean |
holds(int r,
int c) |
getEventClass, getEventClasses, getIndex
java.util.Collection<E> getAllGeqForColumn(int col)
java.util.Collection<E> getAllGeqForColumns(int[] cols)
java.util.Collection<E> getAllGeqForRow(int row)
java.util.Collection<E> getAllGeqForRows(int[] rows)
java.util.Collection<org.processmining.framework.util.Pair<E,E>> getAllGEQThreshold()
int[] getAllIndicesGeqForRow(int row)
int[] getAllIndicesGeqForColumn(int column)
java.util.Collection<org.processmining.framework.util.Pair<E,E>> getAllLessThanThreshold()
double[][] getMatrix()
int getNumberOfColumns()
int getNumberOfRows()
double[] getRow(int row)
double getThreshold()
double getValue(int row, int col)
boolean holds(int r, int c)