Uses of Interface
net.time4j.engine.ElementRule
Package
Description
Defines the common generic schemes and interfaces of chronological
systems.
-
Uses of ElementRule in net.time4j.engine
Modifier and TypeInterfaceDescriptioninterface
Element rule with support for int-primitives.Modifier and TypeMethodDescription<V> CalendarFamily.Builder<T>
CalendarFamily.Builder.appendElement(ChronoElement<V> element, ElementRule<T,V> rule)
<V> Chronology.Builder<T>
Chronology.Builder.appendElement(ChronoElement<V> element, ElementRule<T,V> rule)
Registers a new element together with its associated element rule.<V> TimeAxis.Builder<U,T>
TimeAxis.Builder.appendElement(ChronoElement<V> element, ElementRule<T,V> rule)
<V> TimeAxis.Builder<U,T>
TimeAxis.Builder.appendElement(ChronoElement<V> element, ElementRule<T,V> rule, U baseUnit)
Registers a new element with associated rule and a base unit.