Uses of Class
org.goplanit.utils.misc.Quadruple
-
Packages that use Quadruple Package Description org.goplanit.converter.intermodal org.goplanit.gtfs.converter.intermodal org.goplanit.io.converter.intermodal org.goplanit.osm.converter.intermodal org.goplanit.utils.misc Miscellaneous utility classes -
-
Uses of Quadruple in org.goplanit.converter.intermodal
Methods in org.goplanit.converter.intermodal that return Quadruple Modifier and Type Method Description Quadruple<MacroscopicNetwork,Zoning,T,U>IntermodalReader. readWithServices() -
Uses of Quadruple in org.goplanit.gtfs.converter.intermodal
Methods in org.goplanit.gtfs.converter.intermodal that return Quadruple Modifier and Type Method Description Quadruple<MacroscopicNetwork,Zoning,ServiceNetwork,RoutedServices>GtfsIntermodalReader. readWithServices()Perform the conversion and parsing into PLANit memory model with service network and services -
Uses of Quadruple in org.goplanit.io.converter.intermodal
Methods in org.goplanit.io.converter.intermodal that return Quadruple Modifier and Type Method Description Quadruple<MacroscopicNetwork,Zoning,ServiceNetwork,RoutedServices>PlanitIntermodalReader. readWithServices()PArse network, zoning, service network, and routed services that belong together -
Uses of Quadruple in org.goplanit.osm.converter.intermodal
Methods in org.goplanit.osm.converter.intermodal that return Quadruple Modifier and Type Method Description Quadruple<MacroscopicNetwork,Zoning,ServiceNetwork,RoutedServices>OsmIntermodalReader. readWithServices()Currently no support yet for this feature -
Uses of Quadruple in org.goplanit.utils.misc
Methods in org.goplanit.utils.misc that return Quadruple Modifier and Type Method Description Quadruple<A,B,C,D>Quadruple. copy()shallow copy of this pairstatic <A,B,C,D>
Quadruple<A,B,C,D>Quadruple. of(A valueA, B valueB, C valueC, D valueD)Factory method
-