public class AminoAcidCompound extends AbstractCompound implements Serializable
| Constructor and Description |
|---|
AminoAcidCompound(AminoAcidCompoundSet compoundSet,
String shortName,
String longName,
String description,
Float molecularWeight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Compound compound) |
CompoundSet<AminoAcidCompound> |
getCompoundSet() |
int |
hashCode() |
getBase, getDescription, getLongName, getMolecularWeight, getShortName, getUpperedBase, setDescription, setLongName, setMolecularWeight, setShortName, toStringpublic AminoAcidCompound(AminoAcidCompoundSet compoundSet, String shortName, String longName, String description, Float molecularWeight)
public boolean equals(Object obj)
equals in class AbstractCompoundpublic int hashCode()
hashCode in class AbstractCompoundpublic boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase in interface CompoundequalsIgnoreCase in class AbstractCompoundpublic CompoundSet<AminoAcidCompound> getCompoundSet()
Copyright © 2000–2017 BioJava. All rights reserved.