Package | Description |
---|---|
org.processmining.logprojection.filters | |
org.processmining.logprojection.plugins.dottedchart | |
org.processmining.logprojection.plugins.dottedchart.filtering |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventFilter
equality of AbstractEventFilters is based on the attribute they refer to and
nothing more.
|
class |
BooleanAttributeFilter |
class |
ContinuousRangeAttributeFilter |
class |
DiscreteRangeAttributeFilter |
class |
LiteralAttributeFilter |
class |
TraceFilter |
static class |
TraceFilter.Any |
static class |
TraceFilter.First |
static class |
TraceFilter.Last |
Modifier and Type | Field and Description |
---|---|
protected EventFilter |
TraceFilter.eventFilter |
Constructor and Description |
---|
Any(EventFilter eventFilter) |
First(EventFilter eventFilter) |
Last(EventFilter eventFilter) |
Modifier and Type | Method and Description |
---|---|
void |
DottedChart.addEventFilter(EventFilter eventFilter,
boolean signalChange) |
void |
DottedChart.removeEventFilter(EventFilter eventFilter,
boolean signalChange) |
Modifier and Type | Method and Description |
---|---|
protected EventFilter |
ContinuousAttributeFilterPanel.getEventFilter(Attribute a,
double[] selectedValue) |
protected EventFilter |
BooleanAttributeFilterPanel.getEventFilter(Attribute a,
int[] selectedIndices) |
protected EventFilter |
LiteralAttributeFilterPanel.getEventFilter(Attribute a,
int[] selectedIndices) |
protected EventFilter |
AbsoluteTimestampAttributeFilterPanel.getEventFilter(Attribute a,
long[] selectedValue) |
protected EventFilter |
DiscreteAttributeFilterPanel.getEventFilter(Attribute a,
long[] selectedValue) |
protected EventFilter |
RelativeTimestampAttributeFilterPanel.getEventFilter(Attribute a,
long[] selectedValue) |
protected abstract EventFilter |
AbstractAttributeFilterPanel.getEventFilter(Attribute a,
V selectedValue) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EventFilter> |
AbstractAttributeFilterPanel.getFiltersToAdd() |
java.util.List<EventFilter> |
AttributeFilterPanel.getFiltersToAdd()
After closing, the filters to add will be retrieved through this method
|
java.util.List<EventFilter> |
AbstractAttributeFilterPanel.getFiltersToRemove() |
java.util.List<EventFilter> |
AttributeFilterPanel.getFiltersToRemove()
After closing, the filters to remove will be retrieved through this
method
|