what do you mean with "full config of the specifc node "? the complete
xml-structure of this node?
here is the action:
| <node name="modelling System with Ameos">
| <transition name="success"
to="end1"></transition>
| <action class="myproject.JpdlExecutionInvoker">
| <Tool
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
| <Name>UPPAAL-Plugin-Tool</Name>
| <ParamList xsi:type="PLEclipsePlugin">
| <PluginID>
| anotherproject.uppaaltools
| </PluginID>
| <MethodClass>
| anotherproject.uppaaltools.action.StartAmeosAction
| </MethodClass>
| <Method>
| run
| </Method>
| </ParamList>
| <InputContainer>
| <DataRow ID="input"></DataRow>
| <Converter xsi:type="tDCConverter"></Converter>
| <Save xsi:type="tDCSaveJava" />
| </InputContainer>
| <OutputContainer>
| <DataRow ID="input"></DataRow>
| <Converter xsi:type="tDCConverter"></Converter>
| <Save xsi:type="tDCSaveJava" />
| </OutputContainer>
| </Tool>
| </action>
| </node>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102330#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...