|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.jome.model.processor.ProcessorImpl
fr.ove.openmath.jome.model.processor.DepthProcessor
A processor for the depth of the formula.
| Field Summary |
| Fields inherited from class fr.ove.openmath.jome.model.processor.ProcessorImpl |
COMPUTE, COMPUTE_AND_ICONIFY, RECURSIVE_ICONIFICATION, SIMPLE_ICONIFICATION |
| Constructor Summary | |
DepthProcessor(Formula formula)
The constructor. |
|
| Method Summary | |
void |
doProcess()
Does processing. |
int |
getDepthLevel()
Returns the depth level form which the processing will be considering. |
int |
getMaxDepthValue()
Returns the max depth value of the formula |
static void |
main(java.lang.String[] args)
|
void |
setDepthLevel(int depthLevel)
Sets the depth level form which the processing will be considering. |
| Methods inherited from class fr.ove.openmath.jome.model.processor.ProcessorImpl |
getFormula, getLevel, getProcessingId, getUpdateDisplay, init, setFormula, setLevel, setProcessingId, setUpdateDisplay |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface fr.ove.openmath.jome.model.processor.Processor |
getFormula, getLevel, getProcessingId, getUpdateDisplay, init, setFormula, setLevel, setProcessingId, setUpdateDisplay |
| Constructor Detail |
public DepthProcessor(Formula formula)
formula - the formula to process.| Method Detail |
public void setDepthLevel(int depthLevel)
setDepthLevel in interface DepthProcessorInterfacedepthLevel - the depth level.of the @see Processor interface.public int getDepthLevel()
getDepthLevel in interface DepthProcessorInterfaceof the @see Processor interface.public int getMaxDepthValue()
getMaxDepthValue in interface DepthProcessorInterfacepublic void doProcess()
doProcess in interface ProcessordoProcess in class ProcessorImplpublic static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||