Uses of Class
org.episteme.natural.chemistry.Atom
Packages that use Atom
-
Uses of Atom in org.episteme.natural.biology
Methods in org.episteme.natural.biology that return types with arguments of type AtomMethods in org.episteme.natural.biology with parameters of type Atom -
Uses of Atom in org.episteme.natural.chemistry
Classes in org.episteme.natural.chemistry that implement interfaces with type arguments of type AtomModifier and TypeClassDescriptionclassRepresents a molecule as a graph of atoms and bonds.Fields in org.episteme.natural.chemistry declared as AtomModifier and TypeFieldDescriptionfinal AtomMolecularGraph.Bond.sourcefinal AtomMolecularGraph.Bond.targetMethods in org.episteme.natural.chemistry that return AtomModifier and TypeMethodDescriptionBond.getAtom1()Bond.getAtom2()Bond.getOtherAtom(Atom atom) Returns the other atom in the bond.Radical.getRadicalAtom()Returns the atom representing the radical center.Methods in org.episteme.natural.chemistry that return types with arguments of type AtomModifier and TypeMethodDescriptionMolecularGraph.edges()MolecularGraph.getAtoms()Molecule.getAtoms()MolecularGraph.getConnections()connection table: Mapinvalid input: '<'Atom, List> Molecule.getNeighbors(Atom atom) Gets all neighbors of an atom.Radical.getUnboundedAtoms()Returns the set of atoms that are not fully bonded (potential bonding sites).MolecularGraph.vertices()Methods in org.episteme.natural.chemistry with parameters of type AtomModifier and TypeMethodDescriptionvoidvoidvoidMolecularGraph.addBond(Atom a, Atom b, MolecularGraph.BondType type) booleanbooleanbooleanIs this atom part of the bond?intAtom.distanceTo(Atom other) Distance to another atom.Molecule.getBondsFor(Atom atom) Gets all bonds connected to an atom.Molecule.getNeighbors(Atom atom) Gets all neighbors of an atom.Bond.getOtherAtom(Atom atom) Returns the other atom in the bond.Constructors in org.episteme.natural.chemistry with parameters of type Atom -
Uses of Atom in org.episteme.natural.chemistry.computational.quantum
Methods in org.episteme.natural.chemistry.computational.quantum with parameters of type AtomModifier and TypeMethodDescriptionstatic doubleAnalyticIntegrals.nuclearAttraction(BasisFunction a, BasisFunction b, Atom atom) -
Uses of Atom in org.episteme.natural.chemistry.loaders.cml
Methods in org.episteme.natural.chemistry.loaders.cml that return AtomModifier and TypeMethodDescriptionCMLBridge.convertAtom(CMLAtom cmlAtom) Converts a CML atom to a Episteme Atom.Method parameters in org.episteme.natural.chemistry.loaders.cml with type arguments of type Atom -
Uses of Atom in org.episteme.natural.ui.viewers.chemistry
Methods in org.episteme.natural.ui.viewers.chemistry with parameters of type Atom -
Uses of Atom in org.episteme.natural.ui.viewers.chemistry.backends
Methods in org.episteme.natural.ui.viewers.chemistry.backends with parameters of type Atom