public abstract class SpreadsheetFunction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DefaultSpreadsheetEntry |
entry |
Constructor and Description |
---|
SpreadsheetFunction(DefaultSpreadsheetEntry ent)
Default constructor requires a SpreadsheetEntry
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
evaluate()
Returns the result of evaluation.
|
java.lang.String |
getStringRepresentation() |
void |
setParent(DefaultSpreadsheetEntry par) |
void |
setStringRepresentation(java.lang.String newstrrep) |
public DefaultSpreadsheetEntry entry
public SpreadsheetFunction(DefaultSpreadsheetEntry ent)
public java.lang.String getStringRepresentation()
public void setStringRepresentation(java.lang.String newstrrep)
public void setParent(DefaultSpreadsheetEntry par)
public abstract java.lang.Object evaluate()
Copyright © 2011, 2013. Daniel P. Dougherty