Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

G

Gen - Class in Boot.allegory
 
Gen() - Constructor for class Boot.allegory.Gen
 
gen - Class in LectureExamples
 
gen() - Constructor for class LectureExamples.gen
 
get() - Method in interface Boot.MDELite.Common.PEnum
 
get(String) - Method in class PrologDB.Tuple
returns value of given columnName; if columnName unrecognized, Error is thrown
getAllArgTypes(Common.PEnum) - Static method in class Boot.MDELite.Common
 
getArgument(int) - Method in class MDELite.Marquee2Arguments
 
getArray(int) - Method in interface Boot.MDELite.Common.PEnum
 
getBool(String) - Method in class PrologDB.Tuple
return boolean value of a column with columnName; no checking is done to know if column value can be converted into a boolean
getColumn(int) - Method in class PrologDB.TableSchema
returns the ith Column definition of the table; throws RuntimeError if i is out of bounds.
getColumn(String) - Method in class PrologDB.TableSchema
 
getColumnEH(String) - Method in class PrologDB.TableSchema
 
getColumns() - Method in class PrologDB.Table
returns list of columns of the table; delegates to getColumns of TableSchema
getColumns() - Method in class PrologDB.TableSchema
returns list of columns of a TableSchema
getColumns() - Method in class PrologDB.Tuple
Method delegates to TableSchema.getColumns()
getCSVName(String) - Static method in class PrologDB.Table
returns the SubTableSchema of a csv file, sans ".csv" and any directory information linux example: "a/b/c.csv" returns "c" windoze example: "a\b\c.csv" returns "c"
getDatabase() - Static method in class MDELite.RunningBear
 
getDBSchema() - Method in class PrologDB.Table
returns the DBSchema of this table.
getDBSchemaEH() - Method in class PrologDB.Table
returns the DBSchema of this table.
getDouble(String) - Method in class PrologDB.Tuple
return double value of a column with columnName; no checking is done to know if column value can be converted into an double
getEmsg() - Method in class Parsing.DBPrimitives.ColumnDecl
 
getEmsg() - Method in class Parsing.DBPrimitives.Comma
 
getEmsg() - Method in class Parsing.DBPrimitives.DBase
 
getEmsg() - Method in class Parsing.DBPrimitives.Dot
 
getEmsg() - Method in class Parsing.DBPrimitives.LeftBracket
 
getEmsg() - Method in class Parsing.DBPrimitives.LeftParen
 
getEmsg() - Method in class Parsing.DBPrimitives.RightBracket
 
getEmsg() - Method in class Parsing.DBPrimitives.RightParen
 
getEmsg() - Method in class Parsing.DBPrimitives.SubTaBle
 
getEmsg() - Method in class Parsing.DBPrimitives.TaBle
 
getEmsg() - Method in class Parsing.GeneralPrimitives.Choose1
 
getEmsg() - Method in class Parsing.GeneralPrimitives.ColumnName
 
getEmsg() - Method in class Parsing.GeneralPrimitives.End
 
getEmsg() - Method in class Parsing.GeneralPrimitives.Name
 
getEmsg() - Method in class Parsing.GeneralPrimitives.NonEmptyList
 
getEmsg() - Method in class Parsing.GeneralPrimitives.Nothing
 
getEmsg() - Method in class Parsing.GeneralPrimitives.NumBer
 
getEmsg() - Method in class Parsing.GeneralPrimitives.Optional
 
getEmsg() - Method in class Parsing.GeneralPrimitives.Pattern
 
getEmsg() - Method in class Parsing.GeneralPrimitives.QuotedString
 
getEmsg() - Method in class Parsing.GeneralPrimitives.Token
 
getEmsg() - Method in class Parsing.YumlPrimitives.Barrier
 
getEmsg() - Method in class Parsing.YumlPrimitives.BoxEntry
 
getEmsg() - Method in class Parsing.YumlPrimitives.Dashed
 
getEmsg() - Method in class Parsing.YumlPrimitives.Diamond
 
getEmsg() - Method in class Parsing.YumlPrimitives.Gtr
 
getEmsg() - Method in class Parsing.YumlPrimitives.Hat
 
getEmsg() - Method in class Parsing.YumlPrimitives.Lss
 
