Class Module
Object
|
+--Module
- class
Module
Creates a new Module object.
Defined in Module.js
|
Constructor Summary |
Module
(javaObject)
|
|
Method Summary |
function
|
createInstance(net, instanceName)
Creates a new ModuleInstance for this Module Definition.
|
<static> function
|
find(net, name)
Tries to find the module with the given name inside the net.
|
Module
function Module(javaObject)
Parameters:
javaObject - The java object to encapsulate.
createInstance
function createInstance(net, instanceName)
Creates a new ModuleInstance for this Module Definition.
Parameters:
net - The net to create the module instance in.
instanceName - The name of the new instance.
Returns:
The ModuleInstance object.
find
<static> function find(net, name)
Tries to find the module with the given name inside the net.
Parameters:
net - The net to search in.
name - The name of the module.