Actions
Task #5450
closedSupport multiple rules per node in NodeTransformer
Start date:
11/26/2014
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
Transformer should allow to add multiple rules per enumeration instance. Only single applicable rule may be used during transformation. Selection of applicable rule should be deterministic and is a part of API contract.
Updated by Alexander Kamkin over 9 years ago
- Subject changed from [transformer] Support multiple rules per node in NodeTransformer to Support multiple rules per node in NodeTransformer
- Category set to Transformer
- Target version set to 0.3
Updated by Andrei Tatarnikov over 9 years ago
- Target version changed from 0.3 to 0.4
Updated by Artem Kotsynyak about 7 years ago
- Status changed from New to Closed
To not enforce specific rule applicatoin policy on user it is better to create custom composite rule, e.g. containing list of accepted ids. This way it is possible to implement priorities, consequent rule application etc.
Actions