org.ojalgo.optimisation.linear.mps
Class MathProgSysModel.Row

java.lang.Object
  extended by org.ojalgo.optimisation.ModelEntity<ME>
      extended by org.ojalgo.optimisation.ModelComponent<MathProgSysModel.Row>
          extended by org.ojalgo.optimisation.linear.mps.MathProgSysModel.Row
All Implemented Interfaces:
Comparable<MathProgSysModel.Row>, Constraint, Objective
Enclosing class:
MathProgSysModel

public static final class MathProgSysModel.Row
extends ModelComponent<MathProgSysModel.Row>


Field Summary
 RowType type
           
 
Constructor Summary
MathProgSysModel.Row(String aName, RowType aType)
           
 
Method Summary
 BigDecimal getAdjustmentFactor()
           
 MathProgSysModel.Row range(BigDecimal aValue)
           
 MathProgSysModel.Row rhs(BigDecimal aValue)
           
 
Methods inherited from class org.ojalgo.optimisation.ModelComponent
getAdjustedLowerLimit, getAdjustedUpperLimit, getContributionWeight, getLowerLimit, getUpperLimit, isConstraint, isContributionWeightSet, isEqualityConstraint, isLowerConstraint, isLowerLimitSet, isObjective, isUpperConstraint, isUpperLimitSet, level, lower, setContributionWeight, setLowerLimit, setUpperLimit, toString, upper, validateConfiguration, weight
 
Methods inherited from class org.ojalgo.optimisation.ModelEntity
compareTo, equals, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final RowType type
Constructor Detail

MathProgSysModel.Row

public MathProgSysModel.Row(String aName,
                            RowType aType)
Method Detail

getAdjustmentFactor

public BigDecimal getAdjustmentFactor()
Specified by:
getAdjustmentFactor in class ModelComponent<MathProgSysModel.Row>

range

public final MathProgSysModel.Row range(BigDecimal aValue)

rhs

public final MathProgSysModel.Row rhs(BigDecimal aValue)