public interface Compound
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIgnoreCase(Compound compound) |
String |
getDescription() |
String |
getLongName() |
Float |
getMolecularWeight() |
String |
getShortName() |
void |
setDescription(String description) |
void |
setLongName(String longName) |
void |
setMolecularWeight(Float molecularWeight) |
void |
setShortName(String shortName) |
boolean equalsIgnoreCase(Compound compound)
String getDescription()
void setDescription(String description)
String getShortName()
void setShortName(String shortName)
String getLongName()
void setLongName(String longName)
Float getMolecularWeight()
void setMolecularWeight(Float molecularWeight)
Copyright © 2000–2019 BioJava. All rights reserved.