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

org.snpeff.fileIterator.parser.Parser Maven / Gradle / Ivy

The newest version!
package org.snpeff.fileIterator.parser;

import java.util.Collection;

/**
 * Parse a string and return a collection of objects.
 * Note: In most cases the collection will only have one element.
 * 
 * @author pcingola
 */
public interface Parser {

	public Collection parse(String str);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy