Hi,
I have a design issue and don;t have a clue how to proceed.
In one of my projects I have to develop a software framework. Users who use the framework should be able to define objects they want to use and their relationship (Similar to class hierarchy).
ex: A owns B
B can-have-a-opinion-on A
B can-have-a-opinion-on B
Where A,B.... will end up as classes in the system. Please note that classes as well as their relationships are defined at runtime (or rather configuration time).
Anyone has any idea how to do the class creation and relationship defining ....
Thanks in advance,
Ishan