All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mivek.model.trend.TEMPOMetarTrend Maven / Gradle / Ivy

package io.github.mivek.model.trend;

import io.github.mivek.enums.WeatherChangeType;

/**
 * TEMPO class for metar trend.
 * @author mivek
 */
public final class TEMPOMetarTrend extends AbstractMetarTrend {

    /**
     * Constructor.
     */
    public TEMPOMetarTrend() {
        super(WeatherChangeType.TEMPO);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy