Uses of Class
com.actelion.research.chem.descriptor.flexophore.PPNode
-
-
Uses of PPNode in com.actelion.research.chem.descriptor.flexophore
Subclasses of PPNode in com.actelion.research.chem.descriptor.flexophore Modifier and Type Class Description classPPNodeVizPharmacophore node with information about corresponding atoms in the molecule used for construction.Methods in com.actelion.research.chem.descriptor.flexophore that return PPNode Modifier and Type Method Description PPNodePPNode. getCopy()node deep copy.static PPNodePPNode. getDummy()static PPNodePPNode. getHeteroOnlyNode(PPNode node)PPNodeIMolDistHist. getNode(int i)PPNodeMolDistHist. getNode(int index)!Slow method, it has to iterate through a loop to find the node in the array!static PPNodePPNode. read(java.lang.String strNode)Methods in com.actelion.research.chem.descriptor.flexophore that return types with arguments of type PPNode Modifier and Type Method Description static java.util.List<PPNode>MolDistHist. readNodes(java.lang.String strMolDistHist)reads a MolDistHist from the toString() method.Methods in com.actelion.research.chem.descriptor.flexophore with parameters of type PPNode Modifier and Type Method Description voidPPNode. addAtoms(PPNode node)Only atoms are added that are not yet in the list, check PPAtom.equals for comparison.voidMolDistHist. addNode(PPNode node)intPPNode. compareTo(PPNode o)voidPPNode. copy(PPNode node)Copy of node into this.booleanPPNode. equalAtoms(PPNode node)realize() may be called first.static PPNodePPNode. getHeteroOnlyNode(PPNode node)Constructors in com.actelion.research.chem.descriptor.flexophore with parameters of type PPNode Constructor Description PPNode(PPNode node)PPNodeViz(PPNode node) -
Uses of PPNode in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher
Methods in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher with parameters of type PPNode Modifier and Type Method Description doublePPNodeSimilarity. getSimilarityExtraCarbonConsideration(PPNode query, PPNode base)doublePPNodeSimilarity. getSimilarityHardMatchAverage(PPNode query, PPNode base)doublePPNodeSimilarity. getSimilarityHardMatchMultiplicative(PPNode query, PPNode base)doublePPNodeSimilarity. getSimilarityHardMatchOptimistic(PPNode query, PPNode base)java.util.List<java.lang.Double>PPNodeSimilarity. getSimilarityList(PPNode query, PPNode base)doublePPNodeSimilarity. getSimilaritySimple(PPNode query, PPNode base) -
Uses of PPNode in com.actelion.research.chem.descriptor.flexophore.entity
Subclasses of PPNode in com.actelion.research.chem.descriptor.flexophore.entity Modifier and Type Class Description classPPNodeRGroupPPNodeStructureConstructors in com.actelion.research.chem.descriptor.flexophore.entity with parameters of type PPNode Constructor Description PPNodeRGroup(PPNode node, java.lang.String idcode)
-