org.isam.exehda.services.tips
Class BayesNetworkImpl

java.lang.Object
  |
  +--org.isam.exehda.services.tips.BayesNetworkImpl
All Implemented Interfaces:
BayesNetwork

public class BayesNetworkImpl
extends java.lang.Object
implements BayesNetwork


Constructor Summary
BayesNetworkImpl(DataManager dataM, UtilityGen ug)
           
 
Method Summary
 void eval(java.lang.String sensorName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesNetworkImpl

public BayesNetworkImpl(DataManager dataM,
                        UtilityGen ug)
Method Detail

eval

public void eval(java.lang.String sensorName)
Specified by:
eval in interface BayesNetwork