Skip to content
Snippets Groups Projects

working on better visualization

Merged René Schöne requested to merge feature/stereotypes-and-more into dev
9 files
+ 247
10
Compare changes
  • Side-by-side
  • Inline
Files
9
  • f906bed0
    working on better visualization · f906bed0
    René Schöne authored
    - use blue color for computed relations (NTA and reference attributes)
    - use diamonds for null nodes
    - add featureTest module for testing
@@ -12,7 +12,7 @@ PrintConfig ::= <Scale:double> <Version> <OrderChildren:boolean> Header* ;
Header ::= <Value> ;
DumpNode ::= DumpChildNode* DumpToken* DumpRelation*
<Name> <Label> <BackgroundColor> <TextColor> <Object:Object> <Invisible:boolean>
<Name> <Label> <BackgroundColor> <TextColor> <Object:Object> <Invisible:boolean> <Computed:boolean>
/InvisiblePath/ ;
InnerDumpNode ;
rel InnerDumpNode.DumpNode <-> DumpNode.ContainerOfInner ;
Loading