|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.datastructure.osinstance.QuadraticTerm
public class QuadraticTerm
A data structure class that corresponds to an xml element in the OSiL schema.
Field Summary | |
---|---|
double |
coef
|
int |
idx
|
int |
idxOne
|
int |
idxTwo
|
Constructor Summary | |
---|---|
QuadraticTerm()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int idx
public int idxOne
public int idxTwo
public double coef
Constructor Detail |
---|
public QuadraticTerm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |