public class CParser extends net.sf.tweety.commons.Parser<CActionDescription>
| Modifier and Type | Field and Description |
|---|---|
protected ActionSignature |
signature |
| Constructor and Description |
|---|
CParser() |
| Modifier and Type | Method and Description |
|---|---|
ActionSignature |
getSignature() |
CActionDescription |
parseBeliefBase(Reader reader) |
net.sf.tweety.commons.Formula |
parseFormula(Reader reader) |
net.sf.tweety.commons.Formula |
parseFormula(String formula) |
void |
setSignature(ActionSignature signature) |
protected ActionSignature signature
public CActionDescription parseBeliefBase(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseBeliefBase in class net.sf.tweety.commons.Parser<CActionDescription>IOExceptionnet.sf.tweety.commons.ParserExceptionpublic net.sf.tweety.commons.Formula parseFormula(Reader reader) throws IOException, net.sf.tweety.commons.ParserException
parseFormula in class net.sf.tweety.commons.Parser<CActionDescription>IOExceptionnet.sf.tweety.commons.ParserExceptionpublic net.sf.tweety.commons.Formula parseFormula(String formula) throws net.sf.tweety.commons.ParserException, IOException
parseFormula in class net.sf.tweety.commons.Parser<CActionDescription>net.sf.tweety.commons.ParserExceptionIOExceptionpublic void setSignature(ActionSignature signature)
public ActionSignature getSignature()
Copyright © 2018. All rights reserved.