Uses of Class
org.episteme.core.util.Numbering
Packages that use Numbering
-
Uses of Numbering in org.episteme.core.util
Subclasses of Numbering in org.episteme.core.utilModifier and TypeClassDescriptionclassA simpler Numbering implementation for legacy support.Classes in org.episteme.core.util that implement interfaces with type arguments of type NumberingModifier and TypeClassDescriptionclassRepresents a hierarchical numbering (e.g., "1.0.1", "Article 42.1").Methods in org.episteme.core.util that return NumberingModifier and TypeMethodDescriptionNumbering.addMinor()Adds a minor version (e.g., 1.2 -> 1.2.0).Numbering.getNext()Returns the next numbering at the current depth (e.g., 1.2 -> 1.3).static NumberingParses a dot-separated string into a Numbering.Methods in org.episteme.core.util with parameters of type Numbering -
Uses of Numbering in org.episteme.social.law
Methods in org.episteme.social.law that return NumberingModifier and TypeMethodDescriptionArticle.getNumbering()Returns the numbering or index of the article.Constructors in org.episteme.social.law with parameters of type NumberingModifierConstructorDescriptionCreates a full Article object.Creates a new Article object with numbering and contents.Creates a new Article object with numbering, contents, and date.