- Unique - Class in PrologDB
-
Unique is a useful utility for evaluating the uniqueness of specific columns
of a stream of tuples.
- Unique(String, String, ErrorReport) - Constructor for class PrologDB.Unique
-
create a Unique object for tuples that have idcol as the name of their
column identifier, column as the name of a column that should have unique
values, and erReport as the ErrorReport object
- Utility - Class in RegTest
-
this is a set of methods that allow you to collect the output (system.out,
system.err) of a program run, and compare this output to that which is known
correct -- ie a regression test.
- Utility() - Constructor for class RegTest.Utility
-
- Utils - Class in MDELite6
-
a few utility routines used in MDELite6 tests, not in MDELite production code
- Utils() - Constructor for class MDELite6.Utils
-