Uses of Interface
org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer
Packages that use IQueryAtomContainer
Package
Description
-
Uses of IQueryAtomContainer in org.openscience.cdk.isomorphism.matchers
Classes in org.openscience.cdk.isomorphism.matchers that implement IQueryAtomContainerMethods in org.openscience.cdk.isomorphism.matchers that return IQueryAtomContainerModifier and TypeMethodDescriptionQueryAtomContainer.clone()
Clones this AtomContainer object and its content. -
Uses of IQueryAtomContainer in org.openscience.cdk.isomorphism.matchers.smarts
Constructors in org.openscience.cdk.isomorphism.matchers.smarts with parameters of type IQueryAtomContainerModifierConstructorDescriptionDeprecated.Creates a new instance -
Uses of IQueryAtomContainer in org.openscience.cdk.pharmacophore
Classes in org.openscience.cdk.pharmacophore that implement IQueryAtomContainerModifier and TypeClassDescriptionclass
Represents a colleciton of pharmacophore groups and constraints. -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd
Methods in org.openscience.cdk.smsd with parameters of type IQueryAtomContainerModifier and TypeMethodDescriptionvoid
Isomorphism.init
(IQueryAtomContainer reactant, IAtomContainer product) Deprecated. -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.algorithm.matchers
Constructors in org.openscience.cdk.smsd.algorithm.matchers with parameters of type IQueryAtomContainerModifierConstructorDescriptionDefaultMCSPlusAtomMatcher
(IQueryAtom smartQueryAtom, IQueryAtomContainer container) Deprecated.ConstructorDefaultVFAtomMatcher
(IQueryAtom smartQueryAtom, IQueryAtomContainer container) Deprecated.Constructor -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.algorithm.mcgregor
Methods in org.openscience.cdk.smsd.algorithm.mcgregor with parameters of type IQueryAtomContainerModifier and TypeMethodDescriptionprotected void
QueryProcessor.process
(IQueryAtomContainer query, IAtomContainer target, List<Integer> unmappedAtomsMolA, List<Integer> mappedAtoms, int counter) Deprecated.Constructors in org.openscience.cdk.smsd.algorithm.mcgregor with parameters of type IQueryAtomContainerModifierConstructorDescriptionMcGregor
(IQueryAtomContainer source, IAtomContainer target, List<List<Integer>> mappings) Deprecated.Constructor for the McGregor algorithm. -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.algorithm.mcsplus
Methods in org.openscience.cdk.smsd.algorithm.mcsplus with parameters of type IQueryAtomContainerModifier and TypeMethodDescriptionvoid
MCSPlusHandler.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule. -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.algorithm.rgraph
Methods in org.openscience.cdk.smsd.algorithm.rgraph with parameters of type IQueryAtomContainerModifier and TypeMethodDescriptionvoid
CDKMCSHandler.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule.void
CDKSubGraphHandler.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule. -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.algorithm.single
Methods in org.openscience.cdk.smsd.algorithm.single with parameters of type IQueryAtomContainerModifier and TypeMethodDescriptionSingleMapping.getOverLaps
(IQueryAtomContainer source, IAtomContainer target, boolean removeHydrogen) Deprecated.Returns single mapping solutions.void
SingleMappingHandler.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule. -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.algorithm.vflib
Methods in org.openscience.cdk.smsd.algorithm.vflib with parameters of type IQueryAtomContainerModifier and TypeMethodDescriptionvoid
VFlibMCSHandler.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule.void
VFlibSubStructureHandler.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule.void
VFlibTurboHandler.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule. -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.algorithm.vflib.query
Constructors in org.openscience.cdk.smsd.algorithm.vflib.query with parameters of type IQueryAtomContainerModifierConstructorDescriptionQueryCompiler
(IQueryAtomContainer molecule) Deprecated.Construct query object from the molecule -
Uses of IQueryAtomContainer in org.openscience.cdk.smsd.interfaces
Methods in org.openscience.cdk.smsd.interfaces with parameters of type IQueryAtomContainerModifier and TypeMethodDescriptionabstract void
AbstractMCS.init
(IQueryAtomContainer source, IAtomContainer target) Deprecated.initialize query and target molecules.void
IMCSBase.set
(IQueryAtomContainer source, IAtomContainer target) Deprecated.Initialise the query and target molecule.