Package org.zaval.data
Classes and interfaces that are used to represent various data models (tree, matrix
and so on).
See:
Description
|
Interface Summary |
| MatrixModel |
This interface provides ability to manipulate with matrix-like data structures. |
| TextModel |
The interface is used to represent text data. |
| TreeModel |
This interface describes tree-like data models and helps controlling its content. |
|
Class Summary |
| Item |
This class is used to represent tree model items. |
| Matrix |
This class is an implementation of the MatrixModel interface to work with
matrix-like structures. |
| SingleLineTxt |
This class is an implementation of the TextModel interface. |
| Text |
This class is an implementation of the TextModel interface to support multi line text.
|
| Tree |
This class is an implementation of the TreeModel interface to organize
tree-like structures. |
Package org.zaval.data Description
Classes and interfaces that are used to represent various data models (tree, matrix
and so on).
|