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. authorsMethods in org.pathvisio.libgpml.model that return Pathway.Author Modifier and Type Method Description Pathway.AuthorPathway. addAuthor(java.lang.String name)Creates and adds an author to authors list.Pathway.AuthorPathway. 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.AuthorPathway. addAuthor(Pathway.Author author)Adds the given author to authors list.voidPathway. 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 voidGPML2021Writer. writeAuthors(java.util.List<Pathway.Author> authors, org.jdom2.Element root)Writes authorPathway.Authorinformation.