public interface IChemFormat extends IResourceFormat
| Modifier and Type | Method and Description |
|---|---|
String |
getReaderClassName()
Returns the class name of the CDK Reader for this format.
|
int |
getRequiredDataFeatures()
Returns an integer indicating the data features that this
format requires.
|
int |
getSupportedDataFeatures()
Returns an integer indicating the data features that this
format supports.
|
String |
getWriterClassName()
Returns the class name of the CDK Writer for this format.
|
getFormatName, getMIMEType, getNameExtensions, getPreferredNameExtension, isXMLBasedString getReaderClassName()
String getWriterClassName()
int getSupportedDataFeatures()
org.openscience.cdk.tools.DataFeaturesint getRequiredDataFeatures()
org.openscience.cdk.tools.DataFeaturesCopyright © 2017. All rights reserved.