Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
set the entrypoint for plaink3_tfsm language
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Oct 9, 2015
1 parent 6fe576d commit 72d36c8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Expand Up @@ -3,4 +3,3 @@

# But not these files...
!.gitignore
/.gitignore
Expand Up @@ -46,6 +46,7 @@ class Main

i++
}
println("Normal stop after "+i+" iterations (set in main)");
}

static def private TimedSystem loadModel()
Expand Down
Expand Up @@ -6,5 +6,5 @@
<fileExtension>SigPML</fileExtension>
</editorProjects>
<animatorProjects xsi:type="xdsml_base:SiriusAnimatorProject" projectName="org.gemoc.sample.tfsm.plaink3.design"/>
<dsaProject projectName="org.gemoc.sample.tfsm.plaink3.dsa" codeExecutorClass=""/>
<dsaProject projectName="org.gemoc.sample.tfsm.plaink3.dsa" codeExecutorClass="" entryPoint="org.gemoc.sample.tfsm.plaink3.dsa.Main"/>
</sequential_xdsml:SequentialLanguageDefinition>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.gemoc.executionengine.java.sequential_modeling_workbench.ui.launcher">
<booleanAttribute key="Event Scheduling Execution Tracing" value="false"/>
<intAttribute key="GEMOC_ANIMATE_DELAY" value="0"/>
<booleanAttribute key="GEMOC_LAUNCH_BREAK_START" value="true"/>
<stringAttribute key="GEMOC_LAUNCH_ENTRY_POINT" value="org.gemoc.sample.tfsm.plaink3.dsa.Main"/>
<stringAttribute key="GEMOC_LAUNCH_MELANGE_QUERY" value=""/>
<stringAttribute key="GEMOC_LAUNCH_SELECTED_DECIDER" value="Step by step user decider"/>
<stringAttribute key="GEMOC_LAUNCH_SELECTED_LANGUAGE" value="tfsmplainK3"/>
<stringAttribute key="Resource" value="/org.gemoc.sample.tfsm.plaink3.single_traffic_light_sample/single_traffic_light.tfsm"/>
<booleanAttribute key="VCD visualization" value="false"/>
<stringAttribute key="airdResource" value="/org.gemoc.sample.tfsm.plaink3.single_traffic_light_sample/single_traffic_light.aird"/>
<booleanAttribute key="tfsm_plaink3Trace Addon" value="false"/>
</launchConfiguration>

0 comments on commit 72d36c8

Please sign in to comment.