Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

S

schema - Variable in class PrologDB.Table
each table 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 is computed
semiJoin(String, Table, String) - Method in class PrologDB.Table
this is a table constructor that takes the leftSemiJoin of 'this' table on the leftJoinCol with rightTable on the right JoinKey.
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
setLineToParse(LineToParse) - Method in class Parsing.GeneralPrimitives.Token
set line to parse (l)
setNull(String) - Method in class PrologDB.Tuple
sets a column with columnName to have "null" value
setNulls(TableSchema) - Method in class PrologDB.Tuple
Add the (column,null) pairs of tuple t to the existing tuple.
setValues(Tuple) - Method in class PrologDB.Tuple
Add the (column,value) pairs of tuple t to the existing 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.
Shared - Class in Boot.MDELite
 
Shared() - Constructor for class Boot.MDELite.Shared
 
shortFileName(String) - Static method in class MDELite.Utils
 
size() - Method in class PrologDB.DBSchema
return number of TableSchemas (equivalently the number of Tables in a schema instance) in this dbschema
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
Yuml token: Solid is "-"
Solid() - Constructor for class Parsing.YumlPrimitives.Solid
Standard constructor
Solid(LineToParse) - Constructor for class Parsing.YumlPrimitives.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 MDELite.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
 
startsWith(String) - Method in class Parsing.Parsers.LineToParse
 
state - Static variable in class Boot.MDELite.Common
 
StateConform - Class in Violett
Conformance program for .vpl.pl databases
StateConform() - Constructor for class Violett.StateConform
 
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 table into a stream of Tuples
SubTaBle - Class in Parsing.DBPrimitives
subtable token "subtable"
SubTaBle() - Constructor for class Parsing.DBPrimitives.SubTaBle
Standard constructor
SubTaBle(LineToParse) - Constructor for class Parsing.DBPrimitives.SubTaBle
Standard constructor with line to parse
subtables - Variable in class PrologDB.Table
each table 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 dbSchema schema supr
SubTableSchema(TableSchema, List<TableSchema>) - Constructor for class PrologDB.SubTableSchema
create subTableSchema declaration for dbSchema TableSchema supr with subtable Schemas subs
SubTableStmt - Class in Parsing.DBPrimitives
subtable statement: subtable(name,[ name1,name2...
SubTableStmt() - Constructor for class Parsing.DBPrimitives.SubTableStmt
Standard constructor
SubTableStmt(LineToParse) - Constructor for class Parsing.DBPrimitives.SubTableStmt
Standard constructor with line to parse
subTableStmt - Static variable in class Parsing.DBPrimitives.SubTableStmt
subTableStatement statement subtable,name,[name1,name2...]).
supplier() - Method in class PrologDB.toTable
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links