Package org.pathvisio.libgpml.model
Interface GPMLFormatReader
- All Superinterfaces:
GPMLFormatVersion
- All Known Implementing Classes:
GPML2013aReader
,GPML2021Reader
public interface GPMLFormatReader extends GPMLFormatVersion
Interface for GPML reading.
- Author:
- unknown
-
Method Summary
Modifier and Type Method Description void
readFromRoot(PathwayModel pathwayModel, org.jdom2.Element root)
Reads pathway model from root element.Methods inherited from interface org.pathvisio.libgpml.model.GPMLFormatVersion
getGpmlNamespace, getSchemaFile, validateDocument
-
Method Details
-
readFromRoot
Reads pathway model from root element.- Parameters:
pathwayModel
- the pathway model.root
- the jdom root element.- Throws:
ConverterException
-