choco.kernel.common.opres.pack
Class AbstractFunctionDFF
java.lang.Object
choco.kernel.common.opres.pack.AbstractFunctionDFF
- All Implemented Interfaces:
- gnu.trove.TIntFunction
- Direct Known Subclasses:
- FunctionF0, FunctionFCCM1
public abstract class AbstractFunctionDFF
- extends Object
- implements gnu.trove.TIntFunction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gnu.trove.TIntFunction |
execute |
parameter
public int parameter
capacity
public int capacity
AbstractFunctionDFF
public AbstractFunctionDFF()
getParameter
public final int getParameter()
fireValueChanged
protected abstract void fireValueChanged()
setParameter
public void setParameter(int parameter)
setCapacity
public void setCapacity(int capacity)
transformCapacity
public abstract int transformCapacity()
getCapacity
public final int getCapacity()
Copyright © 2012. All Rights Reserved.