Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reordered the clusters in the digram to put bass applications on the left

...

Digraph
outputsvg
fontname="helvetica-bold" ;
node [shape=plaintext fontname="helvetica-bold" ];
subgraph cluster01 {
label="extended"; 
style=filled; color=cornsilk;
node [color=cornsilk fontcolor=firebrick];
bi
specialpurpose;
}
subgraph cluster02{
label="base applications"
style=filled; color=cornsilk;
node [color=cornsilk fontcolor=blue];
{rank=same; humanres; marketing;}
{rank=same; order;}
{rank=same; workeffort;}
{rank=same; accounting;manufacturing;}
{rank=same; party;}
{rank=same; product;}
{rank=same; content;}
}
subgraph cluster03{
label="framework";
style=filled; color=cornsilk;
node [color=cornsilk fontcolor=darkgreen];
"entity(ext)";
service;
webapp;
security;
common;
}
subgraph cluster01 {
label="extended"; 
style=filled; color=cornsilk;
node [color=cornsilk fontcolor=firebrick];
bi
specialpurpose;
}


edge [color=black weight=1];
marketing->order;
marketing->product;
order->workeffort;
order->accounting;
order->party;
order->content;
order->product;
humanres->accounting;
humanres->party;
manufacturing->product;
workeffort->accounting;
workeffort->party;
workeffort->content;
workeffort->product;
workeffort->manufacturing;
accounting->party;
accounting->product;
product->party;
product->content;
"entity(ext)"->common;
service->common;
service->security;
webapp->common;
webapp->security;
edge [color=grey weight=1];
order->marketing;
party->marketing;

...