Class BinaryGraphFilterOperation

    • Method Detail

      • getLeftFilter

        public final GraphFilter getLeftFilter()
        Gets the filter object representing the left side of the operation.
        Returns:
        the left filter
      • getRightFilter

        public final GraphFilter getRightFilter()
        Gets the filter object representing the right side of the operation.
        Returns:
        the right filter
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isBinaryOperation

        public final boolean isBinaryOperation()
        Description copied from class: GraphFilter
        Checks if this GraphFilter object represents is binary operation.
        Overrides:
        isBinaryOperation in class GraphFilter
        Returns:
        true, if this GraphFilter object represents is binary operation
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class GraphFilter