Customisation of GraphUI

Customisation of GraphUI

von firat batmaz -
Anzahl Antworten: 1

Dear All, 

FSM examples which use GraphUI, is very impressive. I would like to use the GraphUI to make students to draw basic Entity-Relationship diagrams. I think I can write an auto grader for the simple student ER diagrams. 

My question is : 

Is it possible to customise the GraphUI so that it can draw a rectangle shape instead of a circle shape ? Does it support "dot" language- Graphviz ?       

Regards,

Firat

Als Antwort auf firat batmaz

Re: Customisation of GraphUI

von Richard Lobb -

I don't think extending the existing plugin to handle ER-diagrams is the way to go here. The plugin was specifically designed for FSM diagrams only and lacks the abstractions that you would want for more general diagrams, such as node types, connector types, connector label types and so on. You would need to start afresh (perhaps using an existing JavaScript general purpose diagramming tool as a starting point) and write a new UI plugin. 

Richard