Package com.artelys.kalis
Class KIntSetIntAnnotation
- java.lang.Object
-
- com.artelys.kalis.KIntSetIntAnnotation
-
public class KIntSetIntAnnotation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedKIntSetIntAnnotation(long cPtr, boolean cMemoryOwn)KIntSetIntAnnotation(KProblem p, java.lang.String name, int binf, int bsup)KIntSetIntAnnotation(KProblem p, java.lang.String name, int binf, int bsup, int init)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(KIntSetIntAnnotation obj)intgetIndexInf()intgetIndexSup()intgetIntAnnotation(int val)intgetSize()voidprint()voidsetIntAnnotation(int val, int annot)
-
-
-
Constructor Detail
-
KIntSetIntAnnotation
protected KIntSetIntAnnotation(long cPtr, boolean cMemoryOwn)
-
KIntSetIntAnnotation
public KIntSetIntAnnotation(KProblem p, java.lang.String name, int binf, int bsup, int init)
-
KIntSetIntAnnotation
public KIntSetIntAnnotation(KProblem p, java.lang.String name, int binf, int bsup)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KIntSetIntAnnotation obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
getIntAnnotation
public int getIntAnnotation(int val)
-
setIntAnnotation
public void setIntAnnotation(int val, int annot)
-
getIndexInf
public int getIndexInf()
-
getIndexSup
public int getIndexSup()
-
getSize
public int getSize()
-
print
public void print()
-
-