- endsWith(String[], String...) - Static method in class M4Utilities.Utils
-
given a parseFileName array ["x","y","z","q","r"], endsWith returns true
if its 2nd argument matches the postfix of the input array; ex args =
["q","r"] will return true;
see UtilsTest for examples
- endtok - Static variable in class M4Parsing.PlantUMLPrims.FixedStrTokens.RightBrace
-
- EndUML - Class in M4Parsing.PlantUMLPrims.FixedStrTokens
-
Assoc is "assoc" token
- EndUML() - Constructor for class M4Parsing.PlantUMLPrims.FixedStrTokens.EndUML
-
Standard constructor
- EndUML(LineToParse) - Constructor for class M4Parsing.PlantUMLPrims.FixedStrTokens.EndUML
-
Standard constructor with line to parse
- EntireLine - Class in M4Parsing.PlantUMLPrims.FixedStrTokens
-
name token (alpha (alpha|underscore|digit)*
- EntireLine() - Constructor for class M4Parsing.PlantUMLPrims.FixedStrTokens.EntireLine
-
Standard constructor
- EntireLine(LineToParse) - Constructor for class M4Parsing.PlantUMLPrims.FixedStrTokens.EntireLine
-
Standard constructor with line to parse
- EoLString - Class in M4Parsing.CDPrims.PrimTokens
-
(anything until eol
- EoLString() - Constructor for class M4Parsing.CDPrims.PrimTokens.EoLString
-
Standard constructor
- EoLString(LineToParse) - Constructor for class M4Parsing.CDPrims.PrimTokens.EoLString
-
Standard constructor with line to parse
- equals(AssocSchema) - Method in class CD.AssocSchema
-
- equals(CDSpec) - Method in class CD.CDSpec
-
extension of equals
- equals(TBL) - Method in class Meta4Framework.TaBle
-
- equalsEH(CDSpec) - Method in class CD.CDSpec
-
two DBSchemas are equal iff (a) they have the same SubTableSchema, (b)
they have the same set of table schemas, and (c) they have the same set
of subtable schemas; if so this method returns.
- ErrInt<T> - Interface in M4Utilities
-
mother of all enums in MDELite
- Error - Enum in M4Utilities
-
all run-time errors in MDELite
- error(ErrorReport, String, Function<T, String>...) - Method in class Meta4Framework.TaBle
-
- exists(Predicate<T>) - Method in class Meta4Framework.TaBle
-
- exists() - Method in class Meta4Framework.TaBle
-
- exists(Predicate<T>, String, ErrorReport) - Method in class Meta4Framework.TaBle
-