Module jonix

Class Tabulation<P>

java.lang.Object
com.tectonica.jonix.tabulate.Tabulation<P>

public class Tabulation<P> extends Object
This class contains a collection of FieldTabulators which together hold all the information needed to flatten an ONIX Product (which is a tree-like structure by its nature) into a flat-list of values (containing one or more logical fields). It also provides a header (i.e. list of column-names) for each of these values, in case the context requires a header (e.g. when writing to a file).

While users are likely to define their own FieldTabulators and Tabulations, Jonix offers a ready-made set for your convenience, as part of the Unification services.

See Also: