Class NetworkNode<MoleculeType>

java.lang.Object
org.openscience.cdk.tools.scaffold.ScaffoldNodeBase<MoleculeType>
org.openscience.cdk.tools.scaffold.NetworkNode<MoleculeType>
Type Parameters:
MoleculeType - As MoleculeType, any data type can be defined. In our scenario, the node contains a CDK IAtomContainer.

public class NetworkNode<MoleculeType> extends ScaffoldNodeBase<MoleculeType>
The NetworkNodes are nodes from which a ScaffoldNetwork can be built. It is used to organise the IAtomContainers and enables a relationship between the different objects. A NetworkNode can have multiple children and parents. The parents are the smaller parent scaffolds.
Version:
1.0.0.0
Author:
Julian Zander, Jonas Schaub (zanderjulian@gmx.de, jonas.schaub@uni-jena.de)