Class jinaDpnode

java.lang.Object
  |
  +--jinaDpnode

public class jinaDpnode
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaDpnode()
           
protected jinaDpnode(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 float getCost()
           
protected static long getCPtr(jinaDpnode obj)
           
 SWIGTYPE_p_void getData()
           
 int getJinaTsId()
           
 float getM_tot()
           
 int getM_type()
           
 void setCost(float cost)
           
 void setData(SWIGTYPE_p_void data)
           
 void setJinaTsId(int ts_id)
           
 void setM_tot(float m_tot)
           
 void setM_type(int m_type)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

jinaDpnode

protected jinaDpnode(long cPtr,
                     boolean cMemoryOwn)

jinaDpnode

public jinaDpnode()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaDpnode obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setCost

public void setCost(float cost)

getCost

public float getCost()

setM_type

public void setM_type(int m_type)

getM_type

public int getM_type()

setM_tot

public void setM_tot(float m_tot)

getM_tot

public float getM_tot()

setData

public void setData(SWIGTYPE_p_void data)

getData

public SWIGTYPE_p_void getData()