chemaxon.reaction
Class SynthesisGraph.Edge

java.lang.Object
  extended by chemaxon.reaction.SynthesisGraph.Edge
Enclosing class:
SynthesisGraph

Deprecated. Will be removed soon.

public static class SynthesisGraph.Edge
extends java.lang.Object

Graph edge: holds a reactor object with a reaction set, the synthesis condition and the endpoint nodes.


Field Summary
 java.lang.String id
          Deprecated.  
 SynthesisGraph.Node pnode
          Deprecated.  
 Reactor reactor
          Deprecated.  
 java.lang.String rid
          Deprecated.  
 SynthesisGraph.Node rnode
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rnode

public SynthesisGraph.Node rnode
Deprecated. 

pnode

public SynthesisGraph.Node pnode
Deprecated. 

reactor

public Reactor reactor
Deprecated. 

rid

public java.lang.String rid
Deprecated. 

id

public java.lang.String id
Deprecated.