Open sbernardo opened 2 years ago
Needs to implement entire model of classes:
Represent the group that contains the rules to be executed in order specified in configuration.
A group must:
Represent the rule executed in the engine in the group which it's configured.
A rule must:
Represent a single component in the rule
A component can:
Contains all component implemented
A Collector must:
Needs to separate BusinessComponent in:
Needs to implement entire model of classes:
BusinessGroup
Represent the group that contains the rules to be executed in order specified in configuration.
A group must:
BusinessRule
Represent the rule executed in the engine in the group which it's configured.
A rule must:
BusinessComponent
Represent a single component in the rule
A component can:
BusinessComponentCollector
Contains all component implemented
A Collector must: