hla.rti1516.jlc
Interface DataElementFactory


public interface DataElementFactory

Interface used to populate arrays.


Method Summary
 DataElement createElement(int index)
          Creates an element appropriate for the specified index.
 

Method Detail

createElement

DataElement createElement(int index)
Creates an element appropriate for the specified index.

Parameters:
index - Position in array that this element will take.
Returns:
Element