1234567891011121314151617181920212223242526 |
- GeneratorModel for yakindu::java {
- statechart TrafficLightCtrl {
-
- feature Outlet {
- targetProject = "traffic_light_timer"
- targetFolder = "src-gen"
- }
- feature Naming {
- basePackage = "traffic.light"
- implementationSuffix =""
- }
- feature GeneralFeatures {
- RuntimeService = true
- TimerService = true
- InterfaceObserverSupport = true
- }
-
- feature SynchronizedWrapper {
- namePrefix = "Synchronized"
- nameSuffix = ""
- }
- }
- }
|