Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[henshin-dev] API: how to use findMatches?

Hello everyone,

I'm interested in using the Henshin API. Thus I am playing around with some code working on the "Bank"-example.

I read
<http://wiki.eclipse.org/Henshin_Interpreter> and I want do print all matches for the rule "createAccount" on the console.
I wonder

What is the precise meaning of the "partialMatch"-parameter?


How can I make use of parameters? As far as I see, parameters are applied to (in this case) a RuleApplication-object, but findMatches() works directly on the engine?

Jens


Back to the top