001package org.dllearner.core.probabilistic.unife;
002
003import org.dllearner.core.Component;
004
005/**
006 * This file is part of LEAP.
007 *
008 * LEAP was implemented as a plugin of DL-Learner http://dl-learner.org, but
009 * some components can be used as stand-alone.
010 *
011 * LEAP is free software; you can redistribute it and/or modify it under the
012 * terms of the GNU General Public License as published by the Free Software
013 * Foundation; either version 3 of the License, or (at your option) any later
014 * version.
015 *
016 * LEAP is distributed in the hope that it will be useful, but WITHOUT ANY
017 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
018 * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
019 *
020 * You should have received a copy of the GNU General Public License along with
021 * this program. If not, see <http://www.gnu.org/licenses/>.
022 *
023 */
024
025
026
027/**
028 *
029 * @author Giuseppe Cota <giuseppe.cota@unife.it>, Riccardo Zese
030 * <riccardo.zese@unife.it>
031 */
032public interface ProbabilisticReasoner extends Component {
033    
034}