[ATL] references [message #531264] |
Tue, 04 May 2010 11:23 |
graa Messages: 42 Registered: April 2010 |
Member |
|
|
Hello
I made a transformation using an ATL Kaos metamodel that instantiates of SysML that instantiates also of uml .
I want to know if ATL takes into consideration the references?
for example when i execute i have this error message:
Error loading platform:/resource/stage1/test.sysml: The feature 'nd1' is not a valid feature
test.sysml is a source file:
<?xml version="1.0" encoding="UTF-8"?>
<uml:Model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:kaos="http://www.topcased.org/kaos/1" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML">
<packagedElement xsi:type="kaos:AbstractGoal" name="g" clientDependency="#//And1 #//And2" />
<packagedElement xsi:type="kaos:ElementryGoal" name="k"/>
<packagedElement xsi:type="kaos:ElementryGoal" name="m"/>
<packagedElement xsi:type="kaos:And" name="And1" supplier="#//k" client="#//g"/>
<packagedElement xsi:type="kaos:And" name="And2" supplier="#//m" client="#//g"/>
</uml:Model>
It not accept "#//",I would like to know if the reference class And (name And1) is known by ATL.
thanks
|
|
|
Powered by
FUDForum. Page generated in 0.03208 seconds