- c - Static variable in class PrologDB.Table
-
- canParse() - Method in class Parsing.GeneralPrimitives.NonEmptyList
-
- canParse() - Method in class Parsing.GeneralPrimitives.Optionals.Choose1
-
- canParse() - Method in class Parsing.GeneralPrimitives.Optionals.Optional
-
- canParse() - Method in class Parsing.GeneralPrimitives.Patterns.Pattern
-
- canParse() - Method in class Parsing.GeneralPrimitives.PrimTokens.ColumnName
-
- canParse() - Method in class Parsing.GeneralPrimitives.PrimTokens.End
-
- canParse() - Method in class Parsing.GeneralPrimitives.PrimTokens.Name
-
- canParse() - Method in class Parsing.GeneralPrimitives.PrimTokens.NatNumber
-
- canParse() - Method in class Parsing.GeneralPrimitives.PrimTokens.NumBer
-
- canParse() - Method in class Parsing.GeneralPrimitives.PrimTokens.QuotedString
-
- canParse() - Method in class Parsing.GeneralPrimitives.SaveTokens.FixedStringToken
-
- canParse() - Method in class Parsing.GeneralPrimitives.SaveTokens.Nothing
-
- canParse() - Method in class Parsing.GeneralPrimitives.Token
-
can this token be parsed? is the next character
of toBeParsed consistent with the requested parsing task?
no changes to LineToParse are made
- canParse() - Method in class Parsing.TBPrims.Arrow
-
- canParse() - Method in class Parsing.TBPrims.SaveToken.Equals
-
- canParse() - Method in class Parsing.TBPrims.SaveToken.IsVariable
-
- canParse() - Method in class Parsing.TBPrims.SaveToken.RightParenPush
-
- canParse() - Method in class Parsing.YumlPrimitives.BoxEntry
-
- canParse() - Method in class Parsing.YumlPrimitives.Role
-
- catalina - Class in Boot.MDELite
-
- catalina() - Constructor for class Boot.MDELite.catalina
-
- Catalina - Class in MDL
-
- Catalina() - Constructor for class MDL.Catalina
-
- CategoryConform - Class in Boot.MDELite
-
- CategoryConform() - Constructor for class Boot.MDELite.CategoryConform
-
- CategoryConform - Class in Violett
-
Conformance program for .vpl.pl databases
- CategoryConform() - Constructor for class Violett.CategoryConform
-
- characteristics() - Method in class PrologDB.TablesToTable
-
- characteristics() - Method in class PrologDB.TuplesToTable
-
- charAt(int) - Method in class Parsing.LineParsers.LineToParse
-
- check(DB) - Static method in class Violett.ClassConform
-
- ChildEmpConstraint - Class in LectureExamples
-
- ChildEmpConstraint() - Constructor for class LectureExamples.ChildEmpConstraint
-
- Choose1 - Class in Parsing.GeneralPrimitives.Optionals
-
Choose1 is ( node1 | node2 | nodeN )
- Choose1() - Constructor for class Parsing.GeneralPrimitives.Optionals.Choose1
-
Standard constructor
- Choose1(Token...) - Constructor for class Parsing.GeneralPrimitives.Optionals.Choose1
-
normal call that specifies possible tokens to see
- Choose1(LineToParse, Token...) - Constructor for class Parsing.GeneralPrimitives.Optionals.Choose1
-
Standard constructor with line to parse
- ClassConform - Class in Violett
-
conformance program for Violet .vpl.pl databases
- ClassConform() - Constructor for class Violett.ClassConform
-
- ClassConform - Class in Yuml
-
- ClassConform() - Constructor for class Yuml.ClassConform
-
- ClassParser - Class in Violett
-
parser of X.class.violet files to produce X.vpl.pl database
- ClassParser() - Constructor for class Violett.ClassParser
-
- ClassParser - Class in Yuml
-
- ClassParser() - Constructor for class Yuml.ClassParser
-
- ClassParserMac - Class in Violett
-
parser of X.class.violet files to produce X.vpl.pl database
- ClassParserMac() - Constructor for class Violett.ClassParserMac
-
- ClassUnParser - Class in Violett
-
Unparser of X.vpl.pl files to X.class.violet
- ClassUnParser() - Constructor for class Violett.ClassUnParser
-
- ClassUnParser - Class in Yuml
-
M2T program for unparsing a yuml specification
- ClassUnParser() - Constructor for class Yuml.ClassUnParser
-
- clear() - Method in class PrologDB.ErrorReport
-
makes ErrorReporters reusable by re-initializing their state
- closeOut() - Static method in class MDLUtilities.RunningBear
-
closeOut the current output file (unless it is System.out)
- Colon - Class in Parsing.TBPrims.SkipTokens
-
a Colon is :." token
- Colon() - Constructor for class Parsing.TBPrims.SkipTokens.Colon
-
Standard constructor
- Colon(LineToParse) - Constructor for class Parsing.TBPrims.SkipTokens.Colon
-
Standard constructor with line to parse
- ColonKind - Class in Parsing.DBPrimitives.Patterns
-
- ColonKind() - Constructor for class Parsing.DBPrimitives.Patterns.ColonKind
-
Standard constructor
- ColonKind(LineToParse) - Constructor for class Parsing.DBPrimitives.Patterns.ColonKind
-
Standard constructor with line to parse
- Column - Class in PrologDB
-
A column is a read-only, non-modifiable (String name, boolean isQuoted) pair
- Column(Column) - Constructor for class PrologDB.Column
-
copy Column constructor
- Column(Column, String) - Constructor for class PrologDB.Column
-
rename constructor
- Column(String) - Constructor for class PrologDB.Column
-
if qname is a single-quoted string (or if you're lazy, if first char of
qname is '), then column is quoted
- Column(String, Column.opts, String, boolean) - Constructor for class PrologDB.Column
-
- Column.opts - Enum in PrologDB
-
- ColumnCorrespondence - Class in PrologDB
-
- ColumnCorrespondence() - Constructor for class PrologDB.ColumnCorrespondence
-
- ColumnCorrespondence.Pair - Class in PrologDB
-
- ColumnName - Class in Parsing.GeneralPrimitives.PrimTokens
-
column name token (alpha (alpha|underscore|digit|colon)*
- ColumnName() - Constructor for class Parsing.GeneralPrimitives.PrimTokens.ColumnName
-
Standard constructor
- ColumnName(LineToParse) - Constructor for class Parsing.GeneralPrimitives.PrimTokens.ColumnName
-
Standard constructor with line to parse
- combiner() - Method in class PrologDB.TablesToTable
-
- combiner() - Method in class PrologDB.TuplesToTable
-
- Comma - Class in Parsing.DBPrimitives.FixedStrTokens
-
a Comma is a "," token
- Comma() - Constructor for class Parsing.DBPrimitives.FixedStrTokens.Comma
-
Standard constructor
- Comma(LineToParse) - Constructor for class Parsing.DBPrimitives.FixedStrTokens.Comma
-
Standard constructor with line to parse
- Common - Class in Boot.MDELite
-
- Common() - Constructor for class Boot.MDELite.Common
-
- Common.IEnum - Interface in Boot.MDELite
-
- Common.PEnum - Interface in Boot.MDELite
-
- Common.Triple - Class in Boot.MDELite
-
- completed(Common.PEnum) - Static method in class Boot.MDELite.Common
-
- computeInOut(String, Table, Table) - Static method in class Boot.MDELite.Shared
-
- ConnConform - Class in LectureExamples
-
- ConnConform() - Constructor for class LectureExamples.ConnConform
-
- ConnConformWNegation - Class in LectureExamples
-
- ConnConformWNegation() - Constructor for class LectureExamples.ConnConformWNegation
-
- Connect - Class in Parsing.YumlPrimitives.Patterns
-
Yuml Production : Connect = [End1] [name] Solid [name] {End2] Box
- Connect() - Constructor for class Parsing.YumlPrimitives.Patterns.Connect
-
Standard constructor
- Connect(LineToParse) - Constructor for class Parsing.YumlPrimitives.Patterns.Connect
-
Standard constructor with line to parse
- consumeToken() - Method in class Parsing.GeneralPrimitives.NonEmptyList
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.Optionals.Choose1
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.Optionals.Optional
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.Patterns.Pattern
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.PrimTokens.ColumnName
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.PrimTokens.End
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.PrimTokens.Name
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.PrimTokens.NatNumber
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.PrimTokens.NumBer
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.PrimTokens.QuotedString
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.SaveTokens.FixedStringToken
-
- consumeToken() - Method in class Parsing.GeneralPrimitives.Token
-
assuming canParse has been called, consume the next token;
parsed token is stored in LinetoParse object
- consumeToken() - Method in class Parsing.TBPrims.Arrow
-
- consumeToken() - Method in class Parsing.TBPrims.SaveToken.Equals
-
- consumeToken() - Method in class Parsing.TBPrims.SaveToken.IsVariable
-
- consumeToken() - Method in class Parsing.TBPrims.SaveToken.Option
-
- consumeToken() - Method in class Parsing.TBPrims.SaveToken.RightParenPush
-
- consumeToken() - Method in class Parsing.TBPrims.SaveToken.TaBleModifier
-
- consumeToken() - Method in class Parsing.YumlPrimitives.BoxEntry
-
- consumeToken() - Method in class Parsing.YumlPrimitives.Role
-
- contains(TableSchema) - Method in class PrologDB.SubTableSchema
-
does this subtable schema include TableSchema s1 as subtable?
- contains(String) - Method in class PrologDB.SubTableSchema
-
does this subtable schema include TableSchema with name s as subtable?
- contains(Tuple) - Method in class PrologDB.Table
-
does 'this' tbl contain tuple t?
- containsTable(String) - Method in class PrologDB.DB
-
Returns true if there is a table with tableName in the database
- convert2PrimType(String) - Static method in enum PrologDB.PrimType
-
- convertJavaName2PrimType(String) - Static method in enum PrologDB.PrimType
-
- copy() - Method in class PrologDB.DBSchema
-
copyFrom a database schema.
- copy() - Method in class PrologDB.KeyedTable
-
returns copy of key table
- copy() - Method in class PrologDB.OOSchema
-
copyFrom an oodb schema.
- copy(Schema) - Method in class PrologDB.SubTableSchema
-
copyFrom 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(Tuple, List<Column>) - Method in class PrologDB.Tuple
-
copies selected column values from existing tuple
- copy(Tuple) - Method in class PrologDB.Tuple
-
copies all column values from tuple into 'this' tuple
- copy(Tuple, ColumnCorrespondence) - Method in class PrologDB.Tuple
-
copies column values in 'from' tuple to 'this' tuple
- 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.
- copydir(String, String, String...) - Static method in class MDLUtilities.Utils
-
- copydirDebug(String, String, String...) - Static method in class MDLUtilities.Utils
-
- copydirFiles(String, String, String...) - Static method in class MDLUtilities.Utils
-
- copyFile(String, String) - Static method in class MDLUtilities.Utils
-
- copyForSelfJoins(String) - Method in class PrologDB.Table
-
this method copies a tbl t for use left self-joins; the original tbl t is
copied and renamed to copyTableName
- CopyForSelfJoins(String) - Method in class PrologDB.TableSchema
-
copies table schema (this) for self-joins.
- copyFrom(Schema) - Method in class PrologDB.Schema
-
copyFrom core elements of a database or oodb schema
- CorrectResultsAfterChainingErrorMsgs - package CorrectResultsAfterChainingErrorMsgs
-
- Count - Class in Aggregation
-
use for integer aggregations
- Count(String) - Constructor for class Aggregation.Count
-
- count() - Method in class PrologDB.Table
-
- 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
- current - Static variable in class Boot.MDELite.Common
-
- cycleCheck(ErrorReport) - Method in class PrologDB.Table
-
determines if there are cycles left a cycle tbl (par,chd), where par =
parent id, and chd = child id