Uses of Interface
org.pathvisio.libgpml.model.GPMLFormatVersion
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of GPMLFormatVersion in org.pathvisio.libgpml.model
Subinterfaces of GPMLFormatVersion in org.pathvisio.libgpml.model Modifier and Type Interface Description interface
GPMLFormatReader
Interface for GPML reading.interface
GPMLFormatWriter
Interface for GPML writing.Classes in org.pathvisio.libgpml.model that implement GPMLFormatVersion Modifier and Type Class Description class
GPML2013aReader
This class reads a PathwayModel from an input source (GPML 2013a).class
GPML2013aWriter
This class writes a PathwayModel to an output (GPML 2013a).class
GPML2021Reader
This class reads a PathwayModel from an input source (GPML 2021).class
GPML2021Writer
This class writes a PathwayModel to an output (GPML 2021).