Class CDKDictionaryReferences

java.lang.Object
org.openscience.cdk.dict.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>
Keywords:
dictionary, implicit CDK references
Created on:
2003-08-06
  • Constructor Details

    • CDKDictionaryReferences

      public CDKDictionaryReferences()
  • Method Details

    • makeReferencesExplicit

      public static void makeReferencesExplicit(IChemObject object)