()
| 1789 | * @return chronological system as time axis (never {@code null}) |
| 1790 | */ |
| 1791 | public static TimeAxis<TimeUnit, Moment> axis() { |
| 1792 | |
| 1793 | return ENGINE; |
| 1794 | |
| 1795 | } |
| 1796 | |
| 1797 | /** |
| 1798 | * <p>Provides a static access to the associated time axis using the foreign type S. </p> |
no outgoing calls