Changes between Version 4 and Version 5 of TopdlLibrary


Ignore:
Timestamp:
Oct 5, 2012 3:15:22 PM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TopdlLibrary

    v4 v5  
    9393   Return the XML encoding (from the topdl language) of this object (and nested objects)
    9494
     95== Topology Class ==
     96
     97This 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
     99It has the following members:
     100
     101 {{{substrates}}}::
     102   A list of [TopdlLibrary#SubstrateClass Substrate objects]
     103
    95104== Computer Class ==
    96105
     
    125134   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.
    126135
     136The constructor takes the member names as parameters.  Only {{{name}}} is required.
     137
    127138
    128139