Class NewFilter

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

    public class NewFilter
    extends Filter
    • 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
      • updatedDoInBackground

        public void updatedDoInBackground​(Parameter parameter)
      • updatedDone

        public void updatedDone()
      • 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