Skip to content
Snippets Groups Projects
Commit d6c63c8b authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Removing EXECI in NetworkInterface

parent 9b8ae42c
No related branches found
No related tags found
No related merge requests found
......@@ -144,13 +144,15 @@ public class TaskNetworkInterface extends TMLTask {
state.setAction("loopExit = 2");
addElement(loop, state);
TMLExecI execI = new TMLExecI("ExecI", referenceObject);
execI.setAction("1");
addElement(state, execI);
//TMLExecI execI = new TMLExecI("ExecI", referenceObject);
//execI.setAction("1");
//addElement(state, execI);
TMLSequence mainSequence = new TMLSequence("mainSequence", referenceObject);
addElement(execI, mainSequence);
//addElement(execI, mainSequence);
addElement(state, mainSequence);
for(i=0; i<nbOfVCs; i++) {
TMLChoice testOnLoopExit = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment