|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.io.formats.Gaussian94Format
@TestClass(value="org.openscience.cdk.io.formats.Gaussian94FormatTest") public class Gaussian94Format
| Method Summary | |
|---|---|
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. |
boolean |
matches(int lineNumber,
String line)
Method that checks whether the given line is part of the format read by this reader. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@TestMethod(value="testResourceFormatSet") public static IResourceFormat getInstance()
@TestMethod(value="testGetFormatName") public String getFormatName()
IResourceFormat
getFormatName in interface IResourceFormat@TestMethod(value="testGetMIMEType") public String getMIMEType()
IResourceFormat
getMIMEType in interface IResourceFormat@TestMethod(value="testGetPreferredNameExtension") public String getPreferredNameExtension()
IResourceFormat
getPreferredNameExtension in interface IResourceFormat@TestMethod(value="testGetNameExtensions") public String[] getNameExtensions()
IResourceFormat
getNameExtensions in interface IResourceFormat@TestMethod(value="testGetReaderClassName") public String getReaderClassName()
IChemFormat
getReaderClassName in interface IChemFormat@TestMethod(value="testGetWriterClassName") public String getWriterClassName()
IChemFormat
getWriterClassName in interface IChemFormat
public boolean matches(int lineNumber,
String line)
IChemFormatMatcher
matches in interface IChemFormatMatcherlineNumber - number of the lineline - line in the file being checked
@TestMethod(value="testIsXMLBased") public boolean isXMLBased()
IResourceFormat
isXMLBased in interface IResourceFormat@TestMethod(value="testGetSupportedDataFeatures") public int getSupportedDataFeatures()
IChemFormat
getSupportedDataFeatures in interface IChemFormatDataFeatures@TestMethod(value="testGetRequiredDataFeatures") public int getRequiredDataFeatures()
IChemFormat
getRequiredDataFeatures in interface IChemFormatDataFeatures
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||