Uses of Class
org.openscience.cdk.smsd.helper.BinaryTree
Packages that use BinaryTree
-
Uses of BinaryTree in org.openscience.cdk.smsd.algorithm.mcgregor
Methods in org.openscience.cdk.smsd.algorithm.mcgregor with parameters of type BinaryTreeModifier and TypeMethodDescriptionprotected static int
McGregorChecks.removeTreeStructure
(BinaryTree curStruc) Deprecated. -
Uses of BinaryTree in org.openscience.cdk.smsd.helper
Methods in org.openscience.cdk.smsd.helper that return BinaryTreeModifier and TypeMethodDescriptionBinaryTree.getEqual()
Deprecated.Returns equal nodeBinaryTree.getNotEqual()
Deprecated.Returns not equal nodeMethods in org.openscience.cdk.smsd.helper with parameters of type BinaryTreeModifier and TypeMethodDescriptionvoid
BinaryTree.setEqual
(BinaryTree equal) Deprecated.Set equal nodevoid
BinaryTree.setNotEqual
(BinaryTree notEqual) Deprecated.Set not equal node