Uses of Class
p2pMapReduce.impl.nodeModule.NodeModuleImpl

Packages that use NodeModuleImpl
p2pMapReduce.gui   
 

Uses of NodeModuleImpl in p2pMapReduce.gui
 

Methods in p2pMapReduce.gui with parameters of type NodeModuleImpl
 void GUIFrame.setNodeModule(NodeModuleImpl nodeModule)
           
 

Constructors in p2pMapReduce.gui with parameters of type NodeModuleImpl
ExecutionPanel(NodeModuleImpl nodeModule, GUIFrame guiFrame)
           
GUI(NodeModuleImpl nodeModule)
           
NetPanel(NodeModuleImpl nodeModule, GUIFrame guiFrame)