com.compomics.util.experiment.biology
Class Atom
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.biology.Atom
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- Carbon, Hydrogen, Nitrogen, Oxygen, Phosphorus, Sulfur
public abstract class Atom
- extends ExperimentObject
This interface contains information about atoms
- Author:
- Marc
- See Also:
- Serialized Form
Constructor Summary |
Atom()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
H
public static final Atom H
N
public static final Atom N
O
public static final Atom O
C
public static final Atom C
S
public static final Atom S
P
public static final Atom P
mass
public double mass
name
public java.lang.String name
letter
public java.lang.String letter
Atom
public Atom()
Copyright © 2011. All Rights Reserved.