Uses of Class
util.UnionFind

Packages that use UnionFind
operator Specialized operators used in Felix. 
 

Uses of UnionFind in operator
 

Methods in operator with parameters of type UnionFind
 void COREFOperator.dumpAnswerToDBTable(mln.Predicate p, UnionFind<java.lang.Integer> clusters, java.util.ArrayList<java.lang.Integer> nodes)
          Dump answers to a database table (or create view for it).