You cannot post messages because only members can post, and you are not currently a member.
|
problem with parser?
|
| |
Hi,
I'm just picking up tefkat for the first time in a very, very long
time, and I found a problem that looks like its in the parser
somewhere. I can comment all the rules/patterns etc in my
transformation and still get the same result, so I think its something
basic about the parser, or resource loading.... more »
|
|
Inaccessible Instances
|
| |
I have a problem with rule matching. I have an MM structured into recursive packages. The source is a resource that is strictly contained (Everything in one root element, stored in one xmi file). I find that I am able to match elements defined in the package that contains the root element, but in none of the other packages using a... more »
|
|
problem
|
| |
Hi, I have a transformation code written in Tefkat. Rule AgentServiceInteraction FORALL Agent ag1 { type: "Semantic Web Agent"; plays: Role role1 { type: "Domain Role"; }; applies: Plan pln { type: "Semantic Service Executor Plan"; }; }, Agent ag2 { type: "Semantic Service Matchmaker Agent";... more »
|
|
Blocker: Tefkat does not find any model content
|
| |
The following transformation I have written as a debugging test case. It should match all elements in a model and print their metaclasses as a side-effect. For the model below it does not find anything, but the model does definetely contain model elements in the root. It also loads the resource, as I get an exception to that effect, if the file... more »
|
|
Namespace qualifiers and name collisions
|
| |
I have a metamodel that contains cross references across packages. I have an "instance" package, which contains model elements representing samples for testing, and a "type" package, that contains model elements describing the types that the instance have to comply with. In order to make local operation simple, I reuse terms. hence there is... more »
|
|
Access to model elements in referenced EPackages?
|
| |
I am trying to list the contents of a model instance, as a start. The instance loads in an editor plugged intor the design-time-workbench, so the metamodels are all registered. Tefkat loads the content, but does produce any out put. I have produced a minimal test case below. The only thing that is different from the standard examples is that I... more »
|
|
tefkat.plugin.TefkatPlugin.get Resource defaults to XML/XMI?
|
| |
I have registered platform:/resource/au.edu.uq.i tee.mdavv.wrsa.foxbus.test2cod e/ transformations/test2code.qvt as the transformation in a TransformationTask, and left the VarGroup blank (do not know what is for). The source is: " TRANSFORMATION test2code : uml -> rel NAMESPACE http:///au/edu/uq/itee/mdavv/w rsa/foxbus/test.ecore... more »
|
|
Access to derived attributes
|
| |
My project uses a large set of derived attributes. How can I programmatically load the implementation with Tefkat so they become accessible?
|
|
|