KADABRA API

LARA API

LARA Common Language API

(.js)
laraImport("lara.dse.DseValues");

(.lara)
import lara.dse.DseValues;

DseValues

Constructor

DseValues

new DseValues()

An iterator for a set of values to be used during Design-Space Exploration.


Instance Members

getNumElements

getNumElements()

getNumValuesPerElement

getNumValuesPerElement()

Returns

any - The number of values returned by a call to next(). A value of one means one value, a value greater than one means an array with that amount of values.

getType

getType()

Returns

any - the type of this DseValues.

hasNext

hasNext()

Returns

any - true if it has another element to return.

next

next()

Returns

any - the next element.

reset

reset()

Resets the iterator.