|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.math.AbstractFormulaParser
public abstract class AbstractFormulaParser extends java.lang.Object implements java.io.Serializable
This class contains the nodes needed by formula and logical parsers.
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractFormulaParser.AbstractNode
Abstract node interface |
| Modifier and Type | Field and Description |
|---|---|
protected DataModel |
dataModel
Data model |
protected java.util.Hashtable<java.lang.String,AbstractFormulaParser.AbstractNode> |
nodeHash
Hash of pre created nodes, so that it would be possible to call node by name when needed. |
| Constructor and Description |
|---|
AbstractFormulaParser()
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispose()
Disposes the resources used by the class |
DataModel |
getDataModel()
Gets the dataModel object |
void |
setDataModel(DataModel dataModel)
Sets the dataModel object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Hashtable<java.lang.String,AbstractFormulaParser.AbstractNode> nodeHash
protected DataModel dataModel
| Constructor Detail |
|---|
public AbstractFormulaParser()
| Method Detail |
|---|
public abstract void dispose()
public DataModel getDataModel()
public void setDataModel(DataModel dataModel)
dataModel - the dataModel object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||