Uses of Class
org.openscience.cdk.isomorphism.Mappings
Packages that use Mappings
Package
Description
-
Uses of Mappings in org.openscience.cdk.isomorphism
Methods in org.openscience.cdk.isomorphism that return MappingsModifier and TypeMethodDescriptionMappings.exclusiveAtoms()Filter the mappings for those which cover an exclusive set of atoms in the target.Filter the mappings and keep only those which match the provided predicate (Guava).Mappings.limit(int limit) Limit the number of mappings - only this number of mappings will be generate.DfPattern.matchAll(IAtomContainer mol) Find all mappings of this pattern in thetarget.abstract MappingsPattern.matchAll(IAtomContainer target) Find all mappings of this pattern in thetarget.final MappingsFind all mappings of this pattern in thetargetreaction.Ullmann.matchAll(IAtomContainer target) VentoFoggia.matchAll(IAtomContainer target) Find all mappings of this pattern in thetarget.Mappings.stereochemistry()Deprecated.Results now automatically consider stereo if it's present, to match without stereochemistry remove the stereo features.Mappings.uniqueAtoms()Filter the mappings for those which cover a unique atoms in the target.Mappings.uniqueBonds()Filter the mappings for those which cover a unique set of bonds in the target. -
Uses of Mappings in org.openscience.cdk.smarts
Methods in org.openscience.cdk.smarts that return MappingsModifier and TypeMethodDescriptionSmartsPattern.matchAll(IAtomContainer target) Obtain the mappings of the query pattern against the target compound. -
Uses of Mappings in org.openscience.cdk.smiles.smarts
Methods in org.openscience.cdk.smiles.smarts that return MappingsModifier and TypeMethodDescriptionSmartsPattern.matchAll(IAtomContainer target) Deprecated.Obtain the mappings of the query pattern against the target compound.