GenModelJava.sgen 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. feature LicenseHeader {
  22. licenseText = "
  23. Copyright (c) 2011 committers of YAKINDU and others.
  24. All rights reserved. This program and the accompanying materials
  25. are made available under the terms of the Eclipse Public License v1.0
  26. which accompanies this distribution, and is available at
  27. http://www.eclipse.org/legal/epl-v10.html
  28. Contributors:
  29. committers of YAKINDU - initial API and implementation
  30. â"
  31. }
  32. }
  33. }