TrafficLightCtrl.sgen 878 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. GeneratorModel for yakindu::java {
  2. statechart TrafficLightCtrl {
  3. feature Outlet {
  4. targetProject = "traffic_light"
  5. targetFolder = "src-gen"
  6. }
  7. feature Naming {
  8. basePackage = "traffic.light"
  9. implementationSuffix =""
  10. }
  11. feature GeneralFeatures {
  12. RuntimeService = true
  13. TimerService = true
  14. }
  15. feature SynchronizedWrapper {
  16. namePrefix = "Synchronized"
  17. nameSuffix = ""
  18. }
  19. feature LicenseHeader {
  20. licenseText = "
  21. Copyright (c) 2012-2015 committers of YAKINDU and others.
  22. All rights reserved. This program and the accompanying materials
  23. are made available under the terms of the Eclipse Public License v1.0
  24. which accompanies this distribution, and is available at
  25. http://www.eclipse.org/legal/epl-v10.html
  26. Contributors:
  27. committers of YAKINDU - initial API and implementation
  28. �"
  29. }
  30. }
  31. }