Class Model
- java.lang.Object
-
- org.sosy_lab.java_smt.solvers.opensmt.api.Model
-
public class Model extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedModel(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()PTRefevaluate(PTRef term)protected voidfinalize()protected static longgetCPtr(Model obj)TemplateFunctiongetDefinition(SymRef arg0)protected static longswigRelease(Model obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Model obj)
-
swigRelease
protected static long swigRelease(Model obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
getDefinition
public TemplateFunction getDefinition(SymRef arg0)
-
-