|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Splitter | |
de.uds.cs.st.dd.core | The core package contains all classes directly related to Delta Debugging and JUnit. |
de.uds.cs.st.dd.core.splitter | Splitting functionality for the Delta Debugging algorithm. |
Uses of Splitter in de.uds.cs.st.dd.core |
Fields in de.uds.cs.st.dd.core declared as Splitter | |
private Splitter |
DD.splitter
Splitting functionality. |
Methods in de.uds.cs.st.dd.core that return Splitter | |
Splitter |
DD.getSplitter()
Returns the current splitter object of this DD object. |
Methods in de.uds.cs.st.dd.core with parameters of type Splitter | |
void |
DD.setSplitter(Splitter splitter)
Sets the current splitter of this DD object. |
Uses of Splitter in de.uds.cs.st.dd.core.splitter |
Classes in de.uds.cs.st.dd.core.splitter that implement Splitter | |
class |
DefaultSplitter
The default splitter class splits any given configuration into n equally sized sub configurations (without interpreting the configurations). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |