butterfly icon indicating copy to clipboard operation
butterfly copied to clipboard

Implement AddElement or ChangeOrRemove interfaces in applicable TOs

Open fabiocarvalho777 opened this issue 6 years ago • 0 comments

A few TransformationOperation classes already implement AddElement or ChangeOrRemoveElement. A few of them actually also extend AddElementTO or ChangeOrRemoveElementTO abstract classes.

However, there are many other Transformation Operations that could also rely on these interfaces, or abstract classes, like RemoveProperty for example.

This issue is about identifying them all and applying one of those interfaces or abstract class.

fabiocarvalho777 avatar Nov 03 '17 23:11 fabiocarvalho777