Interface IBlockingModule
-
- All Known Implementing Classes:
EuclideanBlockingModule,GeoBlockingModule,HR3Blocker,VariableGranularityBlocker
public interface IBlockingModule- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayList<ArrayList<Integer>>getAllBlockIds(Instance a)ArrayList<ArrayList<Integer>>getAllSourceIds(Instance a, String properties)ArrayList<Integer>getBlockId(Instance a)ArrayList<ArrayList<Integer>>getBlocksToCompare(ArrayList<Integer> blockId)
-