public class PropositionalLanguage
extends net.sf.tweety.commons.Language
| Constructor and Description |
|---|
PropositionalLanguage(net.sf.tweety.commons.Signature signature)
Creates a new language on the given first-order signature.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRepresentable(net.sf.tweety.commons.BeliefBase beliefBase) |
boolean |
isRepresentable(net.sf.tweety.commons.Formula formula) |
public PropositionalLanguage(net.sf.tweety.commons.Signature signature)
signature - a first-order signature.public boolean isRepresentable(net.sf.tweety.commons.Formula formula)
isRepresentable in class net.sf.tweety.commons.Languagepublic boolean isRepresentable(net.sf.tweety.commons.BeliefBase beliefBase)
isRepresentable in class net.sf.tweety.commons.LanguageCopyright © 2018. All rights reserved.