For complex data storage use class RelationStorage. To implement new container consider using of interface IContainer<T>.
Classes | |
| class | DataLib |
| General usage static methods. More... | |
| interface | IContainer< T > |
| Generic container's interface for SGVis data This is an extension to Iterable interface. More... | |
| class | Relation |
| Simple structured type containing data for one relation. More... | |
| class | RelationList |
| Simple container for Relation objects with linear access to it. More... | |
| class | RelationMap< KEY > |
| Associative array for Relation objects. More... | |
| class | RelationSet |
| Set of Relation object. More... | |
| class | RelationStorage |
| Complex storage for Relation objects. More... | |
| class | Statistics |
| Simple structured type holding common storage statistics. More... | |
| class | UrlMap< KEY > |
| Associative array for URL objects. More... | |
| class | UrlSet |
| Set of URL object. More... | |
1.5.4