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

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

public class PreemptiveNode
extends java.lang.Object

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

Author:
JC Meillaud, A Peyrard

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

Constructor Detail

PreemptiveNode

public PreemptiveNode()
Method Detail

createNodeDescription

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

Returns:
The help lines