|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.descriptors.MDParameters
chemaxon.descriptors.ShapeParameters
public class ShapeParameters
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ShapeParameters()
|
|
ShapeParameters(java.io.File configFile)
|
|
ShapeParameters(java.lang.String XMLconfig)
Creates a new object based on a given configuration string. |
|
| Method Summary | |
|---|---|
void |
fromFile(java.io.File parameterFile)
Sets parameters from an XML file. |
void |
fromString(java.lang.String parameterString)
Sets parameters from a string representation. |
java.lang.String |
getDefaultDocumentFrame()
Get the default XML configuration string. |
static java.lang.String |
getDefaultStandardizerConfiguration()
Gets the default configuration of the standardizer. |
protected void |
initEmbeddedMD()
This method is called by the constructors before processing the XML configuration. |
protected void |
initGenerator()
Initializes the fingerprint generator. |
protected void |
processDocument(boolean all)
Processes pars of the XML configuration specific to Shape. |
protected void |
readValues(boolean all)
Picks attribute values from the document tree that are relevant to the actual MDParameters sub-class. |
void |
setFlexible(boolean flexible)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShapeParameters()
public ShapeParameters(java.io.File configFile)
throws MDParametersException
MDParametersException
public ShapeParameters(java.lang.String XMLconfig)
throws MDParametersException
XMLconfig - XML configuration string
MDParametersException - missing or bad XML configuration| Method Detail |
|---|
public void fromString(java.lang.String parameterString)
throws MDParametersException
MDParameters
fromString in class MDParametersparameterString - configuration parameters in string
MDParametersException - when the parameter string is not well-formedpublic void setFlexible(boolean flexible)
protected final void initGenerator()
throws MDParametersException
MDParametersException
public void fromFile(java.io.File parameterFile)
throws MDParametersException
fromFile in class MDParametersparameterFile - initialized parameter file
MDParametersException - failed to process parameter fileprotected final void initEmbeddedMD()
ShapeDescriptor object stored in
MDParameters.md.
public java.lang.String getDefaultDocumentFrame()
getDefaultDocumentFrame in class MDParameterspublic static java.lang.String getDefaultStandardizerConfiguration()
Shape includes aromatization.
protected void processDocument(boolean all)
throws MDParametersException
Shape.
Find the
processDocument in class MDParametersall - indicates if the entire document has to be processed
in which case the existing configuration is overwritten
MDParametersException
protected void readValues(boolean all)
throws MDParametersException
MDParametersMDParameters sub-class.
readValues in class MDParametersall - process the complete document or only the
ScreeningConfiguration tag
MDParametersException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||