EMF operation invocation in an ATL module [message #1075395] |
Mon, 29 July 2013 06:59  |
Eclipse User |
|
|
|
Hi there,
rule rule_getDevice{
from
a: source!DeviceItem
to
p:target!Device(
name <- a.Name,
s7DeviceReference<-a.DeviceReference,
isSelectedWithinStep7 <-a.stringToBool(a.IsSelected)
)
}
stringToBool() defined in the source EMF meta-model. I set the Operation Reflection feature of the gen model to True.
I get the following error, When I run this transformation using ATL Run configuration,
org.eclipse.m2m.atl.engine.emfvm.VMException: Operation not found: IN!<unnamed>.stringToBool(java.lang.String)
Any help is appreciated.
Cheers,
Kosala
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 1.25045 seconds