|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--drasys.or.mp.Constraint
Constraint implementation.
Fields inherited from interface drasys.or.mp.ConstraintI |
EQUAL,
FREE,
GREATER,
LESS,
RANGE |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
double |
getLowerRange()
Returns the lower range. |
java.lang.String |
getName()
Returns the name of the constraint. |
double |
getRightHandSide()
Returns the right-hand-side. |
int |
getRowIndex()
Returns the row index of the constraint. |
byte |
getType()
Returns the constraint type. |
double |
getUpperRange()
Returns the upper range. |
ConstraintI |
setLowerRange(double scaler)
Sets the lower range. |
ConstraintI |
setRightHandSide(double scaler)
Sets the right-hand-side. |
ConstraintI |
setType(byte type)
Sets the constraint type. |
ConstraintI |
setUpperRange(double scaler)
Sets the upper range. |
java.lang.String |
toString()
Returns a string representation of the constraint. |
static java.lang.String |
typeToString(byte type)
Returns a String representation of a variable type. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Method Detail |
public static java.lang.String typeToString(byte type)
public java.lang.String getName()
public int getRowIndex()
public ConstraintI setType(byte type)
public byte getType()
public ConstraintI setRightHandSide(double scaler)
public double getRightHandSide()
public ConstraintI setUpperRange(double scaler)
public double getUpperRange()
public ConstraintI setLowerRange(double scaler)
public double getLowerRange()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |