Uses of Class
org.xwiki.gwt.wysiwyg.client.diff.DifferentiationFailedException

Packages that use DifferentiationFailedException
org.xwiki.gwt.wysiwyg.client.diff   
org.xwiki.gwt.wysiwyg.client.diff.myers   
 

Uses of DifferentiationFailedException in org.xwiki.gwt.wysiwyg.client.diff
 

Methods in org.xwiki.gwt.wysiwyg.client.diff that throw DifferentiationFailedException
 Revision Diff.diff(java.lang.Object[] rev)
          compute the difference between the original and a revision.
 Revision DiffAlgorithm.diff(java.lang.Object[] orig, java.lang.Object[] rev)
          Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
 Revision SimpleDiff.diff(java.lang.Object[] orig, java.lang.Object[] rev)
          Compute the difference between original and revised sequences.
static Revision Diff.diff(java.lang.Object[] orig, java.lang.Object[] rev)
          compute the difference between an original and a revision.
static Revision Diff.diff(java.lang.Object[] orig, java.lang.Object[] rev, DiffAlgorithm algorithm)
          compute the difference between an original and a revision.
 

Uses of DifferentiationFailedException in org.xwiki.gwt.wysiwyg.client.diff.myers
 

Methods in org.xwiki.gwt.wysiwyg.client.diff.myers that throw DifferentiationFailedException
static PathNode MyersDiff.buildPath(java.lang.Object[] orig, java.lang.Object[] rev)
          Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
 Revision MyersDiff.diff(java.lang.Object[] orig, java.lang.Object[] rev)
          Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.