Package edu.cmu.tetrad.session
Interface Executable
public interface Executable
Interface indicating that a class can be executed as an algorithm.
- Author:
- Joseph Ramsey
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
serialVersionUIDstatic final long serialVersionUID- See Also:
 
 
- 
- 
Method Details- 
executeExecutes the algorithm.- Throws:
- Exception- if execution is stopped at some point by an exception.
 
 
-