GenModelJava.sgen 779 B

1234567891011121314151617181920212223242526272829303132
  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. RuntimeService = true
  12. TimerService = true
  13. }
  14. feature LicenseHeader {
  15. licenseText = "
  16. Copyright (c) 2012 committers of YAKINDU and others.
  17. All rights reserved. This program and the accompanying materials
  18. are made available under the terms of the Eclipse Public License v1.0
  19. which accompanies this distribution, and is available at
  20. http://www.eclipse.org/legal/epl-v10.html
  21. Contributors:
  22. committers of YAKINDU - initial API and implementation
  23. �"
  24. }
  25. }
  26. }