Class jinaEdgeConn

java.lang.Object
  |
  +--jinaEdgeConn

public class jinaEdgeConn
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaEdgeConn()
           
protected jinaEdgeConn(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 jinaEdgel getC1()
           
 jinaEdgel getC2()
           
 jinaList getConns()
           
 int getCount()
           
protected static long getCPtr(jinaEdgeConn obj)
           
 int getJinaTsId()
           
 void setC1(jinaEdgel c1)
           
 void setC2(jinaEdgel c2)
           
 void setConns(jinaList conns)
           
 void setCount(int count)
           
 void setJinaTsId(int ts_id)
           
 
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

jinaEdgeConn

protected jinaEdgeConn(long cPtr,
                       boolean cMemoryOwn)

jinaEdgeConn

public jinaEdgeConn()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaEdgeConn obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setCount

public void setCount(int count)

getCount

public int getCount()

setC1

public void setC1(jinaEdgel c1)

getC1

public jinaEdgel getC1()

setC2

public void setC2(jinaEdgel c2)

getC2

public jinaEdgel getC2()

setConns

public void setConns(jinaList conns)

getConns

public jinaList getConns()