Uses of Class
org.openscience.cdk.libio.md.Residue
-
Packages that use Residue Package Description org.openscience.cdk.libio.md -
-
Uses of Residue in org.openscience.cdk.libio.md
Methods in org.openscience.cdk.libio.md that return types with arguments of type Residue Modifier and Type Method Description List<Residue>
MDMolecule. getResidues()
Methods in org.openscience.cdk.libio.md with parameters of type Residue Modifier and Type Method Description void
MDMolecule. addResidue(Residue residue)
Add a Residue to the MDMolecule if not already present.Method parameters in org.openscience.cdk.libio.md with type arguments of type Residue Modifier and Type Method Description void
MDMolecule. setResidues(List<Residue> residues)
-