public class RpclParser extends net.sf.tweety.commons.Parser<RpclBeliefSet>
| Constructor and Description |
|---|
RpclParser()
Creates a new RPCL Parser
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.logics.fol.syntax.FolSignature |
getSignature()
Returns the signature of this parser.
|
RpclBeliefSet |
parseBeliefBase(Reader reader) |
RelationalProbabilisticConditional |
parseFormula(Reader reader) |
public RpclBeliefSet parseBeliefBase(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseBeliefBase in class net.sf.tweety.commons.Parser<RpclBeliefSet>IOExceptionnet.sf.tweety.commons.ParserExceptionpublic RelationalProbabilisticConditional parseFormula(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseFormula in class net.sf.tweety.commons.Parser<RpclBeliefSet>IOExceptionnet.sf.tweety.commons.ParserExceptionpublic net.sf.tweety.logics.fol.syntax.FolSignature getSignature()
Copyright © 2018. All rights reserved.