Class FilterIvMMoveAttribute

    • Constructor Detail

      • FilterIvMMoveAttribute

        public FilterIvMMoveAttribute()
    • Method Detail

      • toString

        public java.lang.String toString​(AttributeFilterGui panel)
        Returns:
        a short description of the currently set-up filter (might be used in the tree view)
      • getExplanation

        public static void getExplanation​(AttributeFilterGui panel,
                                          java.lang.StringBuilder result,
                                          int indent)
      • buildFilter

        public IvMFilterTreeNode<IvMMove> buildFilter​(AttributeFilterGui panel)
        Description copied from interface: IvMFilterBuilder
        Creates a filter node without children. Note that this method may use the filter's gui to obtain settings, but must copy these in order to guarantee thread-safeness. The returned treeNode must not contain pointers to gui elements.
        Returns:
      • allowsChildren

        public boolean allowsChildren()
      • getTargetClass

        public java.lang.Class<IvMMove> getTargetClass()
      • getChildrenTargetClass

        public java.lang.Class<java.lang.Object> getChildrenTargetClass()
      • setAttributesInfo

        public void setAttributesInfo​(org.processmining.plugins.inductiveminer2.attributes.AttributesInfo attributesInfo,
                                      AttributeFilterGui panel)