Uses of Interface
org.goplanit.assignment.ltm.sltm.consumer.ApplyToNodeModelResult
-
Packages that use ApplyToNodeModelResult Package Description org.goplanit.assignment.ltm.sltm.consumer org.goplanit.assignment.ltm.sltm.loading -
-
Uses of ApplyToNodeModelResult in org.goplanit.assignment.ltm.sltm.consumer
Classes in org.goplanit.assignment.ltm.sltm.consumer that implement ApplyToNodeModelResult Modifier and Type Class Description class
NMRCollectMostRestrictingTurnConsumer
A functional class that consumes the result of a node model update in order to obtain the most restrictive out link for the given in link providedclass
NMRUpdateEntryLinksOutflowConsumer
A functional class that consumes the result of a node model update in order to determine the next accepted outflows of incoming links of all nodes it is applied toclass
NMRUpdateExitLinkInflowsConsumer
A functional class that consumes the result of a node model update in order to update the inflows of all the outgoing links of the nodes it is applied to * -
Uses of ApplyToNodeModelResult in org.goplanit.assignment.ltm.sltm.loading
Methods in org.goplanit.assignment.ltm.sltm.loading with parameters of type ApplyToNodeModelResult Modifier and Type Method Description static void
StaticLtmNetworkLoading. performNodeModelUpdate(DirectedVertex node, ApplyToNodeModelResult consumer, StaticLtmNetworkLoading staticLtmNetworkLoading)
conduct a node model update sLTM style with
-