Class AdmissibleVerifier
java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.verifier.AdmissibleVerifier
- All Implemented Interfaces:
AutoCloseable,Verifier
- Author:
- Mathias Hofer
-
Constructor Summary
ConstructorsConstructorDescriptionAdmissibleVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidprepare()Performs initializations and must be called before the firstVerifier.verify(Interpretation)call.booleanverify(Interpretation candidate)
-
Constructor Details
-
AdmissibleVerifier
public AdmissibleVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)- Parameters:
stateSupplier- stateSupplieradf- adfmapping- mapping
-
-
Method Details
-
prepare
public void prepare()Description copied from interface:VerifierPerforms initializations and must be called before the firstVerifier.verify(Interpretation)call. -
verify
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceVerifier
-