Home | Trees | Indices | Help |
---|
|
object --+ | Benchmark --+ | ACADEMIC
class YAL(Benchmark) - reading academic benchmarks
Use this class to load a ACADEMIC file. This is a 3D benchmark format.
|
|||
|
|||
data |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
data ... data from an external source status ... benchmark status dictionary Takes data and creates an own benchmark instance. data needs to be in the right format. No format testing is done! Example status = {'source' : 'YAL', 'name' : filename, 'number of dimensions' : 2, 'shape of modules' : 'rectangluar'}
|
text ... string representation of benchmark file data ... dictionary representation of benchmark Abstract method!!! Needs to be implemented in subclass. Parsing string representation of a SPECIFIC benchmark. data format: {modulename: [moduletype, dimensions, connections]}
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Apr 27 17:47:09 2011 | http://epydoc.sourceforge.net |