Package bio.singa.simulation.entities
Interface ChemicalEntity
-
- All Superinterfaces:
bio.singa.features.model.Featureable
- All Known Implementing Classes:
ComplexEntity,SimpleEntity
public interface ChemicalEntity extends bio.singa.features.model.FeatureableChemical 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 anIdentifier. Chemical entities can be annotated, posses aMolarMassand a name.- Author:
- cl
- See Also:
- Wikipedia: SMILES
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<bio.singa.features.identifiers.model.Identifier>getAllIdentifiers()StringgetIdentifier()booleanisMembraneBound()booleanisSmall()voidsetMembraneBound(boolean membraneBound)
-