Package org.openrefine.runners.local.pll
Class RecordPLL.RecordPartition
- java.lang.Object
-
- org.openrefine.runners.local.pll.RecordPLL.RecordPartition
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RecordPartition(int index, List<Row> additionalRows, 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)
-
-
-
Method Detail
-
getIndex
public int getIndex()
Description copied from interface:Partition
Returns the index of this partition in the underlying PLL
-
-