GenModelJava.sgen 629 B

1234567891011121314151617181920212223
  1. GeneratorModel for yakindu::c {
  2. statechart TrafficLightWaiting {
  3. feature Outlet {
  4. targetProject = "org.yakindu.sct.examples.c.trafficlight"
  5. targetFolder = "src-gen"
  6. }
  7. feature LicenseHeader {
  8. licenseText = "
  9. Copyright (c) 2012 committers of YAKINDU and others.
  10. All rights reserved. This program and the accompanying materials
  11. are made available under the terms of the Eclipse Public License v1.0
  12. which accompanies this distribution, and is available at
  13. http://www.eclipse.org/legal/epl-v10.html
  14. Contributors:
  15. committers of YAKINDU - initial API and implementation
  16. �"
  17. }
  18. }
  19. }