Class TraceLogFilter

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

    public class TraceLogFilter
    extends Filter
    • Constructor Detail

      • TraceLogFilter

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

      • isSuitable

        public boolean isSuitable()
        Specified by:
        isSuitable in class Filter
      • 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
      • 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.
      • setSelectionType

        public void setSelectionType​(boolean doReset)