net.moioli.drawables
Interface SuccessionI

All Known Implementing Classes:
AbstractDrawableSuccession, ParsedSeries, ParsedSuccession

public interface SuccessionI

A succession, or a function that takes a non-negative integer index and returns a real number.

Version:
2005/10/5
Author:
Silvio Moioli

Method Summary
 double f(int n)
          Returns the y value associated to the specified index n.
 

Method Detail

f

double f(int n)
Returns the y value associated to the specified index n.

Parameters:
n - the non-negative integer index
Returns:
the value of the succession