Class TraceDateFilter

  • All Implemented Interfaces:
    java.lang.Comparable<Filter>

    public class TraceDateFilter
    extends Filter
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        The name of this filter.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TraceDateFilter

        public TraceDateFilter​(org.deckfour.xes.model.XLog log,
                               Parameters parameters,
                               ComputationCell cell)
      • TraceDateFilter

        public TraceDateFilter​(java.lang.String name,
                               org.deckfour.xes.model.XLog log,
                               Parameters parameters,
                               ComputationCell cell)
    • Method Detail

      • filter

        public org.deckfour.xes.model.XLog filter()
        Description copied from class: Filter
        Abstract method that filters the log using this filter and these parameters.
        Specified by:
        filter in class Filter
        Returns:
        The filtered log.
      • constructWidget

        public void constructWidget()
        Description copied from class: Filter
        Abstract method that constructs a JComponent to enable the user to change the parameters.
        Specified by:
        constructWidget in class Filter
      • getChartWidget

        public javax.swing.JComponent getChartWidget()
      • updated

        public void updated​(Parameter parameter)
        Description copied from class: Filter
        Abstract method that informs the filter that a parameter has been changed.
        Specified by:
        updated in class Filter
        Parameters:
        parameter - The parameter that has been changed.
      • isSuitable

        public boolean isSuitable()
        Specified by:
        isSuitable in class Filter
      • setSelectionType

        public void setSelectionType​(boolean doReset)