001/*
002 * To change this license header, choose License Headers in Project Properties.
003 * To change this template file, choose Tools | Templates
004 * and open the template in the editor.
005 */
006
007package org.dllearner.core.probabilistic.unife;
008
009import org.dllearner.core.Component;
010
011/**
012 * Interface for probabilistic structure learner.
013 * 
014 * @author Giuseppe Cota <giuseppe.cota@unife.it>, Riccardo Zese
015 * <riccardo.zese@unife.it>
016 */
017public interface ProbabilisticStructureLearning extends Component {
018    
019}