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 protectedCroppedPartition(int index, 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) 
 -