Class FilterIvMMoveAnd

    • Constructor Detail

      • FilterIvMMoveAnd

        public FilterIvMMoveAnd()
    • Method Detail

      • toString

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

        public IvMFilterTreeNode<IvMMove> buildFilter​(IvMFilterGui 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<IvMMove> getChildrenTargetClass()
      • setAttributesInfo

        public void setAttributesInfo​(org.processmining.plugins.inductiveminer2.attributes.AttributesInfo attributesInfo,
                                      IvMFilterGui gui)