new CanonicalizationIndexer()
An abstract class to assign index to nodes in connection table.
Different canonicalization method need different concrete indexes classes.
Methods
-
doExecute(ctab)
-
Do actual job of indexing. Descendants should override this method.
Parameters:
Name Type Description ctab
Kekule.StructureConnectionTable -
execute(ctabOrStructFragment)
-
Execute and assign index to each node in connection tab.
Parameters:
Name Type Description ctabOrStructFragment
Variant