| Package | Description |
|---|---|
| net.sf.tweety.commons |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
Parser.parseBeliefBase(Reader reader)
Parses the given reader into a belief base of the given type.
|
T |
Parser.parseBeliefBase(String text)
Parses the given text into a belief base of the given type.
|
T |
Parser.parseBeliefBaseFromFile(String filename)
Parses the file of the given filename into a belief base of the given type.
|
abstract Formula |
Parser.parseFormula(Reader reader)
Parses the given reader into a formula of the given type.
|
Formula |
Parser.parseFormula(String text)
Parses the given text into a formula of the given type.
|
Formula |
Parser.parseFormulaFromFile(String filename)
Parses the file of the given filename into a formula of the given type.
|
Copyright © 2018. All rights reserved.