Uses of Class
org.pathvisio.libgpml.model.PathwayElement.Comment
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayElement.Comment in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type PathwayElement.Comment Modifier and Type Field Description private java.util.List<PathwayElement.Comment>PathwayElement. commentsMethods in org.pathvisio.libgpml.model that return PathwayElement.Comment Modifier and Type Method Description PathwayElement.CommentPathwayElement. addComment(java.lang.String commentText, java.lang.String source)Creates a comment with given properties and adds to comments list.Methods in org.pathvisio.libgpml.model that return types with arguments of type PathwayElement.Comment Modifier and Type Method Description java.util.List<PathwayElement.Comment>PathwayElement. getComments()Methods in org.pathvisio.libgpml.model with parameters of type PathwayElement.Comment Modifier and Type Method Description voidPathwayElement. addComment(PathwayElement.Comment comment)Adds given comment to comments list.voidPathwayElement. removeComment(PathwayElement.Comment comment)Removes given comment from comments list.Method parameters in org.pathvisio.libgpml.model with type arguments of type PathwayElement.Comment Modifier and Type Method Description voidPathwayElement. setComments(java.util.List<PathwayElement.Comment> value)Sets comments to the given comments list.protected voidGPML2013aWriter. writeComments(java.util.List<PathwayElement.Comment> comments, org.jdom2.Element e)Writes commentsPathwayElement.Commentinformation for pathway or pathway element.protected voidGPML2021Writer. writeComments(java.util.List<PathwayElement.Comment> comments, org.jdom2.Element e)Writes commentsPathwayElement.Commentinformation for pathway or pathway element.