Interface ComponentChain
- All Known Implementing Classes:
ComponentChainImpl
public interface ComponentChain
Used to execute a chain of rule components in sequence
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(ComponentInputs inputs) Executes the chain and returns the final output.
-
Method Details
-
doExecute
Executes the chain and returns the final output.- Parameters:
inputs- the initial inputs for the chain.
-