Documentation of 'org.encog.util.time.TimeUnitNames' Java class
TimeUnitNames
org.encog.util.time

Interface TimeUnitNames

  • All Known Implementing Classes:
    EnglishTimeUnitNames


    public interface TimeUnitNames
    Get the name or code for a time unit.
    • Method Detail

      • code

        java.lang.String code(TimeUnit unit)
        Get the code for the specified time unit.
        Parameters:
        unit - The time unit.
        Returns:
        Return the code for the specified time unit.
      • plural

        java.lang.String plural(TimeUnit unit)
        Get the plural name for the specified time unit.
        Parameters:
        unit - The time unit.
        Returns:
        Return the plural name for the specified unit.
      • singular

        java.lang.String singular(TimeUnit unit)
        Get the singular form of the specified time unit.
        Parameters:
        unit - The time unit.
        Returns:
        The singular form of the specified time unit.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.