Search Results

2
votes
2answers
193 views

Bad OO design problem - I need some general functionality in Java but don’t know how to implement it

Hello, I'm developping a small UML Class editor in Java, mainly a personal project, it might end up on SourceForge if I find the time to create a project on it. The project is quite …
0
votes

Bad OO design problem - I need some general functionality in Java but don’t know how to implement it

Visitor? I saw this pattern very quickly a year ago. I'll check it out, thanks! …