Package blang.core
Class IntDistributionAdaptor.WritableIntVarImpl
java.lang.Object
blang.core.IntDistributionAdaptor.WritableIntVarImpl
- All Implemented Interfaces:
IntVar
,WritableIntVar
- Enclosing class:
- IntDistributionAdaptor
public static class IntDistributionAdaptor.WritableIntVarImpl extends java.lang.Object implements WritableIntVar
-
Constructor Summary
Constructors Constructor Description WritableIntVarImpl()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WritableIntVarImpl
public WritableIntVarImpl()
-
-
Method Details
-
intValue
public int intValue() -
set
public void set(int value)- Specified by:
set
in interfaceWritableIntVar
-