|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeDescription | |
---|---|
org.ow2.clif.scenario.isac.egui.plugins | |
org.ow2.clif.scenario.isac.egui.plugins.nodes |
Uses of NodeDescription in org.ow2.clif.scenario.isac.egui.plugins |
---|
Methods in org.ow2.clif.scenario.isac.egui.plugins that return NodeDescription | |
---|---|
NodeDescription |
PluginDescription.createNodeDescription(java.lang.String type,
java.lang.String name)
Create a node description of a selected action descripted by it type and name |
NodeDescription |
PluginManager.createNodeDescription(java.lang.String plugin,
java.lang.String type,
java.lang.String name)
Create a new node description for a selected action of a selected plug-in |
Methods in org.ow2.clif.scenario.isac.egui.plugins that return types with arguments of type NodeDescription | |
---|---|
java.util.Vector<NodeDescription> |
PluginManager.createNodesDescriptions(java.lang.String type)
Create a new vector with an entry for each actions, parameters values will be set to null |
java.util.Vector<NodeDescription> |
PluginDescription.createNodesDescriptions(java.lang.String type)
Create the nodes descriptions of each actions defined in this plugin of the given type |
java.util.Vector<NodeDescription> |
PluginManager.createNodesDescriptionsByPlugins(java.util.Vector<java.lang.String> pluginsName,
java.lang.String type)
Create a new vector with an entry for each actions, parameters values will be set to null But only action of the plug-in define in the vector which is given |
Methods in org.ow2.clif.scenario.isac.egui.plugins with parameters of type NodeDescription | |
---|---|
void |
TimerDescription.createNodeDescription(NodeDescription desc)
|
void |
TestDescription.createNodeDescription(NodeDescription desc)
|
void |
SampleDescription.createNodeDescription(NodeDescription desc)
|
void |
ObjectDescription.createNodeDescription(NodeDescription desc)
|
void |
ControlDescription.createNodeDescription(NodeDescription desc)
|
void |
ActionDescription.createNodeDescription(NodeDescription desc)
Method which update the node description for this action The node have been initialised with the rigth type, we initialise the other fields |
Uses of NodeDescription in org.ow2.clif.scenario.isac.egui.plugins.nodes |
---|
Methods in org.ow2.clif.scenario.isac.egui.plugins.nodes that return NodeDescription | |
---|---|
static NodeDescription |
ChoiceNode.createNodeDescription()
Create a node description for a choice |
static NodeDescription |
BehaviorsNode.createNodeDescription()
Create a 'behaviors' node description |
static NodeDescription |
BehaviorNode.createNodeDescription()
Create a 'behavior' node description |
protected static NodeDescription |
WhileNode.createNodeDescription(PluginManager pluginManager,
java.lang.String pluginName,
java.lang.String testName)
Create a node description for the while controller |
protected static NodeDescription |
PreemptiveNode.createNodeDescription(PluginManager pluginManager,
java.lang.String pluginName,
java.lang.String testName)
Create a node description for the preemptive controller |
protected static NodeDescription |
IfNode.createNodeDescription(PluginManager pluginManager,
java.lang.String pluginName,
java.lang.String testName)
Create a node description for the if controller |
static NodeDescription |
ControlerNode.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 NodeDescription |
NonePluginNode.createNodeDescription(java.lang.String type)
Create a new node description of the given type |
static NodeDescription |
NodeDescription.createNonePluginNode(java.lang.String type)
Create a new node description of the specified type, if this type is known |
Constructors in org.ow2.clif.scenario.isac.egui.plugins.nodes with parameters of type NodeDescription | |
---|---|
NodeDescription(NodeDescription node)
Build a new element which is a copy of the given one |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |