Skip to content

Commit

Permalink
Merge pull request #10 from valyo/2.5.x
Browse files Browse the repository at this point in the history
2.5.x
  • Loading branch information
jonalv committed May 7, 2012
2 parents 4b688bb + d10af5c commit 3358fce
Showing 1 changed file with 4 additions and 0 deletions.
@@ -1,11 +1,15 @@
package net.bioclipse.core.domain;

import java.util.List;

public interface IDataset {

public static final String CSV_SEPARATOR = "\t";

public String getFileExtension();
public String getFileContents();

public List<String> getResponseValues();
public List<String> getColHeaders();

}

0 comments on commit 3358fce

Please sign in to comment.