Interface DataChainLinkComputation<C>

    • Method Detail

      • getOutputObjects

        IvMObject<?>[] getOutputObjects()
      • execute

        IvMObjectValues execute​(C configuration,
                                IvMObjectValues inputs,
                                IvMCanceller canceller)
                         throws java.lang.Exception
        Performs the computation, given the input. Side-effects not allowed; should be thread-safe.
        Parameters:
        inputs -
        canceller -
        Returns:
        Throws:
        java.lang.Exception
      • getStatusBusyMessage

        java.lang.String getStatusBusyMessage()
        Returns:
        The text that is to be shown when this chainlink is executing, with two postfix dots.