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

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

public class WhileNode
extends java.lang.Object

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

Author:
JC Meillaud, A Peyrard

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

Constructor Detail

WhileNode

public WhileNode()
Method Detail

createNodeDescription

protected static NodeDescription createNodeDescription(PluginManager pluginManager,
                                                       java.lang.String pluginName,
                                                       java.lang.String testName)
Create a node description for the while 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 a while node

Returns:
The help lines