Class CIM_RealizesProcessor
extends CIM_Realizes

One or more Processors can be Realized by a Physical Package. This association adds semantics how these Processors are realized. For example, the processors may be realized by Hyperthreading technology or by multiple cores on the same package.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_Dependency
   |
   +--CIM_Realizes
   |
   +--CIM_RealizesProcessor

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringOne or more Processors can be Realized by a Physical Package. This association adds semantics how these Processors are realized. For example, the processors may be realized by Hyperthreading technology or by multiple cores on the same package.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::Processor
Versionstring2.10.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
RealizationTypeuint16
DescriptionstringThe type how a logical Processor is realized. If a physical package contains one logical processor, which is the traditional case, then this value is set to "Dedicated". If a single physical package/chip contains multiple processor threads (e.g. HyperThreads) then this value is set to "Thread". If the package contains multiple CPU cores, and the processor is realized by a core, then this value is set to "Core". If a physical package contains multiple cores and each core has multiple threads, then the type is set to "ThreadOnCore".
ValueMapstring0, 1, 2, 3, 4, 5
ValuesstringUnknown, DMTF Reserved, Dedicated, Thread, Core, ThreadOnCore

Association References

NameClass OriginReference Class
AntecedentCIM_RealizesProcessorCIM_PhysicalPackage
DependentCIM_RealizesProcessorCIM_Processor

Class Methods