public class SimplePlLogicParser extends net.sf.tweety.commons.Parser<SimplePlLogicDeductiveKnowledgebase,SimplePlRule>
| Constructor and Description |
|---|
SimplePlLogicParser() |
| Modifier and Type | Method and Description |
|---|---|
SimplePlLogicDeductiveKnowledgebase |
parseBeliefBase(Reader reader)
Read an entire piece of text and send each line to the actual parser
|
SimplePlRule |
parseFormula(Reader reader) |
public SimplePlLogicDeductiveKnowledgebase parseBeliefBase(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseBeliefBase in class net.sf.tweety.commons.Parser<SimplePlLogicDeductiveKnowledgebase,SimplePlRule>IOExceptionnet.sf.tweety.commons.ParserExceptionparseFormulapublic SimplePlRule parseFormula(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseFormula in class net.sf.tweety.commons.Parser<SimplePlLogicDeductiveKnowledgebase,SimplePlRule>IOExceptionnet.sf.tweety.commons.ParserExceptionParser.parseFormula(java.io.Reader)Copyright © 2019. All rights reserved.