|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.general.IsotopicElement
public class IsotopicElement
This class represents the isotopically different element with the occurrence and the dalton difference between this and the natural variant. Created by IntelliJ IDEA. User: Niklaas Date: 16-Aug-2010 Time: 09:59:12
Method Summary | |
---|---|
static Vector<IsotopicElement> |
getAllIsotopicElements(Class lClass,
org.apache.log4j.Logger lLogger)
Static method that gives all the isotopicElements from the isotopicElement.txt file |
int |
getDaltonDifference()
Getter for the dalton difference with the natural form of this element |
MolecularElement |
getElement()
Getter for the MolecularElement |
double |
getOccurrence()
Getter for the occurrence of this element |
String |
toString()
To string method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static Vector<IsotopicElement> getAllIsotopicElements(Class lClass, org.apache.log4j.Logger lLogger)
lClass
- A classlLogger
- A logger
public MolecularElement getElement()
public int getDaltonDifference()
public double getOccurrence()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |