Package org.ojalgo.optimisation
Class FileFormatMPS.Row
- java.lang.Object
-
- org.ojalgo.optimisation.FileFormatMPS.Row
-
- Enclosing class:
- FileFormatMPS
final class FileFormatMPS.Row extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Expression
myExpression
private FileFormatMPS.RowType
myType
-
Constructor Summary
Constructors Constructor Description Row(java.lang.String name, FileFormatMPS.RowType rowType, java.lang.String objName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Expression
getExpression()
(package private) FileFormatMPS.RowType
getType()
(package private) FileFormatMPS.Row
range(java.math.BigDecimal value)
(package private) FileFormatMPS.Row
rhs(java.math.BigDecimal value)
(package private) void
setColumnValue(java.lang.String columnName, java.math.BigDecimal value)
-
-
-
Field Detail
-
myExpression
private final Expression myExpression
-
myType
private final FileFormatMPS.RowType myType
-
-
Constructor Detail
-
Row
Row(java.lang.String name, FileFormatMPS.RowType rowType, java.lang.String objName)
-
-
Method Detail
-
getExpression
Expression getExpression()
- Returns:
- the expression
-
getType
FileFormatMPS.RowType getType()
- Returns:
- the type
-
range
FileFormatMPS.Row range(java.math.BigDecimal value)
-
rhs
FileFormatMPS.Row rhs(java.math.BigDecimal value)
-
setColumnValue
void setColumnValue(java.lang.String columnName, java.math.BigDecimal value)
-
-