Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule selection in SWRLTab has no effect #21

Open
csnyulas opened this issue Mar 8, 2016 · 1 comment
Open

Rule selection in SWRLTab has no effect #21

csnyulas opened this issue Mar 8, 2016 · 1 comment

Comments

@csnyulas
Copy link
Member

csnyulas commented Mar 8, 2016

Checking/unchecking the rules to be included in the execution of the rule engine has no effect. The purpose of the checkboxes that appear before each rule is to allow the user to specify a set of rules that should be transferred to the rule engine. At the moment all rules are transferred to the rule engine, regardless of which rule is checked/unchecked.

@ThomasThelen
Copy link

ThomasThelen commented Nov 7, 2021

Can confirm this behavior on macOS and Ubuntu. I checked around the associated code bases and found this and this. If query.getQueryName().equalsIgnoreCase(activeQueryName) is always true, then we'll never get a non-active rule. At least that's my guess I could be totally wrong.

If anyone points me in the right codebase/direction for where this is happening I can take a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants