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 int
index
protected Partition
originalPartition
-
Constructor Summary
Constructors Modifier Constructor Description protected
PartitionLink(int index, Partition originalPartition)
-
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)
-
-
-
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:Partition
Returns the index of this partition in the underlying PLL
-
-