- abst - Static variable in interface MDLUtilities.SharedConstants
-
- AbsTaBle - Class in Parsing.DBPrimitives.FixedStrTokens
-
table token "table"
- AbsTaBle() - Constructor for class Parsing.DBPrimitives.FixedStrTokens.AbsTaBle
-
Standard constructor
- AbsTaBle(LineToParse) - Constructor for class Parsing.DBPrimitives.FixedStrTokens.AbsTaBle
-
Standard constructor with line to parse
- accCols - Variable in class Aggregation.Reducer
-
- accumulator() - Method in class PrologDB.TablesToTable
-
- accumulator() - Method in class PrologDB.TuplesToTable
-
- add(Tuple) - Method in class Aggregation.Average
-
- add(Tuple) - Method in class Aggregation.Count
-
- add(Tuple) - Method in class Aggregation.DoubleAgg
-
- add(Tuple) - Method in class Aggregation.DoubleSum
-
- add(Tuple) - Method in class Aggregation.GroupValue
-
- add(Tuple) - Method in class Aggregation.IntAgg
-
- add(Tuple) - Method in class Aggregation.IntSum
-
- add(Tuple) - Method in class Aggregation.Reducer
-
- add(String) - Method in class PrologDB.ColumnCorrespondence
-
- add(String, String) - Method in class PrologDB.ColumnCorrespondence
-
- add(String, Function<Tuple, String>) - Method in class PrologDB.ColumnCorrespondence
-
- add(String) - Method in class PrologDB.ErrorReport
-
add errorMsg to report string
- add(String, Object...) - Method in class PrologDB.ErrorReport
-
add error message (fmt,args) to report string
- add(TableSchema) - Method in class PrologDB.Schema
-
add table schema tableschema to 'this' database schema
- add(TableSchema...) - Method in class PrologDB.Schema
-
for adding schemas in bulk
- add(SubTableSchema) - Method in class PrologDB.Schema
-
add subtable schema sts to 'this' database schema
- add(SubTableSchema...) - Method in class PrologDB.Schema
-
add subtableschema in bulk
- add(TableSchema) - Method in class PrologDB.SubTableSchema
-
adds SubTableSchema sub
- add(TableSchema...) - Method in class PrologDB.SubTableSchema
-
adding table schemas in bulk as subtables
- add(Tuple) - Method in class PrologDB.Table
-
adds tuple t to 'this' tbl; throws error the schema of the tuple does not
match the schema of the tbl to which it is being added Untested
precondition: that the schema of the tuple conforms to the schema of the
tbl
- add(String...) - Method in class PrologDB.Table
-
combination of t=new Tuple(schema);t.setValues(values); tbl.add(t);
- add(Table) - Method in class PrologDB.Table
-
add tuples of tbl tab to 'this' tbl tab must have same set of columns
(name,quote)
- add(Table, ColumnCorrespondence) - Method in class PrologDB.Table
-
- add(Column) - Method in class PrologDB.TableSchema
-
add a new column c to 'this' TableSchema; new column is appended to the
existing list of columns
Error is thrown if columns with duplicate names are detected
- add(String) - Method in class PrologDB.TableSchema
-
adds a column whose name/type is encoded by k
- add(String...) - Method in class PrologDB.TableSchema
-
adds a sequence of columns
- add(Column...) - Method in class PrologDB.TableSchema
-
- add2ParseList(String) - Method in class Parsing.LineParsers.LineToParse
-
used rarely (Barrier/Nothing) to add indicators to the parseList
- addBarrier() - Method in class PrologDB.ErrorReport
-
for debugging -- add barrier in report without adding an error
- addFirst(Tuple) - Method in class PrologDB.Table
-
adds tuple t to the front of 'this' tbl.
- addFirst(Column) - Method in class PrologDB.TableSchema
-
add column c as the first of 'this' schema
- addFirst(String) - Method in class PrologDB.TableSchema
-
adds a column to the head of the list of columns
- addFirst(String...) - Method in class PrologDB.TableSchema
-
add list of columns to the head of a schema
- addFirst(Column...) - Method in class PrologDB.TableSchema
-
place an array of columns before existing columns of 'this' schema
- addIdentifiersToAllNonSubtables() - Method in class PrologDB.Schema
-
add identifier 'id' to all tables that are not subtables in 'this'
DBSchema do this prior to calling finish methods
- addTuple(Tuple) - Method in class PrologDB.TupleList
-
- addTuples(TupleList) - Method in class PrologDB.TupleList
-
- aggregate(Reducer...) - Method in class PrologDB.Table
-
- Aggregation - package Aggregation
-
- aggRowName - Static variable in class PrologDB.Table
-
- aggTableName - Static variable in class PrologDB.Table
-
- AHEADfsm2java - Class in Boot.fsm
-
- AHEADfsm2java() - Constructor for class Boot.fsm.AHEADfsm2java
-
- all(String[]) - Static method in class Boot.MDELite.catalina
-
- All - Class in MDL
-
every program in MDELite
- All() - Constructor for class MDL.All
-
- allBool(String, ErrorReport) - Method in class PrologDB.Table
-
ensures all values in column are boolean
- allButRBracketOrBarrier(char) - Method in class Parsing.LineParsers.PrimitiveLookAhead
-
anything but brackets or barrier -- strange token of Yuml
- allInt(String, ErrorReport) - Method in class PrologDB.Table
-
ensures all values in column are integers
- allMatch(Predicate<Tuple>) - Method in class PrologDB.Table
-
all tuples left 'this' tbl must satisfy pred
- allNum(String, ErrorReport) - Method in class PrologDB.Table
-
ensures all values in column are number
http://www.java2s.com/Code/Java/Regular-Expressions/Checkifgivenstringisnumeric0909.htm
- antiProject(String...) - Method in class PrologDB.Table
-
remove from (this) Table the list of column names and their values.
- anyMatch(Predicate<Tuple>) - Method in class PrologDB.Table
-
at least one tuple left 'this' tbl must satisfy pred
- Append(String[]) - Static method in class MDLUtilities.RunningBear
-
- AppendFile(String) - Static method in class MDLUtilities.RunningBear
-
- Args - Class in Parsing.TBPrims.Patterns
-
function call arguments '(' ExprList ')' (last is push)
- Args() - Constructor for class Parsing.TBPrims.Patterns.Args
-
Standard constructor
- Args(LineToParse) - Constructor for class Parsing.TBPrims.Patterns.Args
-
Standard constructor with line to parse
- Arrow - Class in Parsing.TBPrims
-
name Arrow token is 'dash greater than' which outputs a "arrow" instruction
- Arrow() - Constructor for class Parsing.TBPrims.Arrow
-
Standard constructor
- Arrow(LineToParse) - Constructor for class Parsing.TBPrims.Arrow
-
Standard constructor with line to parse
- AssertNotAbstract() - Method in class PrologDB.TableSchema
-
- AssertNotAtEnd(Token) - Method in class Parsing.LineParsers.LineToParse
-
is there more to parse to parse? If not, throw ParseException
- atEnd() - Method in class Parsing.LineParsers.LineToParse
-
- autopsy - Static variable in class RegTest.Utility
-
autopsy = line number at which files differ
- Average - Class in Aggregation
-
use for integer aggregations
- Average(String, String) - Constructor for class Aggregation.Average
-
- AxiomStmt - Class in Parsing.TBPrims.Patterns
-
axiom statement: name ':' expr '=' expr .
- AxiomStmt() - Constructor for class Parsing.TBPrims.Patterns.AxiomStmt
-
Standard constructor
- AxiomStmt(LineToParse) - Constructor for class Parsing.TBPrims.Patterns.AxiomStmt
-
Standard constructor with line to parse