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 classGPML2013aReaderThis class reads a PathwayModel from an input source (GPML 2013a).classGPML2021ReaderThis 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 GPMLFormatReaderGPMLFormat. getReaderForNamespace(org.jdom2.Namespace ns)Returns GPML reader given namespace.