net.sourceforge.swimp.osivol
Class OsiVolSolverInterface

java.lang.Object
  extended by OsiSolverInterface
      extended by net.sourceforge.swimp.osivol.OsiVolSolverInterface

public class OsiVolSolverInterface
extends OsiSolverInterface


Constructor Summary
  OsiVolSolverInterface()
           
protected OsiVolSolverInterface(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 OsiSolverInterface cloneSolver()
           
 OsiSolverInterface cloneSolver(boolean copyData)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(OsiVolSolverInterface obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsiVolSolverInterface

protected OsiVolSolverInterface(long cPtr,
                                boolean cMemoryOwn)

OsiVolSolverInterface

public OsiVolSolverInterface()
Method Detail

getCPtr

protected static long getCPtr(OsiVolSolverInterface obj)

finalize

protected void finalize()

delete

public void delete()

cloneSolver

public OsiSolverInterface cloneSolver(boolean copyData)

cloneSolver

public OsiSolverInterface cloneSolver()