org.tm4j.panckoucke.impl.abstraction.util .MatrixNode

Description

Instances of this class form a wrapper around an AMNode that represents the root-node of a Matrix. This wrapper allows access to the underlying data in form of common matrix-semantics. This should facilitate the development of code using the Matrix-Pattern

Inheritance Hierarchy

Method Summary
org.tm4j.panckoucke.model.AMNode getCell(int rowix,int colix)
org.tm4j.panckoucke.model.AMNode getColumn(int index)
void getColumnCount()
void getColumnIndexForObject(java.lang.Object o)
Determines the index of the column that represents the given object.
java.lang.String getColumnNames()
java.lang.Object getColumnObjects()
Returns an Array of those objects that are represented by the AMNodes that form columns of this matrix.
org.tm4j.panckoucke.util.AMNodeList getColumns()
org.tm4j.panckoucke.model.AMNode getRow(int index)
void getRowCount()
org.tm4j.panckoucke.util.AMNodeList getRowData(int index)
Returns a List of AMNodes that form the data of the cells of the row with the given index
org.tm4j.panckoucke.util.AMNodeList getRows()

Related Topics