All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cmu.tetradapp.model.GraphSettable Maven / Gradle / Ivy

There is a newer version: 7.6.6
Show newest version
package edu.cmu.tetradapp.model;

import edu.cmu.tetrad.graph.Graph;
import edu.cmu.tetrad.util.Parameters;

/**
 * @author josephramsey
 */
public interface GraphSettable extends GraphSource {
    Parameters getParameters();

    void setGraph(Graph newValue);

    int getNumModels();

    String getModelSourceName();

    int getModelIndex();

    void setModelIndex(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy