|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlgorithmOnList
List of algorithms with the same signature
Concept discussed between Jan Hendrikse, Willem Nieuwenhuis and Wim Koolhoven on 23-08-05.
Method Summary | |
---|---|
Algorithm |
getAlgorithm(int index)
returns the requested Algorithm |
int |
getNrAlgorithms()
|
int |
getNrParams()
|
java.lang.String |
getParamDescription(int paramNr)
may return a Description of the parameter. |
java.lang.String |
getParamName(int paramNr)
returns the Name of the parameter. |
Methods inherited from interface org.itc.idv.math.AlgorithmN |
---|
calculate |
Method Detail |
---|
int getNrParams()
java.lang.String getParamName(int paramNr) throws java.lang.IndexOutOfBoundsException
Algorithm
s are supposed to use the same names
paramNr
- starts counting at 0
paramNr
java.lang.IndexOutOfBoundsException
- when paramNr
is negative or larger or equal to {#getNrParams()}java.lang.String getParamDescription(int paramNr) throws java.lang.IndexOutOfBoundsException
Algorithm
s are supposed to use the same description
paramNr
- starts counting at 0
paramNr
java.lang.IndexOutOfBoundsException
- when paramNr
is negative or larger or equal to {#getNrParams()}int getNrAlgorithms()
Algorithm
sAlgorithm getAlgorithm(int index)
index
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |