Skip to content
Snippets Groups Projects
Commit c6ffc3fb authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Add some documentation

parent cdf73078
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment