edu.wpi.ebob.model.cm
Interface IArray

All Known Implementing Classes:
JEMArray

public interface IArray

Author:
Justin Braga

Method Summary
 IObject get(int index)
           
 int getLength()
           
 void set(IObject value, int index)
           
 

Method Detail

get

IObject get(int index)
            throws RemoteException
Throws:
RemoteException

set

void set(IObject value,
         int index)
         throws RemoteException
Throws:
RemoteException

getLength

int getLength()