Interface Verifier
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CompleteVerifier
,NaiveVerifier
,PreferredVerifier
,StableVerifier
Is used to verify a certain property of an
Interpretation
, e.g.
admissibility.- Author:
- Mathias Hofer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
prepare()
Performs initializations and must be called before the firstverify(Interpretation)
call.boolean
verify
(Interpretation interpretation)
-
Method Details
-
prepare
void prepare()Performs initializations and must be called before the firstverify(Interpretation)
call. -
verify
- Parameters:
interpretation
- interpretation- Returns:
- verify
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-