package aima.core.probability.proposition; /** * Indicator interface used to identify binary sentences. * * @author Ciaran O'Reilly */ public interface BinarySentenceProposition extends SentenceProposition { }