Class EventOccurrencesGlobalAttributeFilter

    • Field Detail

      • NAME

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

      • EventOccurrencesGlobalAttributeFilter

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

        public EventOccurrencesGlobalAttributeFilter​(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
      • 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.
      • setAttributes

        public void setAttributes​(boolean doReset)
      • setAttributeValues

        public void setAttributeValues​(boolean doReset)
      • setSelectionType

        public void setSelectionType​(boolean doReset)