com.googlecode.javaewah.symmetric
Interface BitmapSymmetricAlgorithm

All Known Implementing Classes:
RunningBitmapMerge

public interface BitmapSymmetricAlgorithm

Generic interface to compute symmetric Boolean functions.

Since:
0.8.0
Author:
Daniel Lemire
See Also:
http://en.wikipedia.org/wiki/Symmetric_Boolean_function

Method Summary
 void symmetric(UpdateableBitmapFunction f, BitmapStorage out, EWAHCompressedBitmap... set)
          Compute a Boolean symmetric query.
 

Method Detail

symmetric

void symmetric(UpdateableBitmapFunction f,
               BitmapStorage out,
               EWAHCompressedBitmap... set)
Compute a Boolean symmetric query.

Parameters:
f - symmetric boolean function to be processed
out - the result of the query
set - the inputs


Copyright © 2014. All Rights Reserved.