Curious if there are any pre-built, well-known/standard, data models for representing a large corporation in Java. Something that shows a hierarchy as well as "dotted-line" type relationships along with roles. Trying to avoid reinventing the wheel.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The simple answer: there is no such built in data model. The modelling with a graph, where the graph nodes have names and roles, is not the hardest part. It gots more difficult, when you want an automatic layout such that the corporate graph fits the page. You could search how Open Source UML Diagramms display their content, and if they use a graphics lib. |
|||
|
|