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

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

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

import io.github.mivek.enums.TimeIndicator;

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

    /**
     * Constructor.
     */
    public ATTime() {
        super(TimeIndicator.AT);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy