public class FmProcessor
extends java.lang.Object
Constructor and Description |
---|
FmProcessor(com.arm.cmsis.zone.data.ICpProcessorResource processor)
Create Processor generator data model element.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FmBlock> |
getBlocks()
Get a collection of leaf blocks visible to this processor.
|
FmDevice |
getDevice()
Get the device this processor is contained in.
|
java.lang.String |
getName()
Get processors name.
|
public FmProcessor(com.arm.cmsis.zone.data.ICpProcessorResource processor)
processor
- The storage data model element to wrap.public java.lang.String getName()
public FmDevice getDevice()
public java.util.Collection<FmBlock> getBlocks()