net.sourceforge.swimp.coin
Class CoinWarmStart

java.lang.Object
  extended by net.sourceforge.swimp.coin.CoinWarmStart

public class CoinWarmStart
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
CoinWarmStart()
          This constructor creates the proxy which initially does not create nor own any C memory
CoinWarmStart(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void applyDiff(CoinWarmStartDiff cwsdDiff)
           
 CoinWarmStart clone()
           
 void delete()
           
protected  void finalize()
           
 CoinWarmStartDiff generateDiff(CoinWarmStart oldCWS)
           
static long getCPtr(CoinWarmStart obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CoinWarmStart

public CoinWarmStart(long cPtr,
                     boolean cMemoryOwn)

CoinWarmStart

public CoinWarmStart()
This constructor creates the proxy which initially does not create nor own any C memory

Method Detail

getCPtr

public static long getCPtr(CoinWarmStart obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

clone

public CoinWarmStart clone()
Overrides:
clone in class java.lang.Object

generateDiff

public CoinWarmStartDiff generateDiff(CoinWarmStart oldCWS)

applyDiff

public void applyDiff(CoinWarmStartDiff cwsdDiff)