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

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

package io.github.mivek.model.trend;

import io.github.mivek.enums.WeatherChangeType;
import io.github.mivek.model.trend.validity.Validity;

/**
 * Class representing a BECMG change of a TAF.
 * @author mivek
 */
public class BECMGTafTrend extends AbstractTafTrend {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy