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

io.github.mivek.model.trend.validity.FMTime Maven / Gradle / Ivy

package io.github.mivek.model.trend.validity;

import io.github.mivek.enums.TimeIndicator;

/**
 * This class represents the FM part of a trend in a metar.
 * @author mivek
 */
public class FMTime extends AbstractMetarTrendTime {

    /**
     * Constructor.
     */
    public FMTime() {
        super(TimeIndicator.FM);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy