Uses of Package
org.goplanit.assignment.ltm.sltm
-
Packages that use org.goplanit.assignment.ltm.sltm Package Description org.goplanit.algorithms.shortest Shortest Path algorithms for PlanItorg.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.conjugate org.goplanit.assignment.ltm.sltm.consumer org.goplanit.assignment.ltm.sltm.loading -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.algorithms.shortest Class Description RootedLabelledBush A rooted bush is an acyclic directed graph comprising of implicit paths along a network. -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.assignment.ltm.sltm Class Description Bush Common Interface for bushesBushFlowLabel Label that track a unique composition of flow along an edge of a bush acyclic directed graph.BushInitialiserHelper BushTurnData Track turn based data of a bush.DestinationBush A destination bush is an (inverted) acyclic directed graph rooted at many origins going to a single destination representing all implicit paths along a network to the given destination.LabelledBushTurnData Track the turn based data of a bush.OriginBush An origin bush is an acyclic directed graph comprising of implicit paths along a network rooted at a single origin to all destination with non-zero flow.Pas Paired Alternative Segment (PAS) implementation comprising two subpaths (segments), one of a higher cost than the other.PasFlowShiftExecutor Common functionality to conduct a PAS flow shift.PasManager Container class for tracking all unique PASs indexed by their last (merge) vertexRootedBush A rooted bush is an acyclic directed graph comprising of implicit paths along a network.RootedLabelledBush A rooted bush is an acyclic directed graph comprising of implicit paths along a network.StaticLtm Static Link Transmission Model implementation (sLTM) for network loading based on solution method presented in Raadsen and Bliemer (2021) General solution scheme for the Static Link Transmission Model .StaticLtmAssignmentStrategy Base class for dealing with different assignment solution methods within sLTM.StaticLtmBushStrategyBase Base implementation to support a bush based solution for sLTMStaticLtmBushStrategyRootLabelled Base implementation to support a rooted bush based solution for sLTMStaticLtmConfigurator Configurator for sLTM.StaticLtmSettings POJO Settings regarding the execution of the StaticLTM network loading instance it is used onStaticLtmSimulationData Class to hold variables specific to running an sLTM assignmentStaticLtmType Type of sLTM method to use -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.assignment.ltm.sltm.conjugate Class Description Bush Common Interface for bushesBushFlowLabel Label that track a unique composition of flow along an edge of a bush acyclic directed graph.Pas Paired Alternative Segment (PAS) implementation comprising two subpaths (segments), one of a higher cost than the other.PasFlowShiftExecutor Common functionality to conduct a PAS flow shift.RootedBush A rooted bush is an acyclic directed graph comprising of implicit paths along a network.StaticLtmAssignmentStrategy Base class for dealing with different assignment solution methods within sLTM.StaticLtmBushStrategyBase Base implementation to support a bush based solution for sLTMStaticLtmSettings POJO Settings regarding the execution of the StaticLTM network loading instance it is used on -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.assignment.ltm.sltm.consumer Class Description Bush Common Interface for bushesBushFlowLabel Label that track a unique composition of flow along an edge of a bush acyclic directed graph.RootedLabelledBush A rooted bush is an acyclic directed graph comprising of implicit paths along a network. -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.assignment.ltm.sltm.loading Class Description Bush Common Interface for bushesLinkSegmentData POJO to store Link segment based variables by the link segment internal id for sLTM link segment based data.Pas Paired Alternative Segment (PAS) implementation comprising two subpaths (segments), one of a higher cost than the other.PasManager Container class for tracking all unique PASs indexed by their last (merge) vertexRootedLabelledBush A rooted bush is an acyclic directed graph comprising of implicit paths along a network.StaticLtmSettings POJO Settings regarding the execution of the StaticLTM network loading instance it is used on