Interface OriginWithColumnsAndRows<C extends ColumnElement,R extends RowElement>

Type Parameters:
C - The class of a element of navigation on column (an sub-class of ColumnElement).
R - The class of a element of navigation on a row (an sub-class of RowElement).
All Superinterfaces:
Navigation, Origin, ToColumn<C>, ToRow<R>
All Known Implementing Classes:
AbstractColumnAssert, AbstractColumnOutputter, AbstractDbAssert, AbstractDbOutputter, AbstractRowAssert, AbstractRowOutputter, AbstractSubAssert, AbstractSubOutputter, RequestAssert, RequestColumnAssert, RequestColumnOutputter, RequestOutputter, RequestRowAssert, RequestRowOutputter, TableAssert, TableColumnAssert, TableColumnOutputter, TableOutputter, TableRowAssert, TableRowOutputter

public interface OriginWithColumnsAndRows<C extends ColumnElement,R extends RowElement> extends Origin, ToColumn<C>, ToRow<R>
Defines a class which is the Origin of another and have Columns and Rows.
Author:
Régis Pouiller