- 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 ExpressionmyExpressionprivate FileFormatMPS.RowTypemyType
-
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) ExpressiongetExpression()(package private) FileFormatMPS.RowTypegetType()(package private) FileFormatMPS.Rowrange(java.math.BigDecimal value)(package private) FileFormatMPS.Rowrhs(java.math.BigDecimal value)(package private) voidsetColumnValue(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)
-
-