melt icon indicating copy to clipboard operation
melt copied to clipboard

MatcherURL do not get parameters

Open sven-h opened this issue 1 year ago • 0 comments

Up to now, the properties are only given to the matcher if the matcher class implements IMatcher interface which is done for MatcherYAAAJena and MatcherYAAAOwlApi.

Workaround: Extend MatcherURL and IMatcher<URL, URL, URL> which introduces two match methods - one with parameter and one without parameters.

sven-h avatar Aug 30 '22 11:08 sven-h