Uses of Class
org.goplanit.algorithms.nodemodel.TampereNodeModelFixedInput
-
Packages that use TampereNodeModelFixedInput Package Description org.goplanit.algorithms.nodemodel Node model algorithms for PlanIt -
-
Uses of TampereNodeModelFixedInput in org.goplanit.algorithms.nodemodel
Fields in org.goplanit.algorithms.nodemodel declared as TampereNodeModelFixedInput Modifier and Type Field Description protected TampereNodeModelFixedInput
TampereNodeModelInput. fixedInput
fixed inputs to useMethods in org.goplanit.algorithms.nodemodel that return TampereNodeModelFixedInput Modifier and Type Method Description TampereNodeModelFixedInput
TampereNodeModelInput. getFixedInput()
Provide access to the fixed inputConstructors in org.goplanit.algorithms.nodemodel with parameters of type TampereNodeModelFixedInput Constructor Description TampereNodeModelInput(TampereNodeModelFixedInput fixedInput, org.ojalgo.array.Array2D<Double> turnSendingFlows)
Constructor for a particular node model runTampereNodeModelInput(TampereNodeModelFixedInput fixedInput, org.ojalgo.array.Array2D<Double> turnSendingFlows, org.ojalgo.array.Array1D<Double> outgoingLinkSegmentReceivingFlows)
Constructor for a particular node model run.
-