de.uds.cs.st.dd.core.splitter
Interface Splitter
- All Known Implementing Classes:
- DefaultSplitter
- public interface Splitter
The splitter interface must be implemented by all splitters. A splitter
is used to create new configurations from existing ones. This can be done
by implementing a simple splitting algorithm that cuts a given
configuration into n sub-configurations, or by implementing sophisticated
algorithms to take care of tree structures or parantheses.
- Author:
-
Philipp Bouillon
split
public TConfiguration split(TConfiguration c,
int n)