Package | Description |
---|---|
platform.model |
package contains components to build a platform model.
|
Modifier and Type | Field and Description |
---|---|
private NetworkLink[] |
Cluster.links
Links connected to the cluster.
|
private NetworkLink[] |
Platform.links
All the network links of the platform.
|
private NetworkLink[] |
Processor.links
Links connected to the processor.
|
Modifier and Type | Method and Description |
---|---|
NetworkLink |
Cluster.getLink(int index)
Gets Link of cluster at index
|
NetworkLink |
Platform.getLink(int index)
Gets a Network Link at particular index.
|
NetworkLink |
Processor.getLink(int index)
Gets the network link at a particular index.
|
Modifier and Type | Method and Description |
---|---|
void |
Platform.addLink(NetworkLink lnk)
Add a network link to the platform.
|
void |
Cluster.addLink(NetworkLink lnk,
int port)
Adds network link to a given port.
|
void |
Processor.addLink(NetworkLink lnk,
int port)
Adds network link at the port of the processor
|