GenModelJava.sgen 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 Naming {
  8. basePackage = "org.yakindu.sct.examples.trafficlight.cyclebased"
  9. }
  10. feature GeneralFeatures {
  11. InterfaceObserverSupport = false
  12. TimerService = true
  13. RuntimeService = true
  14. }
  15. // feature FunctionInlining {
  16. // inlineChoices = true
  17. // inlineEnterSequences = true
  18. // inlineEntryActions = true
  19. // inlineExitActions = true
  20. // inlineExitSequences = true
  21. // inlineReactions = true
  22. // }
  23. feature LicenseHeader {
  24. licenseText = "
  25. Copyright (c) 2011 committers of YAKINDU and others.
  26. All rights reserved. This program and the accompanying materials
  27. are made available under the terms of the Eclipse Public License v1.0
  28. which accompanies this distribution, and is available at
  29. http://www.eclipse.org/legal/epl-v10.html
  30. Contributors:
  31. committers of YAKINDU - initial API and implementation
  32. �"
  33. }
  34. }
  35. }