Package org.openrefine.runners.local.pll
Interface Partition
-
- All Known Implementing Classes:
CroppedPLL.CroppedPartition
,DropPartitionsPLL.PartitionLink
,IndexedPLL.IndexedPartition
,InMemoryPLL.InMemoryPartition
,OrderedJoinPLL.JoinPartition
,RecordPLL.RecordPartition
,TextFilePLL.TextFilePartition
,UnionPLL.UnionPartition
public interface Partition
Represents a partition in aPLL
- Author:
- Antonin Delpeuch
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
getIndex
int getIndex()
Returns the index of this partition in the underlying PLL- Returns:
-
getParent
Partition getParent()
Returns the partition of the parent PLL this is derived from (if any - otherwise null)
-
-