org.ojalgo.optimisation.linear.network
Class Node

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

public final class Node
extends ModelEntity<Node>

Node

Author:
apete

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

Constructor Detail

Node

public Node(String aName)
Method Detail

getAdjustmentFactor

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