Package | Description |
---|---|
platform.model |
package contains components to build a platform model.
|
Modifier and Type | Field and Description |
---|---|
private Memory[] |
Platform.memories
All the memories of the platform.
|
private Memory[] |
Cluster.memory
Memories of the cluster.
|
private Memory[] |
Processor.memory
Memories of the processor
|
Modifier and Type | Method and Description |
---|---|
Memory |
Cluster.getMemory(int index)
Gets Memory inside cluster at index
|
Memory |
Processor.getMemory(int index)
Gets the memory at a particular index.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.addMemory(Memory mem)
Adds Memory to the cluster at available index.
|
void |
Platform.addMemory(Memory mem)
Add memory component to the platform.
|
void |
Processor.addMemory(Memory mem)
Adds a memory component to the processor at next available index.
|