- accumulator() - Method in class PrologDB.toTable
-
- 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(Tuple) - Method in class PrologDB.Table
-
adds tuple t to 'this' table; throws error the schema of the tuple does
not match the schema of the table to which it is being added Untested
precondition: that the schema of the tuple conforms to the schema of the
table
- add(Tuple) - Method in class PrologDB.Unique
-
register the content of a tuple: get its id col, column value,
and see if the column value has been seen before; if so, register
an error with the error report object.
- add(Tuple, String) - Method in class PrologDB.Unique
-
add tuple t whose column is "computed" to be colValue
- add2ParseList(String) - Method in class Parsing.Parsers.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
- addColumn(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
- addColumn(String) - Method in class PrologDB.TableSchema
-
adds a column whose name/type is encoded by k
- addColumnFirst(Column) - Method in class PrologDB.TableSchema
-
add column c as the first of 'this' schema
- addColumnFirst(String) - Method in class PrologDB.TableSchema
-
adds a column to the head of the list of columns
- addColumns(String...) - Method in class PrologDB.TableSchema
-
adds a sequence of columns
- addColumnsFirst(String...) - Method in class PrologDB.TableSchema
-
add list of columns to the head of a schema
- addColumnsFirst(Column...) - Method in class PrologDB.TableSchema
-
place an array of columns before existing columns of 'this' schema
- addSubTableSchema(SubTableSchema) - Method in class PrologDB.DBSchema
-
add subtable schema sts to 'this' database schema
- addSubTableSchema(TableSchema) - Method in class PrologDB.SubTableSchema
-
adds SubTableSchema sub
- addSubTableSchemas(SubTableSchema...) - Method in class PrologDB.DBSchema
-
add subtableschema in bulk
- addSubTableSchemas(TableSchema...) - Method in class PrologDB.SubTableSchema
-
adding table schemas in bulk as subtables
- addTableSchema(TableSchema) - Method in class PrologDB.DBSchema
-
add table schema tableschema to 'this' database schema
- addTableSchemas(TableSchema...) - Method in class PrologDB.DBSchema
-
for adding schemas in bulk
- addTuple(String...) - Method in class PrologDB.Table
-
combination of t=new Tuple(schema);t.setValues(values); table.add(t);
- addTuples(Table) - Method in class PrologDB.Table
-
add tuples of table tab to 'this' table
tab must have same set of columns (name,quote)
- addTuples(Table, ColumnCorrespondence) - Method in class PrologDB.Table
-
- addTuples(TupleList) - Method in class PrologDB.TupleList
-
- 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
-
- allButRBracketOrBarrier(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
anything but brackets or barrier -- strange token of Yuml
- allMatch(Predicate<Tuple>) - Method in class PrologDB.Table
-
all tuples in 'this' table must satisfy pred
- antiProject(String...) - Method in class PrologDB.Table
-
remove from (this) Table the list of column names and their values.
- antiSemiJoin(String, Table, String) - Method in class PrologDB.Table
-
this is a table constructor that takes the antiSemiJoin of 'this' table on
the leftJoinCol with rightTable on the right JoinKey.
- anyMatch(Predicate<Tuple>) - Method in class PrologDB.Table
-
at least one tuple in 'this' table must satisfy pred
- AssertNotAtEnd(Token) - Method in class Parsing.Parsers.LineToParse
-
is there more to parse to parse? If not, throw ParseException
- atEnd() - Method in class Parsing.Parsers.LineToParse
-
- autopsy - Static variable in class RegTest.Utility
-
autopsy = line number at which files differ