public class glp_vertex extends Object
Please, refer to doc/glpk-java.pdf of the GLPK for Java distribution and to doc/glpk.pdf of the GLPK source distribution for details. You can download the GLPK source distribution from ftp://ftp.gnu.org/gnu/glpk.
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
glp_vertex() |
protected |
glp_vertex(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(glp_vertex obj) |
SWIGTYPE_p_void |
getData() |
SWIGTYPE_p_void |
getEntry() |
int |
getI() |
glp_arc |
getIn() |
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(String value) |
void |
setOut(glp_arc value) |
void |
setTemp(SWIGTYPE_p_void value) |
protected glp_vertex(long cPtr, boolean cMemoryOwn)
public glp_vertex()
protected static long getCPtr(glp_vertex obj)
public void delete()
public void setI(int value)
public int getI()
public void setName(String value)
public String getName()
public void setEntry(SWIGTYPE_p_void value)
public SWIGTYPE_p_void getEntry()
public void setData(SWIGTYPE_p_void value)
public SWIGTYPE_p_void getData()
public void setTemp(SWIGTYPE_p_void value)
public SWIGTYPE_p_void getTemp()
public void setIn(glp_arc value)
public glp_arc getIn()
public void setOut(glp_arc value)
public glp_arc getOut()
This documentation is part of project GLPK for Java.
Group-ID | org.gnu.glpk |
Artifact-ID | glpk-java |
Version | 1.12.0 |