Class QueryTree
- java.lang.Object
-
- org.openrefine.runners.local.pll.util.QueryTree
-
public class QueryTree extends Object
Utility class to represent the query tree associated with a PLL.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
protected void
write(Writer writer, String prefix, boolean lastChild)
-