Interface Summary |
IFieldModel |
The leaf node of the data structure. |
IListModel |
An ordered collection (also known as a sequence). |
IMapModel |
An object that maps keys to values. |
IModel |
To help the end user manipulate the lower data model easier with an universal
way, Data Abstract Layer provides the Data Model Interface to describe the
abstract data structure used in Data Abstract Layer. |
IModelAdapter |
Get/Set the value and data model using expression language |
IModelFactory |
This interface is the factory used to convert the original data model to BTT
Data Abstract Model. |
IResolver |
This interface is used to resolve the expression language. |