Interface | Description |
---|---|
CommandVisitor<T> |
This interface should be implemented by user object to walk
through
EditScript objects. |
Class | Description |
---|---|
DeleteCommand<T> |
Command representing the deletion of one object of the first sequence.
|
EditCommand<T> |
Abstract base class for all commands used to transform an objects sequence
into another one.
|
EditScript<T> |
This class gathers all the
commands needed to transform
one objects sequence into another objects sequence. |
InsertCommand<T> |
Command representing the insertion of one object of the second sequence.
|
KeepCommand<T> |
Command representing the keeping of one object present in both sequences.
|
SequencesComparator<T> |
This class allows to compare two objects sequences.
|
Copyright © 2016–2017. All rights reserved.