public class LineageTracer
extends java.lang.Object
| Constructor and Description | 
|---|
| LineageTracer() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.IdentityHashMap<Tuple,java.lang.Double> | getCounts() | 
| java.util.Collection<Tuple> | getMembers(Tuple t) | 
| java.util.IdentityHashMap<Tuple,java.util.Collection<Tuple>> | getMembershipMap() | 
| Tuple | getRepresentative(Tuple t) | 
| java.util.IdentityHashMap<Tuple,java.lang.Double> | getWeightedCounts(float syntheticMultipler,
                 float omittableMultiplier) | 
| void | insert(Tuple t) | 
| void | union(Tuple t1,
     Tuple t2) | 
Copyright © 2007-2012 The Apache Software Foundation