- End - Class in Parsing.GeneralPrimitives.PrimTokens
-
end of parse designator
- End() - Constructor for class Parsing.GeneralPrimitives.PrimTokens.End
-
Standard constructor
- End(LineToParse) - Constructor for class Parsing.GeneralPrimitives.PrimTokens.End
-
Standard constructor with line to parse
- End1 - Class in Parsing.YumlPrimitives.Choose
-
Yuml token: choose1( diamond, plusplus, hat, lss, nothing )
- End1() - Constructor for class Parsing.YumlPrimitives.Choose.End1
-
Standard constructor
- End1(LineToParse) - Constructor for class Parsing.YumlPrimitives.Choose.End1
-
Standard constructor with line to parse
- End2 - Class in Parsing.YumlPrimitives.Choose
-
Yuml Token: choose1( diamond, plusplus, hat, gtr, nothing)
- End2() - Constructor for class Parsing.YumlPrimitives.Choose.End2
-
Standard constructor
- End2(LineToParse) - Constructor for class Parsing.YumlPrimitives.Choose.End2
-
Standard constructor with line to parse
- endsWith(String[], String...) - Static method in class MDLUtilities.Utils
-
given a parseFileName array ["x","y","z","q","r"], endsWith returns true
if its 2nd argument matches the postfix of the input array; ex args =
["q","r"] will return true;
see UtilsTest for examples
- enoughCommandLineArguments(Common.PEnum, String[]) - Static method in class Boot.MDELite.Common
-
- Equals - Class in Parsing.TBPrims.SaveToken
-
an Equals is "=" token
- Equals() - Constructor for class Parsing.TBPrims.SaveToken.Equals
-
Standard constructor
- Equals(LineToParse) - Constructor for class Parsing.TBPrims.SaveToken.Equals
-
Standard constructor with line to parse
- equals(Column) - Method in class PrologDB.Column
-
returns true if 'this' column equals the given otherColumn.
- equals(DB) - Method in class PrologDB.DB
-
does 'this' database equal another database
- equals(Schema) - Method in class PrologDB.Schema
-
two Schemas are equal iff (a) they have the same set of table schemas,
and (b) they have the same set of subtableschemas; if so true is
returned.
- equals(SubTableSchema) - Method in class PrologDB.SubTableSchema
-
two SubTableSchema objects are equal iff they both reference the same
superTable, and this.subtables \subsetof ts.subtables, and vice versa
- equals(Table) - Method in class PrologDB.Table
-
does 'this' tbl contain the same set of tuples as the given tbl? tables
must be of the same schema
- equals(TableSchema) - Method in class PrologDB.TableSchema
-
returns true if 'this' schema equals otherSchema, false otherwise
equality is based on the same number and sequence of columns
- equals(Tuple) - Method in class PrologDB.Tuple
-
does 'this' tuple equal the given tuple requires 'this' and given tuple
to belong to a schema with the same name and have the same column values
- equalsEH(Schema) - Method in class PrologDB.Schema
-
two DBSchemas are equal iff (a) they have the same SubTableSchema, (b)
they have the same set of table schemas, and (c) they have the same set
of subtable schemas; if so this method returns.
- equalsEH(SubTableSchema) - Method in class PrologDB.SubTableSchema
-
two SubTableSchema objects are equal iff they both reference the same
superTable, and this.subtables \subsetof ts.subtables, and vice versa if
unequal, Error is thrown with a reason
- equalsEH(TableSchema) - Method in class PrologDB.TableSchema
-
asserts if 'this' schema == otherSchema If false, Error is thrown
equality is based on the same number and set of columns
- ErrInt<T> - Interface in MDLUtilities
-
mother of all enums in MDELite
- Error - Enum in CorrectResultsAfterChainingErrorMsgs
-
runtime errors for MDELite
- Error - Enum in MDLUtilities
-
all run-time errors in MDELite
- error(ErrorReport, String, Function<Tuple, String>...) - Method in class PrologDB.Table
-
tbl error reporter
- errorCount() - Method in class PrologDB.ErrorReport
-
- ErrorReport - Class in PrologDB
-
ErrorReport is a standard object to collect errors in evaluating database
constraints; it remembers a list of errors, and when its report is printed,
it throws Error if errors are reported
- ErrorReport() - Constructor for class PrologDB.ErrorReport
-
returns a fresh ErrorReport object
- executeCommandLine(String...) - Static method in class MDLUtilities.ExeUtils
-
spawns a process for the given command line and waits for it to finish
- ExeUtils - Class in MDLUtilities
-
a set of Java utilities to run command-line arguments
- ExeUtils() - Constructor for class MDLUtilities.ExeUtils
-
- exhale(String, String) - Static method in class MDLUtilities.DocumentGenerator
-
write out string data to file HtmlFileName
- exists(String, String) - Method in class PrologDB.Table
-
does 'this' tbl have a tuple with field = value
- exists(Predicate<Tuple>) - Method in class PrologDB.Table
-
does 'this' tbl have a tuple that satisfies the given predicate
- Expr - Class in Parsing.TBPrims.Patterns
-
expression
- Expr() - Constructor for class Parsing.TBPrims.Patterns.Expr
-
Standard constructor
- Expr(LineToParse) - Constructor for class Parsing.TBPrims.Patterns.Expr
-
Standard constructor with line to parse
- ExprList - Class in Parsing.TBPrims.Lists
-
a ExprList is Expr (,Expr)*
- ExprList() - Constructor for class Parsing.TBPrims.Lists.ExprList
-
Standard constructor
- ExprList(LineToParse) - Constructor for class Parsing.TBPrims.Lists.ExprList
-
Standard constructor with line to parse