API Docs for:
Show:

Conversion Class

The Class for chemical file tables conversion

Constructor

Item Index

Methods

read

(
  • input
)
Molecule

Reads the given string and creates the molecule object

Parameters:

  • input String

    The Input String

Returns:

Molecule:

Returns the molecule

setInFormat

(
  • format
)
Conversion

Set the input format

Parameters:

  • format String

    Format

Returns:

Conversion:

Returns this

setOutFormat

(
  • format
)
Conversion

Set the output format

Parameters:

  • format String

    Format

Returns:

Conversion:

Returns this

write

(
  • mol
)
String

Writes the given molecule to string according to the output format

Parameters:

Returns:

String:

Returns the result string