public class DmaEngine extends PlatformComponentProp
Modifier and Type | Field and Description |
---|---|
private Cluster |
cluster
Cluster to which the DMA engine belongs
|
Constructor and Description |
---|
DmaEngine(java.lang.String name,
int id,
Cluster cluster)
Initialize the DMA Engine component of the platform model.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
getCluster()
Gets Cluster to which the DMA Engine belongs to.
|
getId, getName, toString
private final Cluster cluster
public DmaEngine(java.lang.String name, int id, Cluster cluster)
name
- name of the DMA Engineid
- id of the DMA Enginecluster
- cluster to which DMA belongspublic Cluster getCluster()