Interface Compound

All Known Subinterfaces:
ComplementCompound
All Known Implementing Classes:
AbstractCompound, AminoAcidCompound, CaseInsensitiveCompound, CodonCompound, NucleotideCompound, Table.Codon

public interface Compound
  • Method Details

    • equalsIgnoreCase

      boolean equalsIgnoreCase(Compound compound)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • getShortName

      String getShortName()
    • setShortName

      void setShortName(String shortName)
    • getLongName

      String getLongName()
    • setLongName

      void setLongName(String longName)
    • getMolecularWeight

      Float getMolecularWeight()
    • setMolecularWeight

      void setMolecularWeight(Float molecularWeight)