createNode()
method creates a new node in the simulation with the specified platform, with the specified program loaded onto it.
@param pf the platform factory used to create the platform for the node
@param pp the program for the node
@return a new instance of the Node
class representing the node
null
if no properties should be added.
@return The id of the created node.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|