Package | Description |
---|---|
org.processmining.filterbook.cells | |
org.processmining.filterbook.filters | |
org.processmining.filterbook.parameters |
Modifier and Type | Method and Description |
---|---|
Filter |
ComputationCell.getSelectedFilter()
Gets the selected filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Filter> |
ComputationCell.getFilters()
Gets the list of filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputationCell.add(Filter selectedFilter)
Adds the selected filter to the list of filters.
|
void |
ComputationCell.setSelectedFilter(Filter selectedFilter)
Sets the selected filter to the given filter.
|
Modifier and Type | Method and Description |
---|---|
Filter |
FilterTemplate.createFilter(org.deckfour.xes.model.XLog log,
ComputationCell cell) |
Modifier and Type | Method and Description |
---|---|
int |
Filter.compareTo(Filter o) |
void |
Filter.setSelected(Filter filter) |
Modifier and Type | Method and Description |
---|---|
Filter |
Parameter.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
Parameter.setFilter(Filter filter) |
Constructor and Description |
---|
DateParameter(java.lang.String label,
Filter filter,
java.util.Date date) |
MultipleFromListParameter(java.lang.String label,
Filter filter,
java.util.List<T> selected,
java.util.List<T> options,
boolean useSortedOptions) |
NumberParameter(java.lang.String label,
Filter filter,
java.lang.Integer number,
java.lang.Integer low,
java.lang.Integer high) |
OneFromListParameter(java.lang.String label,
Filter filter,
T selected,
java.util.List<T> options,
boolean useSortedOptions) |
Parameter(java.lang.String label,
Filter filter) |
YesNoParameter(java.lang.String label,
Filter filter,
boolean selected) |