org.openmi.standard
Interface IScalarSet

All Superinterfaces:
IValueSet

public interface IScalarSet
extends IValueSet

ScalarSet interface (Array of doubles for a certain quantity on a certain elementset).


Method Summary
 double getScalar(int elementIndex)
          Value for one of the elements in the set
 
Methods inherited from interface org.openmi.standard.IValueSet
getCount, isValid
 

Method Detail

getScalar

double getScalar(int elementIndex)
Value for one of the elements in the set

Parameters:
elementIndex - index in the scalar set.
Returns:
double scalar value.