com.im.df.api 5.9

com.im.df.api.capabilities
Interface JChemCartridgeCapability

All Superinterfaces:
DBEntityCapability, DFCapability, JChemEntityCapability, PropertiesEditingConfigurable
All Known Subinterfaces:
JChemCartridgeJChemBaseCapability, JChemCartridgeStandardCapability

public interface JChemCartridgeCapability
extends JChemEntityCapability

Represents the capabilities of an DFEntity that is based on a JChem cartridge table.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
PropertiesEditingConfigurable.Extra
 
Field Summary
 
Fields inherited from interface com.im.df.api.capabilities.JChemEntityCapability
IMPORT_OPTION_SET_CHIRAL_FLAG, PROP_ABSOLUTE_STEREO, PROP_DUPLICATE_FILTERING, PROP_EMPTY_STRUCTURES_ALLOWED, PROP_JCHEM_TABLE_TYPE, PROP_NUMBER_OF_EDGES, PROP_NUMBER_OF_INTS, PROP_NUMBER_OF_ONES, PROP_STANDARDIZER_CONFIG, PROP_STRUCTURE_COLUMN_NAME, PROP_TAUTOMER_DUPLICATE_CHECKING
 
Fields inherited from interface com.im.df.api.capabilities.DBEntityCapability
PROP_DOMAIN, PROP_FILTER_QUERY_ALLOWED, PROP_TABLE_NAME
 
Method Summary
 String getCartridgeIndexName()
          The name of the cartridge index
 
Methods inherited from interface com.im.df.api.capabilities.JChemEntityCapability
getCurrentVersionNumber, getDefaultStandardizer, getDissimilarityMetrics, getJChemPropertyTable, getJchemTableType, getMolecularDescriptors, getNumberOfEdges, getNumberOfInts, getNumberOfOnes, getStandardizer, getStandardizerConfig, getStructureField, getSupportedVersionNumber, isAbsoluteStereo, isDuplicateFiltering, isEmptyStructuresAllowed, isTautomerDuplicateChecking, setAbsoluteStereo, setDuplicateFiltering, setEmptyStructuresAllowed, setStandardizerConfig
 
Methods inherited from interface com.im.df.api.capabilities.DBEntityCapability
canDrop, claimTableOwnership, claimTableOwnership, getTableInfo, getTableInfos, getTableName, setTableName
 
Methods inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
isPropertyEditable
 

Method Detail

getCartridgeIndexName

String getCartridgeIndexName()
The name of the cartridge index

Returns:
The name of the cartridge index

com.im.df.api 5.9