00001 /* 00002 * Created on Oct 15, 2009 00003 * 00004 * TODO To change the template for this generated file go to 00005 * Window - Preferences - Java - Code Style - Code Templates 00006 */ 00007 package edu.tum.cs.bayesnets.inference; 00008 00009 import edu.tum.cs.bayesnets.core.BeliefNetworkEx; 00010 00015 public class BNJVariableElimination extends BNJInference { 00016 00017 public BNJVariableElimination(BeliefNetworkEx bn) throws Exception { 00018 super(bn, edu.ksu.cis.bnj.ver3.inference.exact.Elimbel.class); 00019 } 00020 00021 }