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

C

canParse() - Method in class PrologProductions.ColumnDecl
 
canParse() - Method in class PrologProductions.Comma
 
canParse() - Method in class PrologProductions.Dot
 
canParse() - Method in class PrologProductions.DoubleQuotedString
 
canParse() - Method in class PrologProductions.End
 
canParse() - Method in class PrologProductions.Fixed
 
canParse() - Method in class PrologProductions.LeftBracket
 
canParse() - Method in class PrologProductions.LeftParen
 
canParse() - Method in class PrologProductions.Name
 
canParse() - Method in class PrologProductions.NameList
 
canParse() - Method in class PrologProductions.Number
 
canParse() - Method in class PrologProductions.RightBracket
 
canParse() - Method in class PrologProductions.RightParen
 
canParse() - Method in class PrologProductions.SingleQuotedString
 
canParse() - Method in class PrologProductions.Token
can this token be parsed? is the next character of toBeParsed consistent with the requested parsing task?
canParse() - Method in class PrologProductions.TupleValues
 
Column - Class in PrologDB
columns are (name, boolean-isQuoted) pairs.
Column(String, boolean) - Constructor for class PrologDB.Column
create a Column with name and indicator of being single-quoted?
ColumnDecl - Class in PrologProductions
a ColumnDecl is a sequence of names separated by commas
ColumnDecl() - Constructor for class PrologProductions.ColumnDecl
 
ColumnDecl(LineToParse) - Constructor for class PrologProductions.ColumnDecl
 
Comma - Class in PrologProductions
a Comma is a "," token
Comma() - Constructor for class PrologProductions.Comma
 
Comma(LineToParse) - Constructor for class PrologProductions.Comma
 
conformFile - Static variable in class MDELite6.Constants
name of conformance error file where metamodel constraint errors are posted
Constants - Class in MDELite6
global constants used in MDELite6
Constants() - Constructor for class MDELite6.Constants
 
contains(TableSchema) - Method in class PrologDB.SubTableSchema
does this subtable schema include TableSchema s1 as subtable?
containsTable(String) - Method in class PrologDB.DB
Returns true if there is a table with tableName in the database
copy() - Method in class PrologDB.DBSchema
copy a database schema -- please do not alter existing table definitions and subtable definitions.
copy() - Method in class PrologDB.KeyedTable
returns copy of key table
copy(DBSchema) - Method in class PrologDB.SubTableSchema
copy SubTableSchema by creating a new, pristine version that literally replicates the data, but is specific to a new database schema.
copy(TableSchema) - Method in class PrologDB.Table
dup Table by copying each tuple and returning the copied Table.
copy(TableSchema) - Method in class PrologDB.Tuple
returns a (deep) copy of a tuple; precondition: newSchema and tableSchema must have identically defined sets of columns; the schemas may have different names
copy(TableSchema) - Method in class PrologDB.TupleList
copy tuple list by copying each tuple on the list and returning the copied list.
copyForSelfJoins(String) - Method in class PrologDB.Table
this method copies a table t for use in self-joins; the original table t is copied and renamed to copyTableName
CopyForSelfJoins(String) - Method in class PrologDB.TableSchema
copies table schema (this) for self-joins.
crossProduct(TableSchema) - Method in class PrologDB.TableSchema
form the cross product of 'this' schema with otherSchema; this is a concatenation of the column lists and a manufactured table name
A C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links