getEmsg() - Method in class Parsing.YumlPrimitives.PlusPlus
 
getEmsg() - Method in class Parsing.YumlPrimitives.Role
 
getEmsg() - Method in class Parsing.YumlPrimitives.Solid
 
getEnd() - Method in interface Boot.MDELite.Common.IEnum
 
getExt(String[]) - Static method in class MDELite.Utils
 
getFirst(Predicate<Tuple>) - Method in class PrologDB.Table
return first tuple in table that satisfies predicate p
getFirstEH(Predicate<Tuple>) - Method in class PrologDB.Table
return first tuple in table that satisfies predicate p
getFloat(String) - Method in class PrologDB.Tuple
return float value of a column with columnName; no checking is done to know if column value can be converted into a float
getFullName() - Method in class PrologDB.DB
the "full" name of a database is "databaseName"."schemaName"."pl";
getFullName() - Method in class PrologDB.DBSchema
full (file) SubTableSchema of a schema is (SubTableSchema).schema.pl
getId() - Method in class PrologDB.Tuple
return value of first column of tuple
getIDName() - Method in class PrologDB.Table
get identifier name of this table
getIDName() - Method in class PrologDB.TableSchema
 
getInputFileName() - Method in class MDELite.Marquee1Argument
 
getInputFileName() - Method in class MDELite.Marquee2Arguments
 
getInputFileName() - Method in class MDELite.Marquee4Conform
 
getInt(String) - Method in class PrologDB.Tuple
return int value of column with columnName; no checking is done to know if column value can be converted into an int
getKey(String) - Method in class PrologDB.KeyedTable
returns the tuple with the given keyValue; null returned if no such keyValue exists
getKeyEH(String) - Method in class PrologDB.KeyedTable
Error Handling version of getKey; Error returned if no such tuple exists
getKind() - Method in class PrologDB.Column
return kind
getLineNo() - Method in class Parsing.Parsers.LineToParse
 
getMsg() - Method in enum Boot.MDELite.BootError
get error message of error
getMsg() - Method in enum CorrectResultsAfterChainingErrorMsgs.Error
 
getMsg() - Method in enum CorrectResultsAfterChainingErrorMsgs.ParsE
 
getMsg() - Method in interface MDELite.ErrInt
 
getMsg() - Method in enum MDELite.Error
get error message of error
getMsg() - Method in enum MDELite.ParsE
get parse error message/template
getName(String[]) - Static method in class MDELite.Utils
 
getName() - Method in class PrologDB.Column
 
getName() - Method in class PrologDB.DB
returns the name of this database
getName() - Method in class PrologDB.DBSchema
return the SubTableSchema of the schema
getName() - Method in class PrologDB.SubTableSchema
return SubTableSchema of super Table
getName() - Method in class PrologDB.Table
returns SubTableSchema of table, which always equals the SubTableSchema of its table schema
getName() - Method in class PrologDB.TableSchema
 
getNull(String) - Method in class PrologDB.Tuple
returns null if string content of columnName is "null" otherwise string column value is returned
getOut() - Static method in class MDELite.RunningBear
return output printstream
getOutputFileName() - Method in class MDELite.Marquee2Arguments
 
getOutputFileName() - Static method in class MDELite.RunningBear
 
getOutputPrintStream() - Method in class MDELite.Marquee2Arguments
 
getPattern() - Method in class Parsing.DBPrimitives.Comma
 
getPattern() - Method in class Parsing.DBPrimitives.DBase
 
getPattern() - Method in class Parsing.DBPrimitives.Dot
 
getPattern() - Method in class Parsing.DBPrimitives.LeftBracket
 
getPattern() - Method in class Parsing.DBPrimitives.LeftParen
 
getPattern() - Method in class Parsing.DBPrimitives.RightBracket
 
getPattern() - Method in class Parsing.DBPrimitives.RightParen
 
getPattern() - Method in class Parsing.DBPrimitives.SubTaBle
 
getPattern() - Method in class Parsing.DBPrimitives.TaBle
 
getPattern() - Method in class Parsing.GeneralPrimitives.FixedSave
 
getPattern() - Method in class Parsing.GeneralPrimitives.FixedSkip
 
