ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
WordLevelDiff ($orig_lines, $closing_lines) | |
_split ($lines) | |
orig () | |
Get the original set of lines. | |
closing () | |
Get the closing set of lines. | |
Public Member Functions inherited from MappedDiff | |
MappedDiff ($from_lines, $to_lines, $mapped_from_lines, $mapped_to_lines) | |
Constructor. | |
Public Member Functions inherited from Diff | |
Diff ($from_lines, $to_lines) | |
Constructor. | |
reverse () | |
Compute reversed Diff. | |
isEmpty () | |
Check for empty diff. | |
lcs () | |
Compute the length of the Longest Common Subsequence (LCS). | |
_check ($from_lines, $to_lines) | |
Check a Diff for validity. |
Data Fields | |
const | MAX_LINE_LENGTH = 10000 |
Definition at line 1618 of file class.WordLevelDiff.php.
WordLevelDiff::_split | ( | $lines | ) |
Definition at line 1634 of file class.WordLevelDiff.php.
WordLevelDiff::closing | ( | ) |
Get the closing set of lines.
This reconstructs the $to_lines parameter passed to the constructor.
Reimplemented from Diff.
Definition at line 1683 of file class.WordLevelDiff.php.
References _HWLDF_WordAccumulator\addWords(), and elseif().
WordLevelDiff::orig | ( | ) |
Get the original set of lines.
This reconstructs the $from_lines parameter passed to the constructor.
Reimplemented from Diff.
Definition at line 1667 of file class.WordLevelDiff.php.
WordLevelDiff::WordLevelDiff | ( | $orig_lines, | |
$closing_lines | |||
) |
Definition at line 1622 of file class.WordLevelDiff.php.
const WordLevelDiff::MAX_LINE_LENGTH = 10000 |
Definition at line 1620 of file class.WordLevelDiff.php.