public class FolLanguagePropositional extends FolLanguage
| Constructor and Description |
|---|
FolLanguagePropositional(Signature signature)
Creates a new language on the given signature.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRepresentable(Formula formula)
Checks whether the given formula is representable in this language.
|
isRepresentablegetSignaturepublic FolLanguagePropositional(Signature signature)
signature - a signature.public boolean isRepresentable(Formula formula)
LanguageisRepresentable in class FolLanguageformula - the formula to be checked