edu.unh.sdb.lattice
Class PartitionedSplitCellGroupGrid
java.lang.Object
  
edu.unh.sdb.lattice.CellGroupGrid
      
edu.unh.sdb.lattice.FileCellGroupGrid
          
edu.unh.sdb.lattice.SplitCellGroupGrid
              
edu.unh.sdb.lattice.PartitionedSplitCellGroupGrid
public class PartitionedSplitCellGroupGrid
- extends SplitCellGroupGrid
 
 
 
 
| 
Method Summary | 
protected  void | 
makeCellGroups()
 
            | 
 java.lang.String | 
toString()
 
          Return a String representing the object. | 
 java.lang.String | 
toString(java.lang.String indent)
 
          Return a String representing the object indented by the argument string. | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
PartitionedSplitCellGroupGrid
public PartitionedSplitCellGroupGrid(Partitioning partitioning,
                                     AxisOrdering ordering,
                                     java.lang.String basePointInfoFileName,
                                     java.lang.String baseVIndicesFileName,
                                     RecordSpec vIndicesRS,
                                     RecordSpec pointRS,
                                     RecordSpec dataRS)
makeCellGroups
protected void makeCellGroups()
- Overrides:
 makeCellGroups in class SplitCellGroupGrid
 
 
toString
public java.lang.String toString()
- Return a String representing the object.
- Overrides:
 toString in class SplitCellGroupGrid
 
 
 
toString
public java.lang.String toString(java.lang.String indent)
- Return a String representing the object indented by the argument string.
- Overrides:
 toString in class SplitCellGroupGrid