Spreadsheet Toolkit
A B C D E F G H I J L M N O P R S T U V W X Y Z

O

object_to_byteA_zip(Object) - Static method in class corpus.fileIO.FileIO
 
object_to_byteA(Object) - Static method in class corpus.fileIO.FileIO
 
OCCUPANCY - Static variable in class corpus.analyser.Analyser
Counts how many times each cell is occupied.
OccupancyAnalyser - class corpus.analyser.OccupancyAnalyser.
This class is responsible for reading in a bunch of spreadsheets, using the extractor to get the data out, doing some processing on them, and then passing the information onto Doodler.
OccupancyAnalyser(String, int) - Constructor for class corpus.analyser.OccupancyAnalyser
 
occupancyGrid(WorkBook) - Static method in class corpus.excel.WorkBook
Counts the number of times each cell is occupied in the worksheet grids and returns the result in a Grid of Integers.
occupiedCells() - Method in class corpus.excel.WorkSheet
Finds the number of occupied cells.
occupiedCells() - Method in class corpus.excel.WorkBook
Report number of occupied cells in each worksheet
openURLlist(String) - Static method in class corpus.fileIO.FileIO
 
Operator - class corpus.excel.Operator.
Used to store the internal representation of a Operator.
Operator(String) - Constructor for class corpus.excel.Operator
 
OperatorParser - class corpus.excel.parser.OperatorParser.
A parser for a formula component.
OperatorParser() - Constructor for class corpus.excel.parser.OperatorParser
 
optionDialog(JFrame, Object[], String, String) - Static method in class corpus.fileIO.FileIO
 
optionDialogTrueFalse(JFrame, String, String, String, String) - Static method in class corpus.fileIO.FileIO
boolean result = FileIO.optionDialogTrueFalse(null, "Dialog title", "Dialog Message", "Return False option","Return True option");
orphanCells() - Method in class corpus.excel.WorkSheet
Returns the number of cells in the worksheet with no incoming or outgoing references
orphanCount() - Method in class corpus.excel.WorkBook
Report number of orphans at each worksheet
OTHER_PATTERN - Static variable in class corpus.excel.parser.OperatorParser
 
outDegree() - Method in class corpus.excel.WorkSheet
Referencing out degree for each cell.
outputpath - Variable in class corpus.gobbler.Gobbler
Where are the output URL's stored.

Spreadsheet Toolkit
A B C D E F G H I J L M N O P R S T U V W X Y Z
Project Home Page