@TestClass(value="org.openscience.cdk.graph.matrix.TopologicalMatrixTest") public class TopologicalMatrix extends Object implements IGraphMatrix
Constructor and Description |
---|
TopologicalMatrix() |
Modifier and Type | Method and Description |
---|---|
static int[][] |
getMatrix(IAtomContainer container)
Returns the topological matrix for the given AtomContainer.
|
@TestMethod(value="testTopologicalMatrix_IAtomContainer") public static int[][] getMatrix(IAtomContainer container)
container
- The AtomContainer for which the matrix is calculatedCopyright © 2014. All Rights Reserved.