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