Package schrodinger :: Package analysis :: Module reaction :: Class ReactionInstance
[hide private]
[frames] | no frames]

Class ReactionInstance

object --+
         |
        ReactionInstance

A ReactionInstance is the application of a Reaction to a list of reagents/precursors. For example, "Amide syntesis" is a Reaction; but "Amide synthesis from acetic acid and ethylamine" is a ReactionInstance.

Instance Methods [hide private]
 
__init__(self, reaction, precursors)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  name
The name of the reaction.

Inherited from object: __class__

Method Details [hide private]

__init__(self, reaction, precursors)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

name

The name of the reaction.

Get Method:
unreachable.name(self) - The name of the reaction.