Uses of Class
org.openscience.cdk.libio.md.ChargeGroup
-
Packages that use ChargeGroup Package Description org.openscience.cdk.libio.md -
-
Uses of ChargeGroup in org.openscience.cdk.libio.md
Methods in org.openscience.cdk.libio.md that return types with arguments of type ChargeGroup Modifier and Type Method Description List<ChargeGroup>MDMolecule. getChargeGroups()Methods in org.openscience.cdk.libio.md with parameters of type ChargeGroup Modifier and Type Method Description voidMDMolecule. addChargeGroup(ChargeGroup chargeGroup)Add a ChargeGroup to the MDMolecule if not already present.Method parameters in org.openscience.cdk.libio.md with type arguments of type ChargeGroup Modifier and Type Method Description voidMDMolecule. setChargeGroups(List<ChargeGroup> chargeGroups)
-