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);
}
}