312313314315316317318319320321322
public void inspect() throws Exception { PartitionViewer viewer = new PartitionViewer( this, searchEngine ); viewer.execute(); } //////////////////// // public abstract methods
307308309310311312313314315316317