org.jgap.data
Class DataElementList

java.lang.Object
  extended byorg.jgap.data.DataElementList
All Implemented Interfaces:
IDataElementList

public class DataElementList
extends java.lang.Object
implements IDataElementList

Implements the IDataElementList interface and represents a list of IDataElement elements.

Since:
2.0
Author:
Klaus Meffert

Constructor Summary
DataElementList()
           
 
Method Summary
 void add(IDataElement element)
           
 int getLength()
           
 IDataElement item(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataElementList

public DataElementList()
Method Detail

item

public IDataElement item(int index)
Specified by:
item in interface IDataElementList

getLength

public int getLength()
Specified by:
getLength in interface IDataElementList

add

public void add(IDataElement element)
Specified by:
add in interface IDataElementList