Class CDKDictionaryReferences


  • public class CDKDictionaryReferences
    extends Object
    This class transforms implicit references to dictionary of CDK objects into explicit references.

    The syntax of the property names used is as follows: org.openscience.cdk.dict:self or org.openscience.cdk.dict:field:'fieldname', where fieldname indicates a field for this object. The name may be appended by :'number' to allow for more than one reference.

    Author:
    Egon Willighagen <egonw@sci.kun.nl>
    Source code:
    main
    Belongs to CDK module:
    dict
    Keywords:
    dictionary, implicit CDK references
    Created on:
    2003-08-06
    • Constructor Detail

      • CDKDictionaryReferences

        public CDKDictionaryReferences()
    • Method Detail

      • makeReferencesExplicit

        public static void makeReferencesExplicit​(IChemObject object)