public class PropositionalLanguage extends Language
| Constructor and Description | 
|---|
PropositionalLanguage(Signature signature)
Creates a new language on the given first-order signature. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isRepresentable(BeliefBase beliefBase)
Checks whether the given knowledge base is representable in this language. 
 | 
boolean | 
isRepresentable(Formula formula)
Checks whether the given formula is representable in this language. 
 | 
getSignaturepublic PropositionalLanguage(Signature signature)
signature - a first-order signature.public boolean isRepresentable(Formula formula)
LanguageisRepresentable in class Languageformula - the formula to be checkedpublic boolean isRepresentable(BeliefBase beliefBase)
LanguageisRepresentable in class LanguagebeliefBase - the knowledge base to be checked