- Identity - Class in Boot.MDELite
-
simple identity transformation for meta files.
- Identity() - Constructor for class Boot.MDELite.Identity
-
- iftest(Table, Predicate<Tuple>, String, ErrorReport) - Static method in class PrologDB.Constraints
-
ifpred -- then error
- implies(Table, Predicate<Tuple>, Predicate<Tuple>, String, ErrorReport) - Static method in class PrologDB.Constraints
-
implies: ifpred implies thenpred; violations are reported in error
reporter
- in(Table) - Method in class PrologDB.Tuple
-
is 'this' tuple in the given table?
- inDiv() - Method in class LectureExamples.allegory.PDD.Department
-
- init() - Static method in class Parsing.Parsers.YumlLineParser
-
- init() - Static method in class RegTest.Utility
-
init initializes Utility -- should be called but often is not
- inputs - Variable in class Boot.MDELite.Common.Triple
-
- inputs - Static variable in class Boot.MDELite.Shared
-
- InstanceOf - Class in MDL
-
InstanceOf is a program that takes two inputs, a schema and a db,
and confirms (or refutes) that the db conforms to the schema (sans constraints)
- InstanceOf() - Constructor for class MDL.InstanceOf
-
- intersect(Table) - Method in class PrologDB.Table
-
return intersection of two tables that have the same schema
- invoke(Common.PEnum, HashMap<String, String>) - Static method in class Boot.MDELite.Common
-
- is(String, String) - Method in class PrologDB.Tuple
-
does columnName have value?
- is(String, String...) - Method in class PrologDB.Tuple
-
does columnName have any of these values
- is(String, int) - Method in class PrologDB.Tuple
-
does columnName have integer value?
- is(String, float) - Method in class PrologDB.Tuple
-
does columnName have float value?
- is(String, double) - Method in class PrologDB.Tuple
-
does columnName have double value?
- is(String) - Method in class PrologDB.Tuple
-
does columnName have boolean true?
- isCard(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
used by Yuml
- isColumnNameChar(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a letter or digit or underscore?
- isComplete() - Method in class PrologDB.Tuple
-
asserts that a tuple has its full complement of values.
- isDetached() - Method in class PrologDB.TableSchema
-
- isDigit(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a digit?
- isDot(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a dot?
- isFinished() - Method in class PrologDB.DBSchema
-
- isLegit(Table, String, Table, String, ErrorReport) - Static method in class PrologDB.Constraints
-
ensure that t.column2r points to a legit row in r.columnrid, er is error
reporter
- isLegit(Table, String, Table, String, ErrorReport, Function<Tuple, String>) - Static method in class PrologDB.Constraints
-
- isLetter(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a letter?
- isLetterOrDigit(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a letter or digit?
- isLetterOrDigitOrUnderScore(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a letter or digit or underscore?
- isLowercaseLetter(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a lowercase letter?
- isNegative(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a minus (negative) sign?
- isNull(String) - Method in class PrologDB.Tuple
-
is value of columnName "null"? Remember: nulls in an MDELite database are
"null" strings, not java null or ""
- isNumber(String) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is the start of string s a number?
- isQuote(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c a double-quote or a single-quote?
- isQuoted() - Method in class PrologDB.Column
-
- isRole(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
used by Yuml
- isSuperTableOf(TableSchema) - Method in class PrologDB.TableSchema
-
is 'this' schema a supertable (ancestor) of table schema s?
- isUnderScore(char) - Method in class Parsing.Parsers.PrimitiveLookAhead
-
is c an underscore?
- isUnique(Table, String, ErrorReport) - Static method in class PrologDB.Constraints
-
verify that all rows in table t have column with unique values