Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
br-verification-tool
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fg-bks
br-verification-tool
Commits
683f044d
Commit
683f044d
authored
5 years ago
by
Jonas Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Reset prev version of VerifierType
parent
af346f45
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dmn-verifier-app/src/main/java/de/unikoblenz/fgbks/dmn/core/models/VerifierType.java
+6
-6
6 additions, 6 deletions
...ava/de/unikoblenz/fgbks/dmn/core/models/VerifierType.java
with
6 additions
and
6 deletions
dmn-verifier-app/src/main/java/de/unikoblenz/fgbks/dmn/core/models/VerifierType.java
+
6
−
6
View file @
683f044d
...
...
@@ -25,7 +25,7 @@ public enum VerifierType {
false
),
Equivalent
(
"Checking for synonyms in columns."
,
EquivalentVerifier
.
class
,
true
,
false
,
false
),
Overlap
(
"Checking for overlapping rules."
,
OverlappingVerifier
.
class
,
true
,
true
,
false
),
Missing
(
"Checking for missing rules."
,
MissingVerifier
.
class
,
fals
e
,
false
,
false
),
Missing
(
"Checking for missing rules."
,
MissingVerifier
.
class
,
tru
e
,
false
,
false
),
PartialReduction
(
"Checking for partial reduction of rules (combination)."
,
PartialReductionVerifier
.
class
,
...
...
@@ -41,31 +41,31 @@ public enum VerifierType {
MultiTableIdentical
(
"Checking for identical rules in multiple tables with identical outcome column."
,
MultiTableIdenticalVerifier
.
class
,
fals
e
,
tru
e
,
true
,
true
),
MultiTableOverlapping
(
"Checking for overlapping rules in multiple tables with identical outcome column."
,
MultiTableOverlappingVerifier
.
class
,
fals
e
,
tru
e
,
true
,
true
),
MultiTableSubsumption
(
"Checking for subsumptions in multiple tables with identical outcome column."
,
MultiTableSubsumptionVerifier
.
class
,
fals
e
,
tru
e
,
true
,
true
),
MultiTableEquivalent
(
"Checking for synonyms in columns in multiple tables with identical outcome column."
,
MultiTableEquivalentVerifier
.
class
,
fals
e
,
tru
e
,
false
,
true
),
MultiTablePartialReduction
(
"Checking for partial reduction of rules (combination) in multiple tables with identical outcome column."
,
MultiTablePartialReductionVerifier
.
class
,
fals
e
,
tru
e
,
false
,
true
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment