Uses of Class
de.uds.cs.st.dd.core.DD

Packages that use DD
de.uds.cs.st.dd.core The core package contains all classes directly related to Delta Debugging and JUnit. 
 

Uses of DD in de.uds.cs.st.dd.core
 

Methods in de.uds.cs.st.dd.core that return DD
private  DD InputDeltaDebugger.initializeDeltaDebugging()
          Initializes the Delta Debugging algorithm and sets some values of the * DD class.
 

Methods in de.uds.cs.st.dd.core with parameters of type DD
private  void InputDeltaDebugger.minimizeConfig(TConfiguration c, DD dd, PrintWriter writer)
          Minimizes a given configuration.
private  void InputDeltaDebugger.isolateConfig(TConfiguration c, DD dd, PrintWriter writer)
          Isolates a given configuration.
private  void InputDeltaDebugger.deltaDebugFile(DD dd, PrintWriter writer)
          Performs Delta Debugging on the file that has been stored in this object.