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

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

package io.github.mivek.model.trend;

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

/**
 * Class representing From Changes.
 * @author mivek
 */
public class FMTafTrend extends AbstractTafTrend {

    /**
     * Constructor.
     */
    public FMTafTrend() {
        super(WeatherChangeType.FM);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy