Package com.artelys.kalis
Class KTaskArray
- java.lang.Object
-
- com.artelys.kalis.tasklist
-
- com.artelys.kalis.KTaskArray
-
public class KTaskArray extends com.artelys.kalis.tasklist
This class implements an array of KTask
Example :
KSchedule s(...); // T is an array of KTask T0 T1 T2 T3 T4 KTaskArray T(s,5,0,10,"T");
- Since:
- 2016.1
- See Also:
KIntVar
-
-
Constructor Summary
Constructors Modifier Constructor Description KTaskArray()
default constructorprotected
KTaskArray(long cPtr, boolean cMemoryOwn)
KTaskArray(KSchedule schedule, int nbTask)
This constructor allows to build an array of variables with the same boundsKTaskArray(KSchedule schedule, int nbTask, java.lang.String name)
This constructor allows to build an array of variables with the same bounds
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
check(com.artelys.kalis.SWIGTYPE_p_KTask_I _ptr)
void
delete()
protected void
finalize()
protected static long
getCPtr(KTaskArray obj)
-
-
-
Constructor Detail
-
KTaskArray
protected KTaskArray(long cPtr, boolean cMemoryOwn)
-
KTaskArray
public KTaskArray()
default constructor
-
KTaskArray
public KTaskArray(KSchedule schedule, int nbTask, java.lang.String name)
This constructor allows to build an array of variables with the same bounds
-
KTaskArray
public KTaskArray(KSchedule schedule, int nbTask)
This constructor allows to build an array of variables with the same bounds
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KTaskArray obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classcom.artelys.kalis.tasklist
-
delete
public void delete()
- Overrides:
delete
in classcom.artelys.kalis.tasklist
-
check
public int check(com.artelys.kalis.SWIGTYPE_p_KTask_I _ptr)
-
-