- RBSetup(Marquee1In_1Out, String[]) - Static method in class MDLUtilities.RunningBear
-
opens database and creates PrintStream for RunningBear output
- RBSetupDir(MarqueeCommon, String[]) - Static method in class MDLUtilities.RunningBear
-
opens database and creates PrintStream for RunningBear output
- read(String) - Static method in class PrologDB.DB
-
reads and parses a prolog database from given string filename.
- read(File) - Static method in class PrologDB.DB
-
reads and parses a database from given string filename.
- read(String) - Static method in class PrologDB.DBSchema
-
reads .ooschema and .schema files; throws Error when an error is
encountered.
- read(File) - Static method in class PrologDB.DBSchema
-
another version of readDBSchema
- read(String, String) - Static method in class PrologDB.DBSchema
-
used when it is easier to pass in a string declaration of a DBSchema
rather than building it programmatically
- read(String) - Static method in class PrologDB.OOSchema
-
reads .ooschema; throws Error when an error is encountered.
- read(File) - Static method in class PrologDB.OOSchema
-
another version of readSchema
- read(String, String) - Static method in class PrologDB.OOSchema
-
used when it is easier to pass in a string declaration of a DBSchema
rather than building it programmatically
- read(String) - Static method in class PrologDB.Table
-
reads and parses a prolog tbl from given string filename.
- read(String) - Static method in class PrologDB.TableSchema
-
reads schema from File schemafileName that contains a single table
declaration; ParseExceptions and Errors are thrown
read only .schema and database files
- read(File) - Static method in class PrologDB.TableSchema
-
reads prolog schema from File schemafile; errors are reported to out
read only .schema and database files
- read(String, String) - Static method in class PrologDB.TableSchema
-
used when it is easier to pass in a string declaration of a TableSchema
rather than building it programmatically
- ReadDB - Class in MDL
-
MDL program that reads a database file and reports errors (other than
constraint violations)
- ReadDB() - Constructor for class MDL.ReadDB
-
- ReadSchema - Class in MDL
-
reads a schema or ooschema and reports errors
- ReadSchema() - Constructor for class MDL.ReadSchema
-
- ReadTable - Class in MDL
-
MDL program that reads a .pl or .csv file and reports errors (other than
constraint violations)
- ReadTable() - Constructor for class MDL.ReadTable
-
- redirectStdErr(String) - Static method in class RegTest.Utility
-
redirects standard error to file with name outputFile
- redirectStdOut(String) - Static method in class RegTest.Utility
-
redirects standard output to file with name outputFile
- Reducer - Class in Aggregation
-
- Reducer(String) - Constructor for class Aggregation.Reducer
-
- Reducer(String...) - Constructor for class Aggregation.Reducer
-
- RegTest - package RegTest
-
- reject(Predicate<Tuple>) - Method in class PrologDB.Table
-
similar to select except predicate is negated
- remove(String) - Method in class PrologDB.ColumnCorrespondence
-
- rename(String) - Method in class PrologDB.DB
-
assigns a new SubTableSchema to this database
- rename(String) - Method in class PrologDB.Schema
-
rename Schema
- repair(File, HashMap<String, String>, HashMap<String, String[]>) - Static method in class CorrectResultsAfterChainingErrorMsgs.UpdateCorrectFiles
-
- repairLine(String, HashMap<String, String>, HashMap<String, String[]>) - Static method in class CorrectResultsAfterChainingErrorMsgs.UpdateCorrectFiles
-
- replace(String, String) - Method in class PrologDB.ColumnCorrespondence
-
- replace(String, Function<Tuple, String>) - Method in class PrologDB.ColumnCorrespondence
-
- reset() - Method in class Aggregation.Average
-
- reset() - Method in class Aggregation.Count
-
- reset() - Method in class Aggregation.DoubleAgg
-
- reset() - Method in class Aggregation.DoubleSum
-
- reset() - Method in class Aggregation.GroupValue
-
- reset() - Method in class Aggregation.IntAgg
-
- reset() - Method in class Aggregation.IntSum
-
- reset() - Method in class Aggregation.Reducer
-
- Result - Class in MDLUtilities
-
for methods that return databases AND an output stream
- Result(PrintStream, DB) - Constructor for class MDLUtilities.Result
-
- Result(String, DB) - Constructor for class MDLUtilities.Result
-
- Result(Schema) - Constructor for class MDLUtilities.Result
-
- result - Static variable in class Parsing.GeneralPrimitives.SaveTokens.Nothing
-
- returnSave(int) - Method in class Parsing.LineParsers.LineToParse
-
advance toParse by the length i of a parsed "token" and set token to the
length i string that has been removed; this is the "result" of parsing.
- returnSaveTrim(int) - Method in class Parsing.LineParsers.LineToParse
-
- returnSkip(int) - Method in class Parsing.LineParsers.LineToParse
-
advance toParse by the length i of a parsed "token"; no token is
returned; return true.
- reverse() - Method in class PrologDB.TupleList
-
- rightAntiSemiJoin(String, Table, String) - Method in class PrologDB.Table
-
this is a tbl constructor that takes the RightAntiSemiJoin of 'this' tbl
on the leftJoinCol with rightTable on the tbl JoinKey.
- RightBracket - Class in Parsing.DBPrimitives.FixedStrTokens
-
RightBracket is "]"
- RightBracket() - Constructor for class Parsing.DBPrimitives.FixedStrTokens.RightBracket
-
Standard constructor
- RightBracket(LineToParse) - Constructor for class Parsing.DBPrimitives.FixedStrTokens.RightBracket
-
Standard constructor with line to parse
- RightParen - Class in Parsing.DBPrimitives.FixedStrTokens
-
RightParen is ")"
- RightParen() - Constructor for class Parsing.DBPrimitives.FixedStrTokens.RightParen
-
Standard constructor
- RightParen(LineToParse) - Constructor for class Parsing.DBPrimitives.FixedStrTokens.RightParen
-
Standard constructor with line to parse
- RightParenPush - Class in Parsing.TBPrims.SaveToken
-
name RightParenPush token is ')' which outputs a "push" instruction
- RightParenPush() - Constructor for class Parsing.TBPrims.SaveToken.RightParenPush
-
Standard constructor
- RightParenPush(LineToParse) - Constructor for class Parsing.TBPrims.SaveToken.RightParenPush
-
Standard constructor with line to parse
- rightSemiJoin(String, Table, String) - Method in class PrologDB.Table
-
this is a tbl constructor that takes the RightSemiJoin of 'this' tbl on
the leftJoinCol with rightTable on the tbl JoinKey.
- rightSemiJoin(String, Table, String) - Method in class PrologDB.Tuple
-
this takes the RightSemiJoin of 'this' right tuple on the leftJoinCol
with rightTable on the rightJoinCol.
- rightSemiJoinFirst(String, Table, String) - Method in class PrologDB.Tuple
-
returns the first tuple of rightTable that joins on rightJoinCol with
'this' tuple on leftJoinColumn; null ls returned otherwise.
- rightSemiJoinFirstEH(String, Table, String) - Method in class PrologDB.Tuple
-
returns the first tuple of rightTable that joins on rightJoinCol with
'this' tuple on leftJoinColumn; error thrown otherwise
- Role - Class in Parsing.YumlPrimitives
-
name token (alpha (alpha|underscore|digit)*
- Role() - Constructor for class Parsing.YumlPrimitives.Role
-
Standard constructor
- Role(LineToParse) - Constructor for class Parsing.YumlPrimitives.Role
-
Standard constructor with line to parse
- RunningBear - Class in MDLUtilities
-
RunningBear is a pure Java Model-to-Text tool to replace Velocity
- RunningBear() - Constructor for class MDLUtilities.RunningBear
-