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 class
GPML2013aWriter
This class writes a PathwayModel to an output (GPML 2013a).class
GPML2021Writer
This class writes a PathwayModel to an output (GPML 2021).Fields in org.pathvisio.libgpml.model declared as GPMLFormatWriter Modifier and Type Field Description private GPMLFormatWriter
GPMLFormat. writer
Constructors in org.pathvisio.libgpml.model with parameters of type GPMLFormatWriter Constructor Description GPMLFormat(GPMLFormatWriter writer)
Instantiates a GpmlFormat.