Interface ComponentChain

All Known Implementing Classes:
ComponentChainImpl

public interface ComponentChain
Used to execute a chain of rule components in sequence
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the chain and returns the final output.
  • Method Details

    • doExecute

      void doExecute(ComponentInputs inputs)
      Executes the chain and returns the final output.
      Parameters:
      inputs - the initial inputs for the chain.