Uses of Class
org.pathvisio.libgpml.model.Pathway.Author
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Pathway.Author in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type Pathway.Author Modifier and Type Field Description private java.util.List<Pathway.Author>
Pathway. authors
Methods in org.pathvisio.libgpml.model that return Pathway.Author Modifier and Type Method Description Pathway.Author
Pathway. addAuthor(java.lang.String name)
Creates and adds an author to authors list.Pathway.Author
Pathway. addAuthor(Pathway.Author author)
Adds the given author to authors list.Methods in org.pathvisio.libgpml.model that return types with arguments of type Pathway.Author Modifier and Type Method Description java.util.List<Pathway.Author>
Pathway. getAuthors()
Returns the list of authors for this pathway model.Methods in org.pathvisio.libgpml.model with parameters of type Pathway.Author Modifier and Type Method Description Pathway.Author
Pathway. addAuthor(Pathway.Author author)
Adds the given author to authors list.void
Pathway. removeAuthor(Pathway.Author author)
Removes the given author from authors list.Method parameters in org.pathvisio.libgpml.model with type arguments of type Pathway.Author Modifier and Type Method Description protected void
GPML2021Writer. writeAuthors(java.util.List<Pathway.Author> authors, org.jdom2.Element root)
Writes authorPathway.Author
information.