Part of lp.soyuz.interfaces.processor View In Hierarchy
Known implementations: lp.soyuz.model.processor.ProcessorFamilySet
| Method | getByName | Return the ProcessorFamily instance with the matching name. |
| Method | getRestricted | Return a sequence of all restricted architectures. |
| Method | getByProcessorName | Given a processor name return the ProcessorFamily it belongs to. |
| Method | new | Create a new processor family. |
| Parameters | name | The name to look for. |
| Returns | A IProcessorFamily instance if found, None otherwise. | |
| Returns | A sequence of IProcessorFamily instances. | |
| Parameters | name | The name of the processor to look for. |
| Returns | A IProcessorFamily instance if found, None otherwise. | |
| Parameters | name | Name of the family. |
| title | Title for the family. | |
| description | Extended description of the family | |
| restricted | Whether the processor family is restricted | |
| Returns | a IProcessorFamily. | |