-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathCompareWithSaved.xml
More file actions
31 lines (25 loc) · 1.8 KB
/
CompareWithSaved.xml
File metadata and controls
31 lines (25 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<vcelldoc>
<page title="Compare With Saved">
<introduction>
<para>It is difficult to compare models by simply visually inspecting the different components.
Instead, the best way to compare models is with the Compare Models feature which automatically performs a side-by-side comparison of all the different components of the model.
</para>
</introduction>
<operations>
<para>
The models are compared and the user is presented with a composite model in a <bold>Compare Models</bold> dialog, shown above, where only differences are indicated. An <bold>"X"</bold> will indicate which part of the model is different.
The <bold>"X"</bold> will originate at the parent level in the tree and travel down the tree wherever there is a difference between the two models.
At the level where that item is, it will be marked with a <bold>"?"</bold>. Items that are only in the modified model are marked with an <bold>"N"</bold> for <bold>new</bold>.
Items that are only in the baseline model are marked with an <bold>"R"</bold> for <bold>removed</bold>; they are considered to be removed from the modified model.
</para>
<imgReference target = "ManageDBCompareWith.png"/>
<para>
When any of these items are selected, the value in the baseline model and the modified model are displayed in the text area below.
If the user is aware that any two similar items (for example., 2 species in the models being compared) represent the same entity, the two items can be selected and the <bold>Associate</bold> button can be clicked to associate the two items.
Similarly, <bold>Disassociate</bold> button will dissociate two similar items in the two models being compared. This will not alter the original models in any way.
</para>
</operations>
<comments> </comments>
</page>
</vcelldoc>