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

de.unirostock.sems.bives.markup.Markup Maven / Gradle / Ivy

Go to download

BiVeS - BioModel Version Control System This package provides core functionality

The newest version!
/**
 * 
 */
package de.unirostock.sems.bives.markup;

/**
 * The Interface Markup for objects who are able to report their contents to a
 * markup document.
 * 
 * @author Martin Scharm
 */
public interface Markup
{
	
	/**
	 * Produce some markup presenting the contents of this object.
	 * 
	 * @return the string to include in the report
	 */
	public String markup ();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy