Class jinaGraphNode

java.lang.Object
  |
  +--jinaGraphNode

public class jinaGraphNode
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaGraphNode()
           
protected jinaGraphNode(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 float getBound()
           
 int getBounded()
           
 jinaList getCons()
           
protected static long getCPtr(jinaGraphNode obj)
           
 int getJinaTsId()
           
 int getStatus()
           
 SWIGTYPE_p_void getTo()
           
 int getType()
           
 float getValue()
           
 void setBound(float bound)
           
 void setBounded(int bounded)
           
 void setCons(jinaList cons)
           
 void setJinaTsId(int ts_id)
           
 void setStatus(int status)
           
 void setTo(SWIGTYPE_p_void to)
           
 void setType(int type)
           
 void setValue(float value)
           
 
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

jinaGraphNode

protected jinaGraphNode(long cPtr,
                        boolean cMemoryOwn)

jinaGraphNode

public jinaGraphNode()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaGraphNode obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(int type)

getType

public int getType()

setStatus

public void setStatus(int status)

getStatus

public int getStatus()

setBounded

public void setBounded(int bounded)

getBounded

public int getBounded()

setBound

public void setBound(float bound)

getBound

public float getBound()

setValue

public void setValue(float value)

getValue

public float getValue()

setTo

public void setTo(SWIGTYPE_p_void to)

getTo

public SWIGTYPE_p_void getTo()

setCons

public void setCons(jinaList cons)

getCons

public jinaList getCons()