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. comments
Methods in org.pathvisio.libgpml.model that return PathwayElement.Comment Modifier and Type Method Description PathwayElement.Comment
PathwayElement. 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 void
PathwayElement. addComment(PathwayElement.Comment comment)
Adds given comment to comments list.void
PathwayElement. 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 void
PathwayElement. setComments(java.util.List<PathwayElement.Comment> value)
Sets comments to the given comments list.protected void
GPML2013aWriter. writeComments(java.util.List<PathwayElement.Comment> comments, org.jdom2.Element e)
Writes commentsPathwayElement.Comment
information for pathway or pathway element.protected void
GPML2021Writer. writeComments(java.util.List<PathwayElement.Comment> comments, org.jdom2.Element e)
Writes commentsPathwayElement.Comment
information for pathway or pathway element.