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

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

package io.github.mivek.model.trend;

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

/**
 * @author mivek
 */
public class PROBTafTrend extends AbstractTafProbTrend {

    /**
     * Constructor.
     */
    public PROBTafTrend() {
        super(WeatherChangeType.PROB);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy