- FamiliesM2M - Class in LectureExamples
-
- FamiliesM2M() - Constructor for class LectureExamples.FamiliesM2M
-
- filter(Predicate<Tuple>) - Method in class PrologDB.Table
-
same as select above, just different name
- findCorrectDirectories() - Static method in class CorrectResultsAfterChainingErrorMsgs.UpdateCorrectFiles
-
- finishAndPropagateAttributes() - Method in class PrologDB.OOSchema
-
sets DB Schema ready for instantiation; flattens the schema if not
already flattened.
- finished - Variable in class PrologDB.Schema
-
- finishedAndIPropagatedAttributesMyself() - Method in class PrologDB.Schema
-
you finish a schema where you swear that you propagated all attributes in
a table hierarchy.
- finisher() - Method in class PrologDB.TablesToTable
-
- finisher() - Method in class PrologDB.TuplesToTable
-
- FixedStringToken - Class in Parsing.GeneralPrimitives.SaveTokens
-
parse fixed string and saveToken the result
- FixedStringToken(boolean) - Constructor for class Parsing.GeneralPrimitives.SaveTokens.FixedStringToken
-
Standard constructor
- FixedStringToken(LineToParse, boolean) - Constructor for class Parsing.GeneralPrimitives.SaveTokens.FixedStringToken
-
Standard constructor with line to parse
- flatten() - Method in class PrologDB.SubTableSchema
-
push columns of belongstoSchema into subs
- follow(String) - Method in class PrologDB.Table
-
- forEach(Consumer<Tuple>) - Method in class PrologDB.Table
-
works like forEach stream, except it takes left a tbl
- Fsm2Java - Class in Boot.fsm
-
- Fsm2Java() - Constructor for class Boot.fsm.Fsm2Java
-
- fsm2meta - Class in Boot.MDELite
-
- fsm2meta() - Constructor for class Boot.MDELite.fsm2meta
-
- FTLArrow - Class in Parsing.TBPrims.Patterns
-
function call arguments '(' ExprList ')' (last is push)
- FTLArrow() - Constructor for class Parsing.TBPrims.Patterns.FTLArrow
-
Standard constructor
- FTLArrow(LineToParse) - Constructor for class Parsing.TBPrims.Patterns.FTLArrow
-
Standard constructor with line to parse
- FuncStmt - Class in Parsing.TBPrims.Patterns
-
function line statement: name name+ "arrow" name+
- FuncStmt() - Constructor for class Parsing.TBPrims.Patterns.FuncStmt
-
Standard constructor
- FuncStmt(LineToParse) - Constructor for class Parsing.TBPrims.Patterns.FuncStmt
-
Standard constructor with line to parse
- FuncType - Class in Parsing.TBPrims.Patterns
-
function type is a modified name :- choose1('option', 'table', (empty)) name
- FuncType() - Constructor for class Parsing.TBPrims.Patterns.FuncType
-
Standard constructor
- FuncType(LineToParse) - Constructor for class Parsing.TBPrims.Patterns.FuncType
-
Standard constructor with line to parse
- FuncTypeList - Class in Parsing.TBPrims.Lists
-
a ExprList is FuncType (,FuncType)*
- FuncTypeList() - Constructor for class Parsing.TBPrims.Lists.FuncTypeList
-
Standard constructor
- FuncTypeList(LineToParse) - Constructor for class Parsing.TBPrims.Lists.FuncTypeList
-
Standard constructor with line to parse