Class StructureNameResolver


  • public class StructureNameResolver
    extends java.lang.Object
    Created by thomas on 7/13/17.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IStructureNameResolver getInstance()  
      static StereoMolecule resolve​(java.lang.String name)  
      static StereoMolecule resolveLocal​(java.lang.String name)
      If a IStructureNameResolver instance was instantiated and given to this class, then that is asked to try to resolve the given chemical name, i.e.
      static StereoMolecule resolveRemote​(java.lang.String name)
      If a IStructureNameResolver instance was instantiated and given to this class, then that is asked to try to resolve the given chemical name, i.e.
      static java.lang.String[] resolveRemote​(java.lang.String[] nameList)
      If a IStructureNameResolver instance was instantiated and given to this class, then that is asked to try to resolve the given chemical name list, i.e.
      static void setInstance​(IStructureNameResolver resolver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StructureNameResolver

        public StructureNameResolver()
    • Method Detail

      • resolve

        public static StereoMolecule resolve​(java.lang.String name)
      • resolveLocal

        public static StereoMolecule resolveLocal​(java.lang.String name)
        If a IStructureNameResolver instance was instantiated and given to this class, then that is asked to try to resolve the given chemical name, i.e. to create the respective StereoMolecule that is represented by the name.
        Parameters:
        name -
      • resolveRemote

        public static StereoMolecule resolveRemote​(java.lang.String name)
        If a IStructureNameResolver instance was instantiated and given to this class, then that is asked to try to resolve the given chemical name, i.e. to create the respective StereoMolecule that is represented by the name.
        Parameters:
        name -
      • resolveRemote

        public static java.lang.String[] resolveRemote​(java.lang.String[] nameList)
        If a IStructureNameResolver instance was instantiated and given to this class, then that is asked to try to resolve the given chemical name list, i.e. to create the respective idcodes that represent the names of the list.
        Parameters:
        nameList -