Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.openscience.cdk.smsd Classes and Interfaces - 80 results found.
NameDescriptionTypePackageFramework
AbstractMCSInterface for all MCS algorithms.Interfaceorg.openscience.cdk.smsd.interfacesCDK
AbstractMCSAlgorithmInterface for MCS search algorithm.Interfaceorg.openscience.cdk.smsd.interfacesCDK
AbstractReactionLabellerClassorg.openscience.cdk.smsd.labellingCDK
AbstractSubGraphInterface class for reporting only substructure searches.Interfaceorg.openscience.cdk.smsd.interfacesCDK
AlgorithmThis class represents various algorithm type supported by SMSD.Interfaceorg.openscience.cdk.smsd.interfacesCDK
AtomContainerAtomPermutorClassorg.openscience.cdk.smsd.labellingCDK
AtomContainerPrinterClassorg.openscience.cdk.smsd.labellingCDK
AtomMatcherInterface for the AtomMatcher (atoms) in graph.Interfaceorg.openscience.cdk.smsd.algorithm.matchersCDK
BinaryTreeClass to construct a Binary tree for McGregor search.Classorg.openscience.cdk.smsd.helperCDK
BKKCKCFThis class implements Bron-Kerbosch clique detection algorithm as it is described in [F.Classorg.openscience.cdk.smsd.algorithm.mcsplusCDK
BondEnergiesClass that stores bond breaking/formation energy between two atoms.Classorg.openscience.cdk.smsd.toolsCDK
BondEnergyHelper class defining the energy for a bond type.Classorg.openscience.cdk.smsd.helperCDK
BondMatcherInterface for the BondMatcher (bonds) in graph.Interfaceorg.openscience.cdk.smsd.algorithm.matchersCDK
CanonicalLabellingAdaptorClassorg.openscience.cdk.smsd.labellingCDK
CDKMCSHandlerThis class acts as a handler class for CDKMCS algorithm.Classorg.openscience.cdk.smsd.algorithm.rgraphCDK
CDKRGraphThis class implements the Resolution Graph (CDKRGraph).Classorg.openscience.cdk.smsd.algorithm.rgraphCDK
CDKRMapAn CDKRMap implements the association between an edge (bond) in G1 and an edge (bond) in G2, G1 and G2 being the compared graphs in a RGraph context.Classorg.openscience.cdk.smsd.algorithm.rgraphCDK
CDKRMapHandlerThis algorithm derives from the algorithm described in [Tonnelier, C.Classorg.openscience.cdk.smsd.algorithm.rgraphCDK
CDKRNodeNode of the resolution graphe (RGraph) An CDKRNode represents an association betwwen two edges of the source graphs G1 and G2 that are compared.Classorg.openscience.cdk.smsd.algorithm.rgraphCDK
CDKSubGraphHandlerThis class acts as a handler class for CDKMCS algorithm.Classorg.openscience.cdk.smsd.algorithm.rgraphCDK
ChemicalFiltersClass that ranks MCS final solution according to the chemical rules.Classorg.openscience.cdk.smsd.filtersCDK
DefaultBondMatcherChecks if a bond is matching between query and target molecules.Classorg.openscience.cdk.smsd.algorithm.matchersCDK
DefaultMatcherChecks if atom is matching between query and target molecules.Classorg.openscience.cdk.smsd.algorithm.matchersCDK
DefaultMCSPlusAtomMatcherChecks if atom is matching between query and target molecules.Classorg.openscience.cdk.smsd.algorithm.matchersCDK
DefaultRGraphAtomMatcherChecks if atom is matching between query and target molecules.Classorg.openscience.cdk.smsd.algorithm.matchersCDK
DefaultVFAtomMatcherChecks if atom is matching between query and target molecules.Classorg.openscience.cdk.smsd.algorithm.matchersCDK
DefaultVFBondMatcherChecks if a bond is matching between query and target molecules.Classorg.openscience.cdk.smsd.algorithm.matchersCDK
EdgeBuilderClass for building/storing edges (bonds) in the graph with bond query capabilities.Classorg.openscience.cdk.smsd.algorithm.vflib.builderCDK
ExactMappingThis class handles MCS between two identical molecules.Classorg.openscience.cdk.smsd.algorithm.mcsplusCDK
ExtAtomContainerManipulatorClass that handles some customised features for SMSD atom containers.Classorg.openscience.cdk.smsd.toolsCDK
FinalMappingsClass that stores raw mapping(s) after each algorithm is executed.Classorg.openscience.cdk.smsd.helperCDK
GenerateCompatibilityGraphThis class generates compatibility graph between query and target molecule.Classorg.openscience.cdk.smsd.algorithm.mcsplusCDK
HanserRingFinderFinds the Set of all Rings.Classorg.openscience.cdk.smsd.ringCDK
ICanonicalMoleculeLabellerInterfaceorg.openscience.cdk.smsd.labellingCDK
ICanonicalReactionLabellerInterfaceorg.openscience.cdk.smsd.labellingCDK
IEdgeInterface for the Edges (bonds) in graph.Interfaceorg.openscience.cdk.smsd.algorithm.vflib.interfacesCDK
IFinalMappingInterface for mappings.Interfaceorg.openscience.cdk.smsd.interfacesCDK
IMapperInterface for the mappings (mapped objects).Interfaceorg.openscience.cdk.smsd.algorithm.vflib.interfacesCDK
IMCSBaseInterface that holds basic core interface for all MCS algorithm.Interfaceorg.openscience.cdk.smsd.interfacesCDK
INodeInterface for the Node (atomss) in graph.Interfaceorg.openscience.cdk.smsd.algorithm.vflib.interfacesCDK
IQueryInterface for the query molecule/graph.Interfaceorg.openscience.cdk.smsd.algorithm.vflib.interfacesCDK
IQueryCompilerInterface for the query graph generator.Interfaceorg.openscience.cdk.smsd.algorithm.vflib.interfacesCDK
IsomorphismThis class implements the Isomorphism- a multipurpose structure comparison tool.Classorg.openscience.cdk.smsdCDK
IStateInterface for the storing the states of the mapping in the VF algorithm.Interfaceorg.openscience.cdk.smsd.algorithm.vflib.interfacesCDK
LabelContainerClass that handles atoms and assignes an integer lable to them.Classorg.openscience.cdk.smsd.helperCDK
MatchHolds matching query and target nodes.Classorg.openscience.cdk.smsd.algorithm.vflib.mapCDK
McGregorClass which reports MCS solutions based on the McGregor algorithm The SMSD algorithm is described in this paper.Classorg.openscience.cdk.smsd.algorithm.mcgregorCDK
McGregorChecksClass to perform check/methods for McGregor class.Classorg.openscience.cdk.smsd.algorithm.mcgregorCDK
McgregorHelperHelper Class for McGregor algorithm.Classorg.openscience.cdk.smsd.algorithm.mcgregorCDK
MCSPlusThis class handles MCS plus algorithm which is a combination of c-clique algorithm and McGregor algorithm.Classorg.openscience.cdk.smsd.algorithm.mcsplusCDK
MCSPlusHandlerThis class acts as a handler class for MCSPlus algorithm.Classorg.openscience.cdk.smsd.algorithm.mcsplusCDK
MoleculeSanityCheckClass that cleans a molecule before MCS search.Classorg.openscience.cdk.smsd.toolsCDK
MoleculeSignatureLabellingAdaptorClassorg.openscience.cdk.smsd.labellingCDK
MolHandlerClass that handles molecules for MCS search.Classorg.openscience.cdk.smsd.toolsCDK
NodeBuilderClass for building/storing nodes (atoms) in the graph with atom query capabilities.Classorg.openscience.cdk.smsd.algorithm.vflib.builderCDK
PathEdgeClassorg.openscience.cdk.smsd.ringCDK
PathGraphClassorg.openscience.cdk.smsd.ringCDK
PermutorGeneral permutation generator, that uses orderly generation by ranking and unranking.Classorg.openscience.cdk.smsd.labellingCDK
PostFilterClass that cleans redundant mappings from the solution set.Classorg.openscience.cdk.smsd.filtersCDK
QueryCompilerThis class creates an template for MCS/substructure query.Classorg.openscience.cdk.smsd.algorithm.vflib.queryCDK
QueryProcessorClassorg.openscience.cdk.smsd.algorithm.mcgregorCDK
RingFilterClassorg.openscience.cdk.smsd.ringCDK
RingFinderInterfaceorg.openscience.cdk.smsd.ringCDK
SignatureReactionCanoniserClassorg.openscience.cdk.smsd.labellingCDK
SingleMappingThis class handles single atom mapping.Classorg.openscience.cdk.smsd.algorithm.singleCDK
SingleMappingHandlerThis is a handler class for single atom mappingAuthor:Syed Asad Rahman Classorg.openscience.cdk.smsd.algorithm.singleCDK
SmilesReactionCanoniserClassorg.openscience.cdk.smsd.labellingCDK
TargetProcessorClassorg.openscience.cdk.smsd.algorithm.mcgregorCDK
TargetPropertiesClass for building/storing nodes (atoms) in the graph with atom query capabilities.Classorg.openscience.cdk.smsd.algorithm.vflib.builderCDK
TimeManagerClass that handles execution time of the MCS search.Classorg.openscience.cdk.smsd.toolsCDK
TimeOutClass that manages MCS timeout.Classorg.openscience.cdk.smsd.globalCDK
VFAtomMatcherInterface for the AtomMatcher (atoms) in graph.Interfaceorg.openscience.cdk.smsd.algorithm.matchersCDK
VFBondMatcherInterface for the BondMatcher (bonds) in graph.Interfaceorg.openscience.cdk.smsd.algorithm.matchersCDK
VFlibMCSHandlerThis class should be used to find MCS between query graph and target graph.Classorg.openscience.cdk.smsd.algorithm.vflibCDK
VFlibSubStructureHandlerThis is an ultra fast method to report if query is a substructure for target molecule.Classorg.openscience.cdk.smsd.algorithm.vflibCDK
VFlibTurboHandlerThis is an ultra fast method to report if query is a substructure for target molecule.Classorg.openscience.cdk.smsd.algorithm.vflibCDK
VFMapperThis class finds MCS between query and target molecules using VF2 algorithm.Classorg.openscience.cdk.smsd.algorithm.vflib.mapCDK
VFMCSMapperThis class finds MCS between query and target molecules using VF2 algorithm.Classorg.openscience.cdk.smsd.algorithm.vflib.mapCDK
VFQueryBuilderClass for parsing and generating query graph.Classorg.openscience.cdk.smsd.algorithm.vflib.builderCDK
VFStateThis class finds mapping states between query and targetAuthor:Syed Asad Rahman Classorg.openscience.cdk.smsd.algorithm.vflib.mapCDK