de.unirostock.sems.bives.markup.Markup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BiVeS-Core Show documentation
Show all versions of BiVeS-Core Show documentation
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