edu.ksu.cis.bnj.bbn.analysis
Class BBNAnalyzer

java.lang.Object
  extended byedu.ksu.cis.bnj.bbn.analysis.BBNAnalyzer

public class BBNAnalyzer
extends java.lang.Object

An analyzer of a BBN

Author:
Roby Joehanes

Field Summary
protected  BBNGraph graph
           
 
Constructor Summary
BBNAnalyzer(BBNGraph g)
           
 
Method Summary
 void analyze()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

protected BBNGraph graph
Constructor Detail

BBNAnalyzer

public BBNAnalyzer(BBNGraph g)
Method Detail

analyze

public void analyze()