public class FmProcess
extends java.lang.Object
Constructor and Description |
---|
FmProcess(com.arm.cmsis.zone.data.ICpProcess process)
Create Process generator data model element.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FmBlock> |
getBlocks()
Get a collection of blocks assigned to this process.
|
java.lang.String |
getName()
Get the processes name.
|
public FmProcess(com.arm.cmsis.zone.data.ICpProcess process)
process
- The storage data model element to wrap.public java.lang.String getName()
public java.util.Collection<FmBlock> getBlocks()