KADABRA API

LARA API

LARA Common Language API

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

(.lara)
import lara.dse.DseValuesSet;

DseValuesSet

Constructor

DseValuesSet

new DseValuesSet(dseValues)

(Extends DseValues)
Iterates over the values of a set of DseValues.

Parameters

dseValues: lara.dse.DseValues[] - The DseValues that will form the set.

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()

hasNext

hasNext()

Returns

any - true if it has another element to return.

next

next()

Returns

any - the next element.

reset

reset()

Resets the iterator.