toxTree.core
Class ConnectionMatrix

java.lang.Object
  extended by toxTree.core.ConnectionMatrix
All Implemented Interfaces:
org.openscience.cdk.graph.matrix.IGraphMatrix

public class ConnectionMatrix
extends java.lang.Object
implements org.openscience.cdk.graph.matrix.IGraphMatrix


Constructor Summary
ConnectionMatrix()
           
 
Method Summary
static double[][] getMatrix(org.openscience.cdk.interfaces.IAtomContainer container)
          Returns the connection matrix representation of this AtomContainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionMatrix

public ConnectionMatrix()
Method Detail

getMatrix

@TestMethod(value="testGetMatrix_IAtomContainer")
public static double[][] getMatrix(org.openscience.cdk.interfaces.IAtomContainer container)
Returns the connection matrix representation of this AtomContainer.

Parameters:
container - The AtomContainer for which the matrix is calculated
Returns:
A connection matrix representating this AtomContainer


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.