Search Results

2
votes
2answers
185 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 …
2
votes
6answers
818 views

Mandatory cloneable interface in Java

Hi everybody, I'm having a small problem in Java. I have an interface called Modifiable. Objects implementing this interface are Modifiable. I also have a ModifyCommand class (with …
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! …