|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.nmrshiftdb.util.SubmittingData
public class SubmittingData
This class is used for holding the data of a molecule and an assigned spectrum in the session while the user is doing the sumbmit
Field Summary | |
---|---|
org.apache.torque.om.NumberKey |
accept
|
(package private) java.lang.String |
autonomeName
|
(package private) java.lang.String |
casNumber
|
(package private) java.lang.String |
chemName
|
(package private) DBSpectrumType |
choosenSpectrumType
|
(package private) java.lang.String |
comment
|
(package private) java.util.List<DBConditionType> |
conditions
|
int |
coordinatesetid3
|
java.lang.String[][] |
couplings
|
int[] |
dbatoms
|
private int |
dbmol
|
(package private) boolean |
doubleBondConfiguration
|
(package private) int |
editSpectrum
|
boolean |
enterconstants
|
private int |
existingMoleculeId
|
(package private) java.util.ArrayList |
existingMoleculeKeywords
|
(package private) java.util.ArrayList |
existingSpectrumKeywords
|
int |
fullfillsOrder
|
(package private) java.util.Map |
identifiers
|
boolean |
isChiralProv
|
(package private) boolean[] |
isDoubleBondSpecified
|
(package private) java.lang.String |
keepAssignmentEntries
|
(package private) int |
level
|
(package private) java.util.List |
literature
|
java.lang.String |
literaturecomplete
|
int |
literatureForIdentifiers
|
java.lang.String |
literatureOld
|
(package private) char |
measuredOrCalculated
|
org.openscience.cdk.interfaces.IMolecule |
molcoord
|
(package private) java.lang.String |
molecule
|
(package private) java.lang.String |
moleculeKeywords
|
(package private) java.lang.String |
moleculeLinks
|
private org.openscience.cdk.interfaces.IMolecule |
moleculeWith3d
|
(package private) org.openscience.cdk.interfaces.IMolecule |
molWithH
|
(package private) org.openscience.cdk.interfaces.IMolecule |
molWithHCount
|
java.util.Map |
multis
|
java.util.Map |
newAtomNumbersMap
|
boolean |
norenumber
|
boolean |
noreview
|
(package private) java.lang.String |
path
|
DBRawFile |
rawfile
|
java.lang.String |
reviewFlag
|
java.util.ArrayList |
reviews
|
private org.openscience.cdk.interfaces.IRingSet |
ringSet
|
java.lang.String |
role
|
int |
sendEmailUserId
|
java.lang.String |
shiftlist
|
(package private) boolean |
showpeakpicker
|
(package private) java.util.ArrayList<ValueTriple> |
signalstable
|
java.lang.String |
smilesChiralProv
|
java.lang.String |
smilesNonChiralProv
|
private int |
spectrumid
|
(package private) java.lang.String |
spectrumKeywords
|
(package private) java.lang.String |
spectrumLinks
|
java.util.Date |
thisDate
|
java.lang.String |
thisURL
|
int |
thisUserId
|
java.lang.String |
timeformatted
|
Constructor Summary | |
---|---|
SubmittingData(java.lang.String path)
Constructor for the SubmittingData object |
Method Summary | |
---|---|
void |
addToSignalstable(ValueTriple signal)
Adds a signal (an ValueTriple) to the Signalstable attribute of the SubmittingData object |
void |
clearAssignments()
Removes all assignments from signalstable. |
private int |
getAtomNumber(org.openscience.cdk.interfaces.IAtom atomcompare,
org.openscience.cdk.interfaces.IAtomContainer ac)
Gets the atom Number of an atom in a molecule by comparing the coordinates. |
java.lang.String |
getAutonomeName()
Gets the autonomeName attribute of the SubmittingData object |
java.lang.String |
getCasNumber()
Gets the casNumber attribute of the SubmittingData object |
java.lang.String |
getChemName()
Gets the chemName attribute of the SubmittingData object |
java.lang.String |
getChemNameOnlyWithNewline()
Gets the chemNameOnlyWithNewline attribute of the SubmittingData object |
java.lang.String |
getChemNameWithSemicolon()
Gets the chemNameWithSemicolon attribute of the SubmittingData object |
DBSpectrumType |
getChoosenSpectrumType()
Gets the choosenSpectrumType attribute of the SubmittingData object |
java.lang.String |
getComment()
Gets the comment attribute of the SubmittingData object |
java.util.List<DBConditionType> |
getConditions()
Gets the conditions attribute of the SubmittingData object, which is a ArrayList of DBConditionType objects |
java.lang.String |
getConfigurationString()
|
java.util.List |
getConfirmShifts()
|
java.lang.String |
getCoupling(java.lang.String ik)
Gets couplings[i][k]. |
int |
getDbmol()
|
boolean |
getDoubleBondConfiguration()
Gets the doubleBondConfiguration attribute of the SubmittingData object |
int |
getEditSpectrum()
Gets the editSpectrum attribute of the SubmittingData object |
int |
getExistingMoleculeId()
|
java.util.ArrayList |
getExistingMoleculeKeywords()
Gets the existingMolecuelKeywords attribute of the SubmittingData object |
java.util.ArrayList |
getExistingSpectrumKeywords()
Gets the existingSpectrumKeywords attribute of the SubmittingData object |
java.lang.String |
getFrequency()
|
java.util.Map |
getIdentifiers()
Gets the identifiers attribute of the SubmittingData object |
boolean[] |
getIsDoubleBondSpecified()
Gets the isDoubleBondSpecified attribute of the SubmittingData object |
java.lang.String |
getKeepAssignmentEntries()
Gets the keepAssignmentEntries attribute of the SubmittingData object |
int |
getLevel()
Gets the level attribute of the SubmittingData object |
java.util.List |
getLiterature()
Gets the literature attribute of the SubmittingData object |
char |
getMeasuredOrCalculated()
Gets the measuredOrCalculated attribute of the SubmittingData object |
java.lang.String |
getMolecule()
Gets the molecule attribute of the SubmittingData object |
java.lang.String |
getMoleculeKeywords()
Gets the moleculeKeywords attribute of the SubmittingData object |
java.lang.String |
getMoleculeLinks()
Gets the moleculeLink attribute of the SubmittingData object |
java.lang.String |
getMoleculeLinksAsLinks()
Gets the moleculeLinks, formatted as html. |
org.openscience.cdk.interfaces.IMolecule |
getMolWithH()
Gets the molWithH attribute of the SubmittingData object |
org.openscience.cdk.interfaces.IMolecule |
getMolWithHCount()
Gets the molWithHCount attribute of the SubmittingData object |
java.lang.String |
getMultiplicity(java.lang.String atoms)
Gets the multiplicity of a certain atom. |
java.util.ArrayList |
getSignalstable()
Gets the signalstable attribute of the SubmittingData object |
java.lang.String |
getSpectrumForApplet()
Calls getSpectrumForApplet(false). |
java.lang.String |
getSpectrumForApplet(boolean withMultiplicities)
Return the spectrum in a String, formatted as needed for the spectrumApplet |
int |
getSpectrumid()
|
java.lang.String |
getSpectrumKeywords()
Gets the spectrumKeywords attribute of the SubmittingData object |
java.lang.String |
getSpectrumLinks()
Gets the spectrumLink attribute of the SubmittingData object |
java.lang.String |
getSpectrumLinksAsLinks()
Gets the spectrumLinks, formatted as html. |
java.lang.String |
getUnassignedSignals()
|
boolean |
isAssignedToNone(org.openscience.cdk.interfaces.IAtom atom)
Tells if an atom is assigned to no signal |
boolean |
isCalculated()
Gets the calculated attribute of the SubmittingData object |
boolean |
isIsDoubleBondSpecifiedNull()
Tells if the isDoubleBondSpecified attribute of the SubmittingData object is null (needed because velocity can't do a comparision to null) |
boolean |
isMeasured()
Gets the measured attribute of the SubmittingData object |
boolean |
isShowpeakpicker()
|
private boolean |
notYetAnyAssignments()
Indicates that no assignemnts were done |
void |
replaceNumbersByAtoms(boolean standalone)
Replaces numbers in signalstable by atoms (this is needed after using ParseUtils.parseSpectrumFromSpecFile). |
void |
save(int user,
java.lang.String reviewFlag,
java.lang.String URL,
java.util.Date now,
javax.servlet.ServletConfig servcon,
int numberOfSpheres,
boolean saveFromBulk)
Saves this data to the database |
void |
save(javax.servlet.ServletConfig servCon)
Saves this data to the database |
private int |
saveMolecule(org.openscience.cdk.interfaces.IMolecule mol,
org.openscience.cdk.interfaces.IMolecule molWithH,
java.util.Date now,
java.lang.String casNumber,
int userKey,
java.lang.String chemName,
java.lang.String moleculeLinks,
java.lang.String smilesNonChiral,
java.lang.String smilesChiral,
boolean isChiral,
javax.servlet.ServletConfig servcon,
int numberOfSpheres,
java.sql.Connection dbconn)
Saves a molecule + bonds + atoms to the database |
int |
saveMoleculeOnly(java.lang.String mdl,
org.apache.turbine.util.RunData runData,
org.apache.jetspeed.om.security.turbine.TurbineUser user)
Saves a molecule to db (no values need to be set before, but molecule properties may be set). |
private int |
saveSpectrum(java.util.Date now,
java.util.List literature,
int dbmol,
int userKey,
DBSpectrumType choosenSpectrumType,
java.lang.String spectrumForApplet,
java.util.List originalConditions,
java.util.List signalstable,
org.openscience.cdk.interfaces.IMolecule molWithH,
java.lang.String reviewFlag,
java.lang.String spectrumLinks,
javax.servlet.ServletConfig servcon,
DBMolecule existingMolecule,
java.sql.Connection dbconn)
Saves a spectrum + signals + the rest to the database |
java.lang.String |
serializeMe()
Serializes itself to a String via JSX |
void |
setAutonomeName(java.lang.String name)
Sets the autonomeName attribute of the SubmittingData object |
void |
setCalculated()
Sets the calculated attribute of the SubmittingData object |
void |
setCasNumber(java.lang.String casNumber)
Sets the casNumber attribute of the SubmittingData object |
void |
setChemName(java.lang.String chemName)
Sets the chemName attribute of the SubmittingData object |
void |
setChoosenSpectrumType(DBSpectrumType spectype)
Sets the choosenSpectrumType attribute of the SubmittingData object |
void |
setComment(java.lang.String comment)
Sets the comment attribute of the SubmittingData object |
void |
setConditions(java.util.ArrayList<DBConditionType> v)
Sets the conditions attribute of the SubmittingData object, needs to be a ArrayList of DBConditonType objects |
void |
setDoubleBondConfiguration(boolean bool)
Sets the doubleBondConfiguration attribute of the SubmittingData object |
void |
setEditSpectrum(int spec)
Sets the editSpectrum attribute of the SubmittingData object |
void |
setExistingMoleculeId(int exist)
If you set this and the smilesNonChiralProv, smilesChiralProv, isChiralProv before save, we do not look for an esisting moleucle, but use this |
void |
setIdentifiers(java.util.Map i)
Sets the identifiers attribute of the SubmittingData object |
void |
setIsDoubleBondSpecified(boolean[] isDoubleBondSpecified)
Sets the isDoubleBondSpecified attribute of the SubmittingData object |
void |
setKeepAssignmentEntries(java.lang.String b)
Sets the keepAssignmentEntries attribute of the SubmittingData object |
void |
setLevel(int level)
Sets the level attribute of the SubmittingData object |
void |
setLiterature(java.util.List literature)
Sets the literature attribute of the SubmittingData object |
void |
setMeasured()
Sets the measured attribute of the SubmittingData object |
int |
setMol(java.lang.String moleculeparameter,
boolean checkOnlyOneStructure,
boolean changeOrder,
boolean no3d)
Sets all molecule related attributes, generating hydrogens. |
int |
setMol(java.lang.String moleculeparameter,
org.openscience.cdk.interfaces.IMolecule withh,
boolean checkOnlyOneStructure,
boolean changeOrder,
boolean no3d)
Sets all molecule related attributes, taking the hydrogens from input. |
void |
setMoleculeKeywords(java.lang.String kw)
Sets the moleculeKeywords attribute of the SubmittingData object |
void |
setMoleculeLinks(java.lang.String link)
Sets the moleculeLink attribute of the SubmittingData object |
private boolean |
setMolWithH(org.openscience.cdk.interfaces.IMolecule molWithH)
Sets the molWithH and the molWithHCount attribute of the SubmittingData object |
void |
setShowpeakpicker(boolean showpeakpicker)
|
void |
setSignalstable(java.util.ArrayList v)
Sets the signalstable attribute of the SubmittingData object |
void |
setSpectrumKeywords(java.lang.String kw)
Sets the spectrumKeywords attribute of the SubmittingData object |
void |
setSpectrumLinks(java.lang.String link)
Sets the spectrumLink attribute of the SubmittingData object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int thisUserId
public int sendEmailUserId
public java.lang.String thisURL
public java.util.Date thisDate
public java.lang.String role
public java.util.ArrayList reviews
public java.lang.String reviewFlag
public java.lang.String literatureOld
public java.lang.String smilesNonChiralProv
public java.lang.String smilesChiralProv
public boolean isChiralProv
public java.util.Map newAtomNumbersMap
private int existingMoleculeId
private int spectrumid
private int dbmol
public boolean enterconstants
public java.lang.String literaturecomplete
public java.lang.String shiftlist
public org.apache.torque.om.NumberKey accept
public int coordinatesetid3
public org.openscience.cdk.interfaces.IMolecule molcoord
public boolean noreview
int level
java.lang.String keepAssignmentEntries
int editSpectrum
public int[] dbatoms
java.lang.String path
private org.openscience.cdk.interfaces.IRingSet ringSet
public DBRawFile rawfile
boolean showpeakpicker
public boolean norenumber
java.lang.String molecule
java.util.ArrayList<ValueTriple> signalstable
java.lang.String chemName
java.util.List<DBConditionType> conditions
DBSpectrumType choosenSpectrumType
java.lang.String moleculeLinks
java.lang.String spectrumLinks
java.lang.String casNumber
org.openscience.cdk.interfaces.IMolecule molWithHCount
org.openscience.cdk.interfaces.IMolecule molWithH
java.lang.String moleculeKeywords
java.lang.String spectrumKeywords
java.util.ArrayList existingMoleculeKeywords
java.util.ArrayList existingSpectrumKeywords
java.lang.String autonomeName
java.lang.String comment
boolean[] isDoubleBondSpecified
boolean doubleBondConfiguration
java.util.List literature
java.util.Map identifiers
char measuredOrCalculated
public int literatureForIdentifiers
public java.util.Map multis
public java.lang.String[][] couplings
public int fullfillsOrder
public java.lang.String timeformatted
private org.openscience.cdk.interfaces.IMolecule moleculeWith3d
Constructor Detail |
---|
public SubmittingData(java.lang.String path) throws java.lang.Exception
java.lang.Exception
- Something wrong with the databaseMethod Detail |
---|
public void setChemName(java.lang.String chemName)
chemName
- The new chemName valuepublic void setCasNumber(java.lang.String casNumber)
casNumber
- The new casNumber valuepublic void setLevel(int level)
level
- The new level valuepublic void setAutonomeName(java.lang.String name)
name
- The new autonomeName valuepublic void setDoubleBondConfiguration(boolean bool)
bool
- The new doubleBondConfiguration valuepublic void setIsDoubleBondSpecified(boolean[] isDoubleBondSpecified)
isDoubleBondSpecified
- The new isDoubleBondSpecified valuepublic void setComment(java.lang.String comment)
comment
- The new comment valuepublic void setLiterature(java.util.List literature)
literature
- The new literature valuepublic void setConditions(java.util.ArrayList<DBConditionType> v)
v
- The new conditions valuepublic void setMoleculeLinks(java.lang.String link)
link
- The new moleculeLink valuepublic void setSpectrumLinks(java.lang.String link)
link
- The new spectrumLink valuepublic void setSignalstable(java.util.ArrayList v)
v
- The new signalstable valuepublic void setKeepAssignmentEntries(java.lang.String b)
b
- The new keepAssignmentEntries valuepublic void setMeasured() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic void setCalculated() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic java.lang.String getConfigurationString()
public java.lang.String getUnassignedSignals()
public java.util.List getConfirmShifts() throws java.lang.Exception
java.lang.Exception
public void setIdentifiers(java.util.Map i)
i
- The new identifiers valuepublic void setChoosenSpectrumType(DBSpectrumType spectype) throws java.lang.Exception
spectype
- The new choosenSpectrumType value
java.lang.Exception
- Description of Exceptionpublic int setMol(java.lang.String moleculeparameter, org.openscience.cdk.interfaces.IMolecule withh, boolean checkOnlyOneStructure, boolean changeOrder, boolean no3d) throws org.openscience.cdk.exception.CDKException, java.io.IOException, java.lang.Exception
moleculeparameter
- The molecule as mdl file.withh
- The molecule with all HscheckOnlyOneStructure
- Perform check if it is only one structure.changeOrder
- true=Change oder of atoms to cs go first, Hs last, false=leave as is.no3d
- generate 2d coordinates from 3d if true
org.openscience.cdk.exception.CDKException
- Description of Exception.
java.io.IOException
- Description of Exception.
java.lang.Exception
- Description of Exception.public int setMol(java.lang.String moleculeparameter, boolean checkOnlyOneStructure, boolean changeOrder, boolean no3d) throws org.openscience.cdk.exception.CDKException, java.io.IOException, java.lang.Exception
moleculeparameter
- The molecule as mdl file.checkOnlyOneStructure
- Perform check if it is only one structure.changeOrder
- true=Change oder of atoms to cs go first, Hs last, false=leave as is.no3d
- generate 2d coordinates from 3d if true
org.openscience.cdk.exception.CDKException
- Description of Exception.
java.io.IOException
- Description of Exception.
java.lang.Exception
- Description of Exception.public void setEditSpectrum(int spec)
spec
- The new editSpectrum valuepublic void setMoleculeKeywords(java.lang.String kw)
kw
- The new moleculeKeywords valuepublic void setSpectrumKeywords(java.lang.String kw)
kw
- The new spectrumKeywords valuepublic java.util.Map getIdentifiers()
public char getMeasuredOrCalculated()
public boolean getDoubleBondConfiguration()
public boolean[] getIsDoubleBondSpecified()
public boolean isIsDoubleBondSpecifiedNull()
public int getEditSpectrum()
public java.lang.String getMoleculeKeywords()
public java.util.ArrayList getExistingMoleculeKeywords()
public java.lang.String getSpectrumKeywords()
public java.lang.String getAutonomeName()
public java.lang.String getComment()
public java.util.ArrayList getExistingSpectrumKeywords()
public java.lang.String getChemName()
public java.lang.String getChemNameWithSemicolon()
public java.lang.String getChemNameOnlyWithNewline()
public java.lang.String getCasNumber()
public int getLevel()
public java.util.List getLiterature()
public java.util.List<DBConditionType> getConditions()
public java.lang.String getMolecule()
public java.lang.String getMoleculeLinks()
public java.lang.String getSpectrumLinksAsLinks()
public java.lang.String getMoleculeLinksAsLinks()
public java.lang.String getSpectrumLinks()
public java.util.ArrayList getSignalstable()
public java.lang.String getKeepAssignmentEntries()
public DBSpectrumType getChoosenSpectrumType()
public org.openscience.cdk.interfaces.IMolecule getMolWithHCount()
public org.openscience.cdk.interfaces.IMolecule getMolWithH()
public boolean isMeasured()
public boolean isCalculated()
public boolean isAssignedToNone(org.openscience.cdk.interfaces.IAtom atom)
atom
- The numbe of the atom in the mol
public java.lang.String getSpectrumForApplet()
public java.lang.String getSpectrumForApplet(boolean withMultiplicities)
withMultiplicities
- Shall S D T Q get appended?
public java.lang.String getCoupling(java.lang.String ik)
ik
- row count,column count.
public java.lang.String getMultiplicity(java.lang.String atoms)
atoms
- The atom number as in molWithH as string.
public void clearAssignments()
public void addToSignalstable(ValueTriple signal)
signal
- The signal to be added to the Signalstable attributepublic void save(javax.servlet.ServletConfig servCon) throws java.lang.Exception
servcon
- The current ServletConfig
java.lang.Exception
- Problems with databasepublic void save(int user, java.lang.String reviewFlag, java.lang.String URL, java.util.Date now, javax.servlet.ServletConfig servcon, int numberOfSpheres, boolean saveFromBulk) throws java.lang.Exception
user
- The logged in userreviewFlag
- The review flag the new spectrum is supposed to have.URL
- The URL of the machine the program runs onnow
- The current dateservcon
- The current ServletConfignumberOfSpheres
- The number of spheres to use (as in nmrshiftdb.properties)saveFromBulk
- Is this a save from a bulkload ?
java.lang.Exception
- Problems with databasepublic java.lang.String serializeMe() throws java.io.IOException
java.io.IOException
- Something wrong in JSXpublic void replaceNumbersByAtoms(boolean standalone) throws java.lang.Exception
standalone
- Description of Parameter
java.lang.Exception
- Description of Exceptionpublic int saveMoleculeOnly(java.lang.String mdl, org.apache.turbine.util.RunData runData, org.apache.jetspeed.om.security.turbine.TurbineUser user) throws java.lang.Exception
mdl
- The molecule to save.runData
- The current runData object.user
- The user this molecule is expected to belong to.
java.lang.Exception
- Databae problems.private boolean setMolWithH(org.openscience.cdk.interfaces.IMolecule molWithH) throws java.lang.Exception
molWithH
- The new molWithH value
java.lang.Exception
- Description of Exceptionprivate int getAtomNumber(org.openscience.cdk.interfaces.IAtom atomcompare, org.openscience.cdk.interfaces.IAtomContainer ac)
atom
- The atom.ac
- The molecule.
private boolean notYetAnyAssignments()
private int saveMolecule(org.openscience.cdk.interfaces.IMolecule mol, org.openscience.cdk.interfaces.IMolecule molWithH, java.util.Date now, java.lang.String casNumber, int userKey, java.lang.String chemName, java.lang.String moleculeLinks, java.lang.String smilesNonChiral, java.lang.String smilesChiral, boolean isChiral, javax.servlet.ServletConfig servcon, int numberOfSpheres, java.sql.Connection dbconn) throws java.lang.Exception
mol
- The molecule as a cdk molecule without the implicit hs, but with HydrogenCount setmolWithH
- The molecule as a cdk molecule with the implicit hsnow
- The datecasNumber
- The cas numberuserKey
- The submitterchemName
- The chemical names, as typed by the usermoleculeLinks
- The links for the moleculeisChiral
- Is there any chirality in the moleculeservcon
- The current ServletConfigsmilesNonChiral
- Description of ParametersmilesChiral
- Description of ParameternumberOfSpheres
- The number of spheres to use (as in nmrshiftdb.properties)dbconn
- Description of Parameter
java.lang.Exception
- Something wrong with the databaseprivate int saveSpectrum(java.util.Date now, java.util.List literature, int dbmol, int userKey, DBSpectrumType choosenSpectrumType, java.lang.String spectrumForApplet, java.util.List originalConditions, java.util.List signalstable, org.openscience.cdk.interfaces.IMolecule molWithH, java.lang.String reviewFlag, java.lang.String spectrumLinks, javax.servlet.ServletConfig servcon, DBMolecule existingMolecule, java.sql.Connection dbconn) throws java.lang.Exception
now
- The dateliterature
- Literaturedbmol
- The Molecule the spectrum is assigned touserKey
- The submitterchoosenSpectrumType
- The spectrum type of this spectrumspectrumForApplet
- The spectrum as given by the getSpectrumForApplet method of subDataoriginalConditions
- The conditions as in the conditions ArrayList of submittingDatasignalstable
- The signals as a ArrayList of valueTriplesmolWithH
- The molecule as cdk molecule including implicit hsreviewFlag
- The value the reviewFlag should be set tospectrumLinks
- The links for the spectrumservcon
- The current ServletConfigexistingMolecule
- Description of Parameterdbconn
- Description of Parameter
java.lang.Exception
- Something wrong with the databasepublic int getDbmol()
public int getSpectrumid()
public int getExistingMoleculeId()
public void setExistingMoleculeId(int exist)
exist
- the id of the existing moleculepublic boolean isShowpeakpicker()
public void setShowpeakpicker(boolean showpeakpicker)
public java.lang.String getFrequency()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |