public class TautomerRelationGraph extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TautomerRelationGraph.StructureFormat |
Modifier and Type | Field and Description |
---|---|
List<TautomerRelation> |
relations |
List<org.openscience.cdk.interfaces.IAtomContainer> |
tautomers |
Constructor and Description |
---|
TautomerRelationGraph() |
Modifier and Type | Method and Description |
---|---|
String |
getRelationGraphAsString(boolean flagAddTautomerList) |
String |
getRelationGraphAsString(boolean flagAddTautomerList,
TautomerRelationGraph.StructureFormat strFormat) |
public List<org.openscience.cdk.interfaces.IAtomContainer> tautomers
public List<TautomerRelation> relations
public String getRelationGraphAsString(boolean flagAddTautomerList) throws Exception
Exception
public String getRelationGraphAsString(boolean flagAddTautomerList, TautomerRelationGraph.StructureFormat strFormat) throws Exception
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.