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

All Superinterfaces:
Processor

public interface StrahlerProcessorInterface
extends Processor

The interface to implement to be a Strahler processor.

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

Method Summary
 int getBiggestStrahler()
          Returns the biggest Strahler number calculated.
 int getStrahlerLevel()
          Returns the strahler level form which the processing will be considering.
 java.util.Vector getStrahlerList()
          Returns the Strahler numbers list.
 void setStrahlerLevel(int strahlerLevel)
          Sets the strahler 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

setStrahlerLevel

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

Parameters:
strahlerLevel - the strahler level.
See Also:
of the @see Processor interface.

getStrahlerLevel

public int getStrahlerLevel()
Returns the strahler 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.

getStrahlerList

public java.util.Vector getStrahlerList()
Returns the Strahler numbers list.


getBiggestStrahler

public int getBiggestStrahler()
Returns the biggest Strahler number calculated.



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