Navigation
|
DataBuilder Application Feature List
DataBuilder comes bundled with many features which are
carefuly designed to give maximum comfort when editing GNUstep
Core Data data models. Among them are:
- Comfortable graphical editing. Besides a hierarchical
'tree' view of the data model you can view your model's
entities and their properties in a graphical representation
that is both easy to learn and allows you to keep track of
complex inter-relationships.
- Full inheritance hierarchy display. You don't have to
remember the inheritance hierarchy of your entities. Just
select one and then choose 'Inheritance View' and DataBuilder
will automatically build a tree of super/sub-entities of your
selection and allows you to easily browse it.
- Full undo/redo and revert to saved support. Every action
is undoable, and you can always just jump back to your last
saved snapshot, so you don't have to worry about making a
mistake.
- The native file format is directly those for data models.
DataBuilder reads your model specifications directly from a
model file and thus allows you to either directly use your
project files as sources for it, or peek at other programs and
their data models after they have been released.
|