public class MoleculeAnalysis extends Object
Constructor and Description |
---|
MoleculeAnalysis() |
Modifier and Type | Method and Description |
---|---|
void |
analyse() |
void |
calcRingSet() |
List<int[]> |
getAtomRingIndices() |
org.openscience.cdk.interfaces.IAtomContainer |
getMolecule() |
org.openscience.cdk.interfaces.IRingSet |
getRingSet() |
void |
setAtomRingIndices(List<int[]> atomRingIndices) |
void |
setMolecule(org.openscience.cdk.interfaces.IAtomContainer molecule) |
void |
setRingSet(org.openscience.cdk.interfaces.IRingSet ringSet) |
public org.openscience.cdk.interfaces.IAtomContainer getMolecule()
public void setMolecule(org.openscience.cdk.interfaces.IAtomContainer molecule)
public void calcRingSet()
public org.openscience.cdk.interfaces.IRingSet getRingSet()
public void setRingSet(org.openscience.cdk.interfaces.IRingSet ringSet)
public List<int[]> getAtomRingIndices()
public void setAtomRingIndices(List<int[]> atomRingIndices)
public void analyse()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.