Uses of Class
com.actelion.research.chem.descriptor.pharmacophoretree.PharmacophoreNode
-
Packages that use PharmacophoreNode Package Description com.actelion.research.chem.descriptor.pharmacophoretree -
-
Uses of PharmacophoreNode in com.actelion.research.chem.descriptor.pharmacophoretree
Methods in com.actelion.research.chem.descriptor.pharmacophoretree that return PharmacophoreNode Modifier and Type Method Description static PharmacophoreNodePharmacophoreNode. decode(java.lang.String s)Methods in com.actelion.research.chem.descriptor.pharmacophoretree that return types with arguments of type PharmacophoreNode Modifier and Type Method Description java.util.List<PharmacophoreNode>PharmacophoreTree. getNodes()java.util.List<PharmacophoreNode>PharmacophoreTree. getNodes(java.util.Collection<java.lang.Integer> indeces)Methods in com.actelion.research.chem.descriptor.pharmacophoretree with parameters of type PharmacophoreNode Modifier and Type Method Description static voidPharmacophoreTreeGenerator. addNode(PharmacophoreNode node, java.util.List<PharmacophoreNode> nodes, java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> atomToNodes)static java.lang.StringPharmacophoreNode. encode(PharmacophoreNode node)voidPharmacophoreTree. removeNode(PharmacophoreNode node)Method parameters in com.actelion.research.chem.descriptor.pharmacophoretree with type arguments of type PharmacophoreNode Modifier and Type Method Description static voidPharmacophoreTreeGenerator. addNode(PharmacophoreNode node, java.util.List<PharmacophoreNode> nodes, java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> atomToNodes)voidTreeMatcher.FeatureMatch. calculate(java.util.List<PharmacophoreNode> treeNodes1, java.util.List<PharmacophoreNode> treeNodes2)static doublePharmacophoreNode. getSimilarity(java.util.Collection<PharmacophoreNode> nodes1, java.util.Collection<PharmacophoreNode> nodes2)static doublePharmacophoreNode. getSimilarity(java.util.Collection<java.lang.Integer> nodes1, java.util.Collection<java.lang.Integer> nodes2, java.util.List<PharmacophoreNode> allNodes1, java.util.List<PharmacophoreNode> allNodes2)Constructor parameters in com.actelion.research.chem.descriptor.pharmacophoretree with type arguments of type PharmacophoreNode Constructor Description PharmacophoreTree(java.util.List<PharmacophoreNode> nodes, java.util.List<int[]> edges)
-