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 ILigand
public IAtom getCentralAtom()
getCentralAtom
in interface ILigand
public IAtom getLigandAtom()
getLigandAtom
in interface ILigand
public VisitedAtoms getVisitedAtoms()
getVisitedAtoms
in interface ILigand
VisitedAtoms
list with visited atomsCopyright © 2021. All rights reserved.