GenModelJava.sgen 538 B

12345678910111213141516171819202122232425
  1. GeneratorModel for yakindu::java {
  2. statechart TrafficLightWaiting {
  3. feature Outlet {
  4. targetProject = "org.yakindu.sct.examples.trafficlight"
  5. targetFolder = "src-gen"
  6. }
  7. feature GeneralFeatures {
  8. EventBasedStatemachine = true
  9. InterfaceObserverSupport = false
  10. TimerService = true
  11. RuntimeService = true
  12. }
  13. feature FunctionInlining {
  14. inlineChoices = true
  15. inlineEnterSequences = true
  16. inlineEntryActions = true
  17. inlineExitActions = true
  18. inlineExitSequences = true
  19. inlineReactions = true
  20. }
  21. }
  22. }