public final class TestQueries
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.util.logging.Logger |
LOGGER |
private static DelpParser |
PARSER_BIRDS |
private static DelpParser |
PARSER_COUNTER |
private static DelpParser |
PARSER_DTREE |
private static DelpParser |
PARSER_HOBBES |
private static DelpParser |
PARSER_NIXON |
private static DelpParser |
PARSER_STOCKS |
private static DelpReasoner |
REASONER_BIRDS |
private static DelpReasoner |
REASONER_COUNTER |
private static DelpReasoner |
REASONER_DTREE |
private static DelpReasoner |
REASONER_HOBBES |
private static DelpReasoner |
REASONER_NIXON |
private static DelpReasoner |
REASONER_STOCKS |
| Constructor and Description |
|---|
TestQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
birds() |
void |
counterarguments() |
void |
dtree() |
void |
hobbes() |
static void |
initParsers() |
void |
moreQuoted() |
void |
nixon() |
private DelpAnswer |
query(DelpReasoner reasoner,
DelpParser parser,
java.lang.String query) |
void |
quoted() |
void |
stocks() |
private static final java.util.logging.Logger LOGGER
private static final DelpParser PARSER_BIRDS
private static DelpReasoner REASONER_BIRDS
private static final DelpParser PARSER_NIXON
private static DelpReasoner REASONER_NIXON
private static final DelpParser PARSER_STOCKS
private static DelpReasoner REASONER_STOCKS
private static final DelpParser PARSER_COUNTER
private static DelpReasoner REASONER_COUNTER
private static final DelpParser PARSER_HOBBES
private static DelpReasoner REASONER_HOBBES
private static final DelpParser PARSER_DTREE
private static DelpReasoner REASONER_DTREE
public static void initParsers()
private DelpAnswer query(DelpReasoner reasoner, DelpParser parser, java.lang.String query) throws java.io.IOException
java.io.IOExceptionpublic void birds()
throws java.io.IOException
java.io.IOExceptionpublic void nixon()
throws java.io.IOException
java.io.IOExceptionpublic void stocks()
throws java.io.IOException
java.io.IOExceptionpublic void counterarguments()
throws java.io.IOException
java.io.IOExceptionpublic void hobbes()
throws java.io.IOException
java.io.IOExceptionpublic void dtree()
throws java.io.IOException
java.io.IOExceptionpublic void quoted()
throws java.io.IOException
java.io.IOExceptionpublic void moreQuoted()
throws java.io.IOException
java.io.IOException