Package | Description |
---|---|
Boot.MDELite | |
MDLUtilities | |
Parsing.LineParsers | |
PrologDB | |
Violett | |
Yuml |
Modifier and Type | Method and Description |
---|---|
static Result |
vpl2OOSchema.process(DB vplDb) |
Modifier and Type | Field and Description |
---|---|
DB |
Result.db |
static DB |
RunningBear.db
db is the current MDELite7 database db = DB.read(database);
|
Modifier and Type | Method and Description |
---|---|
static DB |
RunningBear.getDB() |
Constructor and Description |
---|
Marquee1DBin_1Out(java.lang.Class cls,
DB db,
java.lang.String outputFilePattern,
java.lang.String[] args)
standard usage:
Marquee1DBIn_1Out mark = new Marquee1DBIn_1Out(THIS.class, ".c.d", args);
String outputFileName = mark.getOutputFileName();
|
Result(java.io.PrintStream out,
DB db) |
Result(java.lang.String outputFileName,
DB db) |
Modifier and Type | Method and Description |
---|---|
static DB |
YumlLineParser.parseYumlLine(java.lang.String line,
int lineno,
DB db) |
Modifier and Type | Method and Description |
---|---|
static void |
DBLineParsers.parseTupleLine(java.lang.String line,
int lineno,
DB db,
java.lang.String fileName,
ErrorReport er)
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 |
---|---|
DB |
DB.project(DBSchema subschema) |
static DB |
DB.read(java.io.File infile)
reads and parses a database from given string filename.
|
static DB |
DB.read(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
|
void |
Table.StandardConform(DB db,
ErrorReport er,
boolean detailed)
Standard conformance tests applied to table
|
Modifier and Type | Method and Description |
---|---|
static void |
ClassConform.check(DB db) |
Modifier and Type | Method and Description |
---|---|
static void |
ClassUnParser.ypl2Yuml(DB db,
java.io.PrintStream out) |
static void |
ClassUnParser.ypl2Yuml(DB db,
java.lang.String outputFileName) |