Package com.artelys.kalis
Class KUnTerm
- java.lang.Object
-
- com.artelys.kalis.KTerm
-
- com.artelys.kalis.KUnTerm
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KTerm
swigCMemOwn
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(KUnTerm obj)
boolean
getSign1()
return true if the sign of the first variable is positiveKNumVar
getV1()
return a pointer to the first variablevoid
print()
pretty print methodvoid
print(com.artelys.kalis.SWIGTYPE_p_std__ostream fout)
Pretty print methodvoid
print(com.artelys.kalis.SWIGTYPE_p_void ctx, com.artelys.kalis.SWIGTYPE_p_f_p_void_p_q_const__char__int pfp)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KUnTerm obj)
-
getSign1
public boolean getSign1()
return true if the sign of the first variable is positive
-
getV1
public KNumVar getV1()
return a pointer to the first variable
-
print
public void print(com.artelys.kalis.SWIGTYPE_p_std__ostream fout)
Pretty print method
-
print
public void print()
Description copied from class:KTerm
pretty print method
-
-