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

de.unirostock.sems.bives.sbml.parser.SBMLAnotation Maven / Gradle / Ivy

Go to download

BiVeS - BioModel Version Control System This package provides SBML integration for BiVeS

There is a newer version: 1.9.9
Show newest version
/**
 * 
 */
package de.unirostock.sems.bives.sbml.parser;

import de.unirostock.sems.xmlutils.ds.DocumentNode;


/**
 * The Class SBMLAnotation ,a container for optional software-generated content not meant to be shown to humans.
 *
 * @author Martin Scharm
 */
public class SBMLAnotation
{
	
	/** The node rooting the annotation. */
	private DocumentNode rootNode;
	
	/**
	 * Instantiates a new SBML anotation.
	 *
	 * @param rootNode the node rooting the annotation
	 */
	public SBMLAnotation (DocumentNode rootNode)
	{
		this.rootNode = rootNode;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy