public class PathGraph
extends java.lang.Object
Constructor and Description |
---|
PathGraph(org.openscience.cdk.interfaces.IAtomContainer molecule) |
Modifier and Type | Method and Description |
---|---|
void |
printPaths() |
java.util.List<PathEdge> |
remove(org.openscience.cdk.interfaces.IAtom atom) |
public PathGraph(org.openscience.cdk.interfaces.IAtomContainer molecule)
molecule
- public void printPaths()
public java.util.List<PathEdge> remove(org.openscience.cdk.interfaces.IAtom atom)
atom
-