Package org.sosy_lab.java_smt
Class ResProofRule
- java.lang.Object
-
- org.sosy_lab.java_smt.ResProofRule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResProofRule.ResAxiom
Any operation that proves a term.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResProofRule.ResAxiom
getFromName(String name)
Retrieves a ProofRule by its name.
-
-
-
Method Detail
-
getFromName
public static ResProofRule.ResAxiom getFromName(String name)
Retrieves a ProofRule by its name.- Parameters:
name
- The name of the proof rule.- Returns:
- The matching ProofRule.
- Throws:
NullPointerException
- if the name is null.IllegalArgumentException
- if the name does not match any rule.
-
-