Uses of Class
org.episteme.natural.chemistry.Molecule
Packages that use Molecule
Package
Description
BioPAX loader for biological pathways and networks.
Systems Biology Markup Language (SBML) loader for Episteme.
Provides the
org.episteme.natural.chemistry.loaders.cml module.ThermoML loader for IUPAC/NIST thermodynamic property data.
-
Uses of Molecule in org.episteme.natural.biology
Subclasses of Molecule in org.episteme.natural.biologyModifier and TypeClassDescriptionclassRepresents a protein structure composed of polypeptide chains.Methods in org.episteme.natural.biology that return MoleculeModifier and TypeMethodDescriptionBioChemicalReaction.BioProduct.getMolecule()BioChemicalReaction.BioReactant.getMolecule()Methods in org.episteme.natural.biology that return types with arguments of type MoleculeMethods in org.episteme.natural.biology with parameters of type MoleculeModifier and TypeMethodDescriptionvoidBioChemicalReaction.addCatalyst(Molecule enzyme) voidBioChemicalReaction.addProduct(Molecule molecule, double stoichiometry) voidBioChemicalReaction.addReactant(Molecule molecule, double stoichiometry) Constructors in org.episteme.natural.biology with parameters of type MoleculeModifierConstructorDescriptionBioProduct(Molecule molecule, double stoichiometry) BioReactant(Molecule molecule, double stoichiometry) -
Uses of Molecule in org.episteme.natural.biology.loaders.biopax
Methods in org.episteme.natural.biology.loaders.biopax that return MoleculeModifier and TypeMethodDescriptionBioPAXBridge.convertSmallMolecule(BioPAXPhysicalEntity entity) Converts BioPAX small molecule to Episteme Molecule. -
Uses of Molecule in org.episteme.natural.biology.loaders.sbml
Methods in org.episteme.natural.biology.loaders.sbml that return MoleculeModifier and TypeMethodDescriptionSBMLBridge.convertToMolecule(SBMLSpecies sbmlSpecies) Converts a single SBML species to a Episteme Molecule.Methods in org.episteme.natural.biology.loaders.sbml that return types with arguments of type MoleculeModifier and TypeMethodDescriptionSBMLBridge.getCompartmentMoleculeMap(SBMLModel model) Creates a compartment-to-species mapping for spatial modeling.SBMLBridge.toMolecules(SBMLModel model) Converts SBML species (metabolites) to Episteme Molecule objects.Method parameters in org.episteme.natural.biology.loaders.sbml with type arguments of type MoleculeModifier and TypeMethodDescriptionSBMLBridge.convertToReaction(SBMLReaction sbmlReaction, Map<String, Molecule> moleculeMap) Converts a single SBML reaction to a Episteme BioChemicalReaction. -
Uses of Molecule in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry with parameters of type Molecule -
Uses of Molecule in org.episteme.natural.chemistry.biochemistry
Subclasses of Molecule in org.episteme.natural.chemistry.biochemistry -
Uses of Molecule in org.episteme.natural.chemistry.computational
Methods in org.episteme.natural.chemistry.computational with parameters of type MoleculeModifier and TypeMethodDescriptionstatic RealForceField.calculatePotentialEnergy(Molecule molecule) Calculates total potential energy of a molecule.static doubleEnergyMinimizer.conjugateGradient(Molecule molecule, int maxIterations) Conjugate Gradient minimization.static doubleEnergyMinimizer.steepestDescent(Molecule molecule, int maxIterations, double learningRate, double tolerance) Steepest Descent minimization. -
Uses of Molecule in org.episteme.natural.chemistry.computational.quantum
Fields in org.episteme.natural.chemistry.computational.quantum declared as MoleculeConstructors in org.episteme.natural.chemistry.computational.quantum with parameters of type Molecule -
Uses of Molecule in org.episteme.natural.chemistry.loaders
Methods in org.episteme.natural.chemistry.loaders that return MoleculeModifier and TypeMethodDescriptionstatic MoleculeChemistryDataReader.getMolecule(String name) Gets a new instance (deep clone) of a loaded molecule. -
Uses of Molecule in org.episteme.natural.chemistry.loaders.cml
Methods in org.episteme.natural.chemistry.loaders.cml that return MoleculeModifier and TypeMethodDescriptionCMLBridge.toMolecule(CMLMolecule cmlMolecule) Converts a CML molecule representation to a Episteme Molecule.Methods in org.episteme.natural.chemistry.loaders.cml that return types with arguments of type MoleculeModifier and TypeMethodDescriptionCMLBridge.toMolecules(List<CMLMolecule> cmlMolecules) Converts multiple CML molecules to Episteme Molecules. -
Uses of Molecule in org.episteme.natural.chemistry.polymer
Methods in org.episteme.natural.chemistry.polymer that return MoleculeModifier and TypeMethodDescriptionPolymer.generateMolecule(int dp) Generates a representative single-chain Molecule with the specified Degree of Polymerization. -
Uses of Molecule in org.episteme.natural.chemistry.thermodynamics
Methods in org.episteme.natural.chemistry.thermodynamics that return MoleculeMethods in org.episteme.natural.chemistry.thermodynamics that return types with arguments of type MoleculeModifier and TypeMethodDescriptionThermodynamicDataset.getCompounds()ThermodynamicProperty.getMixtureComponents()Methods in org.episteme.natural.chemistry.thermodynamics with parameters of type MoleculeModifier and TypeMethodDescriptionvoidThermodynamicDataset.addCompound(Molecule m) voidThermodynamicProperty.setCompound(Molecule compound) Method parameters in org.episteme.natural.chemistry.thermodynamics with type arguments of type MoleculeModifier and TypeMethodDescriptionvoidThermodynamicProperty.setMixtureComponents(List<Molecule> mixtureComponents) -
Uses of Molecule in org.episteme.natural.physics.loaders.thermoml
Methods in org.episteme.natural.physics.loaders.thermoml that return MoleculeModifier and TypeMethodDescriptionThermoMLBridge.convertCompound(ThermoMLCompound compound) Converts ThermoML compound to Episteme Molecule.Method parameters in org.episteme.natural.physics.loaders.thermoml with type arguments of type MoleculeModifier and TypeMethodDescriptionThermoMLBridge.convertMixtureProperty(ThermoMLMixtureProperty prop, Map<String, Molecule> compoundMap) Converts ThermoML mixture property.ThermoMLBridge.convertPureProperty(ThermoMLPureCompoundProperty prop, Map<String, Molecule> compoundMap) Converts ThermoML pure compound property.