| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package entities :: Module customentities :: Class CustomEntityRepository |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Creates custom entity group. | |
Creates a new group from a loaded source file. | |
Returns group with specified name. | |
Returns memeber of group with specified name or ID. | |
| Method Details |
|---|
createGroup(self, groupName, sourceRef=None)Creates custom entity group. If a group with the given name already exists, return this. |
createGroupFromSource(self, groupName, sourceCodeFilename)Creates a new group from a loaded source file. |
getGroup(self, groupName)Returns group with specified name. |
getMemberInGroup(self, groupName, memberName)Returns memeber of group with specified name or ID. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:29 2005 | http://epydoc.sf.net |