org.ojalgo.optimisation.linear.network
Class Arc

java.lang.Object
  extended by org.ojalgo.optimisation.ModelEntity<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

Constructor Summary
Arc(Node anOrigin, Node aDestination)
           
Arc(String aName, Node anOrigin, Node aDestination)
           
 
Method Summary
 Node getDestination()
           
 Node getOrigin()
           
 
Methods inherited from class org.ojalgo.optimisation.Variable
copy, getAdjustedUnit, getAdjustmentFactor, getLowerSlack, getUpperSlack, getValue, integer, isBinary, isInteger, isValueSet, makeBinary, quantifyContribution, setInteger, setValue, validateState
 
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

Arc

public Arc(Node anOrigin,
           Node aDestination)

Arc

public Arc(String aName,
           Node anOrigin,
           Node aDestination)
Method Detail

getDestination

public final Node getDestination()

getOrigin

public final Node getOrigin()