Package org.openrefine.runners.local.pll
Class UnionPLL.UnionPartition
- java.lang.Object
-
- org.openrefine.runners.local.pll.UnionPLL.UnionPartition
-
-
Field Summary
Fields Modifier and Type Field Description protected int
index
protected Partition
parent
protected int
parentIndex
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnionPartition(int index, int parentIndex, 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)
-
-
-
Field Detail
-
index
protected final int index
-
parentIndex
protected final int parentIndex
-
parent
protected final Partition parent
-
-
Constructor Detail
-
UnionPartition
protected UnionPartition(int index, int parentIndex, Partition parent)
-
-
Method Detail
-
getIndex
public int getIndex()
Description copied from interface:Partition
Returns the index of this partition in the underlying PLL
-
-