public class DimacsParser extends net.sf.tweety.commons.Parser<PlBeliefSet,PropositionalFormula>
| Constructor and Description |
|---|
DimacsParser() |
| Modifier and Type | Method and Description |
|---|---|
PlBeliefSet |
parseBeliefBase(Reader reader) |
Disjunction |
parseFormula(Reader reader) |
void |
setSignature(PropositionalSignature sig)
Sets the signature of this parser.
|
public void setSignature(PropositionalSignature sig)
sig - some signaturepublic PlBeliefSet parseBeliefBase(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseBeliefBase in class net.sf.tweety.commons.Parser<PlBeliefSet,PropositionalFormula>IOExceptionnet.sf.tweety.commons.ParserExceptionpublic Disjunction parseFormula(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseFormula in class net.sf.tweety.commons.Parser<PlBeliefSet,PropositionalFormula>IOExceptionnet.sf.tweety.commons.ParserExceptionCopyright © 2019. All rights reserved.