Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openscience.compchem
Class IsomorphismTester  view IsomorphismTester download IsomorphismTester.java

java.lang.Object
  extended byorg.openscience.compchem.IsomorphismTester

public class IsomorphismTester
extends java.lang.Object


Field Summary
(package private)  Node[] baseNodes
           
(package private)  int[] baseTable
           
 
Constructor Summary
IsomorphismTester()
           
IsomorphismTester(Node[] atomSet)
           
 
Method Summary
 int[] computeMorganMatrix(Node[] atomSet)
           
 boolean isIsomorph(Node[] atomSet2)
           
 boolean isIsomorph(Node[] atomSet1, Node[] atomSet2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseTable

int[] baseTable

baseNodes

Node[] baseNodes
Constructor Detail

IsomorphismTester

public IsomorphismTester()

IsomorphismTester

public IsomorphismTester(Node[] atomSet)
Method Detail

computeMorganMatrix

public int[] computeMorganMatrix(Node[] atomSet)

isIsomorph

public boolean isIsomorph(Node[] atomSet1,
                          Node[] atomSet2)

isIsomorph

public boolean isIsomorph(Node[] atomSet2)