Class EventGlobalAttributeFilter

    • Field Detail

      • NAME

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

      • EventGlobalAttributeFilter

        public EventGlobalAttributeFilter​(org.deckfour.xes.model.XLog log,
                                          Parameters parameters,
                                          ComputationCell cell)
        Construct a start event filter for the given log and the given parameters. If required parameters are set to null, they will be properly initialized using default values.
        Parameters:
        log - The log to filter.
        parameters - The parameters to use while filtering.
      • EventGlobalAttributeFilter

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

      • isSuitable

        public boolean isSuitable()
        This filter is suitable if the log contains global event attributes and at least one event.
        Specified by:
        isSuitable in class Filter
      • filter

        public org.deckfour.xes.model.XLog filter()
        Filter the set log on the events using the set parameters.
        Specified by:
        filter in class Filter
        Returns:
        The filtered log.
      • constructWidget

        public void constructWidget()
        Construct a widget for changing the required parameters.
        Specified by:
        constructWidget in class Filter
      • getChartWidget

        public javax.swing.JComponent getChartWidget()
      • updated

        public void updated​(Parameter parameter)
        Handle if a parameter values was 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)