|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.nmrshiftdb.util.AbInitioDataset
public class AbInitioDataset
This class holds the information parsed from a Gaussian 98 NMR chemical shift calculation. This is a special version for the use in NMRShiftDB (http://www.nmrshiftdb.org)
Field Summary | |
---|---|
java.lang.String |
casNumber
The Chemical Abstracts Services (CAS) Number of this molecule |
java.lang.String |
chemicalName
A chemical Name for this molecule |
org.openscience.cdk.interfaces.IMolecule |
molecule
A molecule as it was read from the gaussian file. |
java.lang.String |
nmrAlgorithm
|
java.lang.String |
nmrBasisSet
Four fields that describe the way in which the geometry optimization of the molecule and in which the subsequent nmr computation was were performed. |
java.lang.String |
nmrMethod
Four fields that describe the way in which the geometry optimization of the molecule and in which the subsequent nmr computation was were performed. |
java.lang.String |
nmrStandard
|
java.lang.String |
optBasisSet
Four fields that describe the way in which the geometry optimization of the molecule and in which the subsequent nmr computation was were performed. |
java.lang.String |
optMethod
Four fields that describe the way in which the geometry optimization of the molecule and in which the subsequent nmr computation was were performed. |
java.lang.StringBuffer |
parselog
A log file containing information about the parsing process For debugging use only. |
java.lang.String |
software
|
Constructor Summary | |
---|---|
AbInitioDataset()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String chemicalName
public java.lang.String casNumber
public org.openscience.cdk.interfaces.IMolecule molecule
public java.lang.String software
public java.lang.String nmrAlgorithm
public java.lang.String nmrStandard
public java.lang.String optMethod
public java.lang.String optBasisSet
public java.lang.String nmrMethod
public java.lang.String nmrBasisSet
public java.lang.StringBuffer parselog
Constructor Detail |
---|
public AbInitioDataset()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |