Trees | Index | Help |
|
---|
Package subjectdata :: Module SSheetState :: Class SSheetState |
|
Method Summary | |
---|---|
__init__(self)
| |
SSheetState
|
Returns an exact copy of this object |
bool |
Returns true if this object equals obj |
Return True if this SSheetState contains cellCoord | |
Remove the cell coordinate, if it already exists | |
Accessors | |
Set the value of the specified coordinate. | |
Set the formula of the specified coordinate. | |
Set the ast of the specified coordinate. | |
list of CellCoord
|
Return a list of cell coordinates that this SSheetState contains. |
CellValue
|
Return the cell value of the specified coordinate. |
string |
Return the formula of the specified coordinate. |
ASTNode
|
Return the abstract syntax tree of the specified coordinate. |
Method Details |
---|
setCellAST(self, cellCoord, ast)Set the ast of the specified coordinate. |
setCellFormula(self, cellCoord, formula)Set the formula of the specified coordinate.
|
setCellValue(self, cellCoord, value)Set the value of the specified coordinate. |
getCellAST(self, cellCoord)Return the abstract syntax tree of the specified coordinate. Return None if the coordinate does not exists in this SSheetState. |
getCellFormula(self, cellCoord)Return the formula of the specified coordinate. Return the empty string if the coordinate does not exists in this SSheetState
|
getCellValue(self, cellCoord)Return the cell value of the specified coordinate. Return the empty cell value if the coordinate does not exists in this SSheetState. |
getCoords(self)Return a list of cell coordinates that this SSheetState contains.
|
clone(self)Returns an exact copy of this object
|
equals(self, obj)Returns true if this object equals obj
|
hasCell(self, cellCoord)Return True if this SSheetState contains cellCoord
|
removeCell(self, cellCoord)Remove the cell coordinate, if it already exists
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 26 22:55:23 2004 | http://epydoc.sf.net |