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

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

public class BehaviorNode
extends java.lang.Object

Some methods use for the 'behavior' nodes

Author:
JC Meillaud, A Peyrard, Bruno Dillenseger

Constructor Summary
BehaviorNode()
           
 
Method Summary
static NodeDescription createNodeDescription()
          Create a 'behavior' node description
static ParametersWidgetsNode createParametersWidgetsNode()
          Create the parameters widgets tree
static java.util.Vector getHelp()
          Help behavior node getter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehaviorNode

public BehaviorNode()
Method Detail

getHelp

public static java.util.Vector getHelp()
Help behavior node getter

Returns:
The help lines

createNodeDescription

public static NodeDescription createNodeDescription()
Create a 'behavior' node description

Returns:
The node description created

createParametersWidgetsNode

public static ParametersWidgetsNode createParametersWidgetsNode()
Create the parameters widgets tree

Returns:
The tree created