Part of lp.soyuz.interfaces.processor View In Hierarchy
Known implementations: lp.soyuz.model.processor.ProcessorFamily
Attribute | id | The ProcessorFamily ID |
Attribute | name | The Processor Family Name |
Attribute | title | The Processor Family Title |
Attribute | description | The Processor Name Description |
Attribute | processors | The Processors in this family. |
Bool | restricted | Undocumented |
Method | addProcessor | Add a new processor to this family. |
Parameters | name | Name of the processor |
title | Title of the processor | |
description | Description of the processor | |
Returns | A IProcessor |