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

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

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

import io.github.mivek.enums.TimeIndicator;

/**
 * This class represents the TL part of the trend part of a metar.
 * @author mivek
 */
public final class TLTime extends AbstractMetarTrendTime {

    /**
     * Constructor.
     */
    public TLTime() {
        super(TimeIndicator.TL);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy