Uses of Interface
org.goplanit.assignment.ltm.sltm.consumer.ApplyToNodeModelResult
-
Packages that use ApplyToNodeModelResult Package Description org.goplanit.assignment.ltm.sltm.consumer -
-
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
UpdateEntryLinksOutflowConsumer
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
UpdateExitLinkInflowsConsumer
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 *
-