Uses of Class
org.openscience.cdk.tools.scaffold.NetworkNode
-
Uses of NetworkNode in org.openscience.cdk.tools.scaffold
Methods in org.openscience.cdk.tools.scaffold that return NetworkNodeModifier and TypeMethodDescriptionNetworkNode.addChild
(MoleculeType aMolecule) Adds a child to the network node, i.e. links it to a node on the level below.Methods in org.openscience.cdk.tools.scaffold that return types with arguments of type NetworkNodeModifier and TypeMethodDescriptionNetworkNode.getParents()
Get the parents of the node.ScaffoldNetwork.getRoots()
Outputs root nodes of the network.Methods in org.openscience.cdk.tools.scaffold with parameters of type NetworkNodeModifier and TypeMethodDescriptionvoid
NetworkNode.addParent
(NetworkNode<MoleculeType> aParent) Add the parents node and add this node as child to the parent node if not already done.Method parameters in org.openscience.cdk.tools.scaffold with type arguments of type NetworkNodeModifier and TypeMethodDescriptionvoid
NetworkNode.setParents
(List<NetworkNode<MoleculeType>> aParents) Set the parents of the node.