Méthode | Description | |
---|---|---|
DiffEngine ( ) : System | ||
DiffReport ( ) : List |
||
ProcessDiff ( IDiffList source, IDiffList destination ) : double | ||
ProcessDiff ( IDiffList source, IDiffList destination, DiffEngineLevel level ) : double |
Méthode | Description | |
---|---|---|
AddChanges ( List |
||
GetLongestSourceMatch ( |
||
GetSourceMatchLength ( int destIndex, int sourceIndex, int maxLength ) : int | ||
ProcessRange ( int destStart, int destEnd, int sourceStart, int sourceEnd ) : void |
public ProcessDiff ( IDiffList source, IDiffList destination ) : double | ||
source | IDiffList | |
destination | IDiffList | |
Résultat | double |
public ProcessDiff ( IDiffList source, IDiffList destination, DiffEngineLevel level ) : double | ||
source | IDiffList | |
destination | IDiffList | |
level | DiffEngineLevel | |
Résultat | double |