Searched refs:algorithm (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DDiff.java80 * algorithms may be used. If no algorithm is specififed, a default
81 * algorithm is used.</p>
92 * Added some comments whilst trying to figure out the algorithm
96 * Factored out the algorithm implementation into a separate difference
97 * algorithm class to allow pluggable algorithms.
112 /** The differencing algorithm to use. */
113 protected DiffAlgorithm algorithm; field in class:Diff
116 * Create a differencing object using the default algorithm
126 * Create a differencing object using the given algorithm
129 * @param algorithm th
131 Diff(Object[] original, DiffAlgorithm algorithm) argument
179 diff(Object[] orig, Object[] rev, DiffAlgorithm algorithm) argument
[all...]
/opengrok-jel/lib/
H A Djrcs.jar ... .apache.commons.jrcs.diff.DiffAlgorithm algorithm public void " href="/source/s?defs=% ...

Completed in 32 milliseconds