org.ojalgo.optimisation.linear.network
Class Node

java.lang.Object
  extended by org.ojalgo.optimisation.ModelEntity<ME>
      extended by org.ojalgo.optimisation.ModelComponent<Node>
          extended by org.ojalgo.optimisation.linear.network.Node
All Implemented Interfaces:
Comparable<Node>, Constraint, Objective

public final class Node
extends ModelComponent<Node>

Node

Author:
apete

Method Summary
 BigDecimal getAdjustmentFactor()
           
 BigDecimal getBalance()
           
 void setBalance(Number newBalance)
           
 
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
 

Method Detail

getAdjustmentFactor

public BigDecimal getAdjustmentFactor()
Specified by:
getAdjustmentFactor in class ModelComponent<Node>

getBalance

public final BigDecimal getBalance()

setBalance

public final void setBalance(Number newBalance)