Uses of Enum Class
com.articulate.sigma.tp.SZSStatus
Packages that use SZSStatus
-
Uses of SZSStatus in com.articulate.sigma.tp
Methods in com.articulate.sigma.tp that return SZSStatusModifier and TypeMethodDescriptionstatic SZSStatusSZSExtractor.extractStatus(List<String> output) Extract the SZS status from prover output.static SZSStatusSZSStatus.fromExitCode(int exitCode, boolean timedOut) Determine SZS status from process exit code and timeout flag.static SZSStatusSZSStatus.fromString(String s) Parse a string to an SZSStatus enum value.ATPResult.getSzsStatus()EProver.getSzsStatus()Get the SZS status from the last run.LEO.getSzsStatus()Get the SZS status from the last run.Vampire.getSzsStatus()Get the SZS status from the last run.static SZSStatusReturns the enum constant of this class with the specified name.static SZSStatus[]SZSStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.articulate.sigma.tp with parameters of type SZSStatus