- saveCorrectOutput(String, String, boolean) - Static method in class RegTest.Utility
-
this method is used to copy the output of a test to a file in the correct
directory.
- saveCorrectOutput(String, String, boolean, String[]) - Static method in class RegTest.Utility
-
verify that two files, whose names are outputFile and correctFile, by
optionally sorting them, and eliminating an array of regular expressions,
are identical; silent output means both files are identical
- schema - Variable in class MDLUtilities.Result
-
- Schema - Class in PrologDB
-
- Schema(String) - Constructor for class PrologDB.Schema
-
This constructor is used for the incremental construction of dbase or
oodb Schemas.
- schema - Variable in class PrologDB.Table
-
each tbl points to its tablesSchema "schema"
- schema - Variable in class PrologDB.Tuple
-
Every tuple points to its TableSchema of origin this field should be
ignored once a table ls computed
- SchemaDeclString(String) - Method in class PrologDB.Schema
-
- select(Predicate<Tuple>) - Method in class PrologDB.Table
-
return a Table from a given Table that satisfies predicate p
- sequence - Variable in class Parsing.GeneralPrimitives.Patterns.Pattern
-
- set(String, String) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given string value
- set(String, int) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given int value
- set(String, double) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given double value
- set(String, float) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given float value
- set(String, boolean) - Method in class PrologDB.Tuple
-
sets a column with columnName to have the given boolean value
- setFinished() - Method in class PrologDB.OOSchema
-
declare OOschema finished -- can no longer be edited.
- setJoinTupleValues(String[], String[], Tuple, String[], Tuple) - Method in class PrologDB.Tuple
-
specific for creating join tuples -- should be package public call:
setJoinTupleValues(jcols, lcols, right, rcols, right)
- setLineToParse(LineToParse) - Method in class Parsing.GeneralPrimitives.Token
-
only to be called in Pattern and Choose1 templates to set the current
line on the given pattern
set line to parse (l)
- setNull(String) - Method in class PrologDB.Tuple
-
sets a column with columnName to have "null" value
- setNulls() - Method in class PrologDB.Tuple
-
Add the (column,null) pairs of tuple t to 'this' tuple.
- setValues(String...) - Method in class PrologDB.Tuple
-
adds a list of values, in order in which their columns are defined, to an
empty tuple.
- setValues(String[], String[]) - Method in class PrologDB.Tuple
-
- Shared - Class in Boot.MDELite
-
- Shared() - Constructor for class Boot.MDELite.Shared
-
- SharedConstants - Interface in MDLUtilities
-
- shortFileName(String) - Static method in class MDLUtilities.Utils
-
- show() - Method in class PrologDB.Table
-
print table to System.out and return table useful for debugging
- show(PrintStream) - Method in class PrologDB.Table
-
print table to out and return table useful for debugging
- show() - Method in class PrologDB.Tuple
-
useful for debugging -- show prints every tuple it sees
- size() - Method in class PrologDB.Schema
-
return number of TableSchemas (equivalently the number of Tables in a
schema instance) in this dbschema
- size() - Method in class PrologDB.Table
-
- size() - Method in class PrologDB.TableSchema
-
returns number of columns presently in 'this' TableSchema
- size() - Method in class PrologDB.Tuple
-
returns current number of (column,value) pairs in this tuple.
- Solid - Class in Parsing.YumlPrimitives.FixedSave
-
Yuml token: Solid is "-"
- Solid() - Constructor for class Parsing.YumlPrimitives.FixedSave.Solid
-
Standard constructor
- Solid(LineToParse) - Constructor for class Parsing.YumlPrimitives.FixedSave.Solid
-
Standard constructor with line to parse
- sort(String, boolean) - Method in class PrologDB.Table
-
sort 'this' Table on column with columnName
- spawnCommandLine(String...) - Static method in class MDLUtilities.ExeUtils
-
spans a process for the given command line, and doesn't wait to finish
- sriramFsm2java - Class in Boot.fsm
-
- sriramFsm2java() - Constructor for class Boot.fsm.sriramFsm2java
-
- StandardConform(ErrorReport, boolean) - Method in class PrologDB.DB
-
standard conformance tests per database -- still needs to
apply user-defined conformance rules
- StandardConform(DB, ErrorReport, boolean) - Method in class PrologDB.Table
-
Standard conformance tests applied to table
- startsWith(String) - Method in class Parsing.LineParsers.LineToParse
-
- StateConform - Class in Grafit
-
- StateConform() - Constructor for class Grafit.StateConform
-
- StateConform - Class in Violett
-
Conformance program for .vpl.pl databases
- StateConform() - Constructor for class Violett.StateConform
-
- StateParser - Class in Grafit
-
- StateParser() - Constructor for class Grafit.StateParser
-
- StateParser - Class in Violett
-
parser for X.state.violet files into X.fsm.pl database
- StateParser() - Constructor for class Violett.StateParser
-
- StateUnParser - Class in Violett
-
Unparser of X.fsm.pl files to X.state.violet
- StateUnParser() - Constructor for class Violett.StateUnParser
-
- stream() - Method in class PrologDB.Table
-
convert tbl into a stream of Tuples
- SubTaBle - Class in Parsing.DBPrimitives.FixedStrTokens
-
subtable token "subtable"
- SubTaBle() - Constructor for class Parsing.DBPrimitives.FixedStrTokens.SubTaBle
-
Standard constructor
- SubTaBle(LineToParse) - Constructor for class Parsing.DBPrimitives.FixedStrTokens.SubTaBle
-
Standard constructor with line to parse
- subtables - Variable in class PrologDB.Schema
-
- subtables - Variable in class PrologDB.Table
-
each tbl has a list of its subtables; this list is initialized by
Table.getSubTables upon first reference
- SubTableSchema - Class in PrologDB
-
a SubTableSchema object is an ordered pair (table, [list-of-subtables]),
which encodes one level of a table inheritance hierarchy.
- SubTableSchema(TableSchema) - Constructor for class PrologDB.SubTableSchema
-
create new SubTable object for belongstoSchema schema supr
- SubTableSchema(TableSchema, TableSchema...) - Constructor for class PrologDB.SubTableSchema
-
- SubTableSchema(TableSchema, List<TableSchema>) - Constructor for class PrologDB.SubTableSchema
-
create subTableSchema declaration for belongstoSchema TableSchema supr
with subtable Schemas subs
- SubTableSchema(SubTableSchema) - Constructor for class PrologDB.SubTableSchema
-
create a shallow copy of subtable schema s
- SubTableStmt - Class in Parsing.DBPrimitives.Patterns
-
subtable statement: subtable(name,[ name1,name2...
- SubTableStmt() - Constructor for class Parsing.DBPrimitives.Patterns.SubTableStmt
-
Standard constructor
- SubTableStmt(LineToParse) - Constructor for class Parsing.DBPrimitives.Patterns.SubTableStmt
-
Standard constructor with line to parse
- supplier() - Method in class PrologDB.TablesToTable
-
- supplier() - Method in class PrologDB.TuplesToTable
-