rxn.chemutils.rdf.rdf_parser.ParsedReaction

class rxn.chemutils.rdf.rdf_parser.ParsedReaction[source]

Bases: object

Reaction under construction during parsing of an RDF file.

__init__()[source]
Return type

None

Methods

__init__()

block_type(lines)

Get the type of a block: RXN, DTYPE, DATUM, etc.

handle_datum(lines)

param lines

handle_dtype(lines)

param lines

handle_line_block(lines)

param lines

handle_mol(lines)

param lines

handle_rfmt(lines)

param lines

handle_rxn(lines)

param lines

to_reaction()

rtype

RdfReaction

block_type(lines)[source]

Get the type of a block: RXN, DTYPE, DATUM, etc.

Parameters

lines (List[str]) –

Return type

str