mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 15:08:49 +00:00
Class-level JavaDoc for all HCI-based providers.
This commit is contained in:
parent
40c729b9fe
commit
8f13a95bb5
24 changed files with 52 additions and 4 deletions
|
@ -24,6 +24,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Aachener Verkehrsverbund (Aachen, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class AvvAachenProvider extends AbstractHafasClientInterfaceProvider {
|
public class AvvAachenProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010-2017 the original author or authors.
|
* Copyright the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -38,6 +38,8 @@ import de.schildbach.pte.dto.Style.Shape;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Berliner Verkehrsbetriebe (Berlin, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public final class BvgProvider extends AbstractHafasClientInterfaceProvider {
|
public final class BvgProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -22,6 +22,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Capital Metropolitan Transportation Authority (Austin, Texas, US).
|
||||||
|
*
|
||||||
* @author Colin Murphy
|
* @author Colin Murphy
|
||||||
*/
|
*/
|
||||||
public class CmtaProvider extends AbstractHafasClientInterfaceProvider {
|
public class CmtaProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -28,6 +28,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for Deutsche Bahn (Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public final class DbProvider extends AbstractHafasClientInterfaceProvider {
|
public final class DbProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -25,6 +25,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for Rejseplanen (Denmark).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class DsbProvider extends AbstractHafasClientInterfaceProvider {
|
public class DsbProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -29,6 +29,8 @@ import de.schildbach.pte.dto.Style;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Ingolstädter Verkehrsgesellschaft (Ingolstadt, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class InvgProvider extends AbstractHafasClientInterfaceProvider {
|
public class InvgProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -24,6 +24,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for Mobilitéitszentral (Luxembourg).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class LuProvider extends AbstractHafasClientInterfaceProvider {
|
public class LuProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -24,6 +24,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Informationssystem Nahverkehr Sachsen-Anhalt (Saxony-Anhalt, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class NasaProvider extends AbstractHafasClientInterfaceProvider {
|
public class NasaProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -24,6 +24,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Nordhessischer Verkehrsverbund (North Hesse, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class NvvProvider extends AbstractHafasClientInterfaceProvider {
|
public class NvvProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -25,6 +25,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Österreichische Bundesbahnen (Austria).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class OebbProvider extends AbstractHafasClientInterfaceProvider {
|
public class OebbProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -26,6 +26,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Oberösterreichischer Verkehrsverbund (Upper Austria, Austria).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class OoevvProvider extends AbstractHafasClientInterfaceProvider {
|
public class OoevvProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -26,6 +26,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for Samtrafiken (Sweden).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class SeProvider extends AbstractHafasClientInterfaceProvider {
|
public class SeProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010-2015 the original author or authors.
|
* Copyright the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -32,6 +32,8 @@ import de.schildbach.pte.dto.Style;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Nahverkehrsverbund Schleswig-Holstein (Schleswig-Holstein, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class ShProvider extends AbstractHafasClientInterfaceProvider {
|
public class ShProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -25,6 +25,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Nationale Maatschappij der Belgische Spoorwegen (Belgium).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class SncbProvider extends AbstractHafasClientInterfaceProvider {
|
public class SncbProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -29,6 +29,8 @@ import de.schildbach.pte.dto.Style;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Salzburger Verkehrsverbund (Salzburg, Austria).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class SvvProvider extends AbstractHafasClientInterfaceProvider {
|
public class SvvProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -29,6 +29,8 @@ import de.schildbach.pte.dto.Style;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Verkehrsauskunft Österreich (Austria).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VaoProvider extends AbstractHafasClientInterfaceProvider {
|
public class VaoProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -29,6 +29,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Verkehrsverbund Berlin-Brandenburg (Brandenburg, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VbbProvider extends AbstractHafasClientInterfaceProvider {
|
public class VbbProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010-2015 the original author or authors.
|
* Copyright the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -35,6 +35,8 @@ import de.schildbach.pte.dto.Style.Shape;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Verkehrsverbund Bremen/Niedersachsen (Lower Saxony, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VbnProvider extends AbstractHafasClientInterfaceProvider {
|
public class VbnProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -24,6 +24,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for Saarfahrplan (Saarland, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VgsProvider extends AbstractHafasClientInterfaceProvider {
|
public class VgsProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -26,6 +26,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Verkehrsverbund Vorarlberg (Vorarlberg, Austria).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VmobilProvider extends AbstractHafasClientInterfaceProvider {
|
public class VmobilProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2017 the original author or authors.
|
* Copyright the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -24,6 +24,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Verkehrsverbund Mittelthüringen (Thuringia, Germany).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VmtProvider extends AbstractHafasClientInterfaceProvider {
|
public class VmtProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -29,6 +29,8 @@ import de.schildbach.pte.dto.Style;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Verkehrsverbund Ost-Region (Lower Austria and Burgenland, Austria).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VorProvider extends AbstractHafasClientInterfaceProvider {
|
public class VorProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -26,6 +26,8 @@ import de.schildbach.pte.dto.Product;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Verkehrsverbund Tirol (Tyrol, Austria).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class VvtProvider extends AbstractHafasClientInterfaceProvider {
|
public class VvtProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
|
@ -29,6 +29,8 @@ import de.schildbach.pte.dto.Style.Shape;
|
||||||
import okhttp3.HttpUrl;
|
import okhttp3.HttpUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provider implementation for the Zürcher Verkehrsverbund (Zurich, Switzerland).
|
||||||
|
*
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class ZvvProvider extends AbstractHafasClientInterfaceProvider {
|
public class ZvvProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue