|
79 | 79 | ' ################################## |
80 | 80 |
|
81 | 81 | 'Strategy Elements |
82 | | -!unquoted procedure Strategy_Resource($alias, $label) |
| 82 | +!unquoted procedure Strategy_Resource($alias, $label, $nest=0) |
83 | 83 | archimate $ARCH_STRATEGY_FILLCOLOR "$label" <<strategy-resource>> as $alias |
84 | 84 | !endprocedure |
85 | | -!unquoted procedure Strategy_Capability($alias, $label) |
| 85 | +!unquoted procedure Strategy_Capability($alias, $label, $nest=0) |
86 | 86 | archimate $ARCH_STRATEGY_FILLCOLOR "$label" <<strategy-capability>> as $alias |
87 | 87 | !endprocedure |
88 | | -!unquoted procedure Strategy_CourseOfAction($alias, $label) |
| 88 | +!unquoted procedure Strategy_CourseOfAction($alias, $label, $nest=0) |
89 | 89 | archimate $ARCH_STRATEGY_FILLCOLOR "$label" <<strategy-courseofaction>> as $alias |
90 | 90 | !endprocedure |
91 | | -!unquoted procedure Strategy_ValueStream($alias, $label) |
| 91 | +!unquoted procedure Strategy_ValueStream($alias, $label, $nest=0) |
92 | 92 | archimate $ARCH_STRATEGY_FILLCOLOR "$label" <<strategy-valuestream>> as $alias |
93 | 93 | !endprocedure |
94 | 94 |
|
95 | 95 | 'Business Elements |
96 | | -!unquoted procedure Business_Actor($alias, $label) |
| 96 | +!unquoted procedure Business_Actor($alias, $label, $nest=0) |
97 | 97 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-actor>> as $alias |
98 | 98 | !endprocedure |
99 | | -!unquoted procedure Business_Role($alias, $label) |
| 99 | +!unquoted procedure Business_Role($alias, $label, $nest=0) |
100 | 100 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-role>> as $alias |
101 | 101 | !endprocedure |
102 | | -!unquoted procedure Business_Collaboration($alias, $label) |
| 102 | +!unquoted procedure Business_Collaboration($alias, $label, $nest=0) |
103 | 103 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-collaboration>> as $alias |
104 | 104 | !endprocedure |
105 | | -!unquoted procedure Business_Interface($alias, $label) |
| 105 | +!unquoted procedure Business_Interface($alias, $label, $nest=0) |
106 | 106 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-interface>> as $alias |
107 | 107 | !endprocedure |
108 | | -!unquoted procedure Business_Process($alias, $label) |
| 108 | +!unquoted procedure Business_Process($alias, $label, $nest=0) |
109 | 109 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-process>> as $alias |
110 | 110 | !endprocedure |
111 | | -!unquoted procedure Business_Function($alias, $label) |
| 111 | +!unquoted procedure Business_Function($alias, $label, $nest=0) |
112 | 112 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-function>> as $alias |
113 | 113 | !endprocedure |
114 | | -!unquoted procedure Business_Interaction($alias, $label) |
| 114 | +!unquoted procedure Business_Interaction($alias, $label, $nest=0) |
115 | 115 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-interaction>> as $alias |
116 | 116 | !endprocedure |
117 | | -!unquoted procedure Business_Event($alias, $label) |
| 117 | +!unquoted procedure Business_Event($alias, $label, $nest=0) |
118 | 118 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-event>> as $alias |
119 | 119 | !endprocedure |
120 | | -!unquoted procedure Business_Service($alias, $label) |
| 120 | +!unquoted procedure Business_Service($alias, $label, $nest=0) |
121 | 121 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-service>> as $alias |
122 | 122 | !endprocedure |
123 | | -!unquoted procedure Business_Object($alias, $label) |
| 123 | +!unquoted procedure Business_Object($alias, $label, $nest=0) |
124 | 124 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-object>> as $alias |
125 | 125 | !endprocedure |
126 | | -!unquoted procedure Business_Contract($alias, $label) |
| 126 | +!unquoted procedure Business_Contract($alias, $label, $nest=0) |
127 | 127 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-contract>> as $alias |
128 | 128 | !endprocedure |
129 | | -!unquoted procedure Business_Representation($alias, $label) |
| 129 | +!unquoted procedure Business_Representation($alias, $label, $nest=0) |
130 | 130 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-representation>> as $alias |
131 | 131 | !endprocedure |
132 | | -!unquoted procedure Business_Product($alias, $label) |
| 132 | +!unquoted procedure Business_Product($alias, $label, $nest=0) |
133 | 133 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-product>> as $alias |
134 | 134 | !endprocedure |
135 | | -!unquoted procedure Business_Location($alias, $label) |
| 135 | +!unquoted procedure Business_Location($alias, $label, $nest=0) |
136 | 136 | archimate $ARCH_BUSINESS_FILLCOLOR "$label" <<business-location>> as $alias |
137 | 137 | !endprocedure |
138 | 138 |
|
139 | 139 | 'Application Elements |
140 | | -!unquoted procedure Application_Component($alias, $label) |
| 140 | +!unquoted procedure Application_Component($alias, $label, $nest=0) |
141 | 141 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-component>> as $alias |
142 | 142 | !endprocedure |
143 | | -!unquoted procedure Application_Collaboration($alias, $label) |
| 143 | +!unquoted procedure Application_Collaboration($alias, $label, $nest=0) |
144 | 144 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-collaboration>> as $alias |
145 | 145 | !endprocedure |
146 | | -!unquoted procedure Application_Interface($alias, $label) |
| 146 | +!unquoted procedure Application_Interface($alias, $label, $nest=0) |
147 | 147 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-interface>> as $alias |
148 | 148 | !endprocedure |
149 | | -!unquoted procedure Application_Function($alias, $label) |
| 149 | +!unquoted procedure Application_Function($alias, $label, $nest=0) |
150 | 150 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-function>> as $alias |
151 | 151 | !endprocedure |
152 | | -!unquoted procedure Application_Interaction($alias, $label) |
| 152 | +!unquoted procedure Application_Interaction($alias, $label, $nest=0) |
153 | 153 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-interaction>> as $alias |
154 | 154 | !endprocedure |
155 | | -!unquoted procedure Application_Process($alias, $label) |
| 155 | +!unquoted procedure Application_Process($alias, $label, $nest=0) |
156 | 156 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-process>> as $alias |
157 | 157 | !endprocedure |
158 | | -!unquoted procedure Application_Event($alias, $label) |
| 158 | +!unquoted procedure Application_Event($alias, $label, $nest=0) |
159 | 159 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-event>> as $alias |
160 | 160 | !endprocedure |
161 | | -!unquoted procedure Application_Service($alias, $label) |
| 161 | +!unquoted procedure Application_Service($alias, $label, $nest=0) |
162 | 162 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-service>> as $alias |
163 | 163 | !endprocedure |
164 | | -!unquoted procedure Application_DataObject($alias, $label) |
| 164 | +!unquoted procedure Application_DataObject($alias, $label, $nest=0) |
165 | 165 | archimate $ARCH_APPLICATION_FILLCOLOR "$label" <<application-dataobject>> as $alias |
166 | 166 | !endprocedure |
167 | 167 |
|
168 | 168 | 'Technology Elements |
169 | | -!unquoted procedure Technology_Node($alias, $label) |
| 169 | +!unquoted procedure Technology_Node($alias, $label, $nest=0) |
170 | 170 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-node>> as $alias |
171 | 171 | !endprocedure |
172 | | -!unquoted procedure Technology_Device($alias, $label) |
| 172 | +!unquoted procedure Technology_Device($alias, $label, $nest=0) |
173 | 173 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-device>> as $alias |
174 | 174 | !endprocedure |
175 | | -!unquoted procedure Technology_SystemSoftware($alias, $label) |
| 175 | +!unquoted procedure Technology_SystemSoftware($alias, $label, $nest=0) |
176 | 176 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-systemsoftware>> as $alias |
177 | 177 | !endprocedure |
178 | | -!unquoted procedure Technology_Collaboration($alias, $label) |
| 178 | +!unquoted procedure Technology_Collaboration($alias, $label, $nest=0) |
179 | 179 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-collaboration>> as $alias |
180 | 180 | !endprocedure |
181 | | -!unquoted procedure Technology_Interface($alias, $label) |
| 181 | +!unquoted procedure Technology_Interface($alias, $label, $nest=0) |
182 | 182 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-interface>> as $alias |
183 | 183 | !endprocedure |
184 | | -!unquoted procedure Technology_Path($alias, $label) |
| 184 | +!unquoted procedure Technology_Path($alias, $label, $nest=0) |
185 | 185 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-path>> as $alias |
186 | 186 | !endprocedure |
187 | | -!unquoted procedure Technology_CommunicationNetwork($alias, $label) |
| 187 | +!unquoted procedure Technology_CommunicationNetwork($alias, $label, $nest=0) |
188 | 188 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-communicationnetwork>> as $alias |
189 | 189 | !endprocedure |
190 | | -!unquoted procedure Technology_Function($alias, $label) |
| 190 | +!unquoted procedure Technology_Function($alias, $label, $nest=0) |
191 | 191 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-function>> as $alias |
192 | 192 | !endprocedure |
193 | | -!unquoted procedure Technology_Process($alias, $label) |
| 193 | +!unquoted procedure Technology_Process($alias, $label, $nest=0) |
194 | 194 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-process>> as $alias |
195 | 195 | !endprocedure |
196 | | -!unquoted procedure Technology_Interaction($alias, $label) |
| 196 | +!unquoted procedure Technology_Interaction($alias, $label, $nest=0) |
197 | 197 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-interaction>> as $alias |
198 | 198 | !endprocedure |
199 | | -!unquoted procedure Technology_Event($alias, $label) |
| 199 | +!unquoted procedure Technology_Event($alias, $label, $nest=0) |
200 | 200 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-event>> as $alias |
201 | 201 | !endprocedure |
202 | | -!unquoted procedure Technology_Service($alias, $label) |
| 202 | +!unquoted procedure Technology_Service($alias, $label, $nest=0) |
203 | 203 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-service>> as $alias |
204 | 204 | !endprocedure |
205 | | -!unquoted procedure Technology_Artifact($alias, $label) |
| 205 | +!unquoted procedure Technology_Artifact($alias, $label, $nest=0) |
206 | 206 | archimate $ARCH_TECHNOLOGY_FILLCOLOR "$label" <<technology-artifact>> as $alias |
207 | 207 | !endprocedure |
208 | 208 |
|
209 | 209 | 'Physical Elements |
210 | | -!unquoted procedure Physical_Equipment($alias, $label) |
| 210 | +!unquoted procedure Physical_Equipment($alias, $label, $nest=0) |
211 | 211 | archimate $ARCH_PHYSICAL_FILLCOLOR "$label" <<technology-equipment>> as $alias |
212 | 212 | !endprocedure |
213 | | -!unquoted procedure Physical_Facility($alias, $label) |
| 213 | +!unquoted procedure Physical_Facility($alias, $label, $nest=0) |
214 | 214 | archimate $ARCH_PHYSICAL_FILLCOLOR "$label" <<technology-facility>> as $alias |
215 | 215 | !endprocedure |
216 | | -!unquoted procedure Physical_DistributionNetwork($alias, $label) |
| 216 | +!unquoted procedure Physical_DistributionNetwork($alias, $label, $nest=0) |
217 | 217 | archimate $ARCH_PHYSICAL_FILLCOLOR "$label" <<technology-distributionnetwork>> as $alias |
218 | 218 | !endprocedure |
219 | | -!unquoted procedure Physical_Material($alias, $label) |
| 219 | +!unquoted procedure Physical_Material($alias, $label, $nest=0) |
220 | 220 | archimate $ARCH_PHYSICAL_FILLCOLOR "$label" <<technology-material>> as $alias |
221 | 221 | !endprocedure |
222 | 222 |
|
223 | 223 | 'Motivation Elements |
224 | | -!unquoted procedure Motivation_Stakeholder($alias, $label) |
| 224 | +!unquoted procedure Motivation_Stakeholder($alias, $label, $nest=0) |
225 | 225 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-stakeholder>> as $alias |
226 | 226 | !endprocedure |
227 | | -!unquoted procedure Motivation_Driver($alias, $label) |
| 227 | +!unquoted procedure Motivation_Driver($alias, $label, $nest=0) |
228 | 228 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-driver>> as $alias |
229 | 229 | !endprocedure |
230 | | -!unquoted procedure Motivation_Assessment($alias, $label) |
| 230 | +!unquoted procedure Motivation_Assessment($alias, $label, $nest=0) |
231 | 231 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-assessment>> as $alias |
232 | 232 | !endprocedure |
233 | | -!unquoted procedure Motivation_Goal($alias, $label) |
| 233 | +!unquoted procedure Motivation_Goal($alias, $label, $nest=0) |
234 | 234 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-goal>> as $alias |
235 | 235 | !endprocedure |
236 | | -!unquoted procedure Motivation_Outcome($alias, $label) |
| 236 | +!unquoted procedure Motivation_Outcome($alias, $label, $nest=0) |
237 | 237 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-outcome>> as $alias |
238 | 238 | !endprocedure |
239 | | -!unquoted procedure Motivation_Principle($alias, $label) |
| 239 | +!unquoted procedure Motivation_Principle($alias, $label, $nest=0) |
240 | 240 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-principle>> as $alias |
241 | 241 | !endprocedure |
242 | | -!unquoted procedure Motivation_Requirement($alias, $label) |
| 242 | +!unquoted procedure Motivation_Requirement($alias, $label, $nest=0) |
243 | 243 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-requirement>> as $alias |
244 | 244 | !endprocedure |
245 | | -!unquoted procedure Motivation_Constraint($alias, $label) |
| 245 | +!unquoted procedure Motivation_Constraint($alias, $label, $nest=0) |
246 | 246 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-constraint>> as $alias |
247 | 247 | !endprocedure |
248 | | -!unquoted procedure Motivation_Meaning($alias, $label) |
| 248 | +!unquoted procedure Motivation_Meaning($alias, $label, $nest=0) |
249 | 249 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-meaning>> as $alias |
250 | 250 | !endprocedure |
251 | | -!unquoted procedure Motivation_Value($alias, $label) |
| 251 | +!unquoted procedure Motivation_Value($alias, $label, $nest=0) |
252 | 252 | archimate $ARCH_MOTIVATION_FILLCOLOR "$label" <<motivation-value>> as $alias |
253 | 253 | !endprocedure |
254 | 254 |
|
255 | 255 | 'Implementation Elements |
256 | | -!unquoted procedure Implementation_WorkPackage($alias, $label) |
| 256 | +!unquoted procedure Implementation_WorkPackage($alias, $label, $nest=0) |
257 | 257 | archimate $ARCH_IMPLEMENTATION_FILLCOLOR "$label" <<implementation-workpackage>> as $alias |
258 | 258 | !endprocedure |
259 | | -!unquoted procedure Implementation_Deliverable($alias, $label) |
| 259 | +!unquoted procedure Implementation_Deliverable($alias, $label, $nest=0) |
260 | 260 | archimate $ARCH_IMPLEMENTATION_FILLCOLOR "$label" <<implementation-deliverable>> as $alias |
261 | 261 | !endprocedure |
262 | | -!unquoted procedure Implementation_Event($alias, $label) |
| 262 | +!unquoted procedure Implementation_Event($alias, $label, $nest=0) |
263 | 263 | archimate $ARCH_IMPLEMENTATION_FILLCOLOR "$label" <<implementation-event>> as $alias |
264 | 264 | !endprocedure |
265 | | -!unquoted procedure Implementation_Plateau($alias, $label) |
| 265 | +!unquoted procedure Implementation_Plateau($alias, $label, $nest=0) |
266 | 266 | archimate $ARCH_IMPLEMENTATION_FILLCOLOR "$label" <<implementation-plateau>> as $alias |
267 | 267 | !endprocedure |
268 | | -!unquoted procedure Implementation_Gap($alias, $label) |
| 268 | +!unquoted procedure Implementation_Gap($alias, $label, $nest=0) |
269 | 269 | archimate $ARCH_IMPLEMENTATION_FILLCOLOR "$label" <<implementation-gap>> as $alias |
270 | 270 | !endprocedure |
271 | 271 |
|
272 | 272 | 'Other Elements |
273 | | -!unquoted procedure Other_Location($alias, $label) |
| 273 | +!unquoted procedure Other_Location($alias, $label, $nest=0) |
274 | 274 | archimate $ARCH_OTHER_FILLCOLOR "$label" <<location>> as $alias |
275 | 275 | !endprocedure |
276 | 276 | !unquoted procedure Other_Grouping($alias, $label) |
|
0 commit comments