agreement-design-prototype 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,34 +0,0 @@
1
- strict digraph {
2
- subgraph cluster_Category {
3
- node [shape=plaintext margin=0];
4
- label=Category;
5
- "ItemParameter" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>ItemParameter</TD></TH><TR><TD ALIGN="LEFT">-id </TD></TR><TR><TD ALIGN="LEFT">-detail </TD></TR><TR><TD ALIGN="LEFT">-keyword [*]</TD></TR><TR><TD ALIGN="LEFT">-valueMin </TD></TR><TR><TD ALIGN="LEFT">-valueMax </TD></TR><TR><TD ALIGN="LEFT">-type </TD></TR><TR><TD ALIGN="LEFT">-standard </TD></TR><TR><TD ALIGN="LEFT">-reference </TD></TR></table>>];
6
- "Agreement" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Agreement</TD></TH><TR><TD ALIGN="LEFT">-id </TD></TR><TR><TD ALIGN="LEFT">-item_params [*]</TD></TR><TR><TD ALIGN="LEFT">-version </TD></TR><TR><TD ALIGN="LEFT">-start_date </TD></TR><TR><TD ALIGN="LEFT">-end_date </TD></TR></table>>];
7
- "Framework" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Framework</TD></TH><TR><TD ALIGN="LEFT">-fwk_id </TD></TR></table>>];
8
- "Lot" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Lot</TD></TH><TR><TD ALIGN="LEFT">-fwk_id </TD></TR></table>>];
9
- "Item" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Item</TD></TH><TR><TD ALIGN="LEFT">-id </TD></TR><TR><TD ALIGN="LEFT">-params </TD></TR><TR><TD ALIGN="LEFT">-description </TD></TR><TR><TD ALIGN="LEFT">-value </TD></TR></table>>];
10
- "Catalogue" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Catalogue</TD></TH><TR><TD ALIGN="LEFT">-id </TD></TR><TR><TD ALIGN="LEFT">-items [*]</TD></TR><TR><TD ALIGN="LEFT">-agreement_id </TD></TR></table>>];
11
- "Offer" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Offer</TD></TH><TR><TD ALIGN="LEFT">-id </TD></TR><TR><TD ALIGN="LEFT">-item_id </TD></TR><TR><TD ALIGN="LEFT">-catalogue_id </TD></TR><TR><TD ALIGN="LEFT">-supplier_id </TD></TR><TR><TD ALIGN="LEFT">-description </TD></TR></table>>];
12
- "Award" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Award</TD></TH><TR><TD ALIGN="LEFT">-buyer_id </TD></TR></table>>];
13
- }
14
- subgraph cluster_Parties {
15
- node [shape=plaintext margin=0];
16
- label=Parties;
17
- "Party" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Party</TD></TH><TR><TD ALIGN="LEFT">-id </TD></TR></table>>];
18
- "Supplier" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Supplier</TD></TH></table>>];
19
- "Buyer" [label=<<table BORDER="1" CELLBORDER="0" CELLSPACING="0"><TH><TD>Buyer</TD></TH></table>>];
20
- }
21
- "Agreement" -> "ItemParameter" [label="{contains} item_params" arrowhead = "none" arrowtail = "diamond" ];
22
- "Framework" -> "Agreement" [label="extends" arrowhead = "none" arrowtail = "normal" ];
23
- "Lot" -> "Framework" [label="fwk_id" arrowhead = "open" arrowtail = "none" ];
24
- "Lot" -> "Agreement" [label="extends" arrowhead = "none" arrowtail = "normal" ];
25
- "Item" -> "ItemParameter" [label="params" arrowhead = "open" arrowtail = "none" ];
26
- "Catalogue" -> "Item" [label="{contains} items" arrowhead = "none" arrowtail = "diamond" ];
27
- "Catalogue" -> "Agreement" [label="agreement_id" arrowhead = "open" arrowtail = "none" ];
28
- "Offer" -> "Item" [label="item_id" arrowhead = "open" arrowtail = "none" ];
29
- "Offer" -> "Catalogue" [label="catalogue_id" arrowhead = "open" arrowtail = "none" ];
30
- "Offer" -> "Supplier" [label="supplier_id" arrowhead = "open" arrowtail = "none" ];
31
- "Award" -> "Buyer" [label="buyer_id" arrowhead = "open" arrowtail = "none" ];
32
- "Supplier" -> "Party" [label="extends" arrowhead = "none" arrowtail = "normal" ];
33
- "Buyer" -> "Party" [label="extends" arrowhead = "none" arrowtail = "normal" ];
34
- }
@@ -1,19 +0,0 @@
1
- # Category: FM
2
- ## framework
3
- ### framework RM123
4
- - id RM123
5
- - fwk_id RM123
6
- - version 1.0.0
7
- ## lot
8
- ### lot 1
9
- - id 1
10
- - fwk_id RM123
11
- #### item_params 1
12
- - id 1
13
- - valueMin 0
14
- - valueMax 100
15
- - keyword.1 thing
16
- - keyword.2 thing2
17
- ### lot 2
18
- - id 2
19
- - fwk_id RM123
Binary file