Changes between Version 3 and Version 4 of DsxArchitectureCreation


Ignore:
Timestamp:
Jan 31, 2007, 6:38:46 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DsxArchitectureCreation

    v3 v4  
    1515== Parameters ==
    1616
    17 Anywhere in `architecture` method, you may call `self.getParam(name, [default value])` to get an architecture instance parameter.
     17Anywhere in `architecture` method, you may call `self.getParam(name)` to get an architecture instance parameter.
    1818 * name is the parameter name
    1919 * default value is optionnal
    2020   * user-specified value overrides default value
    2121   * if default value is not given when calling `getParam`, user-specified argument becomes mandatory.
     22 * default value must be specified in class-global dictionnary 'defaults'
    2223
    2324== Examples ==