Uses of Interface
org.pathvisio.libgpml.model.GPMLFormatWriter
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of GPMLFormatWriter in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement GPMLFormatWriter Modifier and Type Class Description classGPML2013aWriterThis class writes a PathwayModel to an output (GPML 2013a).classGPML2021WriterThis class writes a PathwayModel to an output (GPML 2021).Fields in org.pathvisio.libgpml.model declared as GPMLFormatWriter Modifier and Type Field Description private GPMLFormatWriterGPMLFormat. writerConstructors in org.pathvisio.libgpml.model with parameters of type GPMLFormatWriter Constructor Description GPMLFormat(GPMLFormatWriter writer)Instantiates a GpmlFormat.