Uses of Class
org.tweetyproject.commons.ParserException
Packages that use ParserException
Package
Description
-
Uses of ParserException in Unnamed Package
Methods in Unnamed Package that throw ParserException -
Uses of ParserException in org.tweetyproject.action.description.parser
Methods in org.tweetyproject.action.description.parser that throw ParserExceptionModifier and TypeMethodDescriptionCLawParser.parseBeliefBase
(Reader reader) CParser.parseBeliefBase
(Reader reader) Parses a belief base from the provided reader.CLawParser.parseFormula
(Reader reader) CLawParser.parseFormula
(String s) CParser.parseFormula
(Reader reader) Parses a formula from the given reader.CParser.parseFormula
(String formula) Parses the given formula string and returns the corresponding Formula object. -
Uses of ParserException in org.tweetyproject.action.grounding.parser
Methods in org.tweetyproject.action.grounding.parser that throw ParserExceptionModifier and TypeMethodDescriptionGroundingRequirementsParser.parseRequirement
(String s, Set<Variable> variables) Parses a string of the following form: (VARIABLENAME "<>" VARIABLENAME | VARIABLENAME "<>" CONSTANTNAME) where the constant CONSTANTNAME has to be of the same sort as the variable VARIABLENAME.GroundingRequirementsParser.parseRequirements
(String s, Set<Variable> variables) Parses a string of the following form: REQUIREMENT ("," REQUIREMENT)* -
Uses of ParserException in org.tweetyproject.action.query.parser
Methods in org.tweetyproject.action.query.parser that throw ParserExceptionModifier and TypeMethodDescriptionActionQueryParser.parseFormula
(Reader reader) Parses a single formula from the given reader. -
Uses of ParserException in org.tweetyproject.action.signature.parser
Methods in org.tweetyproject.action.signature.parser that throw ParserExceptionModifier and TypeMethodDescriptionActionSignatureParser.parseSignature
(Reader reader) Parses the given reader into a signature of the given type.ActionSignatureParser.parseSignature
(String text) Parses the given text into a signature of the given type.ActionSignatureParser.parseSignatureFromFile
(String filename) Parses the file of the given filename into a signature. -
Uses of ParserException in org.tweetyproject.agents.dialogues.examples
Methods in org.tweetyproject.agents.dialogues.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.arg.aba.examples
Methods in org.tweetyproject.arg.aba.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.arg.aba.parser
Methods in org.tweetyproject.arg.aba.parser that throw ParserExceptionModifier and TypeMethodDescriptionAbaParser.parseBeliefBase
(Reader reader) AbaParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.arg.aspic.examples
Methods in org.tweetyproject.arg.aspic.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.arg.aspic.parser
Methods in org.tweetyproject.arg.aspic.parser that throw ParserExceptionModifier and TypeMethodDescriptionAspicParser.parseBeliefBase
(Reader reader) AspicParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.arg.deductive
Methods in org.tweetyproject.arg.deductive that throw ParserException -
Uses of ParserException in org.tweetyproject.arg.deductive.examples
Methods in org.tweetyproject.arg.deductive.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.arg.deductive.parser
Methods in org.tweetyproject.arg.deductive.parser that throw ParserExceptionModifier and TypeMethodDescriptionSimplePlLogicParser.parseBeliefBase
(Reader reader) Read an entire piece of text and send each line to the actual parserSimplePlLogicParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.arg.delp.examples
Methods in org.tweetyproject.arg.delp.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.arg.delp.parser
Methods in org.tweetyproject.arg.delp.parser that throw ParserExceptionModifier and TypeMethodDescriptionDelpParser.parseBeliefBase
(Reader reader) Parses a defeasible logic program from the given reader.DelpParser.parseFormula
(Reader reader) A formula here is a Literal, that is an Atom or a negated Atom. -
Uses of ParserException in org.tweetyproject.arg.dung.examples
Methods in org.tweetyproject.arg.dung.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.arg.dung.parser
Methods in org.tweetyproject.arg.dung.parser that throw ParserExceptionModifier and TypeMethodDescriptionAbstractDungParser.parseBeliefBase
(Reader reader) AbstractDungParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.beliefdynamics.examples
Methods in org.tweetyproject.beliefdynamics.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.commons
Methods in org.tweetyproject.commons that throw ParserExceptionModifier and TypeMethodDescriptionabstract T
Parser.parseBeliefBase
(Reader reader) Parses the given reader into a belief base of the given type.Parser.parseBeliefBase
(String text) Parses the given text into a belief base of the given type.Parser.parseBeliefBaseFromFile
(String filename) Parses the file of the given filename into a belief base of the given type.abstract S
Parser.parseFormula
(Reader reader) Parses the given reader into a formula of the given type.Parser.parseFormula
(String text) Parses the given text into a formula of the given type.Parser.parseFormulaFromFile
(String filename) Parses the file of the given filename into a formula of the given type.Parser.parseListOfBeliefBases
(String text) Parses the given text into a list of belief bases of the given type.Parser.parseListOfBeliefBases
(String text, String delimiter) Parses the given text into a list of belief bases of the given type.Parser.parseListOfBeliefBasesFromFile
(String filename) Parses the file of the given filename into a list of belief bases of the given type.Parser.parseListOfBeliefBasesFromFile
(String filename, String delimiter) Parses the file of the given filename into a list of belief bases of the given type. -
Uses of ParserException in org.tweetyproject.logics.bpm.examples
Methods in org.tweetyproject.logics.bpm.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.bpm.parser.bpmn_to_petri
Methods in org.tweetyproject.logics.bpm.parser.bpmn_to_petri that throw ParserExceptionModifier and TypeMethodDescriptionPetriNetParser.parseBeliefBase
(Reader reader) PetriNetParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.bpm.parser.xml_to_bpmn
Methods in org.tweetyproject.logics.bpm.parser.xml_to_bpmn that throw ParserExceptionModifier and TypeMethodDescriptionRootParser.parseBeliefBase
(Reader reader) RootParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.cl.parser
Methods in org.tweetyproject.logics.cl.parser that throw ParserExceptionModifier and TypeMethodDescriptionClParser.parseBeliefBase
(Reader reader) ClParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.commons.analysis
Methods in org.tweetyproject.logics.commons.analysis that throw ParserExceptionModifier and TypeMethodDescriptionvoid
InconsistencyMeasureEvaluator.parseDatasetFromPath
(String path, Parser<U, T> p, int n) Parse all knowledge bases from files in the given folder and add them to the testing dataset. -
Uses of ParserException in org.tweetyproject.logics.dl.examples
Methods in org.tweetyproject.logics.dl.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.dl.parser
Methods in org.tweetyproject.logics.dl.parser that throw ParserExceptionModifier and TypeMethodDescriptionDlParser.parseBeliefBase
(Reader reader) DlParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.dl.test
Methods in org.tweetyproject.logics.dl.test that throw ParserExceptionModifier and TypeMethodDescriptionvoid
DlReasonerTest.ComplexQueryTest()
void
DlParserTest.ParseBeliefBaseFromFileTest()
void
DlParserTest.ParseComplexEquivalenceTest1()
void
DlParserTest.ParseComplexEquivalenceTest2()
void
DlParserTest.ParseConceptAssertionTest()
void
DlParserTest.ParseEquivalenceTest()
void
DlParserTest.ParseRoleAssertionTest()
void
DlReasonerTest.SimpleQueryTest()
-
Uses of ParserException in org.tweetyproject.logics.fol.examples
Methods in org.tweetyproject.logics.fol.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.fol.parser
Methods in org.tweetyproject.logics.fol.parser that throw ParserExceptionModifier and TypeMethodDescriptionFolParser.parseBeliefBase
(Reader reader) TPTPParser.parseBeliefBase
(Reader reader) FolParser.parseFormula
(Reader reader) TPTPParser.parseFormula
(Reader reader) void
FolParser.parseSortDeclaration
(String s, FolSignature sig) Parses a sort declaration of the form "SORTNAME "=" "{" (CONSTANTNAME ("," CONSTANTNAME)*)? "}"" and modifies the given signature accordingly.void
FolParser.parseTypeDeclaration
(String s, FolSignature sig) Parses a predicate declaration of the form "type" "(" PREDICATENAME "(" (SORTNAME ("," SORTNAME)*)? ")" ")" or a functor declaration of the form "type" "(" SORTNAME "=" FUNCTORNAME "(" (SORTNAME ("," SORTNAME)*)? ")" ")" and modifies the given signature accordingly. -
Uses of ParserException in org.tweetyproject.logics.fol.test
Methods in org.tweetyproject.logics.fol.test that throw ParserExceptionModifier and TypeMethodDescriptionvoid
FolParserTest.ContradictionTest()
void
FolParserTest.EmptyQuantificationTest()
void
FolParserTest.EqualityPredicateTest()
void
FolParserTest.ImplicationTest()
void
FolParserTest.NestedQuantifiedFormulaTest()
void
FolParserTest.ParseBeliefBaseFromFileTest()
void
FolParserTest.ParseExistsQuantificationTest()
void
FolParserTest.ParseForallQuantificationTest()
void
FolParserTest.TautologyTest()
void
FolParserTest.WrongArityTest()
void
FolParserTest.XorTest()
-
Uses of ParserException in org.tweetyproject.logics.fol.writer
Methods in org.tweetyproject.logics.fol.writer that throw ParserExceptionModifier and TypeMethodDescriptionvoid
SPASSWriter.printProblem
(FolBeliefSet kb, RelationalFormula formula) Prints the contents of a SPASS problem file for a given knowledge base and a formula. -
Uses of ParserException in org.tweetyproject.logics.ml
Methods in org.tweetyproject.logics.ml that throw ParserExceptionModifier and TypeMethodDescriptionvoid
MleanCoPTest.ComplexQueryTest()
void
SPASSTest.ComplexQueryTest()
void
MlReasonerTest.ContradictionAsQueryTest()
void
MlReasonerTest.EmptyBeliefBaseTest()
void
MlParserTest.EmptyNecessityTest()
void
MlParserTest.EmptyPossibilityTest()
void
MlReasonerTest.ImplicationTest()
void
MleanCoPTest.init()
void
MlParserTest.MissingCharacterTest()
void
MlParserTest.NestedModalFormulaTest()
void
MlParserTest.ParseBeliefBaseFromFileTest()
void
MlParserTest.ParseModalFormulaTest()
void
MleanCoPTest.SimpleQueryTest()
void
MlReasonerTest.SimpleQueryTest1()
void
SPASSTest.SimpleQueryTest1()
void
MlReasonerTest.SimpleQueryTest2()
void
SPASSTest.SimpleQueryTest2()
void
MlReasonerTest.SimpleQueryTest3()
void
MlReasonerTest.SimpleQueryTest4()
void
MlReasonerTest.TautologyAsQueryTest()
void
MlReasonerTest.UnrecognizedQueryTest()
void
MlParserTest.WrongCharacterOrderTest()
void
MlParserTest.XorModalTest()
-
Uses of ParserException in org.tweetyproject.logics.ml.examples
Methods in org.tweetyproject.logics.ml.examples that throw ParserExceptionModifier and TypeMethodDescriptionstatic void
Demonstrates the parsing and reasoning capabilities of the `MlParser` and `SimpleMlReasoner` classes.static void
Demonstrates the creation and reasoning over a modal logic belief set using the `MlParser` and `AbstractMlReasoner` classes. -
Uses of ParserException in org.tweetyproject.logics.ml.parser
Methods in org.tweetyproject.logics.ml.parser that throw ParserExceptionModifier and TypeMethodDescriptionMlParser.parseBeliefBase
(Reader reader) MlParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.ml.writer
Methods in org.tweetyproject.logics.ml.writer that throw ParserExceptionModifier and TypeMethodDescriptionvoid
SPASSWriter.printProblem
(MlBeliefSet kb, RelationalFormula formula) Prints the contents of a SPASS problem file for a given knowledge base and a formula. -
Uses of ParserException in org.tweetyproject.logics.mln.examples
Methods in org.tweetyproject.logics.mln.examples that throw ParserExceptionModifier and TypeMethodDescriptionstatic Pair
<MarkovLogicNetwork, FolSignature> MlnExample.CommonColdExample
(int domain_size) Constructs the Common Cold MLN with a given domain size.static Pair
<MarkovLogicNetwork, FolSignature> MlnExample.ElephantZooExample
(int domain_size) Constructs the Elephant Zoo Example MLN with a given domain size.static Pair
<MarkovLogicNetwork, FolSignature> MlnExample.iterateExamples
(int exNum, int domain_size) Generates a pair of a MarkovLogicNetwork and a FolSignature based on the example number.static void
The main method to run the Alchemy reasoner example.static void
The main method to run the approximation example.static void
Main method to demonstrate the usage of coherence measures on different MLN examples.static void
Main method to demonstrate the usage of coherence measures on different Nixon MLN examples.static Pair
<MarkovLogicNetwork, FolSignature> MlnExample2.Nixon1()
Constructs the Nixon1 MLN example, which represents a scenario with Quakers, Republicans, and Pacifists with certain probabilities.static Pair
<MarkovLogicNetwork, FolSignature> MlnExample2.Nixon2()
Constructs the Nixon2 MLN example, which represents Nixon being both a Quaker, Republican, and President.static Pair
<MarkovLogicNetwork, FolSignature> MlnExample2.Nixon3()
Constructs the Nixon3 MLN example, which represents Reagan as an actor and president, with certain probabilities on roles.static Pair
<MarkovLogicNetwork, FolSignature> MlnExample.SimpleExample
(int domain_size) Constructs the Simple Example MLN with a given domain size.static Pair
<MarkovLogicNetwork, FolSignature> MlnExample.SmokersExample
(int domain_size) Constructs the Smokers Example MLN with a given domain size. -
Uses of ParserException in org.tweetyproject.logics.pcl.analysis
Methods in org.tweetyproject.logics.pcl.analysis that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.pcl.examples
Methods in org.tweetyproject.logics.pcl.examples that throw ParserExceptionModifier and TypeMethodDescriptionstatic void
Main method illustrating how to compute the inconsistency measure, culpability, and repair a probabilistic belief set.static void
Main method that demonstrates MaxEnt reasoning on a probabilistic conditional logic belief set.static void
Main method demonstrating the repair of an inconsistent probabilistic conditional logic belief set. -
Uses of ParserException in org.tweetyproject.logics.pcl.parser
Methods in org.tweetyproject.logics.pcl.parser that throw ParserExceptionModifier and TypeMethodDescriptionPclParser.parseBeliefBase
(Reader reader) PclParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.pcl.util
Methods in org.tweetyproject.logics.pcl.util that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.petri.syntax.reachability_graph
Methods in org.tweetyproject.logics.petri.syntax.reachability_graph that throw ParserExceptionModifier and TypeMethodDescriptionReachabilityGraphParser.parseBeliefBase
(Reader reader) ReachabilityGraphParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.pl.examples
Methods in org.tweetyproject.logics.pl.examples that throw ParserExceptionModifier and TypeMethodDescriptionstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
mainstatic void
Test methodstatic void
mainstatic void
main -
Uses of ParserException in org.tweetyproject.logics.pl.parser
Methods in org.tweetyproject.logics.pl.parser that throw ParserExceptionModifier and TypeMethodDescriptionDimacsParser.parseBeliefBase
(Reader reader) PlParser.parseBeliefBase
(Reader reader) DimacsParser.parseFormula
(Reader reader) PlParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.pl.test
Methods in org.tweetyproject.logics.pl.test that throw ParserExceptionModifier and TypeMethodDescriptionvoid
PlParserTest.BrokenParenthesesTest()
void
PlParserTest.BrokenParenthesesTest2()
void
PlParserTest.BrokenParenthesesTest3()
void
PlParserTest.ConjunctionTest()
void
PlParserTest.ContradictionTest()
void
PlParserTest.DisjunctionTest()
void
PlParserTest.EmptyConjunctionTest()
void
PlParserTest.EmptyDisjunctionTest()
void
PlParserTest.EmptyParenthesesTest()
void
PlParserTest.EquivalenceTest()
void
FbInconsistencyMeasureTest.example1()
void
FbInconsistencyMeasureTest.example2()
void
FbInconsistencyMeasureTest.example3()
void
FbInconsistencyMeasureTest.example4()
void
PlParserTest.ExclusiveDisjunctionTest()
void
PlParserTest.IllegalCharacterTest()
void
PlParserTest.ImplicationTest()
void
PlParserTest.IncompleteConjunctionTest()
void
PlParserTest.IncompleteDisjunctionTest()
void
PlParserTest.initParser()
void
PlParserTest.NegationTest()
void
PlParserTest.NestedFormulaTest()
void
PlParserTest.ParseBeliefBaseFromFileTest()
void
PlParserTest.ParseBeliefBaseTest()
void
PlParserTest.PropositionTest()
void
SimpleDpllSolverTest.SolverTest()
void
PlParserTest.SpecialCharactersTest()
void
PlParserTest.TautologyTest()
void
FuzzyInconsistencyMeasureTest.test()
void
CspInconsistencyMeasureTest.test1()
void
CspInconsistencyMeasureTest.test2()
void
CspInconsistencyMeasureTest.test3()
void
CspInconsistencyMeasureTest.test4()
void
CspInconsistencyMeasureTest.test5()
void
CspInconsistencyMeasureTest.test6()
void
CspInconsistencyMeasureTest.test7()
void
CspInconsistencyMeasureTest.test8()
void
CspInconsistencyMeasureTest.test9()
-
Uses of ParserException in org.tweetyproject.logics.qbf.examples
Methods in org.tweetyproject.logics.qbf.examples that throw ParserExceptionModifier and TypeMethodDescriptionstatic void
Demonstrates the use of the TweetyProject library for working with various types of belief sets and parsers, including propositional logic, QBF (Quantified Boolean Formulas), QDIMACS, and QCir formats.static void
Demonstrates the use of various Quantified Boolean Formula (QBF) reasoners and solvers with the TweetyProject library. -
Uses of ParserException in org.tweetyproject.logics.qbf.parser
Methods in org.tweetyproject.logics.qbf.parser that throw ParserExceptionModifier and TypeMethodDescriptionQbfParser.parseBeliefBase
(Reader reader) QCirParser.parseBeliefBase
(Reader reader) QdimacsParser.parseBeliefBase
(Reader reader) QbfParser.parseFormula
(Reader reader) QCirParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.qbf.test
Methods in org.tweetyproject.logics.qbf.test that throw ParserExceptionModifier and TypeMethodDescriptionvoid
QCIRTest.ComplexBeliefBaseTest()
void
QDIMACSTest.ComplexBeliefBaseTest()
void
QbfTest.ParseNestedQuantifiedFormulaTest()
void
QbfTest.ParseQuantifiedFormulaTest()
void
QCIRTest.SimpleBeliefBaseTest()
void
QDIMACSTest.SimpleBeliefBaseTest()
void
QCIRTest.SingleFormulasTest()
-
Uses of ParserException in org.tweetyproject.logics.rcl.examples
Methods in org.tweetyproject.logics.rcl.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.rcl.parser
Methods in org.tweetyproject.logics.rcl.parser that throw ParserExceptionModifier and TypeMethodDescriptionRclParser.parseBeliefBase
(Reader reader) RclParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.rdl.parser
Methods in org.tweetyproject.logics.rdl.parser that throw ParserExceptionModifier and TypeMethodDescriptionRdlParser.parseBeliefBase
(Reader reader) RdlParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.rpcl.examples
Methods in org.tweetyproject.logics.rpcl.examples that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.rpcl.parser
Methods in org.tweetyproject.logics.rpcl.parser that throw ParserExceptionModifier and TypeMethodDescriptionRpclParser.parseBeliefBase
(Reader reader) RpclParser.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser that throw ParserExceptionModifier and TypeMethodDescriptionRpclCondensedProbabilityDistributionParser.parseCondensedProbabilityDistribution
(Reader reader) Return parsed CondensedProbabilityDistribution -
Uses of ParserException in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser that throw ParserExceptionModifier and TypeMethodDescriptionRpclProbabilityDistributionParser.parseProbabilityDistribution
(Reader reader) Parses the probability distribution from the provided reader. -
Uses of ParserException in org.tweetyproject.logics.translators.adfcl
Methods in org.tweetyproject.logics.translators.adfcl that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.translators.adfpossibilistic
Methods in org.tweetyproject.logics.translators.adfpossibilistic that throw ParserException -
Uses of ParserException in org.tweetyproject.logics.translators.adfrevision
Methods in org.tweetyproject.logics.translators.adfrevision that throw ParserExceptionModifier and TypeMethodDescriptionPlParserThreeValued.parseBeliefBase
(Reader reader) PlParserThreeValued.parseFormula
(Reader reader) -
Uses of ParserException in org.tweetyproject.math.examples
Methods in org.tweetyproject.math.examples that throw ParserExceptionModifier and TypeMethodDescriptionstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main methodstatic void
main method -
Uses of ParserException in org.tweetyproject.web.services
Methods in org.tweetyproject.web.services that throw ParserExceptionModifier and TypeMethodDescriptionRequestController.handleRequest
(AbaReasonerPost AbaReasonerPost) Handles HTTP POST requests at the endpoint "/aba".