Rule Types
Last updated
Last updated
Nected provides a comprehensive suite of rule types designed to handle various business logic scenarios, from simple conditional statements to complex decision-making processes. Each rule type serves specific use cases and offers unique capabilities to help you implement your business logic effectively.
Selecting the appropriate rule type depends on your specific requirements:
Single condition with simple outcome
SimpleRule
Multiple conditions with various outcomes in tabular format
DecisionTable
Hierarchical decisions with branching paths
DecisionTree
Collection of related rules executed together
Ruleset
Sequential processing with dependencies
RuleChain