org.openmi.standard
Interface IVectorSet

All Superinterfaces:
IValueSet

public interface IVectorSet
extends IValueSet

VectorSet interface (Array of vectors for a certain quantity on a certain elementset).


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

Method Detail

getVector

IVector getVector(int elementIndex)
Vector for one of the elements in the set

Parameters:
elementIndex - index in the vector set.
Returns:
vector.