Class SequentialMerge

java.lang.Object
com.deltaxml.ditamerge.SequentialMerge
All Implemented Interfaces:
MergeBase

public class SequentialMerge extends Object implements MergeBase

A sequential merge class which supports n-way merging of the sequentially edited DITA documents.

The term sequential describes a scenario in which the each of the versions added to the merge would be a derivative of the previous version. Such a merge would be 'non-concurrent'.