Interface ChemicalEntity

  • All Superinterfaces:
    bio.singa.features.model.Featureable
    All Known Implementing Classes:
    ComplexEntity, SimpleEntity

    public interface ChemicalEntity
    extends bio.singa.features.model.Featureable
    Chemical Entity is an abstract class that provides the common features of all chemical substances on a descriptive level. Each chemical entity should be identifiable by an Identifier. Chemical entities can be annotated, posses a MolarMass and a name.
    Author:
    cl
    See Also:
    Wikipedia: SMILES
    • Method Detail

      • getIdentifier

        String getIdentifier()
      • isMembraneBound

        boolean isMembraneBound()
      • setMembraneBound

        void setMembraneBound​(boolean membraneBound)
      • isSmall

        boolean isSmall()
      • getAllIdentifiers

        List<bio.singa.features.identifiers.model.Identifier> getAllIdentifiers()