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