com.compomics.util.experiment.biology
Class Atom

java.lang.Object
  extended by com.compomics.util.experiment.biology.Atom
Direct Known Subclasses:
Carbon, Hydrogen, Nitrogen, Oxygen

public abstract class Atom
extends Object

This interface contains information about atoms

Author:
Marc

Field Summary
static Atom C
           
static Atom H
           
 String letter
           
 double mass
           
static Atom N
           
 String name
           
static Atom O
           
 
Constructor Summary
Atom()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

H

public static final Atom H

N

public static final Atom N

O

public static final Atom O

C

public static final Atom C

mass

public double mass

name

public String name

letter

public String letter
Constructor Detail

Atom

public Atom()


Copyright © 2011. All Rights Reserved.