Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] Why is my transformation affected by checkDangling?

Hi Jens,

to me it looks like the two MessageFlow objects have references of type "sourceRef" and "targetRef". If you want to keep the checkDangling-flag enabled, you need to delete these references explicitly. The checking of dangling edges is done both for incoming as well as for outgoing edges.

Hope that helps.

Cheers,
Christian


On 12/01/2012 06:01 PM, Jens Bürger wrote:
Hello everyone,

currently I am doing transformations to BPMN-Models. Using the rule "cliche.bpmntest.1" I can successfully match MessageFlow-Object.
When I try to do a match with the right rule, using the flow-object as partial match, I only get a match when checkDangling is disabled.
Looking at the model, i don't see any reason for this, because the messageFlow-objects don't have any further references except that they are a child of Collaboration.

Any clues?

Jens



_______________________________________________
henshin-dev mailing list
henshin-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/henshin-dev


Back to the top