82 <td><a href="#ApplicationDiagramBuilder.buildDiagram">buildDiagram</a></td> |
82 <td><a href="#ApplicationDiagramBuilder.buildDiagram">buildDiagram</a></td> |
83 <td>Public method to build the packages shapes of the diagram.</td> |
83 <td>Public method to build the packages shapes of the diagram.</td> |
84 </tr> |
84 </tr> |
85 <tr> |
85 <tr> |
86 <td><a href="#ApplicationDiagramBuilder.fromDict">fromDict</a></td> |
86 <td><a href="#ApplicationDiagramBuilder.fromDict">fromDict</a></td> |
87 <td></td> |
87 <td>Public method to populate the class with data persisted by 'toDict()'.</td> |
88 </tr> |
88 </tr> |
89 <tr> |
89 <tr> |
90 <td><a href="#ApplicationDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td> |
90 <td><a href="#ApplicationDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td> |
91 <td></td> |
91 <td>Public method to parse persisted data.</td> |
92 </tr> |
92 </tr> |
93 <tr> |
93 <tr> |
94 <td><a href="#ApplicationDiagramBuilder.toDict">toDict</a></td> |
94 <td><a href="#ApplicationDiagramBuilder.toDict">toDict</a></td> |
95 <td>Public method to collect data to be persisted.</td> |
95 <td>Public method to collect data to be persisted.</td> |
96 </tr> |
96 </tr> |
254 </p> |
254 </p> |
255 <a NAME="ApplicationDiagramBuilder.fromDict" ID="ApplicationDiagramBuilder.fromDict"></a> |
255 <a NAME="ApplicationDiagramBuilder.fromDict" ID="ApplicationDiagramBuilder.fromDict"></a> |
256 <h4>ApplicationDiagramBuilder.fromDict</h4> |
256 <h4>ApplicationDiagramBuilder.fromDict</h4> |
257 <b>fromDict</b>(<i>version, data</i>) |
257 <b>fromDict</b>(<i>version, data</i>) |
258 |
258 |
|
259 <p> |
|
260 Public method to populate the class with data persisted by 'toDict()'. |
|
261 </p> |
|
262 <dl> |
|
263 |
|
264 <dt><i>version</i> (str)</dt> |
|
265 <dd> |
|
266 version of the data |
|
267 </dd> |
|
268 <dt><i>data</i> (dict)</dt> |
|
269 <dd> |
|
270 dictionary containing the persisted data |
|
271 </dd> |
|
272 </dl> |
|
273 <dl> |
|
274 <dt>Return:</dt> |
|
275 <dd> |
|
276 tuple containing a flag indicating success and an info |
|
277 message in case the diagram belongs to a different project |
|
278 </dd> |
|
279 </dl> |
|
280 <dl> |
|
281 <dt>Return Type:</dt> |
|
282 <dd> |
|
283 tuple of (bool, str) |
|
284 </dd> |
|
285 </dl> |
259 <a NAME="ApplicationDiagramBuilder.parsePersistenceData" ID="ApplicationDiagramBuilder.parsePersistenceData"></a> |
286 <a NAME="ApplicationDiagramBuilder.parsePersistenceData" ID="ApplicationDiagramBuilder.parsePersistenceData"></a> |
260 <h4>ApplicationDiagramBuilder.parsePersistenceData</h4> |
287 <h4>ApplicationDiagramBuilder.parsePersistenceData</h4> |
261 <b>parsePersistenceData</b>(<i>version, data</i>) |
288 <b>parsePersistenceData</b>(<i>version, data</i>) |
262 |
289 |
|
290 <p> |
|
291 Public method to parse persisted data. |
|
292 </p> |
|
293 <dl> |
|
294 |
|
295 <dt><i>version</i> (str)</dt> |
|
296 <dd> |
|
297 version of the data |
|
298 </dd> |
|
299 <dt><i>data</i> (str)</dt> |
|
300 <dd> |
|
301 persisted data to be parsed |
|
302 </dd> |
|
303 </dl> |
|
304 <dl> |
|
305 <dt>Return:</dt> |
|
306 <dd> |
|
307 flag indicating success |
|
308 </dd> |
|
309 </dl> |
|
310 <dl> |
|
311 <dt>Return Type:</dt> |
|
312 <dd> |
|
313 bool |
|
314 </dd> |
|
315 </dl> |
263 <a NAME="ApplicationDiagramBuilder.toDict" ID="ApplicationDiagramBuilder.toDict"></a> |
316 <a NAME="ApplicationDiagramBuilder.toDict" ID="ApplicationDiagramBuilder.toDict"></a> |
264 <h4>ApplicationDiagramBuilder.toDict</h4> |
317 <h4>ApplicationDiagramBuilder.toDict</h4> |
265 <b>toDict</b>(<i></i>) |
318 <b>toDict</b>(<i></i>) |
266 |
319 |
267 <p> |
320 <p> |