getPattern() - Method in class Parsing.GeneralPrimitives.Nothing
 
getPattern() - Method in class Parsing.YumlPrimitives.Barrier
 
getPattern() - Method in class Parsing.YumlPrimitives.Dashed
 
getPattern() - Method in class Parsing.YumlPrimitives.Diamond
 
getPattern() - Method in class Parsing.YumlPrimitives.Gtr
 
getPattern() - Method in class Parsing.YumlPrimitives.Hat
 
getPattern() - Method in class Parsing.YumlPrimitives.Lss
 
getPattern() - Method in class Parsing.YumlPrimitives.PlusPlus
 
getPattern() - Method in class Parsing.YumlPrimitives.Solid
 
getSchema(String[]) - Static method in class MDELite.Utils
 
getSchema() - Method in class PrologDB.DB
returns DBSchema that this database instantiates
getSchema() - Method in class PrologDB.Table
returns schema of table
getSchema() - Method in class PrologDB.Tuple
returns TableSchema of 'this' tuple
getSchemaName() - Method in class PrologDB.DB
returns name of 'this' DBSchema
getSubTables() - Method in class PrologDB.Table
returns list of table + its subtables to search note: this method is really executed once.
getSubTableSchema(TableSchema) - Method in class PrologDB.DB
returns subtable declaration for a given table schema ts; if no such declaration exists, null is returned; this declaration lists the subtables of the given table.
getSubTableSchema(String) - Method in class PrologDB.DBSchema
returns subtable object for given tableName, null if none exists
getSubTableSchema(TableSchema) - Method in class PrologDB.DBSchema
returns subtable object for given tableSchema ts, null if none exists
getSubTableSchema(String) - Method in class PrologDB.SubTableSchema
return tableschema with given SubTableSchema from 'this'
getSubTableSchemaEH(String) - Method in class PrologDB.DBSchema
returns subtable object for given tableName; throws Error if no such tableName exists
getSubTableSchemaEH(TableSchema) - Method in class PrologDB.DBSchema
returns subtable object for given tableSchema ts; throws Error if no such ts exists
getSubTableSchemas() - Method in class PrologDB.DB
returns a list of subtable declarations for this database's schema.
getSubTableSchemas() - Method in class PrologDB.DBSchema
return list of SubTableSchemas of this database schema
getSubTableSchemas() - Method in class PrologDB.SubTableSchema
 
getSuper() - Method in class PrologDB.SubTableSchema
 
getSuperTable(TableSchema) - Method in class PrologDB.DBSchema
return the TableSchema of the super/dbSchema table of TableSchema s
getSuperTableOf() - Method in class PrologDB.TableSchema
gets supertable of table schema s; throws Error if 'this' table schema not part of a database
getTable(String) - Method in class PrologDB.DB
returns the Table object for the table with SubTableSchema tableName; null is returned if table does not exist
getTableEH(String) - Method in class PrologDB.DB
error handler of getTable(String); return the Table object for the table with SubTableSchema tableName; Error is thrown if no such table exists.
getTables() - Method in class PrologDB.DB
returns a collection of tables that define this database
getTableSchema(String) - Method in class PrologDB.DB
returns the TableSchema of the table with given SubTableSchema; null if table is not found
getTableSchema(String) - Method in class PrologDB.DBSchema
return the TableSchema with SubTableSchema tableName
getTableSchemaEH(String) - Method in class PrologDB.DB
returns the TableSchema of the table with given SubTableSchema; Error is thrown otherwise
getTableSchemaEH(String) - Method in class PrologDB.DBSchema
return the TableSchema with SubTableSchema tableName with built-in error handling
getTableSchemas() - Method in class PrologDB.DBSchema
return list of TableSchemas of this database schema
groupBy(String) - Method in class PrologDB.Table
group 'this' table into a stream of tables; each "sub"table will have tuples with the same columnName value
Gtr - Class in Parsing.YumlPrimitives
Yuml token greater-than
Gtr() - Constructor for class Parsing.YumlPrimitives.Gtr
Standard constructor
Gtr(LineToParse) - Constructor for class Parsing.YumlPrimitives.Gtr
Standard constructor with line to parse
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links