choco.kernel.common.opres.pack
Class AbstractFunctionDFF

java.lang.Object
  extended by 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


Field Summary
 int capacity
           
 int parameter
           
 
Constructor Summary
AbstractFunctionDFF()
           
 
Method Summary
protected abstract  void fireValueChanged()
           
 int getCapacity()
           
 int getParameter()
           
 void setCapacity(int capacity)
           
 void setParameter(int parameter)
           
abstract  int transformCapacity()
           
 
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
 

Field Detail

parameter

public int parameter

capacity

public int capacity
Constructor Detail

AbstractFunctionDFF

public AbstractFunctionDFF()
Method Detail

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.