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

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

public class IfNode
extends java.lang.Object

This class is an implementation of some methods wich will be used to build some nodes of type 'if'

Author:
JC Meillaud, A Peyrard

Constructor Summary
IfNode()
           
 
Method Summary
protected static NodeDescription createNodeDescription(PluginManager pluginManager, java.lang.String pluginName, java.lang.String testName)
          Create a node description for the if controller
protected static java.util.Vector<java.lang.String> getHelp()
          This method return the help of an if node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfNode

public IfNode()
Method Detail

createNodeDescription

protected static NodeDescription createNodeDescription(PluginManager pluginManager,
                                                       java.lang.String pluginName,
                                                       java.lang.String testName)
Create a node description for the if controller

Parameters:
pluginManager - the plugin manager
pluginName - The name of the plugin used
testName - The name of the test used
Returns:
The node description for this controler

getHelp

protected static java.util.Vector<java.lang.String> getHelp()
This method return the help of an if node

Returns:
The help lines