- TaBle - Class in Parsing.DBPrimitives
-
table token "table"
- TaBle() - Constructor for class Parsing.DBPrimitives.TaBle
-
Standard constructor
- TaBle(LineToParse) - Constructor for class Parsing.DBPrimitives.TaBle
-
Standard constructor with line to parse
- Table - Class in PrologDB
-
a Table is an instance of a TableSchema.
- Table(TableSchema) - Constructor for class PrologDB.Table
-
create an empty table for TableSchema schema
- Table(Table) - Constructor for class PrologDB.Table
-
create an empty table using the schema of the given table
- Table(Table, TupleList) - Constructor for class PrologDB.Table
-
create an empty table using the schema of the given table
- Table(TableSchema, TupleList) - Constructor for class PrologDB.Table
-
most primitive table constructor
- TableSchema - Class in PrologDB
-
a TableSchema defines the name of a table and its columns
- TableSchema(String) - Constructor for class PrologDB.TableSchema
-
create table schema with given schemaName and an empty list of columns
- TableSchema(String, List<Column>) - Constructor for class PrologDB.TableSchema
-
create table schema with given schemaName and given set of columns
- TableSchema(String, String...) - Constructor for class PrologDB.TableSchema
-
create table schema with given schemaName and given set of columns
- TableStmt - Class in Parsing.DBPrimitives
-
table Statement : table( Name, [ columnDecl }).
- TableStmt() - Constructor for class Parsing.DBPrimitives.TableStmt
-
Standard constructor
- TableStmt(LineToParse) - Constructor for class Parsing.DBPrimitives.TableStmt
-
Standard constructor with line to parse
- tableStmt - Static variable in class Parsing.DBPrimitives.TableStmt
-
table statement as table(name,[oqn1, oqn2, ...])., where oqn is optionally quoted name
- toBeParsed - Variable in class Parsing.GeneralPrimitives.Token
-
string to be parsed
- tok - Static variable in class Parsing.GeneralPrimitives.Nothing
-
- tok - Static variable in class Parsing.YumlPrimitives.Barrier
-
- tok - Variable in class Parsing.YumlPrimitives.Diamond
-
- tok - Static variable in class Parsing.YumlPrimitives.Gtr
-
- tok - Static variable in class Parsing.YumlPrimitives.Hat
-
- tok - Static variable in class Parsing.YumlPrimitives.Lss
-
- tok - Static variable in class Parsing.YumlPrimitives.PlusPlus
-
- Token - Class in Parsing.GeneralPrimitives
-
a token is a primitive unit of parsing
- Token() - Constructor for class Parsing.GeneralPrimitives.Token
-
Standard constructor
- Token(LineToParse) - Constructor for class Parsing.GeneralPrimitives.Token
-
Standard constructor with line to parse
- token - Variable in class Parsing.Parsers.LineToParse
-
most recently parsed token (some are skipped)
- toParse - Variable in class Parsing.Parsers.LineToParse
-
toParse is the unparsed segment/string
- toss(BootError, Object...) - Static method in enum Boot.MDELite.BootError
-
this is the constructor for throwing an error
- toss(Error, Object...) - Static method in enum CorrectResultsAfterChainingErrorMsgs.Error
-
- toss(ParsE, int, Object...) - Static method in enum CorrectResultsAfterChainingErrorMsgs.ParsE
-
- toss(Error, Object...) - Static method in enum MDELite.Error
-
this is the constructor for throwing an error
- toss(ParsE, int, Object...) - Static method in enum MDELite.ParsE
-
method that is used to create a RuntimeException to throw
- toString() - Method in class PrologDB.Column
-
a String schema specification of this column is its name in/not-in double
quotes
- toString() - Method in class PrologDB.DBSchema
-
converts DBSchema to a string.
- toString() - Method in class PrologDB.SubTableSchema
-
produce standard string representation of a SubTableSchema declaration
- toString() - Method in class PrologDB.TableSchema
-
returns string declaration of a TableSchema
- toString() - Method in class PrologDB.Tuple
-
converts tuple into a string; throws error if # of columns of tuple do
not match # of columns in table schema
- toTable - Class in PrologDB
-
used as argument to stream collect operation-- to convert streams of tuples
to streams of tables.
- toTable(TableSchema) - Constructor for class PrologDB.toTable
-
create table accumulator for given schema
- toTable(Table) - Constructor for class PrologDB.toTable
-
create table accumulator/collector with schema of given table
- toTable(Table) - Method in class PrologDB.TupleList
-
- Triple(UnaryOperator<String[]>, Common.IEnum[], Common.IEnum[]) - Constructor for class Boot.MDELite.Common.Triple
-
- truncate(String) - Static method in class CorrectResultsAfterChainingErrorMsgs.UpdateCorrectFiles
-
truncates explanation by trimming it, and throwing away everything
after the first new line
- Tuple - Class in PrologDB
-
a tuple is an instance of a TableSchema
- Tuple(TableSchema) - Constructor for class PrologDB.Tuple
-
create an empty tuple for the given schema
- Tuple(Table) - Constructor for class PrologDB.Tuple
-
create an empty tuple for the given table
- TupleList - Class in PrologDB
-
a TupleList is literally a linked-list of Tuples
- TupleList() - Constructor for class PrologDB.TupleList
-
- tuples() - Method in class PrologDB.Table
-
return list of Tuples of this table and all of its subtables no
projection is done to ensure that all tuples have exactly and only the
columns of its parents.
- tuplesLocal() - Method in class PrologDB.Table
-
return only the tuples of this table, and none of its subtables Generally
not used; tuples() is preferred
- TupleStmt - Class in Parsing.DBPrimitives
-
tuple statement : name( TupleValues ).
- TupleStmt() - Constructor for class Parsing.DBPrimitives.TupleStmt
-
Standard constructor
- TupleStmt(LineToParse) - Constructor for class Parsing.DBPrimitives.TupleStmt
-
Standard constructor with line to parse
- tupleStmt - Static variable in class Parsing.DBPrimitives.TupleStmt
-
tuple statement as name(value1, value2,...).
- TupleValues - Class in Parsing.DBPrimitives
-
TupleValues is a sequence of I(,I)*, where I = single-quoted-string | name | number ;
- TupleValues() - Constructor for class Parsing.DBPrimitives.TupleValues
-
Standard constructor
- TupleValues(LineToParse) - Constructor for class Parsing.DBPrimitives.TupleValues
-
Standard constructor with line to parse