jas.job
Interface PageAccess


public interface PageAccess


Method Summary
 void delete()
           
 int getNPlots()
           
 PlotAccess getPlot(int index)
           
 void rename(java.lang.String newName)
           
 

Method Detail

delete

public void delete()

rename

public void rename(java.lang.String newName)
            throws NamedObject.RenameException

getNPlots

public int getNPlots()

getPlot

public PlotAccess getPlot(int index)