Modifier and Type | Method and Description |
---|---|
java.util.Collection<FmBlock> |
FmZone.getBlocks()
Get a collection with all blocks assigned to this zone.
|
java.util.Collection<FmBlock> |
FmProcessor.getBlocks()
Get a collection of leaf blocks visible to this processor.
|
java.util.Collection<FmBlock> |
FmProcess.getBlocks()
Get a collection of blocks assigned to this process.
|
java.util.Collection<FmBlock> |
FmDevice.getBlocks()
Get a collection of blocks for this device.
|
java.util.Collection<FmBlock> |
FmBlock.getSubBlocks()
Get a collection of blocks this one is divided into.
|
java.util.Collection<FmBlock> |
FmZone.getVisibleBlocks()
Get a collection with all leaf blocks visible to this zone.
|
java.util.Collection<FmBlock> |
FmZone.getVisibleResources()
Get a collection with all resources visible to this zone.
|
Constructor and Description |
---|
FmInterrupt(com.arm.cmsis.zone.data.ICpInterrupt interrupt,
FmBlock block)
Create Interrupt generator data model element.
|