77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#ModuleItem.parseItemDataString">parseItemDataString</a></td> |
78 <td><a href="#ModuleItem.parseItemDataString">parseItemDataString</a></td> |
79 <td>Public method to parse the given persistence data.</td> |
79 <td>Public method to parse the given persistence data.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#ModuleItem.setModel">setModel</a></td> |
81 <td><a href="#ModuleItem.setModel">setModel</a></td> |
82 <td>Method to set the module model.</td> |
82 <td>Public method to set the module model.</td> |
83 </tr> |
83 </tr> |
84 </table> |
84 </table> |
85 <h3>Static Methods</h3> |
85 <h3>Static Methods</h3> |
86 <table> |
86 <table> |
87 <tr><td>None</td></tr> |
87 <tr><td>None</td></tr> |
171 </dd> |
171 </dd> |
172 </dl><a NAME="ModuleItem.setModel" ID="ModuleItem.setModel"></a> |
172 </dl><a NAME="ModuleItem.setModel" ID="ModuleItem.setModel"></a> |
173 <h4>ModuleItem.setModel</h4> |
173 <h4>ModuleItem.setModel</h4> |
174 <b>setModel</b>(<i>model</i>) |
174 <b>setModel</b>(<i>model</i>) |
175 <p> |
175 <p> |
176 Method to set the module model. |
176 Public method to set the module model. |
177 </p><dl> |
177 </p><dl> |
178 <dt><i>model</i></dt> |
178 <dt><i>model</i></dt> |
179 <dd> |
179 <dd> |
180 module model containing the module data (ModuleModel) |
180 module model containing the module data (ModuleModel) |
181 </dd> |
181 </dd> |
202 <tr> |
202 <tr> |
203 <td><a href="#ModuleModel.__init__">ModuleModel</a></td> |
203 <td><a href="#ModuleModel.__init__">ModuleModel</a></td> |
204 <td>Constructor</td> |
204 <td>Constructor</td> |
205 </tr><tr> |
205 </tr><tr> |
206 <td><a href="#ModuleModel.addClass">addClass</a></td> |
206 <td><a href="#ModuleModel.addClass">addClass</a></td> |
207 <td>Method to add a class to the module model.</td> |
207 <td>Public method to add a class to the module model.</td> |
208 </tr><tr> |
208 </tr><tr> |
209 <td><a href="#ModuleModel.getClasses">getClasses</a></td> |
209 <td><a href="#ModuleModel.getClasses">getClasses</a></td> |
210 <td>Method to retrieve the classes of the module.</td> |
210 <td>Public method to retrieve the classes of the module.</td> |
211 </tr> |
211 </tr> |
212 </table> |
212 </table> |
213 <h3>Static Methods</h3> |
213 <h3>Static Methods</h3> |
214 <table> |
214 <table> |
215 <tr><td>None</td></tr> |
215 <tr><td>None</td></tr> |
229 </dd> |
229 </dd> |
230 </dl><a NAME="ModuleModel.addClass" ID="ModuleModel.addClass"></a> |
230 </dl><a NAME="ModuleModel.addClass" ID="ModuleModel.addClass"></a> |
231 <h4>ModuleModel.addClass</h4> |
231 <h4>ModuleModel.addClass</h4> |
232 <b>addClass</b>(<i>classname</i>) |
232 <b>addClass</b>(<i>classname</i>) |
233 <p> |
233 <p> |
234 Method to add a class to the module model. |
234 Public method to add a class to the module model. |
235 </p><dl> |
235 </p><dl> |
236 <dt><i>classname</i></dt> |
236 <dt><i>classname</i></dt> |
237 <dd> |
237 <dd> |
238 class name to be added (string) |
238 class name to be added (string) |
239 </dd> |
239 </dd> |
240 </dl><a NAME="ModuleModel.getClasses" ID="ModuleModel.getClasses"></a> |
240 </dl><a NAME="ModuleModel.getClasses" ID="ModuleModel.getClasses"></a> |
241 <h4>ModuleModel.getClasses</h4> |
241 <h4>ModuleModel.getClasses</h4> |
242 <b>getClasses</b>(<i></i>) |
242 <b>getClasses</b>(<i></i>) |
243 <p> |
243 <p> |
244 Method to retrieve the classes of the module. |
244 Public method to retrieve the classes of the module. |
245 </p><dl> |
245 </p><dl> |
246 <dt>Returns:</dt> |
246 <dt>Returns:</dt> |
247 <dd> |
247 <dd> |
248 list of class names (list of strings) |
248 list of class names (list of strings) |
249 </dd> |
249 </dd> |