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