Uses of Interface
org.pathvisio.libgpml.model.GPMLFormatReader
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of GPMLFormatReader in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement GPMLFormatReader Modifier and Type Class Description class
GPML2013aReader
This class reads a PathwayModel from an input source (GPML 2013a).class
GPML2021Reader
This class reads a PathwayModel from an input source (GPML 2021).Methods in org.pathvisio.libgpml.model that return GPMLFormatReader Modifier and Type Method Description static GPMLFormatReader
GPMLFormat. getReaderForNamespace(org.jdom2.Namespace ns)
Returns GPML reader given namespace.