public class MoleculePathFinder extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<LinkedList<MoleculeBond>> |
findAromaticPath(MoleculeGraph molecule) |
static List<LinkedList<MoleculeAtom>> |
findMultiPathInMolecule(MoleculeGraph molecule,
LinkedList<Set<Element>> multiPath) |
static List<LinkedList<MoleculeAtom>> |
findPathInMolecule(MoleculeGraph molecule,
LinkedList<Element> path) |
public static List<LinkedList<MoleculeAtom>> findPathInMolecule(MoleculeGraph molecule, LinkedList<Element> path)
public static List<LinkedList<MoleculeAtom>> findMultiPathInMolecule(MoleculeGraph molecule, LinkedList<Set<Element>> multiPath)
public static List<LinkedList<MoleculeBond>> findAromaticPath(MoleculeGraph molecule)
Copyright © 2018. All rights reserved.