Class jinaTreeNode

java.lang.Object
  |
  +--jinaTreeNode

public class jinaTreeNode
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaTreeNode()
           
protected jinaTreeNode(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 float getBound()
           
 int getBounded()
           
 jinaList getChildren()
           
protected static long getCPtr(jinaTreeNode obj)
           
 int getJinaTsId()
           
 jinaTreeNode getParent()
           
 int getStatus()
           
 SWIGTYPE_p_void getTo()
           
 int getType()
           
 float getValue()
           
 void setBound(float bound)
           
 void setBounded(int bounded)
           
 void setChildren(jinaList children)
           
 void setJinaTsId(int ts_id)
           
 void setParent(jinaTreeNode parent)
           
 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

jinaTreeNode

protected jinaTreeNode(long cPtr,
                       boolean cMemoryOwn)

jinaTreeNode

public jinaTreeNode()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaTreeNode 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()

setChildren

public void setChildren(jinaList children)

getChildren

public jinaList getChildren()

setParent

public void setParent(jinaTreeNode parent)

getParent

public jinaTreeNode getParent()