Package | Description |
---|---|
MDELite | |
Parsing.Parsers | |
PrologDB |
Modifier and Type | Field and Description |
---|---|
static DB |
RunningBear.db
db is the current MDELite7 database db = DB.read(database);
|
Modifier and Type | Method and Description |
---|---|
static DB |
YumlLineParser.parseYumlLine(java.lang.String line,
int lineno,
DB db) |
Modifier and Type | Method and Description |
---|---|
protected static void |
DBLineParsers.parseTupleDecl(java.lang.String line,
int lineno,
DB db,
java.lang.String fileName)
parses a line at lineno, expecting to parse a legal prolog tuple
declaration.
|
static DB |
YumlLineParser.parseYumlLine(java.lang.String line,
int lineno,
DB db) |
Modifier and Type | Method and Description |
---|---|
static DB |
DB.readDataBase(java.io.File infile)
reads and parses a database from given string filename.
|
static DB |
DB.readDataBase(java.lang.String localFileName)
reads and parses a prolog database from given string filename.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DB.equals(DB other)
does 'this' database equal another database
|