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

com.tyme.eightchar.provider.EightCharProvider Maven / Gradle / Ivy

There is a newer version: 1.1.7
Show newest version
package com.tyme.eightchar.provider;

import com.tyme.eightchar.EightChar;
import com.tyme.lunar.LunarHour;

/**
 * 八字计算接口
 *
 * @author 6tail
 */
public interface EightCharProvider {

  /**
   * 八字
   *
   * @param hour 农历时辰
   * @return 八字
   */
  EightChar getEightChar(LunarHour hour);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy