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

ngmf.ui.graph.ValueSet Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package ngmf.ui.graph;

import java.io.File;
import java.io.IOException;

/**
 *
 * @author od
 */
public interface ValueSet {

    Double[] getDoubles(File file, String simName) throws IOException;

    String getName();
    
    boolean isLine();

    boolean isShape();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy