public class AdjacencyMatrix extends Object implements IGraphMatrix
| Constructor and Description |
|---|
AdjacencyMatrix() |
| Modifier and Type | Method and Description |
|---|---|
static int[][] |
getMatrix(IAtomContainer container)
Returns the adjacency matrix for the given AtomContainer.
|
public static int[][] getMatrix(IAtomContainer container)
container - The AtomContainer for which the matrix is calculatedCopyright © 2018. All Rights Reserved.