fr.ove.openmath.jome.model.processor
Interface DepthProcessorInterface

All Superinterfaces:
Processor
All Known Implementing Classes:
DepthProcessor, WidthDepthProcessor

public interface DepthProcessorInterface
extends Processor

The interface to implement to be depth processor.

Version:
1.0 21/08/2000
Author:
© 2000 DIRAT Laurent

Method Summary
 int getDepthLevel()
          Returns the depth level form which the processing will be considering.
 int getMaxDepthValue()
          Returns the max depth value calculated.
 void setDepthLevel(int depthLevel)
          Sets the depth level form which the processing will be considering.
 
Methods inherited from interface fr.ove.openmath.jome.model.processor.Processor
doProcess, getFormula, getLevel, getProcessingId, getUpdateDisplay, init, setFormula, setLevel, setProcessingId, setUpdateDisplay
 

Method Detail

setDepthLevel

public void setDepthLevel(int depthLevel)
Sets the depth level form which the processing will be considering.
For convenience only, in most cases this method is equivalent to the

Parameters:
depthLevel - the depth level.
See Also:
of the @see Processor interface.

getDepthLevel

public int getDepthLevel()
Returns the depth level form which the processing will be considering.
For convenience only, in most cases this method is equivalent to the

See Also:
of the @see Processor interface.

getMaxDepthValue

public int getMaxDepthValue()
Returns the max depth value calculated.



Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.