edu.wpi.ebob.model.cm
Interface IOperation

All Known Implementing Classes:
JEMAbstractPrefixOperation, JEMAdditionOperation, JEMAlgebraicNegationOperation, JEMBooleanNegationOperation, JEMDivisionOperation, JEMModulusOperation, JEMMultiplicationOperation, JEMSubtractionOperation

public interface IOperation

Represents an operation to be performed on a remote JVM.

Author:
Liam Morley

Method Summary
 IObject performOperation(IClassManager cm, IObject[] args)
           
 

Method Detail

performOperation

IObject performOperation(IClassManager cm,
                         IObject[] args)
                         throws RemoteException
Throws:
RemoteException