|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface provides iteration services over vectorial functions samples.
SampledFunction| Method Summary | |
int |
getDimension()
Get the dimension of the vectorial values of the function. |
boolean |
hasNext()
Check if the iterator can provide another point. |
VectorialValuedPair |
nextSamplePoint()
Get the next point of a sampled function. |
| Method Detail |
public int getDimension()
public boolean hasNext()
public VectorialValuedPair nextSamplePoint()
throws ExhaustedSampleException,
FunctionException
ExhaustedSampleException - if the sample has been exhausted
FunctionException - if the underlying function throws one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||