Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Verification for Decision Model and Notation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
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
Jonas Blatt
Verification for Decision Model and Notation
Commits
c6ffc3fb
Commit
c6ffc3fb
authored
5 years ago
by
Jonas Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Add some documentation
parent
cdf73078
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dmnverifierapi/src/main/java/de/unikoblenz/fgbks/core/dmn/verification/verifier/AbstractVerifier.java
+6
-4
6 additions, 4 deletions
...gbks/core/dmn/verification/verifier/AbstractVerifier.java
with
6 additions
and
4 deletions
dmnverifierapi/src/main/java/de/unikoblenz/fgbks/core/dmn/verification/verifier/AbstractVerifier.java
+
6
−
4
View file @
c6ffc3fb
...
...
@@ -27,14 +27,16 @@ public abstract class AbstractVerifier implements Verifier {
protected
VerificationType
verificationType
;
protected
AbstractDmnVerifierConfig
verifierConfig
;
protected
VerifierResult
.
Builder
resultBuilder
;
/**
* The {@link VerificationResultEntryFactory} for adding result entries.
*/
protected
VerificationResultEntryFactory
vreFactory
;
protected
DmnObjectContainer
dmnObjectContainer
;
private
long
executionTime
=
-
1
;
/**
* {@inheritDoc}
*/
/** {@inheritDoc} */
@Override
public
VerificationType
getVerificationType
()
{
return
verificationType
;
...
...
@@ -101,7 +103,7 @@ public abstract class AbstractVerifier implements Verifier {
/**
* This method must be implemented by the finial verifiers and should contain the calculation of
* the verifier.
* the verifier.
The {@link AbstractVerifier#vreFactory} can be used for adding result entries.
*/
protected
abstract
void
doVerification
();
...
...
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