TrafficLightCtrl.sgen 461 B

1234567891011121314151617181920212223242526
  1. GeneratorModel for yakindu::java {
  2. statechart TrafficLightCtrl {
  3. feature Outlet {
  4. targetProject = "traffic_light_timer"
  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. InterfaceObserverSupport = true
  15. }
  16. feature SynchronizedWrapper {
  17. namePrefix = "Synchronized"
  18. nameSuffix = ""
  19. }
  20. }
  21. }