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

toxgene.core.genes.literals.Cdata Maven / Gradle / Ivy

/**
 * Interface for plugging in different CDATA generators
 */

package toxgene.core.genes.literals;

public interface Cdata{

	public void setRandomSeed(int seed);
	
	public String getCdata(int length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy