Uses of Class
org.openscience.cdk.tools.scaffold.TreeNode
-
Uses of TreeNode in org.openscience.cdk.tools.scaffold
Methods in org.openscience.cdk.tools.scaffold that return TreeNodeModifier and TypeMethodDescriptionTreeNode.addChild
(MoleculeType aMolecule) Adds a child to the tree node, i.e. links it to a node on the level below.TreeNode.getParent()
Get the parent node.ScaffoldTree.getRoot()
Outputs root node of the tree.Methods in org.openscience.cdk.tools.scaffold with parameters of type TreeNodeModifier and TypeMethodDescriptionvoid
TreeNode.setParent
(TreeNode<MoleculeType> aParent) Set the parent node.