|
| hardware - UML-Dokumentation |
deployment::hardware
KlasseProcessorCore
The ProcessorCore entity represents a single core within a processor package. Each core has a numeric identifier within the scope of the processor package and a collection of caches the core utilizes when executing code.
| Attribute |
| <Primitive Type> Unlimited Natural | coreId |
Identifier an execution core within a processor.
|
| <Class> Cache | caches |
Lists memory caches representing a cache hierarchy for a particular core.
|
| <Class> ProcessorDescriptor | descriptor |
Associates a processor core with a particular processor.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | ProcessorCore |
| Name Expression | |
| Namespace | <<ePackage>> <Package> hardware |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> hardware |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> hardware |
| Qualified Name | samm::deployment::hardware::ProcessorCore |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
caches
Public <Class> Cache caches
-
Lists memory caches representing a cache hierarchy for a particular core.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | <Association> A_cores_caches |
| Association End | |
| Class | <Class> ProcessorCore |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 0 |
| Lower Value | <Literal Integer> 0 |
| Multiplicity | * |
| Name | caches |
| Name Expression | |
| Namespace | <Class> ProcessorCore |
| Opposite | <Property> cores : ProcessorCore [1..*] |
| Owned Template Signature | |
| Owner | <Class> ProcessorCore |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | samm::deployment::hardware::ProcessorCore::caches |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Cache |
| Upper | * |
| Upper Value | <Literal Unlimited Natural> * |
| Visibility | Public |
coreId
Public <Primitive Type> Unlimited Natural coreId
-
Identifier an execution core within a processor.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> ProcessorCore |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | coreId |
| Name Expression | |
| Namespace | <Class> ProcessorCore |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ProcessorCore |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | samm::deployment::hardware::ProcessorCore::coreId |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Unlimited Natural |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
descriptor
Public <Class> ProcessorDescriptor descriptor
-
Associates a processor core with a particular processor.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | <Association> A_cores_descriptor |
| Association End | |
| Class | <Class> ProcessorCore |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | descriptor |
| Name Expression | |
| Namespace | <Class> ProcessorCore |
| Opposite | <Property> cores : ProcessorCore [1..*] |
| Owned Template Signature | |
| Owner | <Class> ProcessorCore |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | samm::deployment::hardware::ProcessorCore::descriptor |
| Stereotype | |
| Template Parameter | |
| Type | <Class> ProcessorDescriptor |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
|
| hardware - UML-Dokumentation |