org.gnu.glpk
Class _glp_vertex

java.lang.Object
  extended by org.gnu.glpk._glp_vertex

public class _glp_vertex
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
_glp_vertex()
           
_glp_vertex(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(_glp_vertex obj)
           
 SWIGTYPE_p_void getData()
           
 SWIGTYPE_p_void getEntry()
           
 int getI()
           
 _glp_arc getIn()
           
 java.lang.String getName()
           
 _glp_arc getOut()
           
 SWIGTYPE_p_void getTemp()
           
 void setData(SWIGTYPE_p_void value)
           
 void setEntry(SWIGTYPE_p_void value)
           
 void setI(int value)
           
 void setIn(_glp_arc value)
           
 void setName(java.lang.String value)
           
 void setOut(_glp_arc value)
           
 void setTemp(SWIGTYPE_p_void 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

_glp_vertex

public _glp_vertex(long cPtr,
                   boolean cMemoryOwn)

_glp_vertex

public _glp_vertex()
Method Detail

getCPtr

public static long getCPtr(_glp_vertex obj)

finalize

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

delete

public void delete()

setI

public void setI(int value)

getI

public int getI()

setName

public void setName(java.lang.String value)

getName

public java.lang.String getName()

setEntry

public void setEntry(SWIGTYPE_p_void value)

getEntry

public SWIGTYPE_p_void getEntry()

setData

public void setData(SWIGTYPE_p_void value)

getData

public SWIGTYPE_p_void getData()

setTemp

public void setTemp(SWIGTYPE_p_void value)

getTemp

public SWIGTYPE_p_void getTemp()

setIn

public void setIn(_glp_arc value)

getIn

public _glp_arc getIn()

setOut

public void setOut(_glp_arc value)

getOut

public _glp_arc getOut()