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

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

package io.github.mivek.model.trend;

import io.github.mivek.enums.WeatherChangeType;

/**
 * BECMG class for metar.
 * @author mivek
 */
public final class BECMGMetarTrend extends AbstractMetarTrend {

    /**
     * Constructor.
     */
    public BECMGMetarTrend() {
        super(WeatherChangeType.BECMG);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy