Package de.uds.cs.st.dd.core.deltacreator

This package provides convenience classes to split any input into TConfigurations.

See:
          Description

Class Summary
BlockDeltaCreator Used to create deltas consisting of segments (or "blocks") of a file.
ElementDeltaCreator Used to create deltas consisting of single elements (characters for example).
GenericDeltaCreator Used to create deltas consisting of single lines.
LineDeltaCreator Used to create deltas consisting of single lines.
 

Package de.uds.cs.st.dd.core.deltacreator Description

This package provides convenience classes to split any input into TConfigurations. For example, you can pass string objects to split them into lines or characters or blocks, and so on.