| Class | Description |
|---|---|
| JControlModel |
A control model that provides dictionaries and rules to drive a merge process.
|
| JControlModel.DictionaryPattern | |
| JControlModel.Feature | |
| JControlModel.MatchRule |
During the merge, the current state of the nodes of a tree is applied to the nodes of
another tree.
|
| JControlModel.PullRule | |
| JControlModel.PushRule |
A push rule restricts what elements are pushed from the source to the target.
|
| JControlModel.SortRule |
The sort rule is used to ensure that the order of the attributes as declared
on the source is respected As usual you need to specify a Dictionary Pattern
to identify the attributes that should be treated.
|
| JControlModel.SweepRule |
A sweep rule removes elements from the target if they are NOT available
in the source.
|
| JMerger |
This implements the method
JMerger.run(java.lang.Object),
which is called just like main during headless workbench invocation. |
| JPatternDictionary |
A dictionary of signatures and
JNodes. |
| Enum | Description |
|---|---|
| JControlModel.SweepRule.Action |
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature