Is the implementation of this code close to argouml or should the prototype only demonstrate the features and a complete reimplementation for argouml needs to be done? I'm new to GEF, could you recommend a good starting point?
All nodes and edges in ArgoUML extend specific base classes FigEdgeModelElement and FigNodeModelElement. The UML demo app have their own base classes. GEFDemo also has a simpler model façade than that in ArgoUML. That model will need expanding to cover the UML model elements required for this. Documentation for GEF is sorely lacking. Best place to learn is by looking at the existing demo applications in http://gefdemo.tigris.org. In particular the UML demo. Of course also ArgoUML itself has lots of examples but that gives you a great deal more to learn. Initially GEF is all that is required. Bob. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
