Package org.openrefine.runners.local.pll
Class DropPartitionsPLL.PartitionLink
- java.lang.Object
-
- org.openrefine.runners.local.pll.DropPartitionsPLL.PartitionLink
-
- All Implemented Interfaces:
Partition
- Enclosing class:
- DropPartitionsPLL<T>
protected static class DropPartitionsPLL.PartitionLink extends Object implements Partition
-
-
Field Summary
Fields Modifier and Type Field Description protected intindexprotected PartitionoriginalPartition
-
Constructor Summary
Constructors Modifier Constructor Description protectedPartitionLink(int index, Partition originalPartition)
-
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)
-
-
-
Field Detail
-
index
protected final int index
-
originalPartition
protected final Partition originalPartition
-
-
Constructor Detail
-
PartitionLink
protected PartitionLink(int index, Partition originalPartition)
-
-
Method Detail
-
getIndex
public int getIndex()
Description copied from interface:PartitionReturns the index of this partition in the underlying PLL
-
-