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 protectedRecordPartition(int index, List<Row> additionalRows, Partition parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Returns the index of this partition in the underlying PLLPartitiongetParent()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:PartitionReturns the index of this partition in the underlying PLL
-
-