public class Ligand extends Object implements ILigand
| Constructor and Description |
|---|
Ligand(IAtomContainer container,
VisitedAtoms visitedAtoms,
IAtom centralAtom,
IAtom ligandAtom) |
| Modifier and Type | Method and Description |
|---|---|
IAtomContainer |
getAtomContainer()
IAtomContainer of which this ligand is part. |
IAtom |
getCentralAtom()
|
IAtom |
getLigandAtom()
|
VisitedAtoms |
getVisitedAtoms()
Returns a list of visitedAtoms.
|
boolean |
isVisited(IAtom atom)
Returns a true if the atom has been visited before.
|
public Ligand(IAtomContainer container, VisitedAtoms visitedAtoms, IAtom centralAtom, IAtom ligandAtom)
public IAtomContainer getAtomContainer()
IAtomContainer of which this ligand is part.getAtomContainer in interface ILigandpublic IAtom getCentralAtom()
getCentralAtom in interface ILigandpublic IAtom getLigandAtom()
getLigandAtom in interface ILigandpublic VisitedAtoms getVisitedAtoms()
getVisitedAtoms in interface ILigandVisitedAtoms list with visited atomsCopyright © 2022. All rights reserved.