Uses of Class
org.openscience.cdk.isomorphism.Mappings
-
Packages that use Mappings Package Description org.openscience.cdk.isomorphism org.openscience.cdk.smarts org.openscience.cdk.smiles.smarts -
-
Uses of Mappings in org.openscience.cdk.isomorphism
Methods in org.openscience.cdk.isomorphism that return Mappings Modifier and Type Method Description MappingsMappings. exclusiveAtoms()Filter the mappings for those which cover an exclusive set of atoms in the target.MappingsMappings. filter(Predicate<int[]> predicate)Filter the mappings and keep only those which match the provided predicate (Guava).MappingsMappings. limit(int limit)Limit the number of mappings - only this number of mappings will be generate.MappingsDfPattern. matchAll(IAtomContainer mol)Find all mappings of this pattern in thetarget.abstract MappingsPattern. matchAll(IAtomContainer target)Find all mappings of this pattern in thetarget.MappingsPattern. matchAll(IReaction target)Find all mappings of this pattern in thetargetreaction.MappingsUllmann. matchAll(IAtomContainer target)MappingsVentoFoggia. matchAll(IAtomContainer target)Find all mappings of this pattern in thetarget.MappingsMappings. stereochemistry()Deprecated.Results now automatically consider stereo if it's present, to match without stereochemistry remove the stereo features.MappingsMappings. uniqueAtoms()Filter the mappings for those which cover a unique atoms in the target.MappingsMappings. 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 Mappings Modifier and Type Method Description MappingsSmartsPattern. 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 Mappings Modifier and Type Method Description MappingsSmartsPattern. matchAll(IAtomContainer target)Deprecated.Obtain the mappings of the query pattern against the target compound.
-