public class GaussianInputFormat extends AbstractResourceFormat implements IChemFormat
| Constructor and Description |
|---|
GaussianInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatName()
Returns a one-lined format name of the format.
|
static IResourceFormat |
getInstance() |
String |
getMIMEType()
Returns the accepted MIME type for this format.
|
String[] |
getNameExtensions()
Returns an array of common resource name extensions.
|
String |
getPreferredNameExtension()
Returns the preferred resource name extension.
|
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.
|
boolean |
isXMLBased()
Indicates if the format is an XML-based language.
|
equals, hashCodepublic static IResourceFormat getInstance()
public String getFormatName()
IResourceFormatgetFormatName in interface IResourceFormatpublic String getMIMEType()
IResourceFormatgetMIMEType in interface IResourceFormatpublic String getPreferredNameExtension()
IResourceFormatgetPreferredNameExtension in interface IResourceFormatpublic String[] getNameExtensions()
IResourceFormatgetNameExtensions in interface IResourceFormatpublic String getReaderClassName()
IChemFormatgetReaderClassName in interface IChemFormatpublic String getWriterClassName()
IChemFormatgetWriterClassName in interface IChemFormatpublic boolean isXMLBased()
isXMLBased in interface IResourceFormatpublic int getSupportedDataFeatures()
getSupportedDataFeatures in interface IChemFormatDataFeaturespublic int getRequiredDataFeatures()
getRequiredDataFeatures in interface IChemFormatDataFeaturesCopyright © 2018. All Rights Reserved.