Package com.microsoft.z3
Class ParamDescrs
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.ParamDescrs
A ParamDescrs describes a set of parameters.
-
Method Summary
Modifier and TypeMethodDescriptiongetDocumentation(Symbol name) Retrieve documentation of parameter.Retrieve kind of parameter.Symbol[]getNames()Retrieve all names of parameters.intsize()The size of the ParamDescrs.toString()Retrieves a string representation of the ParamDescrs.voidvalidate a set of parameters.Methods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Method Details
-
validate
validate a set of parameters. -
getKind
Retrieve kind of parameter. -
getDocumentation
Retrieve documentation of parameter. -
getNames
Retrieve all names of parameters.- Throws:
Z3Exception
-
size
public int size()The size of the ParamDescrs. -
toString
Retrieves a string representation of the ParamDescrs.
-