Lines Matching +full:n +full:- +full:one

20 		function createEdge(style, m, n)  argument
30 …var cell1 = new mxCell(m, new mxGeometry(-1, 0, 0, 0), 'resizable=0;html=1;align=left;verticalAlig…
37 if (n != null)
39 …var cell2 = new mxCell(n, new mxGeometry(1, 0, 0, 0), 'resizable=0;html=1;align=right;verticalAlig…
98 … var cell1 = new mxCell('+Attribute1\n+Attribute2\n+Attribute3', new mxGeometry(0, 30, 160, 90),
114 …100, 40, '<span style="border-bottom: 1px dotted">Attribute</span>', 'Weak Key Attribute', null, n…
157 [createEdge('endArrow=none;html=1;rounded=0;', null, 'N')],
158 160, 0, 'Mandatory Participation (0:N)');
163 [createEdge('endArrow=none;html=1;rounded=0;', 'M', 'N')],
164 160, 0, 'Mandatory Participation (M:N)');
175 [createEdge('endArrow=none;html=1;rounded=0;dashed=1;dashPattern=1 2;', null, 'N')],
176 160, 0, 'Optional Participation (0:N)');
181 [createEdge('endArrow=none;html=1;rounded=0;dashed=1;dashPattern=1 2;', 'M', 'N')],
182 160, 0, 'Optional Participation (M:N)');
193 [createEdge('shape=link;html=1;rounded=0;', null, 'N')],
194 160, 0, 'Recursive Relationship (0:N)');
199 [createEdge('shape=link;html=1;rounded=0;', 'M', 'N')],
200 160, 0, 'Recursive Relationship (M:N)');
203 …EdgeStyle;fontSize=12;html=1;endArrow=ERoneToMany;', w, h, '', '1 to Many', null, dt + 'one many'),
204 …tyle;fontSize=12;html=1;endArrow=ERmandOne;', w, h, '', '1 Mandatory', null, dt + 'one mandatory'),
205 …ontSize=12;html=1;endArrow=ERmandOne;startArrow=ERmandOne;', w, h, '', '1 to 1', null, dt + 'one'),
206 …yRelationEdgeStyle;fontSize=12;html=1;endArrow=ERone;endFill=1;', w, h, '', '1', null, dt + 'one'),
207 …le;fontSize=12;html=1;endArrow=ERzeroToOne;endFill=1;', w, h, '', '0 to 1', null, dt + 'zero one'),
210 …startArrow=ERzeroToOne;', w, h, '', '1 Optional to Many Optional', null, dt + 'one optional many'),
211 …rtArrow=ERmandOne;', w, h, '', '1 Mandatory to Many Optional', null, dt + 'one mandatory many opti…
212 …startArrow=ERmandOne;', w, h, '', '1 Mandatory to 1 Optional', null, dt + 'one mandatory optional'…
213 …tartArrow=ERmandOne;', w, h, '', '1 Mandatory to Many Mandatory', null, dt + 'one mandatory many'),
214 …Arrow=ERzeroToOne;', w, h, '', '1 Optional to Many Mandatory', null, dt + 'one optional mandatory …