Class ApproximateNode<T>

    • Constructor Detail

      • ApproximateNode

        public ApproximateNode​(AttributeType attributeType,
                               Value value)
        Creates a new ApproximateNode object.
        Parameters:
        attributeType - the attribute type
        value - the value to test for
      • ApproximateNode

        public ApproximateNode​(String attribute,
                               String value)
        Creates a new ApproximateNode object.
        Parameters:
        attribute - the attribute name
        value - the value to test for
      • ApproximateNode

        public ApproximateNode​(String attribute,
                               byte[] value)
        Creates a new ApproximateNode object.
        Parameters:
        attribute - the attribute name
        value - the value to test for