Package org.openrefine.runners.local.pll
Class OrderedJoinPLL.JoinPartition
- java.lang.Object
-
- org.openrefine.runners.local.pll.OrderedJoinPLL.JoinPartition
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JoinPartition(int index, Partition parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
Returns the index of this partition in the underlying PLLPartition
getParent()
Returns the partition of the parent PLL this is derived from (if any - otherwise null)
-
-
-
Field Detail
-
index
protected final int index
-
parent
protected final Partition parent
-
-
Constructor Detail
-
JoinPartition
protected JoinPartition(int index, Partition parent)
-
-
Method Detail
-
getIndex
public int getIndex()
Description copied from interface:Partition
Returns the index of this partition in the underlying PLL
-
-