240 Public method to build the modules shapes of the diagram. |
240 Public method to build the modules shapes of the diagram. |
241 </p> |
241 </p> |
242 |
242 |
243 <a NAME="ImportsDiagramBuilder.fromDict" ID="ImportsDiagramBuilder.fromDict"></a> |
243 <a NAME="ImportsDiagramBuilder.fromDict" ID="ImportsDiagramBuilder.fromDict"></a> |
244 <h4>ImportsDiagramBuilder.fromDict</h4> |
244 <h4>ImportsDiagramBuilder.fromDict</h4> |
245 <b>fromDict</b>(<i>version, data</i>) |
245 <b>fromDict</b>(<i>_version, data</i>) |
246 <p> |
246 <p> |
247 Public method to populate the class with data persisted by 'toDict()'. |
247 Public method to populate the class with data persisted by 'toDict()'. |
248 </p> |
248 </p> |
249 |
249 |
250 <dl> |
250 <dl> |
251 |
251 |
252 <dt><i>version</i> (str)</dt> |
252 <dt><i>_version</i> (str)</dt> |
253 <dd> |
253 <dd> |
254 version of the data |
254 version of the data (unused) |
255 </dd> |
255 </dd> |
256 <dt><i>data</i> (dict)</dt> |
256 <dt><i>data</i> (dict)</dt> |
257 <dd> |
257 <dd> |
258 dictionary containing the persisted data |
258 dictionary containing the persisted data |
259 </dd> |
259 </dd> |
278 Public method to initialize the object. |
278 Public method to initialize the object. |
279 </p> |
279 </p> |
280 |
280 |
281 <a NAME="ImportsDiagramBuilder.parsePersistenceData" ID="ImportsDiagramBuilder.parsePersistenceData"></a> |
281 <a NAME="ImportsDiagramBuilder.parsePersistenceData" ID="ImportsDiagramBuilder.parsePersistenceData"></a> |
282 <h4>ImportsDiagramBuilder.parsePersistenceData</h4> |
282 <h4>ImportsDiagramBuilder.parsePersistenceData</h4> |
283 <b>parsePersistenceData</b>(<i>version, data</i>) |
283 <b>parsePersistenceData</b>(<i>_version, data</i>) |
284 <p> |
284 <p> |
285 Public method to parse persisted data. |
285 Public method to parse persisted data. |
286 </p> |
286 </p> |
287 |
287 |
288 <dl> |
288 <dl> |
289 |
289 |
290 <dt><i>version</i> (str)</dt> |
290 <dt><i>_version</i> (str)</dt> |
291 <dd> |
291 <dd> |
292 version of the data |
292 version of the data (unused) |
293 </dd> |
293 </dd> |
294 <dt><i>data</i> (str)</dt> |
294 <dt><i>data</i> (str)</dt> |
295 <dd> |
295 <dd> |
296 persisted data to be parsed |
296 persisted data to be parsed |
297 </dd> |
297 </dd> |