GenModelJava.sgen 662 B

123456789101112131415161718192021
  1. GeneratorModel for yakindu::java {
  2. statechart TrafficLightWaiting {
  3. feature Outlet {
  4. targetProject = "org.yakindu.sct.examples.generator.java.trafficlight"
  5. targetFolder = "src-gen"
  6. }
  7. feature licenseHeader {
  8. licenseText = "/**
  9. * Copyright (c) 2011 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. *
  15. * Contributors:
  16. * committers of YAKINDU - initial API and implementation
  17. */"
  18. }
  19. }
  20. }