Uses of Class
com.actelion.research.chem.descriptor.flexophore.PPNodeViz
-
Packages that use PPNodeViz Package Description com.actelion.research.chem.descriptor.flexophore -
-
Uses of PPNodeViz in com.actelion.research.chem.descriptor.flexophore
Methods in com.actelion.research.chem.descriptor.flexophore that return PPNodeViz Modifier and Type Method Description PPNodeViz
PPNodeViz. getCopy()
PPNodeViz
MolDistHistViz. getNode(int i)
PPNodeViz
PPNodeVizTriangle. getNodeA()
PPNodeViz
PPNodeVizTriangle. getNodeB()
PPNodeViz
PPNodeVizTriangle. getNodeC()
Methods in com.actelion.research.chem.descriptor.flexophore that return types with arguments of type PPNodeViz Modifier and Type Method Description java.util.List<PPNodeViz>
MolDistHistViz. getNodes()
Methods in com.actelion.research.chem.descriptor.flexophore with parameters of type PPNodeViz Modifier and Type Method Description void
PPNodeViz. addAtoms(PPNodeViz node)
Only atoms are added that are not yet in the list, check PPAtom.equals for comparison.int
MolDistHistViz. addNode(PPNodeViz node)
void
PPNodeViz. copy(PPNodeViz node)
Copy of node into thisboolean
PPNodeViz. hasSamePosition(PPNodeViz node)
Method parameters in com.actelion.research.chem.descriptor.flexophore with type arguments of type PPNodeViz Modifier and Type Method Description void
MolDistHistViz. set(java.util.List<PPNodeViz> liPPNodeViz)
Constructors in com.actelion.research.chem.descriptor.flexophore with parameters of type PPNodeViz Constructor Description PPNodeViz(PPNodeViz node)
PPNodeVizTriangle(PPNodeViz n1, PPNodeViz n2, PPNodeViz n3)
-