Uses of Interface
com.actelion.research.chem.descriptor.DescriptorHandlerFactory
-
Packages that use DescriptorHandlerFactory Package Description com.actelion.research.chem com.actelion.research.chem.descriptor com.actelion.research.chem.io -
-
Uses of DescriptorHandlerFactory in com.actelion.research.chem
Constructors in com.actelion.research.chem with parameters of type DescriptorHandlerFactory Constructor Description StructureSearch(StructureSearchSpecification specification, StructureSearchDataSource dataSource, StructureSearchController searchController, ProgressController progressController, DescriptorHandlerFactory dhFactory)
This contructs a new structure search, which upon calling start() runs a multithreaded structure search on the structure rows provided by dataSource. -
Uses of DescriptorHandlerFactory in com.actelion.research.chem.descriptor
Classes in com.actelion.research.chem.descriptor that implement DescriptorHandlerFactory Modifier and Type Class Description class
DescriptorHandlerStandard2DFactory
class
DescriptorHandlerStandardFactory
Methods in com.actelion.research.chem.descriptor that return DescriptorHandlerFactory Modifier and Type Method Description static DescriptorHandlerFactory
DescriptorHandlerStandard2DFactory. getFactory()
static DescriptorHandlerFactory
DescriptorHandlerStandardFactory. getFactory()
-
Uses of DescriptorHandlerFactory in com.actelion.research.chem.io
Methods in com.actelion.research.chem.io that return DescriptorHandlerFactory Modifier and Type Method Description DescriptorHandlerFactory
CompoundFileParser. getDescriptorHandlerFactory()
Methods in com.actelion.research.chem.io with parameters of type DescriptorHandlerFactory Modifier and Type Method Description void
CompoundFileParser. setDescriptorHandlerFactory(DescriptorHandlerFactory factory)
If a requested descriptor is not available in a particuar compound record, the parser can create one itself, provided its DescriptorHandlerFactory knows the descriptor name.
-