| Package | Description |
|---|---|
| org.expasy.mzjava.core.mol |
| Modifier and Type | Method and Description |
|---|---|
AtomicSymbol |
Atom.getSymbol() |
static AtomicSymbol |
AtomicSymbol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomicSymbol[] |
AtomicSymbol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Composition.Builder |
Composition.Builder.add(AtomicSymbol atom)
Add an atom for the specified AtomicSymbol
|
Composition.Builder |
Composition.Builder.add(AtomicSymbol atom,
int count)
Add
count atoms for the specified AtomicSymbol |
Composition.Builder |
Composition.Builder.addIsotope(AtomicSymbol symbol,
int isotope)
Add an atom for the specified symbol and isotope
|
Composition.Builder |
Composition.Builder.addIsotope(AtomicSymbol symbol,
int isotope,
int count)
Add an atom
count |
Atom |
PeriodicTable.getAtom(AtomicSymbol atomicSymbol)
Return the default isotope for the
atomicSymbol |
Atom |
PeriodicTable.getAtom(AtomicSymbol atomicSymbol,
int massNumber)
Return the atom for the atomicSymbol with the number of neutrons given by massNumber
|
List<Atom> |
PeriodicTable.getAtoms(AtomicSymbol atomicSymbol)
Return all the atoms for the given symbol sorted by mass
For example AtomicSymbol.C will return {C12, C13, C14}
|
static int |
Atom.staticHash(AtomicSymbol symbol,
int neutronCount) |
| Constructor and Description |
|---|
Composition.Builder(AtomicSymbol atom)
Construct a new Builder and add the
atom |
Composition.Builder(AtomicSymbol atom,
int count)
Construct a new Builder and add the
atom count times |
Copyright © 2016. All Rights Reserved.