Interface StandardOperationProcessor

    • Method Detail

      • executeOperation

        java.lang.Object executeOperation​(StandardOperation anOperation)
                                   throws UnexecutableException
        Evaluates the given StandardOperation and returns the result object (not converted to any specific type).
        Parameters:
        anOperation - the operation to execute
        Returns:
        the result
        Throws:
        UnexecutableException - in case the operation cannot be executed (such as because we're running in Eclipse and don't have access to variable values)