org.ow2.clif.scenario.isac.egui.plugins.nodes
Class ControlerNode

java.lang.Object
  extended by org.ow2.clif.scenario.isac.egui.plugins.nodes.ControlerNode

public class ControlerNode
extends java.lang.Object

This class implements some method which will be used when we will create some controlers nodes

Author:
JC Meillaud, A Peyrard

Constructor Summary
ControlerNode()
           
 
Method Summary
static NodeDescription createNodeDescription(PluginManager pluginManager, java.lang.String plugin, java.lang.String type, java.lang.String name)
          This method create a node description for the controler node described in parameter
static java.util.Vector<java.lang.String> getHelp(java.lang.String type)
          Get the help for the type of controler node given in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlerNode

public ControlerNode()
Method Detail

getHelp

public static java.util.Vector<java.lang.String> getHelp(java.lang.String type)
Get the help for the type of controler node given in parameter

Parameters:
type - The type of the controler node
Returns:
The help lines

createNodeDescription

public static NodeDescription createNodeDescription(PluginManager pluginManager,
                                                    java.lang.String plugin,
                                                    java.lang.String type,
                                                    java.lang.String name)
This method create a node description for the controler node described in parameter

Parameters:
pluginManager - the plugin manager
plugin - The plugin name of the test
type - The type of the node, which will be used a test
name - The name of the test used
Returns:
The node description for this controler node