GenModelJava.sgen 1.0 KB

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