Uses of Package
org.goplanit.assignment.ltm.sltm
-
Packages that use org.goplanit.assignment.ltm.sltm Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.consumer org.goplanit.assignment.ltm.sltm.loading -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.assignment.ltm.sltm Class Description Bush A bush is an acyclic directed graph comprising of all implicit paths used by an origin to reach all its destinations.BushTurnData Track the turn based data of a bush.Pas Paired Alternative Segment (PAS) implementation comprising two subpaths (segments), one of a higher cost than the other.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.StaticLtmConfigurator 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 assignment -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.assignment.ltm.sltm.consumer Class Description Bush A bush is an acyclic directed graph comprising of all implicit paths used by an origin to reach all its destinations. -
Classes in org.goplanit.assignment.ltm.sltm used by org.goplanit.assignment.ltm.sltm.loading Class Description Bush A bush is an acyclic directed graph comprising of all implicit paths used by an origin to reach all its destinations.LinkSegmentData 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) vertexStaticLtmSettings POJO Settings regarding the execution of the StaticLTM network loading instance it is used on