org.ojalgo.optimisation.linear.network
Class Arc

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

public final class Arc
extends Variable

Arc

Author:
apete

Method Summary
 Node getDestination()
           
 Node getSource()
           
 
Methods inherited from class org.ojalgo.optimisation.Variable
binary, copy, getAdjustedUnit, getAdjustmentFactor, getLowerSlack, getUpperSlack, getValue, integer, isBinary, isInteger, isValueSet, make, makeBinary, quantifyContribution, setInteger, setValue, validateState
 
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

getDestination

public final Node getDestination()

getSource

public final Node getSource()