Uses of Class
org.pathvisio.libgpml.model.GPML2013aFormatAbstract.AttributeInfo
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of GPML2013aFormatAbstract.AttributeInfo in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type GPML2013aFormatAbstract.AttributeInfo Modifier and Type Field Description private static java.util.Map<java.lang.String,GPML2013aFormatAbstract.AttributeInfo>
GPML2013aFormatAbstract. ATTRIBUTE_INFO
Attribute info map is initiated withGPML2013aFormatAbstract.initAttributeInfo()
.Methods in org.pathvisio.libgpml.model that return types with arguments of type GPML2013aFormatAbstract.AttributeInfo Modifier and Type Method Description protected java.util.Map<java.lang.String,GPML2013aFormatAbstract.AttributeInfo>
GPML2013aFormatAbstract. getAttributeInfo()
ReturnsMap
ATTRIBUTE_INFO collection that containsString
as key andGPML2013aFormatAbstract.AttributeInfo
as value.private static java.util.Map<java.lang.String,GPML2013aFormatAbstract.AttributeInfo>
GPML2013aFormatAbstract. initAttributeInfo()