Package org.openrefine.runners.local.pll
Class CroppedPLL.CroppedPartition
- java.lang.Object
-
- org.openrefine.runners.local.pll.CroppedPLL.CroppedPartition
-
- All Implemented Interfaces:
Partition
- Enclosing class:
- CroppedPLL<T>
protected static class CroppedPLL.CroppedPartition extends Object implements Partition
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CroppedPartition(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)
-