|
|
@@ -26,6 +26,7 @@ import org.yakindu.sct.model.stext.stext.InternalScope
|
|
|
import org.yakindu.sct.model.stext.stext.OperationDefinition
|
|
|
import org.yakindu.sct.model.stext.stext.VariableDefinition
|
|
|
import org.yakindu.sct.model.sgen.GeneratorEntry
|
|
|
+import org.yakindu.sct.model.sexec.TimeEvent
|
|
|
|
|
|
class Naming {
|
|
|
|
|
|
@@ -229,7 +230,10 @@ class Naming {
|
|
|
'''«asFunction»'''
|
|
|
|
|
|
def dispatch access (Event it)
|
|
|
- '''«scHandle»->«scope.instance».«name.asIdentifier.raised»'''
|
|
|
+ '''«scHandle»->«scope.instance».«name.asIdentifier.raised»'''
|
|
|
+
|
|
|
+ def dispatch access (TimeEvent it)
|
|
|
+ '''«scHandle»->«scope.instance».«shortName.raised»'''
|
|
|
|
|
|
def dispatch access (EObject it)
|
|
|
'''#error cannot access elements of type «getClass().name»'''
|