public class FmZone
extends java.lang.Object
Constructor and Description |
---|
FmZone(com.arm.cmsis.zone.data.ICpZone zone)
Create a Zone generator data model element.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FmBlock> |
getBlocks()
Get a collection with all blocks assigned to this zone.
|
FmDevice |
getDevice()
Get the device this zone is linked to.
|
java.lang.String |
getName()
Get the zones name.
|
java.util.Collection<FmProcess> |
getProcesses()
Get a collection of all processes defined in this zone.
|
FmProcessor |
getProcessor()
Get the processor this zone is linked to.
|
java.util.Collection<FmBlock> |
getVisibleBlocks()
Get a collection with all leaf blocks visible to this zone.
|
java.util.Collection<FmBlock> |
getVisibleResources()
Get a collection with all resources visible to this zone.
|
public FmZone(com.arm.cmsis.zone.data.ICpZone zone)
zone
- The storage data model element to wrap.public java.lang.String getName()
public java.util.Collection<FmBlock> getBlocks()
public java.util.Collection<FmBlock> getVisibleBlocks()
public java.util.Collection<FmBlock> getVisibleResources()
public FmDevice getDevice()
public FmProcessor getProcessor()
public java.util.Collection<FmProcess> getProcesses()