de.fuberlin.wiwiss.semmf.taxon
Interface MilestoneCalculator

All Known Implementing Classes:
ExpMilestCalc, LinMilestCalc

public interface MilestoneCalculator

Version:
1.0 last modified 29.11.2006
Author:
Radoslaw Oldakowski

Method Summary
 float[] calculateMilestones(int deepestLevel)
          The implementation of this method must return an array of float values for all taxonomy levels starting from 0 and ending at the deepest level.
 

Method Detail

calculateMilestones

float[] calculateMilestones(int deepestLevel)
The implementation of this method must return an array of float values for all taxonomy levels starting from 0 and ending at the deepest level.

Parameters:
deepestLevel - index of the deepest level (= number of levels - 1)