Uses of Interface
net.time4j.engine.ElementRule
Packages that use ElementRule
Package
Description
Defines the common generic schemes and interfaces of chronological
systems.
-
Uses of ElementRule in net.time4j.engine
Subinterfaces of ElementRule in net.time4j.engineModifier and TypeInterfaceDescriptioninterfaceElement rule with support for int-primitives.Methods in net.time4j.engine with parameters of type ElementRuleModifier 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.