Class TraceVariantAbstractGlobalAttributeFilter

    • Field Detail

      • NAME

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

        protected java.util.Map<java.util.List<java.lang.String>,​java.util.List<org.deckfour.xes.model.XTrace>> traces
      • selectedTraces

        protected java.util.Map<java.util.List<java.lang.String>,​java.util.List<org.deckfour.xes.model.XTrace>> selectedTraces
    • Constructor Detail

      • TraceVariantAbstractGlobalAttributeFilter

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

        public TraceVariantAbstractGlobalAttributeFilter​(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
      • select

        public abstract void select()
      • 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)
      • setSelectionType

        public void setSelectionType​(boolean doReset)