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 PartitionRepresents a partition in aPLL- Author:
 - Antonin Delpeuch
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract 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) 
 - 
 
- 
- 
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) 
 - 
 
 -