Parent Directory
|
Revision Log
Adding lines to export, but not done yet.
1 | |
2 | # This class is not yet used, but should be. |
3 | |
4 | class LineInstance: |
5 | """ |
6 | Class representation of the ASCEND 'ARE_THE_SAME' relationship |
7 | signified by a ConnectorLine on the BlockCanvas. |
8 | """ |
9 | |
10 | def __init__(self): |
11 | self.fromblock = None |
12 | self.toblock = None |
13 | |
14 | def __str__(self): |
15 | s += ("\t%s, %s ARE_THE_SAME;\n" % (li.fromblock.name, li.toblock.name)) |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |