Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/src/ea_model/iso_19107_2003_spatial_schema/geometry/coordinate_geometry/transfiniteset<directposition>.py@8049
Revision 8049,
548 bytes
checked in by mnagni, 9 years ago
(diff) |
Now the imported UML generated classes are pylint complaint!
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | |
---|
14 | ''' |
---|
15 | Created on 05-Jan-2012 12:20:18 |
---|
16 | |
---|
17 | @author: mnagni |
---|
18 | ''' |
---|
19 | |
---|
20 | class TransfiniteSet<DirectPosition>(object): |
---|
21 | ''' |
---|
22 | Represents a data entity defined in a UML diagram and supposed to |
---|
23 | be persisted in a relational database. |
---|
24 | |
---|
25 | This class has been genererated automatically using the Apache Velocity project. |
---|
26 | ''' |
---|
27 | ''' |
---|
28 | Please note that any access to the inner attributes should be done using |
---|
29 | the given get/set methods and NOT accessing them directly. |
---|
30 | ''' |
---|
31 | def __init__(self): |
---|
32 | super(TransfiniteSet<DirectPosition>, self).__init__() |
---|
Note: See
TracBrowser
for help on using the repository browser.