|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataModel | |
gumbo.visualize.data | Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. |
gumbo.visualize.data.consistency |
Uses of DataModel in gumbo.visualize.data |
Subclasses of DataModel in gumbo.visualize.data | |
class |
AspectModel
A data model representing a special data relationship amongst client models beyond the conventional relationship of a whole model and its constituent parts. |
class |
EdgeModel
A part model representing a data relationship between two or more (possibly identical) vertex models in a whole model (a hyper-edge). |
class |
ElementModel
A part model representing a data element in a whole model that has no data relationships (no internal topology). |
class |
GraphModel
A whole model whose data elements have data relationships (has an internal topology, such as a graph, tree, or list). |
class |
GroupModel
A whole model whose data elements have no data relationships (has no internal topology, such as an unordered bag and set). |
class |
ListModel
A graph model representing a list of entries. |
class |
PartModel
An abstract data model representing a portion of client data comprising a whole model, and which has a distinct presence in the whole view. |
class |
PortModel
A part model representing a connection point for edge models, such as on a vertex model. |
class |
SuperModel
A whole model that contains none or more whole models. |
class |
VertexModel
A part model representing a data element in a whole model that has data relationships (has an internal topology), which are represented by edge models. |
class |
WholeModel
An abstract data model representing a meaningful and self-consistent set of client data suitable for viewing as a whole. |
Uses of DataModel in gumbo.visualize.data.consistency |
Subclasses of DataModel in gumbo.visualize.data.consistency | |
class |
ParityModel
An aspect model specifically intended for creating parity groups (see ConsistencyManager). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |