00001 import edu.tum.cs.probcog.BLNModel; 00002 00003 /* 00004 * Created on Apr 23, 2010 00005 * 00006 * TODO To change the template for this generated file go to 00007 * Window - Preferences - Java - Code Style - Code Templates 00008 */ 00009 00010 public class BLNlearnJPL { 00011 00015 public static void main(String[] args) { 00016 // TODO Auto-generated method stub 00017 //BLNModel blnmodel = new BLNModel() 00018 //blnmodel.learnViaJPL(prologModule); 00019 } 00020 00021 }