95 <tr> |
95 <tr> |
96 <td><a href="#ApplicationDiagramBuilder.buildDiagram">buildDiagram</a></td> |
96 <td><a href="#ApplicationDiagramBuilder.buildDiagram">buildDiagram</a></td> |
97 <td>Public method to build the packages shapes of the diagram.</td> |
97 <td>Public method to build the packages shapes of the diagram.</td> |
98 </tr> |
98 </tr> |
99 <tr> |
99 <tr> |
|
100 <td><a href="#ApplicationDiagramBuilder.fromDict">fromDict</a></td> |
|
101 <td>Public method to populate the class with data persisted by 'toDict()'.</td> |
|
102 </tr> |
|
103 <tr> |
100 <td><a href="#ApplicationDiagramBuilder.getPersistenceData">getPersistenceData</a></td> |
104 <td><a href="#ApplicationDiagramBuilder.getPersistenceData">getPersistenceData</a></td> |
101 <td>Public method to get a string for data to be persisted.</td> |
105 <td>Public method to get a string for data to be persisted.</td> |
102 </tr> |
106 </tr> |
103 <tr> |
107 <tr> |
104 <td><a href="#ApplicationDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td> |
108 <td><a href="#ApplicationDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td> |
264 <b>buildDiagram</b>(<i></i>) |
268 <b>buildDiagram</b>(<i></i>) |
265 |
269 |
266 <p> |
270 <p> |
267 Public method to build the packages shapes of the diagram. |
271 Public method to build the packages shapes of the diagram. |
268 </p> |
272 </p> |
|
273 <a NAME="ApplicationDiagramBuilder.fromDict" ID="ApplicationDiagramBuilder.fromDict"></a> |
|
274 <h4>ApplicationDiagramBuilder.fromDict</h4> |
|
275 <b>fromDict</b>(<i>version, data</i>) |
|
276 |
|
277 <p> |
|
278 Public method to populate the class with data persisted by 'toDict()'. |
|
279 </p> |
|
280 <dl> |
|
281 |
|
282 <dt><i>version</i> (str)</dt> |
|
283 <dd> |
|
284 version of the data |
|
285 </dd> |
|
286 <dt><i>data</i> (dict)</dt> |
|
287 <dd> |
|
288 dictionary containing the persisted data |
|
289 </dd> |
|
290 </dl> |
|
291 <dl> |
|
292 <dt>Return:</dt> |
|
293 <dd> |
|
294 tuple containing a flag indicating success and an info |
|
295 message in case the diagram belongs to a different project |
|
296 </dd> |
|
297 </dl> |
|
298 <dl> |
|
299 <dt>Return Type:</dt> |
|
300 <dd> |
|
301 tuple of (bool, str) |
|
302 </dd> |
|
303 </dl> |
269 <a NAME="ApplicationDiagramBuilder.getPersistenceData" ID="ApplicationDiagramBuilder.getPersistenceData"></a> |
304 <a NAME="ApplicationDiagramBuilder.getPersistenceData" ID="ApplicationDiagramBuilder.getPersistenceData"></a> |
270 <h4>ApplicationDiagramBuilder.getPersistenceData</h4> |
305 <h4>ApplicationDiagramBuilder.getPersistenceData</h4> |
271 <b>getPersistenceData</b>(<i></i>) |
306 <b>getPersistenceData</b>(<i></i>) |
272 |
307 |
273 <p> |
308 <p> |