Changes between Version 4 and Version 5 of TopdlLibrary
- Timestamp:
- Oct 5, 2012 3:15:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TopdlLibrary
v4 v5 93 93 Return the XML encoding (from the topdl language) of this object (and nested objects) 94 94 95 == Topology Class == 96 97 This class holds an enitre topology. The utility functions that read and write files operate on it, and it is generally the unit of I/O for the library. 98 99 It has the following members: 100 101 {{{substrates}}}:: 102 A list of [TopdlLibrary#SubstrateClass Substrate objects] 103 95 104 == Computer Class == 96 105 … … 125 134 A list of strings that describe the valid operations on the machine. These are generally used by the federation system, and their definition is somewhat in flux.The list may be empty. 126 135 136 The constructor takes the member names as parameters. Only {{{name}}} is required. 137 127 138 128 139