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 boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
KIntSetIntAnnotation(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 void
delete()
protected void
finalize()
protected static long
getCPtr(KIntSetIntAnnotation obj)
int
getIndexInf()
int
getIndexSup()
int
getIntAnnotation(int val)
int
getSize()
void
print()
void
setIntAnnotation(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:
finalize
in 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()
-
-