Uses of Class
com.actelion.research.chem.descriptor.pharmacophoretree.PharmacophoreTree
-
Packages that use PharmacophoreTree Package Description com.actelion.research.chem.descriptor.pharmacophoretree -
-
Uses of PharmacophoreTree in com.actelion.research.chem.descriptor.pharmacophoretree
Fields in com.actelion.research.chem.descriptor.pharmacophoretree declared as PharmacophoreTree Modifier and Type Field Description static PharmacophoreTreeDescriptorHandlerPTree. FAILED_OBJECTMethods in com.actelion.research.chem.descriptor.pharmacophoretree that return PharmacophoreTree Modifier and Type Method Description PharmacophoreTreeDescriptorHandlerPTree. createDescriptor(StereoMolecule mol)PharmacophoreTreeDescriptorHandlerPTree. decode(byte[] arr)PharmacophoreTreeDescriptorHandlerPTree. decode(java.lang.String s)static PharmacophoreTreePharmacophoreTreeGenerator. generate(StereoMolecule mol)static PharmacophoreTreePharmacophoreTreeGenerator. generate(StereoMolecule mol, java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> atomToNodes, java.util.List<java.util.Set<java.lang.Integer>> rings)the parameter rings can be used for fragments/building blocks to submit atoms that will belong to a ring after they reactMethods in com.actelion.research.chem.descriptor.pharmacophoretree that return types with arguments of type PharmacophoreTree Modifier and Type Method Description DescriptorHandler<PharmacophoreTree,StereoMolecule>DescriptorHandlerPTree. getThreadSafeCopy()Methods in com.actelion.research.chem.descriptor.pharmacophoretree with parameters of type PharmacophoreTree Modifier and Type Method Description booleanDescriptorHandlerPTree. calculationFailed(PharmacophoreTree o)java.lang.StringDescriptorHandlerPTree. encode(PharmacophoreTree pTree)doublePharmacophoreTree. getDirectSim(PharmacophoreTree pTree2)floatDescriptorHandlerPTree. getSimilarity(PharmacophoreTree pt1, PharmacophoreTree pt2)Constructors in com.actelion.research.chem.descriptor.pharmacophoretree with parameters of type PharmacophoreTree Constructor Description TreeMatcher(PharmacophoreTree queryTree, PharmacophoreTree baseTree)
-