public class glp_attr 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_attr() |
protected |
glp_attr(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(glp_attr obj) |
SWIGTYPE_p_double |
getFoo_bar() |
int |
getKlass() |
int |
getLevel() |
int |
getOrigin() |
void |
setFoo_bar(SWIGTYPE_p_double value) |
void |
setKlass(int value) |
void |
setLevel(int value) |
void |
setOrigin(int value) |
protected glp_attr(long cPtr,
boolean cMemoryOwn)
public glp_attr()
protected static long getCPtr(glp_attr obj)
public void delete()
public void setLevel(int value)
public int getLevel()
public void setOrigin(int value)
public int getOrigin()
public void setKlass(int value)
public int getKlass()
public void setFoo_bar(SWIGTYPE_p_double value)
public SWIGTYPE_p_double getFoo_bar()
This documentation is part of project GLPK for Java.
| Group-ID | org.gnu.glpk |
| Artifact-ID | glpk-java |
| Version | 1.12.0 |