voytech / cljs-diagrams

A clojurescript relational desinger tool.
2 stars 1 forks source link

Add diagram abstraction #81

Open voytech opened 5 years ago

voytech commented 5 years ago

Diagram should be providers of:

(defdiagram :bpmn)

This macro should provide diagram specific bindings of already defined ‚loose’ nodes. Binding should alter node <-> behaviour , node <-> resolver compats. Diagram should define list of managed behaviours. Diagram should define and restrict node <-> node relationships using node features.