OpenOffice.org
XMerge API

Uses of Class
org.openoffice.xmerge.merger.Difference

Packages that use Difference
org.openoffice.xmerge.merger The DiffAlgorithm and MergeAlgorithm are used to provide the merge capabilities of this project. 
org.openoffice.xmerge.merger.diff Provides implementations for the Iterator interface and related support classes. 
org.openoffice.xmerge.merger.merge Provides implementations for the MergeAlgorithm interface, the NodeMergeAlgorithm interface, and related support classes. 
 

Uses of Difference in org.openoffice.xmerge.merger
 

Methods in org.openoffice.xmerge.merger that return Difference
 Difference[] DiffAlgorithm.computeDiffs(Iterator orgSeq, Iterator modSeq)
          Returns a Difference array.
 

Methods in org.openoffice.xmerge.merger with parameters of type Difference
 void MergeAlgorithm.applyDifference(Iterator orgSeq, Iterator modSeq, Difference[] differences)
          This method is to merge the difference to an Iterator.
 

Uses of Difference in org.openoffice.xmerge.merger.diff
 

Methods in org.openoffice.xmerge.merger.diff that return Difference
 Difference[] CharArrayLCSAlgorithm.computeDiffs(char[] orgSeq, char[] modSeq)
          Return an Difference array.
 Difference[] IteratorLCSAlgorithm.computeDiffs(Iterator orgSeq, Iterator modSeq)
           
 Difference[] IteratorRowCompare.computeDiffs(Iterator orgSeq, Iterator modSeq)
          Compute the differences of the given two sequences.
 

Uses of Difference in org.openoffice.xmerge.merger.merge
 

Methods in org.openoffice.xmerge.merger.merge with parameters of type Difference
 void DocumentMerge.applyDifference(Iterator orgSeq, Iterator modSeq, Difference[] differences)
           
 


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org