Skip to content
redwormik edited this page Apr 24, 2013 · 2 revisions

Modules should specify these things:

  • Parser + Interpreter

Elements

  • type => class
  • type => ElementControl (managing element + lists relations)
  • type => something for SourceControl
  • type => DiagramElementControl (only for input)

Relations

  • type => class
  • type => allowedElements (from/to/both)
  • type => RelationControl (single)
  • type => something for SourceControl
  • type => DiagramRelationControl (only for input)

Diagrams

  • type => class ?
  • type => allowedElements
  • type => displayedRelations
  • type => DiagramControl (rendering elements + relations => links to DiagramElementControl)
Clone this wiki locally