Package com.artelys.kalis
Class KRandomVariable
- java.lang.Object
-
- com.artelys.kalis.KVariableSelector
-
- com.artelys.kalis.KRandomVariable
-
public class KRandomVariable extends KVariableSelector
This class implements a variable selector that selects an uninstantiated
variable at random.
Example :
KBranchingSchemeArray myBranchingSchemeArray; myBranchingSchemeArray += KAssignVar(KRandomVariable(),KMaxToMin();- Since:
- 2016.1
- See Also:
KVariableSelector
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KVariableSelector
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description KRandomVariable()protectedKRandomVariable(long cPtr, boolean cMemoryOwn)KRandomVariable(KRandomVariable toCopy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()KVariableSelectorgetCopyPtr()protected static longgetCPtr(KRandomVariable obj)-
Methods inherited from class com.artelys.kalis.KVariableSelector
getCPtr, getInstanceCopyPtr, getName, getProblem, getVariableRank, printName, selectNextVariable, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Constructor Detail
-
KRandomVariable
protected KRandomVariable(long cPtr, boolean cMemoryOwn)
-
KRandomVariable
public KRandomVariable()
-
KRandomVariable
public KRandomVariable(KRandomVariable toCopy)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KRandomVariable obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classKVariableSelector
-
delete
public void delete()
- Overrides:
deletein classKVariableSelector
-
getCopyPtr
public KVariableSelector getCopyPtr()
- Overrides:
getCopyPtrin classKVariableSelector
-
-