org.isam.exehda.services.tips
Class BayesNetworkImpl2

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

public class BayesNetworkImpl2
extends java.lang.Object
implements BayesNetwork


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

Constructor Detail

BayesNetworkImpl2

public BayesNetworkImpl2(DataManager dataM,
                         UtilityGen ug)
Method Detail

eval

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