| Modifier and Type | Field and Description |
|---|---|
protected double[][] |
contab |
protected int |
dim |
protected int |
numAtoms |
protected List<Integer> |
subGraph |
protected int |
travIndex |
protected boolean[] |
visited |
| Constructor and Description |
|---|
ChemGraph(IAtomContainer chrom) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumAtoms() |
List<Integer> |
getSubgraph() |
List<Integer> |
pickBFgraph() |
List<Integer> |
pickDFgraph() |
void |
setNumAtoms(int numatoms) |
void |
setSubgraph(List<Integer> subgraph) |
protected int dim
protected int numAtoms
protected double[][] contab
protected int travIndex
protected boolean[] visited
public ChemGraph(IAtomContainer chrom)
Copyright © 2022. All rights reserved.