|
|||||||||
| Home >> All >> [ JLibDiff overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JLibDiff
Class JRCSMyersAlgorithm

java.lang.ObjectJLibDiff.JRCSMyersAlgorithm
- All Implemented Interfaces:
- DiffAlgorithm
- public class JRCSMyersAlgorithm
- extends java.lang.Object
- implements DiffAlgorithm
- extends java.lang.Object
| Constructor Summary | |
JRCSMyersAlgorithm()
|
|
| Method Summary | |
JRCSMyersPathNode |
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. |
java.util.Vector |
buildRevision(JRCSMyersPathNode path,
java.lang.Object[] orig,
java.lang.Object[] rev)
Constructs a Revision from a difference path. |
java.util.Vector |
makeDiff(java.lang.String[] A,
java.lang.String[] B)
|
void |
setEol(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
JRCSMyersAlgorithm
public JRCSMyersAlgorithm()
| Method Detail |
setEol
public void setEol(java.lang.String s)
- Specified by:
setEolin interfaceDiffAlgorithm
makeDiff
public java.util.Vector makeDiff(java.lang.String[] A, java.lang.String[] B)
- Specified by:
makeDiffin interfaceDiffAlgorithm
buildPath
public JRCSMyersPathNode 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.
buildRevision
public java.util.Vector buildRevision(JRCSMyersPathNode path, java.lang.Object[] orig, java.lang.Object[] rev)
- Constructs a
Revisionfrom a difference path.
|
|||||||||
| Home >> All >> [ JLibDiff overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
JLibDiff.JRCSMyersAlgorithm