package edu.cmu.tetrad.algcomparison.statistic.utils;

/**
 * Some simulations may wish to implement this interface to specify a simulation
 * path, which will be printed in the output.
 *
 * @author jdramsey
 */
public interface SimulationPath {
    String getPath();
}
