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 

A

accept(File) - Method in class mmj.gmff.GMFFFileFilter
FileFilter for MMT Folders.
accept(File) - Method in class mmj.tl.MMTFileFilter
FileFilter for MMT Folders.
accumErrorMessage(String, Object...) - Method in class mmj.lang.Messages
Accum error message in Messages repository.
accumException(MMJException) - Method in class mmj.lang.Messages
Accum an MMJException in Messages repository.
accumException(MMJException) - Method in class mmj.util.Boss
 
accumHypInList(List<T>, T) - Static method in class mmj.lang.Assrt
Accumulate unique hypotheses (no duplicates), storing them in an array list in order of their appearance in the database.
accumHypInList(List<T>, T) - Static method in class mmj.lang.Formula
Accumulate unique hypotheses (no duplicates), storing them in an array list in order of their appearance in the database.
accumInfoMessage(String, Object...) - Method in class mmj.lang.Messages
Accum info message in Messages repository.
accumInputGMFFExportParms(GMFFExportParms) - Method in class mmj.gmff.GMFFManager
Caches parameters from one RunParm for later validation and use.
accumInputGMFFUserTextEscapesList(GMFFUserTextEscapes) - Method in class mmj.gmff.GMFFManager
Caches parameters from one RunParm for later validation and use.
accumListVarHypUsedListBySeq(List<VarHyp>, List<VarHyp>) - Method in class mmj.lang.ParseNode
Accumulate Var Hyps used in the subtree which are also in an input list of Var Hyps.
accumMessage(ErrorCode, Object...) - Method in class mmj.lang.Messages
Accum info/error message in Messages repository.
accumSetOfWorkVarsUsed(List<WorkVar>) - Method in class mmj.lang.ParseNode
Updates an ArrayList to maintain a set of Work Vars used in a subtree.
accumSetOfWorkVarsUsed(Set<WorkVar>) - Method in class mmj.pa.ProofStepStmt
 
accumStartupErrors() - Method in class mmj.util.MMJ2FailPopupWindow
Gathers the Messages error messages to be displayed.
accumTheoremLoaderCommitListener(TheoremLoaderCommitListener) - Method in class mmj.lang.LogicalSystem
Adds a TheoremLoaderCommitListener to the TheoremLoaderCommitListener list if the instance is not already in the list.
accumVarHypArray(ParseNode[], int) - Method in class mmj.lang.ParseNode
Updates an array to maintain a set of parse trees correponding to the Var Hyps used in a subtree.
accumVarHypListBySeq(List<? super VarHyp>) - Method in class mmj.lang.VarHyp
Accumulate VarHyp(no duplicates), storing it in an array list in order of appearance in the database.
accumVarHypUsedListBySeq(List<? super VarHyp>) - Method in class mmj.lang.ParseNode
Updates an ArrayList to maintain a set of Var Hyps used in a subtree.
accumVarListBySeq(List<Var>) - Method in class mmj.lang.Var
Accumulate var (no duplicates), storing it in an array list in order of appearance in the database.
accumWorkVarList(WorkVar) - Method in class mmj.pa.ProofStepStmt
 
actionPerformed(ActionEvent) - Method in class mmj.search.FormatScrnMap
 
actionPerformed(ActionEvent) - Method in class mmj.search.FromChapScrnMap
 
actionPerformed(ActionEvent) - Method in class mmj.search.FromSecScrnMap
 
actionPerformed(ActionEvent) - Method in class mmj.search.InWhatScrnMap
 
actionPerformed(ActionEvent) - Method in class mmj.search.OperScrnMap
 
actionPerformed(ActionEvent) - Method in class mmj.search.PartScrnMap
 
actionPerformed(ActionEvent) - Method in class mmj.search.SearchOptionsJButton
 
actionPerformed(ActionEvent) - Method in class mmj.search.SearchResultsJButton
 
actionPerformed(ActionEvent) - Method in class mmj.search.ThruChapScrnMap
 
actionPerformed(ActionEvent) - Method in class mmj.search.ThruSecScrnMap
 
active - Variable in class mmj.lang.Hyp
"active", true or false?
add(Assrt, String[]) - Method in class mmj.pa.StepSelectorStore
Adds a StepSelectorSearch result to the data store if the store is not already full.
add(Assrt, String[], int) - Method in class mmj.search.SearchOutputStore
 
add(Axiom, Grammar) - Static method in class mmj.verify.GrammarRule
Adds a Syntax Axiom's "base" grammar rule plus all derived grammar rules to the Grammar.
add(LRParser.ParseState) - Method in class mmj.verify.LRParser.ParseSet
 
addAll(Collection<? extends LRParser.ParseState>) - Method in class mmj.verify.LRParser.ParseSet
 
addAxiom(String, String, List<String>) - Method in class mmj.lang.LogicalSystem
Add Axiom to Logical System.
addAxiom(String, String, List<String>) - Method in interface mmj.lang.SystemLoader
Add Axiom to Logical System.
addBlock(String) - Method in class mmj.mmio.BlockList
 
addCnst(String) - Method in class mmj.lang.LogicalSystem
Add Cnst to Logical System.
addCnst(String) - Method in interface mmj.lang.SystemLoader
Add Cnst to Logical System.
addCnst(Cnst) - Method in class mmj.verify.LRParser.ParseSet
 
addContext(T) - Method in class mmj.mmio.Tokenizer
 
addContext(int, T) - Method in class mmj.mmio.Tokenizer
 
addContext(MMJException.ErrorContext) - Method in exception mmj.pa.MMJException
 
addContext(MMJException.ErrorContext, T) - Static method in exception mmj.pa.MMJException
 
addContext(MMJException) - Method in class mmj.util.Boss
 
addData(Stmt, ConstSubst, PropertyTemplate, Data) - Method in class mmj.transforms.ComplexRuleMap
Adds new data and returns it or returns the old version
addDefinedScheme(TMFFScheme) - Method in class mmj.tmff.TMFFPreferences
Add newly defined Scheme to Preferences data.
addDerivStep(DerivationStep, ProofStepStmt[], String[], String, Formula, ParseTree, List<WorkVar>) - Method in class mmj.pa.ProofWorksheet
 
addDerivStepForDeriveFeature(List<WorkVar>, Formula, ParseTree, DerivationStep) - Method in class mmj.pa.ProofWorksheet
Generates a DerivationStep and adds it to the proofWorkStmtList ArrayList on behalf of ProofUnifier.
addDjVarGroups(Var[][]) - Method in class mmj.lang.ScopeFrame
Accumulates an array of DvGroups into the djVarsArray.
addDjVars(String, String) - Method in class mmj.lang.LogicalSystem
Add DjVars (Disjoint Variables Restriction) to Logical System.
addDjVars(String, String) - Method in interface mmj.lang.SystemLoader
Add DjVars (Disjoint Variables Restriction) to Logical System.
addFileSetting(String, String) - Method in class mmj.pa.SessionStore
 
addFileSetting(String, String, Supplier<File>) - Method in class mmj.pa.SessionStore
 
addFileSetting(String, String, Supplier<File>, Function<String, File>) - Method in class mmj.pa.SessionStore
 
addGeneratedProofStmt(ParseTree.RPNStep[]) - Method in class mmj.pa.ProofWorksheet
Insert a GeneratedProofStmt into the ProofWorksheet
addGeneratedProofStmt(List<Stmt>, String) - Method in class mmj.pa.ProofWorksheet
 
addLabelContext(ProofWorksheet, T) - Static method in class mmj.pa.ProofWorksheet
 
addLabelContext(ProofWorksheet, ErrorCode, Object...) - Static method in class mmj.pa.ProofWorksheet
 
addListener(SessionStore.OnChangeListener<T>) - Method in class mmj.pa.Setting
 
addListener(SessionStore.OnChangeListener<T>, boolean) - Method in class mmj.pa.Setting
 
addLogHyp(String, String, List<String>) - Method in class mmj.lang.LogicalSystem
Add LogHyp (Logical Hypothesis) to Logical System.
addLogHyp(String, String, List<String>) - Method in interface mmj.lang.SystemLoader
Add LogHyp (Logical Hypothesis) to Logical System.
addLogHypForTheoremLoader(int, String, String, List<String>) - Method in class mmj.lang.LogicalSystem
Add LogHyp (Logical Hypothesis) to Logical System.
addNewChapter(String) - Method in class mmj.lang.BookManager
Adds a new Chapter to the BookManager's collection.
addNewChapter(String) - Method in class mmj.lang.LogicalSystem
Add new BookManager Chapter.
addNewChapter(String) - Method in interface mmj.lang.SystemLoader
Add new Chapter.
addNewSection(String) - Method in class mmj.lang.BookManager
Adds a new Section to the current Chapter in the BookManager's collection
addNewSection(String) - Method in class mmj.lang.LogicalSystem
Add new BookManager Section.
addNewSection(String) - Method in interface mmj.lang.SystemLoader
Add new Section.
addNotationRule(Cnst[], NotationRule) - Static method in class mmj.verify.GRForest
get root, blow up if helpful to consistency; find last element of input expr that has a node under the forest root; if last element of input expr is the final element of the array and it already has a NotationRule return the found node -- but if the NotationRule is null, update the rule with the input rule and return the found node. prepare a linked chain of all nodes that do not already exist and splice them into the forest, returning the last node to the caller.
addProver(Prover.AssrtProver) - Method in class mmj.transforms.Provers.ArrayProver
 
addRunParmContext(BatchCommand, T) - Static method in class mmj.util.UtilConstants.RunParmContext
 
addSerializable(String, Consumer<?>, Supplier<?>) - Method in class mmj.pa.SessionStore
 
addSetting(String, T) - Method in class mmj.pa.SessionStore
 
addSetting(String, T, Class<T>) - Method in class mmj.pa.SessionStore
 
addSetting(String, T, Serializer<T>) - Method in class mmj.pa.SessionStore
 
addSetting(String, boolean) - Method in class mmj.pa.SessionStore
 
addSettings(SessionStore) - Method in interface mmj.verify.GrammaticalParser
(Optionally) add some settings to the global storage to improve load times.
addSettings(SessionStore) - Method in class mmj.verify.LRParser
 
addStepContext(String, T) - Static method in class mmj.pa.PaConstants.StepContext
 
addStepContext(T) - Method in class mmj.pa.ProofUnifier
 
addTheorem(String, int, String, List<String>, List<String>, Messages) - Method in class mmj.lang.LogicalSystem
Add Theorem to Logical System.
addTheorem(String, int, String, List<String>, List<String>, BlockList, Messages) - Method in class mmj.lang.LogicalSystem
Add Theorem to Logical System.
addTheorem(String, int, String, List<String>, List<String>, Messages) - Method in interface mmj.lang.SystemLoader
Add Theorem to Logical System.
addTheorem(String, int, String, List<String>, List<String>, BlockList, Messages) - Method in interface mmj.lang.SystemLoader
Add Theorem to Logical System.
addTheoremContext(String, T) - Static method in class mmj.pa.PaConstants.TheoremContext
 
addTheoremForTheoremLoader(int, String, String, List<String>, List<String>) - Method in class mmj.lang.LogicalSystem
Add Theorem to Logical System for TheoremLoader.
addToGrammar(Grammar, Cnst[]) - Method in class mmj.verify.GrammarRule
Add rule format expression to the Rule Forest.
addToGrammar(Grammar, Cnst[]) - Method in class mmj.verify.NotationRule
Add rule format expression to the Rule Forest.
addToGrammar(Grammar, Cnst[]) - Method in class mmj.verify.NullsPermittedRule
Add Nulls Permitted rule format expression to the system "repository".
addToGrammar(Grammar, Cnst[]) - Method in class mmj.verify.TypeConversionRule
Add Type Conversion rule format expression to the system "repository".
addToTree(Cnst, GRNode) - Static method in class mmj.verify.GRForest
 
addToTwinChain(ParseNodeHolder) - Method in class mmj.lang.ParseNodeHolder
Add a node to a ParseNodeHolder's twin chain.
addValidation(Function<T, ProofAsstException>, boolean) - Method in class mmj.pa.Setting
 
addValidation(Function<T, ProofAsstException>) - Method in class mmj.pa.Setting
 
addVar(String) - Method in class mmj.lang.LogicalSystem
Add Var to Logical System.
addVar(String) - Method in interface mmj.lang.SystemLoader
Add Var to Logical System.
addVarHyp(String, String, String) - Method in class mmj.lang.LogicalSystem
Add VarHyp to Logical System.
addVarHyp(String, String, String) - Method in interface mmj.lang.SystemLoader
Add VarHyp to Logical System.
align(Stmt) - Method in class mmj.setmm.FolTranslator
 
alignAtNbr - Variable in class mmj.tmff.TMFFAlignColumn
 
alignAtValue - Variable in class mmj.tmff.TMFFAlignColumn
 
alignByValue - Variable in class mmj.tmff.TMFFAlignColumn
 
alignments - Variable in class mmj.setmm.FolTranslator
 
alloc(String) - Method in class mmj.lang.WorkVarManager
Allocates the WorkVar specified by the input token if necessary assuming it is a valid WorkVar token string.
alloc(WorkVar) - Method in class mmj.lang.WorkVarManager
Allocates a given WorkVar.
alloc(Cnst) - Method in class mmj.lang.WorkVarManager
Allocates a new WorkVar for the input Type Code.
ALLOC_NBR_BOOK_CHAPTERS_INITIAL - Static variable in class mmj.lang.LangConstants
This sets the initial size of the ArrayList used to store Chapters in the BookManager.
ALLOC_NBR_BOOK_SECTIONS_INITIAL - Static variable in class mmj.lang.LangConstants
This sets the initial size of the ArrayList used to store Sections in the BookManager.
allocWorkVarHyp(Cnst) - Method in class mmj.lang.WorkVarManager
Allocates a new WorkVar for the input Type Code and returns the corresponding WorkVarHyp.
allProofsVerifiedSuccessfully - Variable in class mmj.util.VerifyProofBoss
 
allStatementsParsedSuccessfully - Variable in class mmj.util.GrammarBoss
 
allStatementsParsedSuccessfully - Variable in class mmj.util.VerifyProofBoss
 
altFormatNbr - Variable in class mmj.tmff.TMFFPreferences
 
altIndent - Variable in class mmj.tmff.TMFFPreferences
 
append(String) - Method in class mmj.gmff.GMFFConstants.ParseLocContext
 
append(String) - Method in interface mmj.pa.MMJException.ErrorContext
 
append(String) - Method in class mmj.pa.MMJException.FormatContext
 
append(String) - Method in class mmj.pa.PaConstants.StepContext
 
append(String) - Method in class mmj.pa.PaConstants.TheoremContext
 
append(String) - Method in class mmj.setmm.SetMMConstants.NotSetMMContext
 
append(String) - Method in class mmj.util.UtilConstants.RunParmContext
 
APPEND_FILE_NAME_ERR_CHAR_1 - Static variable in class mmj.gmff.GMFFConstants
 
APPEND_FILE_NAME_ERR_CHAR_2 - Static variable in class mmj.gmff.GMFFConstants
 
APPEND_FILE_NAME_ERR_CHAR_3 - Static variable in class mmj.gmff.GMFFConstants
 
appendMandatoryModelFile(StringBuilder, String, String) - Method in class mmj.gmff.GMFFExporter
Outputs the contents of a Mandatory Model File to the export buffer throwing an exception if the file is not found.
appendModelFileText(StringBuilder, String) - Method in class mmj.gmff.GMFFExporter
Appends text from a Model File to the output StringBuilder.
appendTokenAtGivenPosition(String, int) - Method in class mmj.tmff.TMFFStateParams
Puts token to string buffer with at least one space following previous output character.
appendToProofText(StringBuilder) - Method in class mmj.pa.ProofWorkStmt
Appends the contents of the input StringBuilder to the ProofWorkStmt formula area.
APPLY_BUTTON_ID - Static variable in class mmj.search.SearchResultsConstants
 
applyClosureProperties(boolean, GenProofStepStmt[], WorksheetInfo, Assrt, ParseNode, ParseNode) - Static method in class mmj.transforms.TrUtil
 
applyDisrtibutiveRule(WorksheetInfo, ProofStepStmt) - Method in class mmj.transforms.ImplicationInfo
 
applyHyp(WorksheetInfo, GenProofStepStmt, ParseNode, Assrt) - Method in class mmj.transforms.ImplicationInfo
Apply implication rule (one or another pattern depend on hypothesis form):
applyImplicationRule(WorksheetInfo, ProofStepStmt, ProofStepStmt, Stmt) - Method in class mmj.transforms.ImplicationInfo
Apply implication rule: like A & A -> B => B.
applyImplicationRule(WorksheetInfo, ProofStepStmt, ParseNode, Assrt) - Method in class mmj.transforms.ImplicationInfo
Apply implication rule: like A & A -> B => B.
applyStubRule(WorksheetInfo, ProofStepStmt) - Method in class mmj.transforms.ImplicationInfo
Apply stub implication rule: like B => A -> B.
applyTransitiveRule(WorksheetInfo, ProofStepStmt, ParseNode, Assrt) - Method in class mmj.transforms.ImplicationInfo
Apply implication rule: like A -> B & B -> C => A -> C.
areBothDjVarsInExtendedFrame(DjVars, ScopeFrame, ScopeFrame) - Static method in class mmj.lang.DjVars
Helper routine for Theorem Loader to confirm that both DjVars variables are in the Extended Frame of a theorem.
areBothDjVarsInHypArray(DjVars) - Method in class mmj.lang.ScopeFrame
Checks to see whether or not both variables in a DjVars pair are referenced in the MandFrame's array of hypotheses.
areExportParmsValid(File, Messages) - Method in class mmj.gmff.GMFFExportParms
Validates Export Parms data.
areLabelCharsValid(String) - Static method in class mmj.mmio.Statementizer
Checks to see if each character in a String is a valid Metamath character.
areUserTextEscapesValid(List<GMFFExportParms>, Messages) - Method in class mmj.gmff.GMFFUserTextEscapes
Validates User Text Escape data.
areWorkVarsDeclared() - Method in class mmj.lang.WorkVarManager
Returns true if the Work Variables have been declared.
ARGUMENTS_OPTION_REPORT_LINE_1 - Static variable in class mmj.util.UtilConstants
 
ARGUMENTS_OPTION_REPORT_LINE_2 - Static variable in class mmj.util.UtilConstants
 
ARGUMENTS_OPTION_REPORT_LINE_3A - Static variable in class mmj.util.UtilConstants
 
ARGUMENTS_OPTION_REPORT_LINE_3B - Static variable in class mmj.util.UtilConstants
 
ARGUMENTS_OPTION_REPORT_LINE_4 - Static variable in class mmj.util.UtilConstants
 
ARGUMENTS_OPTION_REPORT_LINE_5 - Static variable in class mmj.util.UtilConstants
 
array(IntFunction<T[]>) - Method in interface mmj.pa.Serializer
Transform a serializer for the type T into a serializer for the type List<T>, using a JSON array to store the values.
ArrayProver() - Constructor for class mmj.transforms.Provers.ArrayProver
 
asArray() - Method in class mmj.tmff.TMFFAlignColumn
 
asArray() - Method in class mmj.tmff.TMFFFlat
 
asArray() - Method in class mmj.tmff.TMFFMethod
Output the array form of this method's parameters.
asArray() - Method in class mmj.tmff.TMFFTwoColumnAlignment
 
asArray() - Method in class mmj.tmff.TMFFUnformatted
 
asLisp() - Method in class mmj.lang.ParseNode
 
asMMT(int) - Method in interface mmj.setmm.LFTerm
 
asMMT(int) - Method in class mmj.setmm.LFTerm.LFApply
 
asMMT(int) - Method in class mmj.setmm.LFTerm.LFConst
 
asMMT(int) - Method in class mmj.setmm.LFTerm.LFLambda
 
asMMT(int) - Method in class mmj.setmm.LFTerm.LFVar
 
asMMT(int) - Method in interface mmj.setmm.LFType
 
asMMT(int) - Method in class mmj.setmm.LFType.LFArrow
 
asMMT(int) - Method in class mmj.setmm.LFType.LFDed
 
asMMT(int) - Method in class mmj.setmm.LFType.LFPi
 
asMMT(int) - Method in class mmj.setmm.LFType.LFTypeConst
 
assignChapterSectionNbrs(Axiom) - Method in class mmj.lang.BookManager
Assigns Chapter and SectionNbrs to an axiom.
assignChapterSectionNbrs(Theorem) - Method in class mmj.lang.BookManager
Assigns Chapter and SectionNbrs to a theorem.
assignChapterSectionNbrs(LogHyp) - Method in class mmj.lang.BookManager
Assigns Chapter and SectionNbrs to a logical hypothesis.
assignChapterSectionNbrs(VarHyp) - Method in class mmj.lang.BookManager
Assigns Chapter and SectionNbrs to a VarHyp.
assignChapterSectionNbrs(Sym) - Method in class mmj.lang.BookManager
Assigns Chapter and SectionNbrs to either a Cnst or a Var.
assignChapterSectionNbrs(MObj) - Method in class mmj.lang.Section
Assigns an MObj to a Chapter and Section and computes the MObj SectionMObjNbr.
assignNextGrammarRuleNbr() - Method in class mmj.verify.Grammar
 
AssocComComplexRuleMap<Data> - Class in mmj.transforms
 
AssocComComplexRuleMap() - Constructor for class mmj.transforms.AssocComComplexRuleMap
 
AssocComTransformation - Class in mmj.transforms
Associative and commutative transformations
AssocComTransformation(TransformationManager, ParseNode, AssocTree, GeneralizedStmt) - Constructor for class mmj.transforms.AssocComTransformation
 
AssociativeInfo - Class in mmj.transforms
The information about associative operations.
AssociativeInfo(EquivalenceInfo, ClosureInfo, ReplaceInfo, List<Assrt>, TrOutput, boolean) - Constructor for class mmj.transforms.AssociativeInfo
 
assocInfo - Variable in class mmj.transforms.TransformationManager
 
AssocTree - Class in mmj.transforms
This tree represents associative structure
AssocTree() - Constructor for class mmj.transforms.AssocTree
 
AssocTree(AssocTree[]) - Constructor for class mmj.transforms.AssocTree
 
AssocTree(int, AssocTree, AssocTree) - Constructor for class mmj.transforms.AssocTree
 
Assrt - Class in mmj.lang
Assrt is an "Assertion", of which there are two main kinds, Axiom and Theorem -- known in Metamath as "Axiomatic Assertions" and "Provable Assertions".
Assrt(int, List<ScopeDef>, Map<String, Sym>, Map<String, Stmt>, String, String, List<String>) - Constructor for class mmj.lang.Assrt
Construct using a boatload of parameters.
assrt - Variable in class mmj.transforms.Prover.AssrtProver
 
assrt - Variable in class mmj.transforms.Prover.ProverResult
 
ASSRT_LIST_FREESPACE_DEFAULT - Static variable in class mmj.pa.PaConstants
ASSRT_LIST_FREESPACE_DEFAULT = 5
ASSRT_LIST_FREESPACE_MAX - Static variable in class mmj.pa.PaConstants
ASSRT_LIST_FREESPACE_MAX = 1000
assrtHasLogHyps() - Method in class mmj.search.SearchDataGetter
 
assrtListFreespace - Variable in class mmj.pa.ProofAsstPreferences
 
AssrtProver(Assrt) - Constructor for class mmj.transforms.Prover.AssrtProver
 
auditMessages - Variable in class mmj.tl.TlPreferences
 
AUTO_REFORMAT_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for ProofAsstAutoReformat RunParm.
AUTO_SELECT_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
AUTO_STEP_PREFIX - Static variable in class mmj.pa.PaConstants
Autocomplete ProofStep ProofWorkStmt token prefix
autocomplete - Variable in class mmj.pa.ProofAsstPreferences
 
AUTOCOMPLETE_ENABLED_DEFAULT - Static variable in class mmj.pa.PaConstants
If this option is true then the proof assistant will support autocomplete derivation steps.
AUTOCOMPLETE_SAMPLE_PROOF_TEXT - Static variable in class mmj.pa.PaConstants
AUTOCOMPLETE_SAMPLE_PROOF_TEXT
autoload() - Method in class mmj.util.StoreBoss
Load the settings file unless we have already been told to do so by a LoadSettings RunParm.
autoReformat - Variable in class mmj.pa.ProofAsstPreferences
Boolean value enabling or disabling AutoReformat of proof step formulas after Work Variables are resolved.
AutoSelect - Class in mmj.search
 
AutoSelect() - Constructor for class mmj.search.AutoSelect
 
AutoSelectScrnMap - Class in mmj.search
 
AutoSelectScrnMap() - Constructor for class mmj.search.AutoSelectScrnMap
 
AUX_FRAME_FONT_FAMILY - Static variable in class mmj.pa.PaConstants
AUX_FRAME_FONT_FAMILY = Monospaced
AUX_FRAME_NBR_COLUMNS_DEFAULT - Static variable in class mmj.pa.PaConstants
AUX_FRAME_NBR_COLUMNS_DEFAULT = 80
AUX_FRAME_NBR_ROWS_DEFAULT - Static variable in class mmj.pa.PaConstants
AUX_FRAME_NBR_ROWS_DEFAULT = 25
AUX_FRAME_TEXT_DEFAULT - Static variable in class mmj.pa.PaConstants
AUX_FRAME_TEXT_DEFAULT
AUX_FRAME_TITLE_DEFAULT - Static variable in class mmj.pa.PaConstants
AUX_FRAME_TITLE_DEFAULT
AuxFrameGUI - Class in mmj.pa
A base class to display an auxiliary frame of information that is standalone from a main application, for example a help page or a quick-and-dirty query report.
AuxFrameGUI() - Constructor for class mmj.pa.AuxFrameGUI
Default constructor.
AuxFrameGUI(ProofAsstPreferences) - Constructor for class mmj.pa.AuxFrameGUI
The standard constructor.
AuxFrameGUI.FrameShower - Class in mmj.pa
Inner class used to display the Frame later on the event queue thread.
Axiom - Class in mmj.lang
Axiom embodies Metamath $a statements, the "axiomatic assertions".
Axiom(int, List<ScopeDef>, Map<String, Sym>, Map<String, Stmt>, String, String, List<String>) - Constructor for class mmj.lang.Axiom
Construct using the whole enchilada of parameters!

B

backgroundColor - Variable in class mmj.pa.ProofAsstPreferences
Background color for Proof Asst GUI.
backoutFLevelApplieds() - Method in class mmj.pa.StepUnifier
Backout Proof Step Formula applied substitutions.
backRef - Variable in class mmj.lang.ParseTree.RPNStep
 
BACKUP_SUFFIX - Static variable in class mmj.pa.PaConstants
 
BaseSetting<T> - Interface in mmj.pa
 
BaseSetting.JSONSerializable - Interface in mmj.pa
 
BaseSetting.JSONSetting<T> - Interface in mmj.pa
 
basicAmbiguityEdits() - Method in class mmj.verify.GrammarAmbiguity
The Primary Objective of basicAmbiguityEdits is to make a pass through Grammar's NotationRule Set and attempt to parse each Notation Grammar Rule using a Max Sequence number of Integer(dot)MAX_VALUE to absolutely positively confirm that none of the NotationRules is parseable using other NotationRules.
BatchCommand - Class in mmj.util
This class contain batch command name and documentation of it and it's options.
BatchDocumentationGenerator - Class in mmj.util
this class is used to generate documentation about batch commands.
BatchDocumentationGenerator() - Constructor for class mmj.util.BatchDocumentationGenerator
 
BatchFramework - Class in mmj.util
BatchFramework is a quick hack to run mmj2 without the JUnit training wheels.
BatchFramework() - Constructor for class mmj.util.BatchFramework
 
batchFramework - Variable in class mmj.util.Boss
 
batchFrameworkInitialized - Variable in class mmj.util.BatchFramework
 
BatchMMJ2 - Class in mmj.util
BatchMMJ2 is the main batch mmj2 program to process a Metamath (.mm) file.
BatchMMJ2() - Constructor for class mmj.util.BatchMMJ2
Default Constructor.
begin - Variable in class mmj.pa.WorksheetTokenizer.Token
 
beginScope() - Method in class mmj.lang.LogicalSystem
Begin a new (nested) scope level for the Logical System.
beginScope() - Method in interface mmj.lang.SystemLoader
Begin a new (nested) scope level for the Logical System.
BlockList - Class in mmj.mmio
 
BlockList() - Constructor for class mmj.mmio.BlockList
 
body - Variable in class mmj.setmm.LFTerm.LFLambda
 
body - Variable in class mmj.setmm.LFType.LFPi
 
BOOK_MANAGER_ENABLED_DEFAULT - Static variable in class mmj.lang.LangConstants
The BookManager is enabled by default even though it is possibly of little use to the average mmj2 user.
BookManager - Class in mmj.lang
BookManager is a "helper" class that is used to keep track of Chapter and Section definitions for an input Metamath database and its objects (called "MObj"s herein.)
BookManager(boolean, String) - Constructor for class mmj.lang.BookManager
Sole constructor for BookManager.
bookManager - Variable in class mmj.lang.LogicalSystem
 
bookManager - Variable in class mmj.util.LogicalSystemBoss
 
BookManager.SectionMObjIterator - Class in mmj.lang
Nested class which implements Iterable for a two-dimensional array of MObjs by Section and MObjNbr within Section.
bookManagerEnabledParm - Variable in class mmj.util.LogicalSystemBoss
 
Bool - Class in mmj.search
 
Bool(int) - Constructor for class mmj.search.Bool
 
BOOL_0_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_1_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_2_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_3_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_VALUE_AND - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_VALUE_AND_ID - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_VALUE_OR - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_VALUE_OR_ID - Static variable in class mmj.search.SearchOptionsConstants
 
BOOL_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
BOOLEAN_FALSE - Static variable in class mmj.search.SearchResultsConstants
 
BOOLEAN_TRUE - Static variable in class mmj.search.SearchResultsConstants
 
BoolScrnMap - Class in mmj.search
 
BoolScrnMap(int) - Constructor for class mmj.search.BoolScrnMap
 
Boss - Class in mmj.util
Boss is the superclass of GrammarBoss, LogicalSystemBoss, etc, which are used by BatchFramework to "exercise" mmj2 in batch mode.
Boss(BatchFramework) - Constructor for class mmj.util.Boss
Constructor with BatchFramework for access to environment.
bossList - Variable in class mmj.util.BatchFramework
 
BOTTOM_UP_GOVERNOR_LIMIT - Static variable in class mmj.verify.GrammarConstants
Maximum number of loops through the BottomUpParser algorithm is set at BOTTOM_UP_GOVERNOR_LIMIT times the length of the expression being parsed.
BOTTOM_UP_GOVERNOR_LIMIT_MAX - Static variable in class mmj.verify.GrammarConstants
Used to limit BottomUpParser when the user has requested "complete" statement ambiguity checking", which means that they want more than one parse tree returned for a single expression, if multiple trees exist.
BOTTOM_UP_STACK_HARD_FAILURE_MAX - Static variable in class mmj.verify.GrammarConstants
Absolute maximum stack size used by BottomUpParser.
BottomUpParser - Class in mmj.verify
Bottom Up Parser, too slow and stupid for set.mm use.
BottomUpParser(Grammar, int) - Constructor for class mmj.verify.BottomUpParser
Construct using reference to Grammar and a parameter signifying the maximum length of a formula in the database.
bound - Variable in class mmj.setmm.LFTerm.LFLambda
 
bound - Variable in class mmj.setmm.LFType.LFPi
 
bounds - Variable in class mmj.pa.ProofAsstPreferences
Proof GUI on-screen location.
boundVars - Variable in class mmj.setmm.FolTranslator
 
buildBaseRule(Grammar, Axiom) - Static method in class mmj.verify.NotationRule
NotationRule "base" Syntax Axiom rule builder, which means no parameter "transformations".
buildBaseRule(Grammar, Axiom) - Static method in class mmj.verify.NullsPermittedRule
Nulls Permitted Rule builder for base Syntax Axioms, which means no parameter "transformations".
buildBaseRule(Grammar, Axiom, ParseNodeHolder[]) - Static method in class mmj.verify.TypeConversionRule
Type Conversion Rule builder for base Syntax Axioms, which means no parameter "transformations".
buildBufferedFileReader(String, File) - Method in class mmj.util.Boss
Construct a Buffered File Reader using RunParm options plus an optional parent directory File object.
buildBufferedFileWriter(String, String, File) - Method in class mmj.util.Boss
Construct a Buffered File Writer using RunParm options plus an optional parent directory File object.
buildChapterDependencies(BitSet[]) - Method in class mmj.lang.BookManager
 
buildConsolidatedDvArray(DistinctVariablesStmt[]) - Static method in class mmj.lang.ScopeFrame
Converts an array of ProofWorksheet DistinctVariablesStmt objects into an array of DjVars objects.
buildFrame() - Method in class mmj.pa.AuxFrameGUI
Builds the JFrame with default settings.
buildGrammaticalParseNode(ParseNodeHolder[]) - Method in class mmj.verify.GrammarRule
Builds a grammatical parse node from the GrammarRule using an input array of parameters to substitute into the rule's variable hypotheses.
buildMandVarHypArray(Hyp[]) - Method in class mmj.lang.Formula
Uses an array of Hyps to build an array of VarHyps containing only the VarHyps needed for the variables actually used in the Formula.
buildMetamathDjVarsStatementList(DistinctVariablesStmt[]) - Static method in class mmj.lang.DjVars
Builds a LinkedList of StringBuilders containing the Metamath formatted text $d statements for the theorem.
buildMetamathDjVarsStatementList(Theorem) - Static method in class mmj.lang.DjVars
Builds a LinkedList of StringBuilders containing the Metamath format text $d statements for the theorem.
buildMetamathFilePath(String) - Method in class mmj.util.Paths
Builds a File object relative to the metamathPath.
buildMMJ2FilePath(String) - Method in class mmj.util.Paths
Builds a File object relative to the mmj2Path.
buildModelAExport(GMFFExporter, StringBuilder) - Method in class mmj.gmff.MinCommentStmt
Formats export data for the Comment statement according to the Model A specifications and loads the data into a specified buffer.
buildModelAExport(GMFFExporter, StringBuilder) - Method in class mmj.gmff.MinDistinctVariablesStmt
Formats export data for the Distinct Variables statement according to the Model A specifications and loads the data into a specified buffer.
buildModelAExport(GMFFExporter, StringBuilder) - Method in class mmj.gmff.MinFooterStmt
Formats export data for the Footerf statement according to the Model A specifications and loads the data into a specified buffer.
buildModelAExport(GMFFExporter, StringBuilder) - Method in class mmj.gmff.MinGeneratedProofStmt
Formats export data for the Generated Proof statement according to the Model A specifications and loads the data into a specified buffer.
buildModelAExport(GMFFExporter, StringBuilder) - Method in class mmj.gmff.MinHeaderStmt
Formats export data for the Header statement according to the Model A specifications and loads the data into a specified buffer.
buildModelAExport(GMFFExporter, StringBuilder) - Method in class mmj.gmff.MinProofStepStmt
Formats export data for the proof step statement according to the Model A specifications and loads the data into a specified buffer.
buildModelAExport(GMFFExporter, StringBuilder) - Method in class mmj.gmff.MinProofWorkStmt
Formats export data for the Proof Worksheet statement according to the Model A specifications and loads the data into a specified buffer.
buildPrintWriter(File, String, String, String) - Method in class mmj.util.Boss
Construct a PrintWriter using RunParm options.
buildProofWorksheetWorkVarSet() - Method in class mmj.pa.ProofWorksheet
 
buildRuleFormatExpr(VarHyp[]) - Method in class mmj.lang.Formula
Builds a "rule format" version of the Formula's Expression.
buildRuleFormatExpr(ParseNodeHolder[]) - Static method in class mmj.lang.ParseNodeHolder
A tedious conversion.
buildRuleFormatExpr() - Method in class mmj.verify.GrammarRule
Build ruleFormatExpr version of the GrammarRule's expression.
buildSoftDjErrorMessage(List<DjVars>) - Method in class mmj.pa.DerivationStep
Builds an error message detailing the "soft" DjVars errors and stores it in the heldDjErrorMessage field.
buildSortedAssrtListOfAdds(Comparator<? super Theorem>) - Method in class mmj.tl.MMTTheoremSet
Returns a List of Theorems in the MMTTheoremSet which were added to the LogicalSystem during the load process.
buildSortedListOfAdds(Comparator<? super TheoremStmtGroup>) - Method in class mmj.tl.MMTTheoremSet
Returns a List of the TheoremStmtGroups in the MMTTheoremSet which were added to the LogicalSystem during the load process.
buildStepHypRefSB() - Method in class mmj.pa.DerivationStep
Creates the Step/Hyp/Ref field and loads it into a new StringBuilder.
buildStringBuilderLineList(Theorem) - Method in class mmj.tl.MMTTheoremExportFormatter
Converts a Theorem in the LogicalSystem into a list of StringBuilder lines formatted into Metamath format.
buildStringBuilderLineList(ProofWorksheet) - Method in class mmj.tl.MMTTheoremExportFormatter
Converts a ProofWorksheet into a list of StringBuilder lines formatted into Metamath format.
buildSvcFilePath(String) - Method in class mmj.util.Paths
Builds a File object relative to the svcPath.
BuildTempLogHypObject(int, String, Formula, Hyp[], ParseTree) - Static method in class mmj.lang.LogHyp
Construct a LogHyp object that is temporary, in the sense that it will not be added to the Logical System Statement Table or participate in other features of mmj2.
buildTMFFPreferences() - Method in class mmj.util.TMFFBoss
Construct TMFFPreferences object from scratch.
buildUpdateableComboBoxModel(int) - Static method in class mmj.search.SearchOptionsJComboBox
 
buildUpdateableComboBoxModel(String[]) - Static method in class mmj.search.SearchOptionsJComboBox
 
buildUWPProvers(List<Assrt>, Predicate<Assrt>) - Method in class mmj.transforms.TransformationManager
Create Provers.UseWhenPossible provers for eligible assrts in the database.
BUTTON_ATTR - Static variable in class mmj.search.SearchOptionsConstants
 
BUTTON_ATTR - Static variable in class mmj.search.SearchResultsConstants
 
buttonId - Variable in class mmj.search.SearchOptionsButtonAttr
 
buttonId - Variable in class mmj.search.SearchOptionsJButton
 
buttonId - Variable in class mmj.search.SearchResultsButtonAttr
 
buttonId - Variable in class mmj.search.SearchResultsJButton
 
bwd - Variable in class mmj.lang.ParseNodeHolder
Backward reference in chain of ParseNodeHolders.
bypassErrorStmt() - Method in class mmj.mmio.Statementizer
Attempts to bypass the current statement in the input Metamath file.
bypassNonWhitespace(String, int) - Static method in class mmj.mmio.Statementizer
Bypasses Metamath non-whitespace in a String.
bypassWhitespace(String, int) - Static method in class mmj.mmio.Statementizer
Bypasses Metamath whitespace in a String.

C

CAB - Variable in class mmj.setmm.SetMMConstants
 
cachedMinProofWorksheet - Variable in class mmj.gmff.ProofWorksheetCache
 
cachedProofWorksheet - Variable in class mmj.gmff.ProofWorksheetCache
 
cacheTypesettingCommentForGMFF(String) - Method in class mmj.gmff.GMFFManager
Caches one Metamath $t Comment statement for later validation and use.
cacheTypesettingCommentForGMFF(String) - Method in class mmj.lang.LogicalSystem
Cache Metamath comment containing typesetting definitions for use by GMFF.
cacheTypesettingCommentForGMFF(String) - Method in interface mmj.lang.SystemLoader
Cache Metamath comment containing typesetting definitions for use by GMFF.
calcHashCode() - Method in class mmj.transforms.ConstSubst
 
calcMaxDepth() - Method in class mmj.lang.ParseNode
Calculates the maximum depth of a parse sub-tree.
CANCEL_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CANCEL_BUTTON_ID - Static variable in class mmj.search.SearchResultsConstants
 
cancelRequestAction() - Method in class mmj.pa.ProofAsstGUI
 
cancelRequestThread() - Method in class mmj.pa.ProofAsstGUI.RequestThreadStuff
Cancel the Thread used in the RequestThreadStuff object if it exists (not null).
CanonicalOperandHelper - Class in mmj.transforms
 
CanonicalOperandHelper(ParseNode, GeneralizedStmt) - Constructor for class mmj.transforms.CanonicalOperandHelper
 
captionParm - Variable in class mmj.util.OutputBoss
 
changedUpdate(DocumentEvent) - Method in class mmj.pa.CompoundUndoManager
 
changeFrameText(String) - Method in class mmj.pa.AuxFrameGUI
Modifies the text already displayed in the frame.
CHAP_SEC_HIERARCHY_CHAP_DIRECT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_CHAP_INDIR_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_EMPTY_STRING_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_SEC_DIRECT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_SEC_INDIR_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_VALUE_CHAP_DIRECT - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_VALUE_CHAP_INDIR - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_VALUE_EMPTY_STRING - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_VALUE_SEC_DIRECT - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_VALUE_SEC_INDIR - Static variable in class mmj.search.SearchOptionsConstants
 
CHAP_SEC_HIERARCHY_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
chapIdUpdated(int) - Method in class mmj.search.FromSecScrnMap
 
chapIdUpdated(int) - Method in class mmj.search.ThruSecScrnMap
 
ChapSecHierarchy - Class in mmj.search
 
ChapSecHierarchy() - Constructor for class mmj.search.ChapSecHierarchy
 
ChapSecHierarchyScrnMap - Class in mmj.search
 
ChapSecHierarchyScrnMap() - Constructor for class mmj.search.ChapSecHierarchyScrnMap
 
Chapter - Class in mmj.lang
Chapter is a baby class that provides a way to provide a title for a grouping of Sections.
Chapter(int, String) - Constructor for class mmj.lang.Chapter
Sole constructor for Chapter.
CHAPTER_ID_STRING - Static variable in class mmj.mmio.MMIOConstants
 
CHAPTER_TOSTRING_LITERAL - Static variable in class mmj.lang.LangConstants
for Chapter.java
chapterNbr - Variable in class mmj.lang.MObj
chapterNbr assigned by BookManager which is optionally enabled.
charNbr - Variable in class mmj.mmio.MMIOConstants.LineColumnContext
 
CHARSET_ENCODING_ISO_8859 - Static variable in class mmj.gmff.GMFFConstants
 
charsetEncoding - Variable in class mmj.gmff.GMFFExportParms
 
CharStrSearchDataLine - Class in mmj.search
 
CharStrSearchDataLine(CompiledSearchArgs, int, SearchDataGetter) - Constructor for class mmj.search.CharStrSearchDataLine
 
CHECK_SEARCH_ARGS_FIELD_IDS(SearchArgs) - Static method in class mmj.search.SearchOptionsConstants
 
CHECK_SEARCH_OPTIONS_BUTTON_ATTR_IDS() - Static method in class mmj.search.SearchOptionsConstants
 
CHECK_SEARCH_OPTIONS_FIELD_ATTR_IDS() - Static method in class mmj.search.SearchOptionsConstants
 
checkBookManagerReady(LogicalSystem) - Method in class mmj.util.OutputBoss
Checks to see if BookManager is initialized and enabled.
checkConstSubstAndGetVarPositions(ConstSubst, ParseNode[]) - Static method in class mmj.transforms.TrUtil
 
checkLevelAndDepth(ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
checkNS(String) - Method in exception mmj.pa.MMJException
 
checkSysErrError() - Method in class mmj.util.OutputBoss
Check SysErr to see if I/O Error has occurred.
checkSysOutError() - Method in class mmj.util.OutputBoss
Check SysOut to see if I/O Error has occurred.
checkTMFFCanBeRunNow() - Method in class mmj.util.TMFFBoss
Check that TMFF can be run now.
checkTransformationNecessary(Transformation, WorksheetInfo) - Method in class mmj.transforms.Transformation
This function checks maybe we should not do anything! We should perform transformations if this function returns Transformation.MORE_COMPLEX_TRANSFORMATION.
checkVersion() - Static method in class mmj.util.BatchMMJ2
 
checkWorkVarHasOccursIn(WorkVarHyp) - Method in class mmj.lang.ParseNode
Check to see if or how the input searchWorkVarHyp occurs within the current ParseNode stmt and its subtree and any substitutions made to VarHyps via paSubst.
child - Variable in class mmj.lang.ParseNode
Child node array of length 0 to n.
CLASS - Static variable in interface mmj.setmm.LFType
 
CLASS - Variable in class mmj.setmm.SetMMConstants
 
clear() - Method in class mmj.verify.LRParser.ParseSet
 
clearChanged() - Method in class mmj.pa.HighlightedDocument
 
clearMessages() - Method in class mmj.lang.Messages
Empty message arrays and reset counters to zero.
clearTheoremLoaderCommitListenerList() - Method in class mmj.lang.LogicalSystem
Empties the TheoremLoaderCommitListener list.
clInfo - Variable in class mmj.transforms.TransformationManager
The information about closure rules
cloneResolvingUpdatedWorkVars() - Method in class mmj.lang.ParseNode
Clone subtree replacing any updated Work Vars with clones of their updating subtrees.
cloneTargetToSourceVars() - Method in class mmj.lang.ParseNode
Deep clone of a ParseNode sub-tree converting Target Variables to Source Variables.
close() - Method in class mmj.mmio.Statementizer
 
close() - Method in class mmj.mmio.Tokenizer
 
close() - Method in class mmj.pa.HighlightedDocument.DocumentReader
Has no effect.
close() - Method in class mmj.pa.ProofWorksheetParser
 
close(Reader) - Method in class mmj.tl.MMTTheoremFile
Closes the Reader used for the MMTTheoremFile.
close() - Method in class mmj.util.OutputBoss
Close SysOut and SysErr.
close() - Method in class mmj.util.RunParmFile
Close RunParmFile.
closeSysErr() - Method in class mmj.util.OutputBoss
Close SysErr.
closeSysOut() - Method in class mmj.util.OutputBoss
Close SysOut.
ClosureInfo - Class in mmj.transforms
 
ClosureInfo(ImplicationInfo, ConjunctionInfo, List<Assrt>, TrOutput, boolean) - Constructor for class mmj.transforms.ClosureInfo
 
ClosureInfo.ClosureResult - Enum in mmj.transforms
 
ClosureInfo.ResultClosureInfo - Class in mmj.transforms
 
ClosureInfo.TemplDetectRes - Class in mmj.transforms
 
closureProperty(WorksheetInfo, PropertyTemplate, ParseNode, boolean, boolean) - Method in class mmj.transforms.ClosureInfo
Creates closure rule applying generalized statement for the the node recursively.
cmd - Variable in class mmj.util.RunParmArrayEntry
 
Cnst - Class in mmj.lang
Cnst holds a declared Metamath constant symbol.
Cnst(int, String) - Constructor for class mmj.lang.Cnst
Construct using sequence number and id string.
Cnst(int, Map<String, Sym>, Map<String, Stmt>, String) - Constructor for class mmj.lang.Cnst
Construct using sequence number and id string.
CNST_SET_TYPE - Static variable in class mmj.lang.LangConstants
for Cnst.java
code() - Method in class mmj.pa.ErrorCode
 
code - Variable in exception mmj.pa.MMJException
 
collectConstFrequenceAndInitConstList(Map<Cnst, Integer>) - Method in class mmj.lang.Formula
This function should be used to collect frequency statistic for some metamath library and create an array of constant symbols.
collectConstSubst(ParseNode) - Static method in class mmj.transforms.TrUtil
 
collectOperandList(AssocTree) - Method in class mmj.transforms.CanonicalOperandHelper
 
color(int, int) - Method in class mmj.pa.HighlightedDocument
Color a section of the document.
color_ - Variable in class mmj.verify.GRNode
 
COLOR_CHOOSE_TITLE_2 - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Literal Used in Color Chooser Dialog Title
COLOR_CHOOSE_TITLE_SEPARATOR - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Literal Used in Color Chooser Dialog Title
COLOR_SERIALIZER - Static variable in interface mmj.pa.Serializer
 
colorAll() - Method in class mmj.pa.HighlightedDocument
Color or recolor the entire document
column - Variable in class mmj.mmio.SrcStmt
The column that a VarHyp, LogHyp, Theorem or Axiom starts at.
columnNbr - Variable in class mmj.mmio.MMIOConstants.LineColumnContext
 
columns - Variable in class mmj.search.SearchOptionsFieldAttr
 
columns - Variable in class mmj.search.SearchResultsFieldAttr
 
comboBoxItems - Variable in class mmj.search.SearchOptionsFieldAttr
 
comboFrame - Variable in class mmj.pa.ProofWorksheet
 
comboVarMap - Variable in class mmj.pa.ProofWorksheet
 
comInfo - Variable in class mmj.transforms.AssocComTransformation
 
comInfo - Variable in class mmj.transforms.CommutativeTransformation
 
comInfo - Variable in class mmj.transforms.TransformationManager
 
commandLineArguments - Variable in class mmj.util.BatchFramework
 
CommandLineArguments - Class in mmj.util
CommandLineArguments loads the arguments on the java command line into the RunParmFile and Paths objects.
CommandLineArguments(String[]) - Constructor for class mmj.util.CommandLineArguments
Construct using "String[] args" parameters then load Paths, RunParmFile, displayMMJ2FailPopupWindow and testOption.
comment - Variable in class mmj.mmio.SrcStmt
Comment statement --
COMMENT_STMT_TOKEN_PREFIX - Static variable in class mmj.pa.PaConstants
Comment ProofWorkStmt token prefix
commentLine - Variable in class mmj.util.RunParmArrayEntry
if commentLine != null then the entire entry is a comment and there is no data in the rest of it.
Comments - Class in mmj.search
 
Comments() - Constructor for class mmj.search.Comments
 
COMMENTS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
CommentsScrnMap - Class in mmj.search
 
CommentsScrnMap() - Constructor for class mmj.search.CommentsScrnMap
 
CommentStmt - Class in mmj.pa
 
CommentStmt(ProofWorksheet) - Constructor for class mmj.pa.CommentStmt
Default Constructor.
CommentStmt(ProofWorksheet, String, boolean) - Constructor for class mmj.pa.CommentStmt
Creates a CommentStmt using an input String.
commit(MMTTheoremSet) - Method in class mmj.lang.BookManager
Stores new MObj's from the TheoremLoader as part of a load operation.
commit(MMTTheoremSet) - Method in class mmj.lang.SeqAssigner
Bit of a misnomer as this function merely turns off checkpointing.
commit(MMTTheoremSet) - Method in class mmj.pa.ProofAsst
Applies a set of updates from the TheoremLoader as specified in the mmtTheoremSet object to the ProofAsst local caches of data.
commit(MMTTheoremSet) - Method in interface mmj.tl.TheoremLoaderCommitListener
mmj Object wishing notification of a TheoremLoader commit.
CommutativeInfo - Class in mmj.transforms
The information about commutative operations.
CommutativeInfo(EquivalenceInfo, ClosureInfo, List<Assrt>, TrOutput, boolean) - Constructor for class mmj.transforms.CommutativeInfo
 
CommutativeTransformation - Class in mmj.transforms
Only commutative transformations
CommutativeTransformation(TransformationManager, ParseNode, GeneralizedStmt) - Constructor for class mmj.transforms.CommutativeTransformation
 
compare(StopWatch, StopWatch) - Static method in class mmj.util.StopWatch
 
compareNodes(ParseNode, ParseNode) - Static method in class mmj.transforms.CommutativeInfo
 
compareTo(GMFFExportParms) - Method in class mmj.gmff.GMFFExportParms
Compares GMFFExportParms object based on the primary key, exportType.
compareTo(GMFFUserTextEscapes) - Method in class mmj.gmff.GMFFUserTextEscapes
Compares GMFFUserTextEscapes object based on the primary key, exportType.
compareTo(DjVars) - Method in class mmj.lang.DjVars
Compares DjVars object based on the variables.
compareTo(Object) - Method in class mmj.tl.TheoremStmtGroup
Compares TheoremStmtGroup object based on the label.
compareTo(BatchCommand) - Method in class mmj.util.BatchCommand
implementation of Comparable compareTo function.
compareTo(RunParmArrayEntry) - Method in class mmj.util.RunParmArrayEntry
Compares RunParmArrayEntry object based on the name.
compareTo(GrammarRule) - Method in class mmj.verify.GrammarRule
Compares GrammarRule object based on the seq.
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.AutoSelect
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.Bool
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.ChapSecHierarchy
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.Comments
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.DoubleQuote
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.ExclLabels
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.Format
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.ForWhat
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.FromChap
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.FromSec
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.InWhat
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.MaxExtResults
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.MaxHyps
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.MaxIncompHyps
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.MaxResults
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.MaxTime
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.MinHyps
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.MinProofRefs
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.Oper
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.OrSeparator
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.OutputSort
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.Part
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.PrevStepsChecked
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.ResultsChecked
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.ReuseDerivSteps
 
compile(SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.SearchArgs
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.SearchArgsCheckBox
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.SearchArgsComboBox
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.SearchArgsField
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.SearchArgsInt
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.SearchArgsTextField
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.SingleQuote
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.Stats
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.Substitutions
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.ThruChap
 
compile(CompiledSearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Method in class mmj.search.ThruSec
 
CompiledSearchArgs - Class in mmj.search
 
CompiledSearchArgs(SearchArgs, SearchMgr, BookManager, SearchOutput, ProofAsst, ProofAsstPreferences, VerifyProofs, Cnst) - Constructor for class mmj.search.CompiledSearchArgs
 
compileSearchTermTextToRegex(CompiledSearchArgs) - Method in class mmj.search.SearchDataLine
 
COMPLETED_ITEM_OUTPUT_LITERAL - Static variable in class mmj.search.SearchConstants
 
ComplexRuleMap<Data> - Class in mmj.transforms
This class implements complex rule map.
ComplexRuleMap() - Constructor for class mmj.transforms.ComplexRuleMap
 
ComplexRuleMap.ComplexRuleVisitor<Data,ResType> - Interface in mmj.transforms
 
CompoundUndoManager - Class in mmj.pa
This class will merge individual edits into a single larger edit.
CompoundUndoManager(HighlightedDocument, Runnable) - Constructor for class mmj.pa.CompoundUndoManager
 
compress(String, int, List<Hyp>, List<VarHyp>, ParseTree.RPNStep[], StringBuilder) - Method in class mmj.lang.ProofCompression
 
COMPRESS_ERROR_CHAR_VALUE - Static variable in class mmj.lang.LangConstants
 
COMPRESS_HIGH_BASE - Static variable in class mmj.lang.LangConstants
 
COMPRESS_HIGH_DIGIT_CHARS - Static variable in class mmj.lang.LangConstants
 
COMPRESS_LOW_BASE - Static variable in class mmj.lang.LangConstants
for ProofCompression.java
COMPRESS_LOW_DIGIT_CHARS - Static variable in class mmj.lang.LangConstants
 
COMPRESS_OTHER_STMT_INIT_LEN - Static variable in class mmj.lang.LangConstants
 
COMPRESS_REPEAT_CHAR - Static variable in class mmj.lang.LangConstants
 
COMPRESS_REPEAT_CHAR_VALUE - Static variable in class mmj.lang.LangConstants
 
COMPRESS_REPEATED_SUBPROOF_INIT_LEN - Static variable in class mmj.lang.LangConstants
 
COMPRESS_STEP_INIT_LEN - Static variable in class mmj.lang.LangConstants
 
COMPRESS_UNKNOWN_CHAR - Static variable in class mmj.lang.LangConstants
 
COMPRESS_UNKNOWN_CHAR_VALUE - Static variable in class mmj.lang.LangConstants
 
COMPRESS_VALID_CHARS - Static variable in class mmj.lang.LangConstants
 
computeFieldIdCol(int) - Method in class mmj.pa.CommentStmt
Function used for cursor positioning.
computeFieldIdCol(int) - Method in class mmj.pa.DistinctVariablesStmt
Function used for cursor positioning.
computeFieldIdCol(int) - Method in class mmj.pa.FooterStmt
Function used for cursor positioning.
computeFieldIdCol(int) - Method in class mmj.pa.GeneratedProofStmt
Function used for cursor positioning.
computeFieldIdCol(int) - Method in class mmj.pa.HeaderStmt
Function used for cursor positioning.
computeFieldIdCol(int) - Method in class mmj.pa.MacroStmt
Function used for cursor positioning.
computeFieldIdCol(int) - Method in class mmj.pa.ProofStepStmt
Computes column number in the proof step text of the input field id.
computeFieldIdCol(int) - Method in class mmj.pa.ProofWorkStmt
Function used for cursor positioning.
computeFieldIdColRef() - Method in class mmj.pa.ProofStepStmt
Function used for cursor positioning.
computeProofLevels(List<ProofDerivationStepEntry>) - Static method in class mmj.verify.ProofDerivationStepEntry
Compute proof level numbers for a proof stored in a ProofDerivationStepEntry ArrayList.
computeProofLevelsSlowly(List<ProofDerivationStepEntry>) - Static method in class mmj.verify.ProofDerivationStepEntry
Compute proof level numbers for a proof stored in a ProofDerivationStepEntry ArrayList.
computeProofWorkStmtLineNbr(ProofWorkStmt) - Method in class mmj.pa.ProofWorksheet
Computes the line number of a ProofWorkStmt on the screen text area.
computeProofWorkStmtOfLineNbr(int) - Method in class mmj.pa.ProofWorksheet
Determines which ProofWorkStmt is located at a given line number of the screen text area.
computeTotalLineCnt() - Method in class mmj.pa.ProofWorksheet
Computes the total number of text area lines required to display all ProofWorkStmt objects in the ProofWorksheet.
computeWidthOfWidestExprCnst() - Method in class mmj.lang.Formula
Computes the width in characters of the widest Cnst in the Formula's Expression.
concatenateInTheSamePattern(GenProofStepStmt[], ParseNode, WorksheetInfo) - Method in class mmj.transforms.ConjunctionInfo
Concatenates the list of hypotheses into one hypothesis.
conjInfo - Variable in class mmj.transforms.TransformationManager
 
ConjunctionInfo - Class in mmj.transforms
 
ConjunctionInfo(ImplicationInfo, List<Assrt>, TrOutput, boolean) - Constructor for class mmj.transforms.ConjunctionInfo
 
consolidateDvGroups(DjVars[]) - Static method in class mmj.lang.ScopeFrame
Attempts to do a good job consolidating pairs of disjoint variables into groups of three or more.
constMap - Variable in class mmj.transforms.ConstSubst
This array contains null elements.
constructCanonical() - Method in class mmj.transforms.CanonicalOperandHelper
 
constructMethodWithUserParams(String[]) - Static method in class mmj.tmff.TMFFMethod
A crude TMFFMethod factory used to construct a TMFFMethod using BatchMMJ2 RunParm values from the TMFFDefineScheme command.
constructMMTTheoremSet(LogicalSystem, Messages, TlPreferences) - Method in class mmj.tl.MMTFolder
Builds the MMTTheoremSet object for an MMTFolder using all the files in the folder with file type ".mmt".
constructMMTTheoremSet(String, LogicalSystem, Messages, TlPreferences) - Method in class mmj.tl.MMTFolder
Builds an MMTTheoremSet object for a single theorem in a file in the MMTFolder.
ConstructModelExporter(GMFFManager, GMFFExportParms, GMFFUserTextEscapes) - Static method in class mmj.gmff.GMFFExporter
A factory for generating GMFFExporters according to Model Id.
constructStatementizer() - Method in class mmj.tl.MMTTheoremFile
Builds an mmj2 Statementizer object for use in parsing an input MMT Theorem File.
constructStmt(MinProofWorksheet, List<List<String>>) - Static method in class mmj.gmff.MinProofWorkStmt
constructStmt builds a MinProofWorkStmt from an List of an List of String chunks which are either Metamath whitespace or Metamath tokens.
constructTempDummyFormula(Cnst, String) - Static method in class mmj.lang.Formula
Construct a temporary dummy Formula for transient use.
ConstSubst - Class in mmj.transforms
 
ConstSubst(ParseNode[]) - Constructor for class mmj.transforms.ConstSubst
 
containedInVarHypListBySeq(List<? super VarHyp>) - Method in class mmj.lang.VarHyp
Searches for this Var Hyp in an ArrayList maintained in database input sequence.
containedInVarListBySeq(List<Var>) - Method in class mmj.lang.Var
Searches for this Var in an ArrayList maintained in database input sequence.
contains(Object) - Method in class mmj.verify.LRParser.ParseSet
 
containsAll(Collection<?>) - Method in class mmj.verify.LRParser.ParseSet
 
convertDvGroupsListToMetamathList(List<List<Var>>) - Static method in class mmj.lang.DjVars
Converts a ArrayList of Lists containing distinct variables into a LinkedList of StringBuilders containing Metamath format text $d statements.
convertGenToSimpleProofSteps(GenProofStepStmt[]) - Static method in class mmj.transforms.TrUtil
This function converts the array of generalized steps into array of simple proof steps.
convertMetamathSearchTermTextToRegex() - Method in class mmj.search.MetamathSearchDataLine
 
convertOperandsToCanonical(TransformationManager, WorksheetInfo) - Method in class mmj.transforms.CanonicalOperandHelper
 
convertOrigSectionNbr(int) - Static method in class mmj.lang.BookManager
 
convertRPNToFormula(ParseTree.RPNStep[], String) - Method in class mmj.verify.VerifyProofs
Generate Formula from RPN.
convertSearchTermTextToLowerCase() - Method in class mmj.search.QuotedSearchTerm
 
convertSearchTermTextToLowerCase() - Method in class mmj.search.SearchDataLine
 
convertToFormula() - Method in class mmj.lang.ParseNode
Converts a sub-tree expression to a Formula object.
convertToFormula(Sym[], int) - Method in class mmj.lang.ParseNode
Accumulate a Sym array for creating formulas.
convertToRPN(boolean) - Method in class mmj.lang.ParseNode
Converts a sub-tree expression to Reverse Polish Notation.
convertToRPN(boolean, ParseTree.RPNStep[], int[]) - Method in class mmj.lang.ParseNode
 
convertToRPN() - Method in class mmj.lang.ParseTree
 
convertToRPN(boolean) - Method in class mmj.lang.ParseTree
 
convertToRPNExpanded(ParseTree.RPNStep[], int) - Method in class mmj.lang.ParseNode
Converts a sub-tree to Reverse Polish Notation.
convertToRPNExpanded() - Method in class mmj.lang.ParseTree
Convert ParseTree to RPN Stmt array.
convFromTypGRArrayAdd(TypeConversionRule) - Method in class mmj.lang.Cnst
Add a TypeConversionRule to the constant's convFromTypGRArray.
convTyp - Variable in class mmj.verify.TypeConversionRule
convTyp is the "from" or source Typ Cd for The Type Conversion Rule, which is converted "to" the Rule's Type Code.
copyContents(GRNode) - Method in class mmj.verify.GRNode
 
core - Variable in class mmj.transforms.ImplicationInfo.ExtractImplResult
 
countFormulaLength() - Method in class mmj.lang.ParseNode
 
countNbrLines() - Method in class mmj.mmio.Tokenizer
Count number of lines in input file.
countParseNodes(boolean) - Method in class mmj.lang.ParseNode
Counts nodes in a ParseNode sub-tree, and initializes the ParseNode.firstAppearance field.
countParseNodes(boolean) - Method in class mmj.lang.ParseTree
Count parse nodes in a ParseTree.
createAssocBinaryNode(int, GeneralizedStmt, ParseNode, ParseNode) - Static method in class mmj.transforms.TrUtil
 
createAssociativeStep(WorksheetInfo, GeneralizedStmt, int, ParseNode, ParseNode) - Method in class mmj.transforms.AssociativeInfo
Creates f(f(a, b), c) = f(a, f(b, c)) or f(a, f(b, c)) = f(f(a, b), c) statement.
createAssocTree(ParseNode, GeneralizedStmt, WorksheetInfo) - Static method in class mmj.transforms.AssocTree
This function calculates associative structure.
createBinaryNode(Stmt, ParseNode, ParseNode) - Static method in class mmj.transforms.TrUtil
Creates classical binary node
createCommutativeStep(WorksheetInfo, GeneralizedStmt, ParseNode, ParseNode) - Method in class mmj.transforms.CommutativeInfo
Creates f(a, b) = f(b, a) statement.
createEqNode(ParseNode, ParseNode) - Method in class mmj.transforms.EquivalenceInfo
Creates equivalence node (e.g.
createFromNode(ParseNode) - Static method in class mmj.transforms.ConstSubst
This function should be used only during "info"'s initialization.
createGenBinaryNode(GeneralizedStmt, ParseNode, ParseNode) - Static method in class mmj.transforms.TrUtil
Creates node for generalized statement.
createIntegerFormat(int) - Static method in class mmj.search.SearchOptionsJIntegerTextField
 
createJLabel() - Method in class mmj.search.SearchOptionsJCheckBox
 
createJLabel() - Method in class mmj.search.SearchOptionsJComboBox
 
createJLabel() - Method in class mmj.search.SearchOptionsJIntegerTextField
 
createJLabel() - Method in class mmj.search.SearchOptionsJTextField
 
createJLabel() - Method in interface mmj.search.SearchOptionsScrnMapField
 
createReplaceStep(WorksheetInfo, ParseNode, int, ParseNode, GenProofStepStmt) - Method in class mmj.transforms.ReplaceInfo
Creates replace step (e.g.
createReverseStep(WorksheetInfo, GenProofStepStmt) - Method in class mmj.transforms.EquivalenceInfo
Creates reverse step for another equivalence step (e.g.
createSearchDataLine(CompiledSearchArgs, int, SearchDataGetter) - Static method in class mmj.search.SearchDataLine
 
createStepSelectorResults(String, boolean) - Method in class mmj.pa.StepSelectorStore
Creates a StepSelectorResults object using the contents of the data store.
createStepSelectorStore(ProofAsstPreferences) - Static method in class mmj.pa.StepSelectorStore
Simple factory to hide constructor details.
createTemplateFromHyp(Assrt) - Static method in class mmj.transforms.ClosureInfo
 
createTransformation(ParseNode, WorksheetInfo) - Method in class mmj.transforms.TransformationManager
The main function to create transformation.
ctxt - Variable in exception mmj.pa.MMJException
 
currentRunParmCommand - Variable in class mmj.util.BatchFramework
 
currFormatNbr - Variable in class mmj.tmff.TMFFPreferences
 
currLineNbr - Variable in class mmj.tmff.TMFFStateParams
currLineNbr is used internally and need not be set by programs calling TMFF.
CV - Variable in class mmj.setmm.SetMMConstants
 

D

dbg - Variable in class mmj.transforms.DBInfo
 
dbg - Variable in class mmj.transforms.TransformationManager
 
dbgMessage(boolean, ErrorCode, Object...) - Method in class mmj.transforms.TrOutput
 
DBInfo - Class in mmj.transforms
 
DBInfo(TrOutput, boolean) - Constructor for class mmj.transforms.DBInfo
 
dealloc(WorkVarHyp) - Method in class mmj.lang.WorkVarManager
Deallocates a WorkVar given a WorkVarHyp
dealloc(WorkVar) - Method in class mmj.lang.WorkVarManager
Deallocates a WorkVar.
deallocAll() - Method in class mmj.lang.WorkVarManager
Deallocates all Work Variables.
deallocAndReallocAll(ProofWorksheet) - Method in class mmj.lang.WorkVarManager
 
declareVar(int, Map<String, Sym>, Map<String, Stmt>, String) - Static method in class mmj.lang.Var
Adds a new "active" Var to LogicalSystem.
declareWorkVars(Grammar, LogicalSystem) - Method in class mmj.lang.WorkVarManager
Declare the Work Variables that have been defined.
decompress(String, int, Map<String, Stmt>, Hyp[], Hyp[], List<String>, BlockList) - Method in class mmj.lang.ProofCompression
Decompress a single proof.
decreaseFontSize() - Method in class mmj.pa.AuxFrameGUI
 
decreaseFontSize() - Method in class mmj.search.SearchResultsFrame
 
decreaseSearchOptionsFontSize() - Method in class mmj.search.SearchMgr
 
decreaseSearchResultsFontSize() - Method in class mmj.search.SearchMgr
 
DED - Variable in class mmj.setmm.SetMMConstants
 
deepClone() - Method in class mmj.lang.ParseNode
Deep clone of a ParseNode sub-tree.
deepClone() - Method in class mmj.lang.ParseTree
(Deep) Clone a ParseTree.
deepCloneApplyingAssrtSubst(Hyp[], ParseNode[], List<WorkVar>) - Method in class mmj.lang.ParseNode
(Deep) Clone a ParseNode while substituting a set of VarHyp substitutions specified by a parallel Hyp array and keeping track of the Work Vars output.
deepCloneApplyingAssrtSubst(T[], ParseNode[]) - Method in class mmj.lang.ParseNode
(Deep) Clone a ParseNode while substituting a set of VarHyp substitutions specified by a parallel Hyp array.
deepCloneApplyingAssrtSubst(Hyp[], ParseNode[], List<WorkVar>) - Method in class mmj.lang.ParseTree
(Deep) Clone a ParseTree while substituting a set of VarHyp substitutions specified by a parallel Hyp array and keeping count of the number of dummy VarHyp substitutions.
deepCloneApplyingAssrtSubst(Hyp[], ParseNode[]) - Method in class mmj.lang.ParseTree
(Deep) Clone a ParseTree while substituting a set of VarHyp substitutions specified by a parallel Hyp array.
deepCloneApplyingStackSubst(Deque<ParseNode>) - Method in class mmj.lang.ParseNode
 
deepCloneApplyingWorkVarUpdates() - Method in class mmj.lang.ParseNode
(Deep) Clone a ParseNode while applying updates to WorkVars.
deepCloneApplyingWorkVarUpdates() - Method in class mmj.lang.ParseTree
(Deep) Clone a ParseTree while substituting a set of Work Var updates.
deepCloneWithGrammarHypSubs(ParseNode[], ParseNodeHolder[]) - Method in class mmj.lang.ParseNode
Clones a ParseNode while substituting for any child nodes that match the corresponding matchNode array node.
deepCloneWNodeSub(ParseNode, ParseNode) - Method in class mmj.lang.ParseNode
Clones a sub-tree and splices in a substitution node when a given "matchNode" is found.
deepCloneWNodeSub(ParseNode, ParseNode) - Method in class mmj.lang.ParseTree
(Deep) Clone a ParseTree while substituting a given node with another.
deepHashCode() - Method in class mmj.lang.ParseNode
Calculates the hash code based on children deep hash code.
DEFAULT_BACKGROUND_COLOR - Static variable in class mmj.pa.PaConstants
Default Background Color.
DEFAULT_CHAP_SEC_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
DEFAULT_CHAP_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
DEFAULT_COMPLETE_GRAMMAR_AMBIG_EDITS - Static variable in class mmj.verify.GrammarConstants
Grammar Ambiguity Edits Level, complete or "basic".
DEFAULT_COMPLETE_STATEMENT_AMBIG_EDITS - Static variable in class mmj.verify.GrammarConstants
Statement Ambiguity Edits Level, complete or "basic".
DEFAULT_DV_SRC_STMT_LIST_SIZE - Static variable in class mmj.tl.TlConstants
DEFAULT_DV_SRC_STMT_LIST_SIZE ArrayList initial size = 3.
DEFAULT_ESCAPE_PAIRS - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_EXPORT_PARMS - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_EXPORT_PARMS_ALTHTML - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_EXPORT_PARMS_HTML - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_FOREGROUND_COLOR - Static variable in class mmj.pa.PaConstants
Default Foreground Color.
DEFAULT_GMFF_ALTHTML_DIRECTORY - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_GMFF_HTML_DIRECTORY - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_GMFF_MODELS_ALTHTML_DIRECTORY - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_GMFF_MODELS_HTML_DIRECTORY - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_LOG_HYP_SRC_STMT_LIST_SIZE - Static variable in class mmj.tl.TlConstants
DEFAULT_LOG_HYP_STMT_LIST_SIZE ArrayList initial size = 3.
DEFAULT_LOGIC_STMT_TYP_CODES - Static variable in class mmj.verify.GrammarConstants
Default list, for Grammar.java constructor, of Type Codes used on statements of logic ("wff" but not "set", etc).
DEFAULT_MODEL_FILE_BUFFER_SIZE - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_OUTPUT_FILE_NAME - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_PARSER_PROTOTYPE - Static variable in class mmj.verify.GrammarConstants
 
DEFAULT_PROVABLE_LOGIC_STMT_TYP_CODES - Static variable in class mmj.verify.GrammarConstants
Default list, for Grammar.java constructor, of Type Codes used on Theorems involving Logical Statements, thus identifying all other Type Codes as Syntax/Grammatical Type Codes.
DEFAULT_STMT_LABEL - Static variable in class mmj.pa.PaConstants
Proof Worksheet Statement Label Default (prompt).
DEFAULT_TITLE - Static variable in class mmj.mmio.MMIOConstants
 
DEFAULT_TITLE - Static variable in class mmj.search.SearchOptionsConstants
 
DEFAULT_TITLE - Static variable in class mmj.search.SearchResultsConstants
 
DEFAULT_USER_EXPORT_CHOICE - Static variable in class mmj.gmff.GMFFConstants
 
DEFAULT_USER_TEXT_ESCAPES - Static variable in class mmj.gmff.GMFFConstants
 
defaultFileNameSuffix - Variable in class mmj.pa.ProofAsstPreferences
Default file name suffix, such as ".txt" or ".mmp".
defaultText - Variable in class mmj.search.SearchOptionsFieldAttr
 
defaultText - Variable in class mmj.search.SearchResultsFieldAttr
 
defaultValue - Variable in class mmj.search.SearchOptionsJCheckBox
 
defaultValue - Variable in class mmj.search.SearchOptionsJComboBox
 
defaultValue - Variable in class mmj.search.SearchOptionsJIntegerTextField
 
defaultValue - Variable in class mmj.search.SearchOptionsJTextField
 
defineWorkVarType(Grammar, String, String, int) - Method in class mmj.lang.WorkVarManager
Define the Work Variables to be used for a given grammatical type code.
DelimitedTextParser - Class in mmj.util
Class DelimitedTextParser parses a line of delimited text input as a String.
DelimitedTextParser() - Constructor for class mmj.util.DelimitedTextParser
Default constructor.
DelimitedTextParser(String) - Constructor for class mmj.util.DelimitedTextParser
Constructs parser for a String using default parse parameters.
DelimitedTextParser(char, char) - Constructor for class mmj.util.DelimitedTextParser
Constructs parser with specified quoter and delimiter parameters (note: quoting is enabled by default).
DelimitedTextParser(String, char, char) - Constructor for class mmj.util.DelimitedTextParser
Constructs parser for a String using specified parse parameters (note: quoting is enabled by default).
DerivationStep - Class in mmj.pa
DerivationStep represents proof steps that derive a new formula.
DerivationStep(ProofWorksheet) - Constructor for class mmj.pa.DerivationStep
Default Constructor.
DerivationStep(ProofWorksheet, String, String[], String, Formula, ParseTree, boolean, int, boolean) - Constructor for class mmj.pa.DerivationStep
Constructor for incomplete DerivationStep destined only for output to the GUI.
DerivationStep(ProofWorksheet, String, String[], String, Formula, ParseTree, boolean, int) - Constructor for class mmj.pa.DerivationStep
Constructor for incomplete DerivationStep destined only for output to the GUI.
DerivationStep(ProofWorksheet, String, ProofStepStmt[], String[], String, Formula, ParseTree, boolean, boolean, boolean, List<WorkVar>) - Constructor for class mmj.pa.DerivationStep
Constructor for generated DerivationSteps created during Unification.
DERIVE_AUTOCOMPLETE_DEFAULT - Static variable in class mmj.pa.PaConstants
If this option is true then the proof assistant will make new derive steps with the autocomplete flag already set.
DERIVE_STEP_PREFIX - Static variable in class mmj.pa.PaConstants
Prefix for Derive feature steps.
deriveAdditionalRules(Grammar) - Method in class mmj.verify.GrammarRule
deriveAdditionalRules based on the addition of a new GrammarRule to those already generated and accepted.
deriveAdditionalRules(Grammar) - Method in class mmj.verify.NotationRule
deriveAdditionalRules based on the addition of a new GrammarRule to those already generated and accepted.
deriveAdditionalRules(Grammar) - Method in class mmj.verify.NullsPermittedRule
deriveAdditionalRules based on the addition of a new GrammarRule to those already generated and accepted.
deriveAdditionalRules(Grammar) - Method in class mmj.verify.TypeConversionRule
deriveAdditionalRules based on the addition of a new GrammarRule to those already generated and accepted.
deriveAutocomplete - Variable in class mmj.pa.ProofAsstPreferences
 
derivedRuleQueueAdd(GrammarRule) - Method in class mmj.verify.Grammar
Add rule to derivedRuleQueue.
derivedRuleQueueInit() - Method in class mmj.verify.Grammar
Initialize derivedRuleQueue.
derivedRuleQueueRead() - Method in class mmj.verify.Grammar
Read GrammarRule from derivedRuleQueue.
deriveRulesUsingNullsPermitted(Grammar, NullsPermittedRule) - Method in class mmj.verify.NotationRule
Derives new grammar rules from an existing NotationRule and a NullsPermittedRule, which will be applied to matching variable hypothesis nodes in the NotationRule.
deriveRulesUsingNullsPermitted(Grammar, NullsPermittedRule) - Method in class mmj.verify.TypeConversionRule
Generates a NullsPermittedRule *if* the input NullsPermittedRule Type Code matches the Type Code of the TypeConversionRule's VarHyp.
deriveRulesUsingTypeConversion(Grammar, TypeConversionRule) - Method in class mmj.verify.NotationRule
Derives new grammar rules from an existing NotationRule and a TypeConversionRule, which will be applied to matching variable hypothesis nodes in the NotationRule.
deriveRulesUsingTypeConversion(Grammar, TypeConversionRule) - Method in class mmj.verify.TypeConversionRule
Generates a TypeConversionRule *if* the input TypeConversionRule Type Code matches the Type Code of this TypeConversionRule's VarHyp.
DESC_NBR_PROOF_REFS - Static variable in class mmj.lang.Stmt
 
description - Variable in class mmj.lang.MObj
description is derived from Metamath comments (initially...
deserialize(Object) - Method in interface mmj.pa.Serializer
Convert a JSON object into an object of type T.
detectGenStmt(ParseNode, WorksheetInfo) - Method in class mmj.transforms.AssocComComplexRuleMap
 
detectGenStmtCore(WorksheetInfo, ParseNode, PropertyTemplate, ConstSubst, int[]) - Method in class mmj.transforms.AssocComComplexRuleMap
 
disableSettings() - Method in class mmj.util.StoreBoss
Turn off settings collection.
discardAllEdits() - Method in class mmj.pa.CompoundUndoManager
 
DISPLAY_MMJ2_FAIL_POPUP_WINDOW_ARGUMENT_INDEX - Static variable in class mmj.util.UtilConstants
 
DISPLAY_MMJ2_FAIL_POPUP_WINDOW_ARGUMENT_LITERAL - Static variable in class mmj.util.UtilConstants
 
DISPLAY_MMJ2_FAIL_POPUP_WINDOW_DEFAULT - Static variable in class mmj.util.UtilConstants
 
displayArgumentOptionReport(Paths, String) - Static method in class mmj.util.RunParmFile
Dumps the absolute path names to System.out for testing purposes.
displayError(String) - Method in interface mmj.search.SearchResultsDataField
 
displayFailMessage(String) - Method in class mmj.util.MMJ2FailPopupWindow
Displays a JOptionPane Dialog showing the failMessage.
displayMMJ2FailPopupWindow - Variable in class mmj.util.BatchFramework
 
displayStartupErrors() - Method in class mmj.util.MMJ2FailPopupWindow
Displays a Dialog showing the messages gathered by accumStartupErrors.
dispose() - Method in class mmj.pa.AuxFrameGUI
Make the frame disappear and go away.
DISTINCT_VARIABLES_STMT_TOKEN - Static variable in class mmj.pa.PaConstants
Distinct Variables ProofWorkStmt token.
DistinctVariablesStmt - Class in mmj.pa
DistinctVariablesStmt represents a single Metamath $d statement in a ProofWorksheet.
DistinctVariablesStmt(ProofWorksheet) - Constructor for class mmj.pa.DistinctVariablesStmt
Default Constructor.
DistinctVariablesStmt(ProofWorksheet, List<Var>) - Constructor for class mmj.pa.DistinctVariablesStmt
Constructor with a group of distinct variables as input.
DjVars - Class in mmj.lang
DjVars is a simple structure that holds a pair of variables specified in a Metamath $d statement, the "Disjoint Variable Restriction" statement.
DjVars(Map<String, Sym>, String, String) - Constructor for class mmj.lang.DjVars
Construct using two Var id Strings.
DjVars(Var, Var) - Constructor for class mmj.lang.DjVars
Construct using two Var's.
DJVARS_LEFT_BRACKET - Static variable in class mmj.lang.LangConstants
 
DJVARS_RIGHT_BRACKET - Static variable in class mmj.lang.LangConstants
 
DJVARS_SEPARATOR - Static variable in class mmj.lang.LangConstants
 
djVarsArray - Variable in class mmj.lang.ScopeFrame
These are the disjoint variable (pair)restrictions, if any, that apply to the Assrt and any of its proof steps.
djVarsOption - Variable in class mmj.tl.TlPreferences
The Dj Vars Option string.
djVarsSoftErrors - Variable in class mmj.pa.ProofAsstPreferences
 
documentation() - Method in class mmj.util.BatchCommand
Getter of documentation string
DocumentReader() - Constructor for class mmj.pa.HighlightedDocument.DocumentReader
 
doGMFFExportFromFolder() - Method in class mmj.util.GMFFBoss
 
doGMFFExportTheorem() - Method in class mmj.util.GMFFBoss
 
doGMFFInitialize() - Method in class mmj.util.GMFFBoss
Executes GMFFManager initializeGMFF function and prints any messages, etc.
doGMFFParseMetamathTypesetComment() - Method in class mmj.util.GMFFBoss
 
doGUI(Messages) - Method in class mmj.pa.ProofAsst
Triggers the Proof Assistant GUI.
doInitializeGrammar() - Method in class mmj.util.GrammarBoss
Executes the InitializeGrammar command, prints any messages, etc.
doIt(String) - Method in class mmj.gmff.TypesetDefCommentParser
Parses, validates and loads Map collections with symbol typesetting definitions with keywords matching the constructor exporterTypesetDefsList list.
doIt(String) - Method in class mmj.pa.EraseWffsPreprocessRequest
Erases formulas on non-QED Derivation Steps which contain a Ref label.
doIt(String) - Method in class mmj.pa.PreprocessRequest
 
doIt(TheoremLoader, ProofWorksheet, LogicalSystem, Messages, ProofAsst) - Method in class mmj.tl.StoreInMMTFolderTLRequest
Implements the request to store a ProofWorksheet in the MMT Folder.
doIt(TheoremLoader, ProofWorksheet, LogicalSystem, Messages, ProofAsst) - Method in interface mmj.tl.TLRequest
Implements a user request for a TheoremLoader operation on a ProofWorksheet.
doLoadFile() - Method in class mmj.util.LogicalSystemBoss
Execute the LoadFile command: validates RunParm, loads the Metamath file, prints any error messages and keeps a reference to the loaded LogicalSystem for future reference.
doParse() - Method in class mmj.util.GrammarBoss
Executes the Parse command, prints any messages, etc.
doPreprocessRequestBatchTest() - Method in class mmj.util.ProofAsstBoss
Exercises the PreprocessRequest code.
doPrintBookManagerChapters() - Method in class mmj.util.OutputBoss
Executes the PrintBookManagerChapters command.
doPrintBookManagerSectionDetails() - Method in class mmj.util.OutputBoss
Executes the PrintBookManagerSectionDetails command
doPrintBookManagerSections() - Method in class mmj.util.OutputBoss
Executes the PrintBookManagerSections command.
doPrintStatementDetails() - Method in class mmj.util.OutputBoss
Executes the PrintStatementDetails command, prints any messages, etc.
doPrintSyntaxDetails() - Method in class mmj.util.OutputBoss
Executes the PrintSyntaxDetails command, prints any messages, etc.
doProofAsstAutocompleteEnabled() - Method in class mmj.util.ProofAsstBoss
If this option is set then the proof assistant will support autocomplete derivation steps
doProofAsstBatchTest() - Method in class mmj.util.ProofAsstBoss
Reads and unifies theorem proofs in test mode.
doProofAsstDeriveAutocomplete() - Method in class mmj.util.ProofAsstBoss
If this option is set then the proof assistant will support autocomplete derivation steps
doProofAsstExportToFile() - Method in class mmj.util.ProofAsstBoss
Exports currently loaded theorem proofs to an export file.
doProofAsstTheoremSearchOptimization() - Method in class mmj.util.ProofAsstBoss
Perform the optimizations for theorem search during "parallel" unification
doProofAsstUseAutotransformations() - Method in class mmj.util.ProofAsstBoss
Perform the initialization of auto-transformation component.
doRunParmCommand(RunParmArrayEntry) - Method in class mmj.util.Boss
Executes a single command from the RunParmFile.
doRunParmGMFFExportParms() - Method in class mmj.util.GMFFBoss
 
doRunParmGMFFUserExportChoice() - Method in class mmj.util.GMFFBoss
 
doRunParmGMFFUserTextEscapes() - Method in class mmj.util.GMFFBoss
 
doRunProofAsstGUI() - Method in class mmj.util.ProofAsstBoss
Executes the RunProofAsstGUI command, prints any messages, etc.
doSetMMDefinitionsCheck() - Method in class mmj.util.ProofAsstBoss
Deprecated.
Use MacroManager.runMacro(ExecutionMode, String[]) with macro definitionCheck.
doStepSelectorBatchTest() - Method in class mmj.util.ProofAsstBoss
Exercises the StepSelectorSearch code.
doStyleDefaults(Map<String, SimpleAttributeSet>) - Static method in class mmj.pa.PaConstants
Sets default syntax highlighting styles.
DOT_STEP_CAPTION - Static variable in class mmj.pa.PaConstants
DOT_STEP_CAPTION = ".Step"
DOT_STEP_CAPTION - Static variable in class mmj.search.SearchConstants
 
DOUBLE_QUOTE_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
DoubleQuote - Class in mmj.search
 
DoubleQuote() - Constructor for class mmj.search.DoubleQuote
 
DoubleQuoteScrnMap - Class in mmj.search
 
DoubleQuoteScrnMap() - Constructor for class mmj.search.DoubleQuoteScrnMap
 
doubleSpaceQedStep() - Method in class mmj.pa.ProofWorksheet
Add extra newline to end of qed step so that the footer step has a blank line before it.
doVerifyParse() - Method in class mmj.util.VerifyProofBoss
Executes the VerifyParse command, prints any messages, etc.
doVerifyProof() - Method in class mmj.util.VerifyProofBoss
Executes the VerifyProof command, prints any messages, etc.
downloadToScrnMap(SearchArgs, SearchMgr) - Method in class mmj.search.SearchOptionsJCheckBox
 
downloadToScrnMap(SearchArgs, SearchMgr) - Method in class mmj.search.SearchOptionsJComboBox
 
downloadToScrnMap(SearchArgs, SearchMgr) - Method in class mmj.search.SearchOptionsJIntegerTextField
 
downloadToScrnMap(SearchArgs, SearchMgr) - Method in class mmj.search.SearchOptionsJTextField
 
downloadToScrnMap(SearchArgs, SearchMgr, boolean) - Method in class mmj.search.SearchOptionsScrnMap
 
downloadToScrnMap(SearchArgs, SearchMgr) - Method in interface mmj.search.SearchOptionsScrnMapField
 
downloadToScrnMap(SearchMgr) - Method in class mmj.search.SearchResultsScrnMap
 
DUMMY_VAR_PREFIX - Static variable in class mmj.pa.PaConstants
DUMMY_VAR_PREFIX = $
Dump - Class in mmj.util
Dump started out as just testing code that could be "throwaway".
Dump() - Constructor for class mmj.util.Dump
Default constructor which will print to System.out.
Dump(PrintWriter) - Constructor for class mmj.util.Dump
Construct Dump using a PrintWriter for output.
dump - Variable in class mmj.util.OutputBoss
 
DUMP_ACTIVE_VARHYP - Static variable in class mmj.util.UtilConstants
 
DUMP_AXIOM - Static variable in class mmj.util.UtilConstants
 
DUMP_AXIOM_UNIQUE_CNST - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_AXIOM - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_CNST - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_DOT - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_EQ_COL - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_LOGHYP - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_THEOREM - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_UNKNOWN - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_VAR - Static variable in class mmj.util.UtilConstants
 
DUMP_BM_VARHYP - Static variable in class mmj.util.UtilConstants
 
DUMP_CNST - Static variable in class mmj.util.UtilConstants
 
DUMP_COMMA - Static variable in class mmj.util.UtilConstants
 
DUMP_EARLEY_FIRST - Static variable in class mmj.util.UtilConstants
 
DUMP_END - Static variable in class mmj.util.UtilConstants
 
DUMP_END_BRACKET - Static variable in class mmj.util.UtilConstants
 
DUMP_EXPR_RPN - Static variable in class mmj.util.UtilConstants
 
DUMP_FORMULA - Static variable in class mmj.util.UtilConstants
 
DUMP_GRAMMAR_RULE - Static variable in class mmj.util.UtilConstants
 
DUMP_GRAMMAR_RULE_MAX_PRINT - Static variable in class mmj.util.UtilConstants
 
DUMP_GRAMMAR_RULE_REPLACEMENT_SYMBOL - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_ACTIVE - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_ASSRT - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_CNST - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_GIMME_MATCH_NBR - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_GRAMMATICAL_TYP - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_HYP - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_LOGIC_TYP - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_PROVABLE_TYP - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_SYNTAX_AXIOM_TYP - Static variable in class mmj.util.UtilConstants
 
DUMP_IS_VAR_TYP - Static variable in class mmj.util.UtilConstants
 
DUMP_LEN1_CNST_AXIOM - Static variable in class mmj.util.UtilConstants
 
DUMP_LEN1_CNST_RULE_NBR - Static variable in class mmj.util.UtilConstants
 
DUMP_LOGHYP - Static variable in class mmj.util.UtilConstants
 
DUMP_LOGIC_TYP_SET - Static variable in class mmj.util.UtilConstants
 
DUMP_LOGICAL_SYSTEM - Static variable in class mmj.util.UtilConstants
 
DUMP_LOGSYS_COUNTS - Static variable in class mmj.util.UtilConstants
 
DUMP_LOGSYS_STMT_TBL - Static variable in class mmj.util.UtilConstants
 
DUMP_LOGSYS_SYM_TBL - Static variable in class mmj.util.UtilConstants
 
DUMP_MAND_FRAME_DJ_VARS - Static variable in class mmj.util.UtilConstants
 
DUMP_MAND_FRAME_HYP_ARRAY - Static variable in class mmj.util.UtilConstants
 
DUMP_MAND_VARHYP_ARRAY - Static variable in class mmj.util.UtilConstants
 
DUMP_MAX_SEQ_NBR - Static variable in class mmj.util.UtilConstants
 
DUMP_NBR_HYP_PARAMS_USED - Static variable in class mmj.util.UtilConstants
 
DUMP_NOTATION_LABEL_PADIT - Static variable in class mmj.util.UtilConstants
 
DUMP_NOTATION_LIST - Static variable in class mmj.util.UtilConstants
 
DUMP_NOTATION_RULE - Static variable in class mmj.util.UtilConstants
 
DUMP_NOTATION_RULE_NBR_PADIT - Static variable in class mmj.util.UtilConstants
 
DUMP_NOTATION_RULE_TYP_PADIT - Static variable in class mmj.util.UtilConstants
 
DUMP_NULLS_PERMITTED_LIST - Static variable in class mmj.util.UtilConstants
 
DUMP_NULLS_PERMITTED_RULE - Static variable in class mmj.util.UtilConstants
 
DUMP_NULLS_PERMITTED_TYP_SET - Static variable in class mmj.util.UtilConstants
 
DUMP_OF_FIRST - Static variable in class mmj.util.UtilConstants
 
DUMP_OPT_FRAME_DJ_VARS - Static variable in class mmj.util.UtilConstants
 
DUMP_OPT_FRAME_HYP_ARRAY - Static variable in class mmj.util.UtilConstants
 
DUMP_PARAM_TREE_AS_RPN - Static variable in class mmj.util.UtilConstants
 
DUMP_PARAM_VARHYP_NODE_ARRAY - Static variable in class mmj.util.UtilConstants
 
DUMP_PROOF - Static variable in class mmj.util.UtilConstants
 
DUMP_PROOF_MISSING_STEP - Static variable in class mmj.util.UtilConstants
 
DUMP_PROVABLE_TYP_SET - Static variable in class mmj.util.UtilConstants
 
DUMP_RIGHT_ARROW - Static variable in class mmj.util.UtilConstants
 
DUMP_RULE_COLLECTION - Static variable in class mmj.util.UtilConstants
 
DUMP_RULE_COLLECTION_IS_EMPTY - Static variable in class mmj.util.UtilConstants
 
DUMP_RULE_COLLECTION_UNDERSCORE - Static variable in class mmj.util.UtilConstants
 
DUMP_RULE_COLON - Static variable in class mmj.util.UtilConstants
 
DUMP_RULE_CONTINUATION_LIT - Static variable in class mmj.util.UtilConstants
 
DUMP_RULE_NBR - Static variable in class mmj.util.UtilConstants
 
DUMP_START - Static variable in class mmj.util.UtilConstants
 
DUMP_START_BRACKET - Static variable in class mmj.util.UtilConstants
 
DUMP_STMT_TBL - Static variable in class mmj.util.UtilConstants
 
DUMP_STMT_TBL_IS_EMPTY - Static variable in class mmj.util.UtilConstants
 
DUMP_STMT_TBL_SIZE - Static variable in class mmj.util.UtilConstants
 
DUMP_STMT_TBL_UNDERSCORE - Static variable in class mmj.util.UtilConstants
 
DUMP_SYM_TBL - Static variable in class mmj.util.UtilConstants
 
DUMP_SYM_TBL_IS_EMPTY - Static variable in class mmj.util.UtilConstants
 
DUMP_SYM_TBL_SIZE - Static variable in class mmj.util.UtilConstants
 
DUMP_SYM_TBL_UNDERSCORE - Static variable in class mmj.util.UtilConstants
 
DUMP_SYNTAX_AXIOM_TYP_SET - Static variable in class mmj.util.UtilConstants
 
DUMP_THE_GRAMMAR - Static variable in class mmj.util.UtilConstants
 
DUMP_THE_GRAMMAR_IS_EMPTY - Static variable in class mmj.util.UtilConstants
 
DUMP_THE_GRAMMAR_UNDERSCORE - Static variable in class mmj.util.UtilConstants
 
DUMP_THEOREM - Static variable in class mmj.util.UtilConstants
 
DUMP_TYP - Static variable in class mmj.util.UtilConstants
 
DUMP_TYPE_CODE - Static variable in class mmj.util.UtilConstants
 
DUMP_TYPE_CONVERSION_LIST - Static variable in class mmj.util.UtilConstants
 
DUMP_TYPE_CONVERSION_RULE - Static variable in class mmj.util.UtilConstants
 
DUMP_VAR - Static variable in class mmj.util.UtilConstants
 
DUMP_VARHYP - Static variable in class mmj.util.UtilConstants
 
DUMP_VARHYP_RESEQ - Static variable in class mmj.util.UtilConstants
 
DUMP_VARHYP_TYP_SET - Static variable in class mmj.util.UtilConstants
 
dumpAssrtProperties(int, Assrt) - Method in class mmj.util.Dump
 
dumpChapSecHierarchy(CompiledSearchArgs, BookManager, Messages) - Method in class mmj.search.SearchOutput
 
dumpDetailedStats(CompiledSearchArgs, BookManager, Messages) - Method in class mmj.search.SearchOutput
 
dumpGrammarRuleCollection(int, String, Collection<GrammarRule>) - Method in class mmj.util.Dump
 
dumpGrammarRuleCollection(int, int, String, Collection<? extends GrammarRule>) - Method in class mmj.util.Dump
 
dumpGrammarRuleFull(int, GrammarRule) - Method in class mmj.util.Dump
 
dumpLogSys(int, String, LogicalSystem) - Method in class mmj.util.Dump
 
dumpLogSysCounts(int, String, Map<String, Sym>, Map<String, Stmt>) - Method in class mmj.util.Dump
 
dumpLogSysCounts(int, String, Collection<Sym>, Collection<Stmt>) - Method in class mmj.util.Dump
 
dumpNotationRuleProperties(int, NotationRule) - Method in class mmj.util.Dump
 
dumpNullsPermittedRuleProperties(int, NullsPermittedRule) - Method in class mmj.util.Dump
 
dumpOneStmt(int, Stmt) - Method in class mmj.util.Dump
 
dumpSearchArgs(CompiledSearchArgs, BookManager, Messages) - Method in class mmj.search.SearchOutput
 
dumpSearchResults(CompiledSearchArgs, BookManager, Messages) - Method in class mmj.search.SearchOutput
 
dumpStats(CompiledSearchArgs, BookManager, Messages) - Method in class mmj.search.SearchOutput
 
dumpStmtAxiomFull(int, Axiom) - Method in class mmj.util.Dump
 
dumpStmtLogHypFull(int, LogHyp) - Method in class mmj.util.Dump
 
dumpStmtProperties(int, StringBuilder, Stmt) - Method in class mmj.util.Dump
 
dumpStmtTbl(int, String, Collection<? extends Stmt>) - Method in class mmj.util.Dump
 
dumpStmtTbl(int, int, String, Collection<? extends Stmt>) - Method in class mmj.util.Dump
 
dumpStmtTheoremFull(int, Theorem) - Method in class mmj.util.Dump
 
dumpStmtVarHypFull(int, VarHyp) - Method in class mmj.util.Dump
 
dumpSummaryStats(CompiledSearchArgs, BookManager, Messages) - Method in class mmj.search.SearchOutput
 
dumpSymCnstFull(int, Cnst) - Method in class mmj.util.Dump
 
dumpSymTbl(int, String, Collection<? extends Sym>) - Method in class mmj.util.Dump
 
dumpSymVarFull(int, Var) - Method in class mmj.util.Dump
 
dumpTheGrammar(int, Collection<Cnst>, Collection<Sym>) - Method in class mmj.util.Dump
 
dumpTwinChainToString() - Method in class mmj.lang.ParseNodeHolder
Copy "twin chain" to string for diagnostic use.
dumpTypeConversionRuleProperties(int, TypeConversionRule) - Method in class mmj.util.Dump
 
duplicate() - Method in class mmj.transforms.AssocTree
 
DV_LEX - Static variable in class mmj.lang.DjVars
This is a plain ASCII sort of the variables, for use when the active var hyp field is not reliable.
DV_ORDER - Static variable in class mmj.lang.DjVars
This is the ordering that will be used to determine which variable in a DjVars is "hi" and which is "lo", and is visible to the user as the ordering of variables in missing $d statmements generated by the program.
dvStmtArray - Variable in class mmj.pa.ProofWorksheet
 
dvStmtCnt - Variable in class mmj.pa.ProofWorksheet
 

E

EARLEY_PARSE_CITEMSET_ITEMSET_RATIO - Static variable in class mmj.verify.GrammarConstants
Ratio of initial Earley Itemset Array allocation to the Completed Itemset Array allocation.
EARLEY_PARSE_MIN_ITEMSET_MAXIMUM - Static variable in class mmj.verify.GrammarConstants
Minimum initial allocation size for Earley Parser Itemset Array.
earleyFIRSTContainsSymbol(Cnst) - Method in class mmj.lang.Cnst
Convenient lookup routine used by mmj.verify.EarleyParse "Predictor" to find out whether the next parse symbol in the ruleFormatExpr is the first symbol of any grammar rule with this Type Code.
EarleyItem - Class in mmj.verify
EarleyItem is a work item generated as part of the EarleyParse algorithm representing partial or complete satisfaction of a grammar rule by a subsequence of an expression being parsed.
EarleyItem() - Constructor for class mmj.verify.EarleyItem
 
EarleyParser - Class in mmj.verify
EarleyParser is my implementation of the Earley Parse algorithm, enhanced with Lookahead and various attempts at efficiency in Java.
EarleyParser(Grammar, int) - Constructor for class mmj.verify.EarleyParser
Construct using reference to Grammar and a parameter signifying the maximum length of a formula in the database.
editBookManagerEnabled() - Method in class mmj.util.LogicalSystemBoss
Validate Book Manager Enabled Parameter.
editBookManagerSectionNbr(int, BookManager) - Method in class mmj.util.OutputBoss
Checks to see if BookManager is initialized and enabled.
editCaption() - Method in class mmj.util.OutputBoss
Validate Caption Runparm.
editDeclareWorkVars() - Method in class mmj.util.WorkVarBoss
Create and initialize the Work Vars to be used.
editDefineWorkVarType() - Method in class mmj.util.WorkVarBoss
Validate DefineWorkVarType RunParm.
editExtractTheoremToMMTFolder() - Method in class mmj.util.TheoremLoaderBoss
 
editGrammarAmbiguityEdits() - Method in class mmj.util.GrammarBoss
Validate Grammar Ambiguity Edits Runparm.
editGrammaticalTypCd(Grammar, String) - Method in class mmj.lang.WorkVarManager
Validates an input string as being a valid Type Code for Work Variables.
editLoadComments() - Method in class mmj.util.LogicalSystemBoss
Validate Load Comments Parameter.
editLoadEndpointStmtLabel() - Method in class mmj.util.LogicalSystemBoss
Validate Load Endpoint Statement Label Parameter.
editLoadEndpointStmtNbr() - Method in class mmj.util.LogicalSystemBoss
Validate Load Endpoint Statement Number Parameter.
editLoadProofs() - Method in class mmj.util.LogicalSystemBoss
Validate Load Proofs Parameter.
editLoadTheoremsFromMMTFolder() - Method in class mmj.util.TheoremLoaderBoss
 
editLogicStmtType() - Method in class mmj.util.LogicalSystemBoss
Validate Logic Statement Type Runparm.
editMaxErrorMessages() - Method in class mmj.util.OutputBoss
Validate Max Error Messages Runparm.
editMaxInfoMessages() - Method in class mmj.util.OutputBoss
Validate Max Info Messages Runparm.
editMaxStatementPrintCount() - Method in class mmj.util.OutputBoss
Validate Max Statement Print Count RunParm.
editNbrWorkVars(int) - Method in class mmj.lang.WorkVarManager
Validates an input string specifying the number of WorkVar objects to be declared for a specific Type Code.
editOutputVerbosity() - Method in class mmj.util.OutputBoss
Validate OutputVerbosity Runparm.
editParser() - Method in class mmj.util.GrammarBoss
Set the grammar parser by class name.
editProofAsstAssrtListFreespace() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstAssrtListFreespace.
editProofAsstAutoReformat() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstAutoReformat RunParm.
editProofAsstBackgroundColorRGB() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstBackgroundColorRGB RunParm.
editProofAsstDefaultFileNameSuffix() - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Default File Name Suffix
editProofAsstDjVarsSoftErrors() - Method in class mmj.util.ProofAsstBoss
edit ProofAsstDjVarsSoftErrors RunParm.
editProofAsstErrorMessageColumns() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstErrorMessageColumns
editProofAsstErrorMessageRows() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstErrorMessageRows
editProofAsstExcludeDiscouraged() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstAutoReformat RunParm.
editProofAsstFontBold() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstFontBold RunParm.
editProofAsstFontFamily() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstFontFamily RunParm.
editProofAsstFontSize() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstFontSize RunParm.
editProofAsstForegroundColorRGB() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstForegroundColorRGB RunParm.
editProofAsstFormulaLeftCol() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstFormulaLeftCol.
editProofAsstFormulaRightCol() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstFormulaRightCol.
editProofAsstHighlightingEnabled() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstHighlightingEnabled RunParm.
editProofAsstHighlightingStyle() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstHighlightingEnabled RunParm.
editProofAsstIncompleteStepCursor() - Method in class mmj.util.ProofAsstBoss
edit ProofAsstIncompleteStepCursor RunParm.
editProofAsstLineSpacing() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstLineSpacing RunParm.
editProofAsstLookAndFeel() - Method in class mmj.util.ProofAsstBoss
edit ProofAsstLookAndFeel RunParm.
editProofAsstMaximized() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstMaximized RunParm.
editProofAsstOutputCursorInstrumentation() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstOutputCursorInstrumentation RunParm.
editProofAsstProofFolder() - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Proof Folder Runparm.
editProofAsstProofFormat() - Method in class mmj.util.ProofAsstBoss
edit ProofAsstProofFormat RunParm.
editProofAsstRPNProofLeftCol() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstRPNProofLeftCol.
editProofAsstRPNProofRightCol() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstRPNProofRightCol.
editProofAsstStartupProofWorksheet() - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Startup Proof Worksheet Runparm.
editProofAsstTextAtTop() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstTextAtTop RunParm.
editProofAsstTextColumns() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstTextColumns
editProofAsstTextRows() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstTextRows
editProofAsstUndoRedoEnabled() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstUndoRedoEnabled RunParm.
editProofAsstUnifySearchExclude() - Method in class mmj.util.ProofAsstBoss
Validate ProofAsstUnifySearchExclude
editProofListDefAndActive(Map<String, Stmt>, List<String>) - Method in class mmj.lang.Theorem
Validates each proof step for a proof being loaded into mmj.
editProvableLogicStmtType() - Method in class mmj.util.LogicalSystemBoss
Validate Provable Logic Statement Type Runparm.
editRecheckProofAsstUsingProofVerifier() - Method in class mmj.util.ProofAsstBoss
Validate RecheckProofAsstUsingProofVerifier
editSeqAssignerIntervalSize() - Method in class mmj.util.LogicalSystemBoss
Validate SeqAssigner Interval Size Parameter.
editSeqAssignerIntervalTblInitialSize() - Method in class mmj.util.LogicalSystemBoss
Validate SeqAssigner Interval Table Initial Size Parameter.
editStartInstrumentationTimer() - Method in class mmj.util.OutputBoss
Validate StartInstrumentationTimer Runparm.
editStatementAmbiguityEdits() - Method in class mmj.util.GrammarBoss
Validate Statement Ambiguity Edits Runparm.
editStepSelectorDialogPaneHeight() - Method in class mmj.util.ProofAsstBoss
Validate StepSelectorDialogPaneHeight.
editStepSelectorDialogPaneWidth() - Method in class mmj.util.ProofAsstBoss
Validate StepSelectorDialogPaneWidth.
editStepSelectorMaxResults() - Method in class mmj.util.ProofAsstBoss
Validate StepSelectorMaxResults
editStepSelectorShowSubstitutions() - Method in class mmj.util.ProofAsstBoss
Validate StepSelectorShowSubstitutions
editStmtTblInitialSize() - Method in class mmj.util.LogicalSystemBoss
Validate Statement Table Initial Size Parameter.
editStopInstrumentationTimer() - Method in class mmj.util.OutputBoss
Validate StopInstrumentationTimer Runparm.
editSvcArg() - Method in class mmj.util.SvcBoss
Validate arguments for SvcCallback.
editSvcCall() - Method in class mmj.util.SvcBoss
Call the designated SvcCallback object.
editSvcCallbackClass() - Method in class mmj.util.SvcBoss
Validate SvcCallbackClass name and instantiate one of them for use later.
editSvcFolder() - Method in class mmj.util.SvcBoss
Validate SvcFolder.
editSymTblInitialSize() - Method in class mmj.util.LogicalSystemBoss
Validate Symbol Table Initial Size Parameter.
editSysErrFile() - Method in class mmj.util.OutputBoss
Validate System Error File Runparm.
editSysOutFile() - Method in class mmj.util.OutputBoss
Validate System Output File Runparm.
editTheoremLoaderAuditMessages() - Method in class mmj.util.TheoremLoaderBoss
edit TheoremLoaderAuditMessages RunParm.
editTheoremLoaderDjVarsOption() - Method in class mmj.util.TheoremLoaderBoss
edit TheoremLoaderDjVarsOption RunParm.
editTheoremLoaderMMTFolder() - Method in class mmj.util.TheoremLoaderBoss
Validate Theorem Loader MMT Folder Runparm.
editTheoremLoaderStoreFormulasAsIs() - Method in class mmj.util.TheoremLoaderBoss
edit TheoremLoaderStoreFormulasAsIs RunParm.
editTheoremLoaderStoreMMIndentAmt() - Method in class mmj.util.TheoremLoaderBoss
edit TheoremLoaderStoreMMIndentAmt RunParm.
editTheoremLoaderStoreMMRightCol() - Method in class mmj.util.TheoremLoaderBoss
edit TheoremLoaderStoreMMRightCol RunParm.
editTMFFDefineFormat() - Method in class mmj.util.TMFFBoss
TMFFDefineFormat RunParm validation and loading.
editTMFFDefineScheme() - Method in class mmj.util.TMFFBoss
TMFFDefineScheme RunParm validation and loading.
editTMFFUseFormat(Setting<Integer>) - Method in class mmj.util.TMFFBoss
TMFFUseFormat RunParm validation and loading.
editUnifyPlusStoreInLogSysAndMMTFolder() - Method in class mmj.util.TheoremLoaderBoss
 
editUnifyPlusStoreInMMTFolder() - Method in class mmj.util.TheoremLoaderBoss
 
editWorkVarPrefix(String) - Method in class mmj.lang.WorkVarManager
Validates an input string as being a valid WorkVar Prefix.
elementCnst() - Method in class mmj.verify.GRNode
 
elementCnst(Cnst) - Method in class mmj.verify.GRNode
 
elementCnst_ - Variable in class mmj.verify.GRNode
 
elementDownLevelRoot() - Method in class mmj.verify.GRNode
 
elementDownLevelRoot(GRNode) - Method in class mmj.verify.GRNode
 
elementDownLevelRoot_ - Variable in class mmj.verify.GRNode
 
elementNotationRule() - Method in class mmj.verify.GRNode
 
elementNotationRule(NotationRule) - Method in class mmj.verify.GRNode
 
elementNotationRule_ - Variable in class mmj.verify.GRNode
 
elementUpLevel() - Method in class mmj.verify.GRNode
 
elementUpLevel(GRNode) - Method in class mmj.verify.GRNode
 
elementUpLevel_ - Variable in class mmj.verify.GRNode
 
eliminateDvGroupsAlreadyPresent(DistinctVariablesStmt[], List<List<Var>>) - Static method in class mmj.pa.DistinctVariablesStmt
Returns a dvGroup ArrayList of elements of the input dvGroup1 ArrayList which are not already specified by the contents of the input array of DistinctVariableStmt.
EMPTY_LIST - Static variable in class mmj.pa.UnifySubst
 
enabled() - Method in class mmj.pa.ErrorCode
Similar to ErrorCode.use(), but does not increase the usage quota.
END_OF_LIST - Static variable in class mmj.lang.VarHypSubst
 
END_PROOF_STMT_TOKEN - Static variable in class mmj.pa.PaConstants
End ProofWorkStmt token (generated proof and $d)
endQuoteIndex - Variable in class mmj.search.QuotedSearchTerm
 
endScope() - Method in class mmj.lang.LogicalSystem
Ends a (nested) scope level for the Logical System.
endScope() - Method in interface mmj.lang.SystemLoader
Ends a (nested) scope level for the Logical System.
enumSettingAction(Setting<T>, String, String) - Method in class mmj.pa.ProofAsstGUI
 
EOF_ERRMSG - Static variable in class mmj.mmio.MMIOConstants
 
eqInfo - Variable in class mmj.transforms.Transformation
 
eqInfo - Variable in class mmj.transforms.TransformationManager
The information about equivalence rules
EQUAL - Static variable in interface mmj.setmm.LFTerm
 
equals(Object) - Method in class mmj.gmff.GMFFExportParms
Compare for equality with another GMFFExportParms.
equals(Object) - Method in class mmj.gmff.GMFFUserTextEscapes
Compare for equality with another GMFFUserTextEscapes.
equals(Object) - Method in class mmj.lang.DjVars
 
equals(Object) - Method in class mmj.lang.Formula
Compare for equality with another Formula.
equals(Object) - Method in class mmj.lang.MObj
Compare for equality with another MObj.
equals(Object) - Method in class mmj.lang.Stmt
 
equals(Object) - Method in class mmj.lang.Sym
Compare for equality with another Sym.
equals(Object) - Method in class mmj.setmm.LFTerm.LFVar
 
equals(Object) - Method in class mmj.tl.TheoremStmtGroup
 
equals(Object) - Method in class mmj.transforms.ConstSubst
 
equals(Object) - Method in class mmj.transforms.ParseNodeHashElem
 
equals(Object) - Method in class mmj.util.BatchCommand
 
equals(Object) - Method in class mmj.util.RunParmArrayEntry
Compute for equality with another RunParmArrayEntry based on name String equals().
equals(Object) - Method in class mmj.verify.EarleyItem
 
equals(Object) - Method in class mmj.verify.GrammarRule
Compare for equality with another GrammarRule.
equals(Object) - Method in class mmj.verify.LRParser.ParseSet
 
EquivalenceInfo - Class in mmj.transforms
This class is used for equivalence transformations.
EquivalenceInfo(List<Assrt>, TrOutput, boolean) - Constructor for class mmj.transforms.EquivalenceInfo
 
EraseWffsPreprocessRequest - Class in mmj.pa
EraseWffsPreprocessRequest implements a user request for an erasure operation on non-QED Derivation Step formulas in a proof text area.
EraseWffsPreprocessRequest() - Constructor for class mmj.pa.EraseWffsPreprocessRequest
Constructor for EraseWffsPreprocessRequest
ERRMSG_2_PARSE_TREES - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_ADD_TO_APPLIED_ARRAY_OFLOW - Static variable in class mmj.pa.PaConstants
 
ERRMSG_AFTER_DOT_CAPTION - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_ALT_FORMAT_NBR_MISSING2_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_ALT_INDENT_MISSING2_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_ALT_UNIFY_REFS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_APPEND_FILE_NAME_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_APPENDED_CAPTION - Static variable in class mmj.lang.LangConstants
 
ERRMSG_ARG_ERROR_1 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_ARG_ERROR_2 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_ARG_ERROR_3 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_ARG_INTEGER_TEXT_INVALID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_AS_LITERAL_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_ASSOC_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_ASSOC_REPLACE_FAIL - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_ASSRT_SUBST_HYP_NOTFND - Static variable in class mmj.lang.LangConstants
 
ERRMSG_ASSRT_SUBST_SLOT - Static variable in class mmj.pa.PaConstants
 
ERRMSG_AT_CAPTION - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_AUDIT_MSG_THEOREM_ADD - Static variable in class mmj.tl.TlConstants
 
ERRMSG_AUDIT_MSG_THEOREM_UPD - Static variable in class mmj.tl.TlConstants
 
ERRMSG_AX_HAS_DV - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_AX_NOT_EXISTS - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_AX_WRONG_TYPE - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_BAD_ALT_FORMAT_NBR_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_ALT_FORMAT_NBR_2 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_ALT_INDENT_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_ALT_INDENT_2 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_AT_NBR_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_AT_NBR_2 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_AT_VALUE - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_BY_VALUE - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_FILE_NAME_SUFFIX - Static variable in class mmj.util.UtilConstants
 
ERRMSG_BAD_HDR_TOKEN - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_HDR_TOKEN2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_HDR_TOKEN3 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_HYP_STEP - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_INT_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_BAD_LABEL_CHAR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_LOC_TOKEN - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_LOC_VAL - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_LOCAL_REF - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_MAX_DEPTH_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_NEW_FORMAT_NBR_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_NEW_FORMAT_NBR_2 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_ON_OFF_PARM - Static variable in class mmj.util.UtilConstants
 
ERRMSG_BAD_PARSE_STMT - Static variable in class mmj.lang.LangConstants
Messages for ProofCompression.java
ERRMSG_BAD_PREF_FORMAT_NBR - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_STEP - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_SUB_EXPR_NODE_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_THRM_VAL - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_TYP_CD - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_TYP_CD2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_BAD_UPD_FORMAT_NBR_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_UPD_FORMAT_NBR_2 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_USE_INDENT - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_USER_METHOD_NAME - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_BAD_YES_NO_PARM - Static variable in class mmj.util.UtilConstants
 
ERRMSG_BASE_RULE_IS_DUP - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_BEGIN_END_SCOPE_PAIR_MISSING - Static variable in class mmj.tl.TlConstants
 
ERRMSG_BEGIN_SCOPE_MISSING - Static variable in class mmj.tl.TlConstants
 
ERRMSG_BEGIN_SCOPE_MUST_BE_FIRST - Static variable in class mmj.tl.TlConstants
 
ERRMSG_BM_UPDATE_W_MMT_SECTION_NOTFND - Static variable in class mmj.lang.LangConstants
Messages for BookManager.java
ERRMSG_BOGUS_LINE_1 - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_BOGUS_PARAM_VARHYP_NODE - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_BOGUS_PROOF_LOGHYP_STMT - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_BOGUS_WORK_VAR_IN_ALLOC - Static variable in class mmj.lang.LangConstants
 
ERRMSG_BOOK_MANAGER_ALREADY_EXISTS - Static variable in class mmj.util.UtilConstants
 
ERRMSG_BOOK_MANAGER_NOT_ENABLED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_BOOK_MANAGER_SECTION_NBR_NOT_FOUND - Static variable in class mmj.util.UtilConstants
 
ERRMSG_BOOLEAN_UNRECOG - Static variable in class mmj.util.UtilConstants
 
ERRMSG_BU_GOVERNOR_LIMIT_EXCEEDED - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_BU_PARSE_STACK_OVERFLOW - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_BUILD_EMPTY_OR_INVALID_WORKSHEET_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_BUTTON_ATTR_TABLE_LOAD_ERROR - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_BUTTON_ATTR_TABLE_LOAD_ERROR - Static variable in class mmj.search.SearchResultsConstants
 
ERRMSG_CALLBACK_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_CANNOT_END_GLOBAL_SCOPE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_CANNOT_UPD_FORMAT_0_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_CANNOT_UPD_FORMAT_0_2 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_CANONICAL_CORRESPONDENCE - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_CANONICAL_FORM - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_CANT_APPLY_OLD_SEARCH_RESULTS - Static variable in class mmj.search.SearchConstants
 
ERRMSG_CHARSET_ENCODING_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_CHARSET_ENCODING_INVALID - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_CHARSET_ENCODING_UNSUPPORTED - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_CHOICE_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_CLOSURE_TRANS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_COL1_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_COLON_CAPTION - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_COMM_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_COMMAND_LINE_ARGUMENTS_FORMAT - Static variable in class mmj.util.UtilConstants
 
ERRMSG_COMPRESS_BAD_CHAR - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_BAD_RPT - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_BAD_RPT2 - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_BAD_RPT3 - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_BAD_UNK - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_CORRUPT - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_NO_PROOF_BLOCKS - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_NOT_ASCII - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_OTHER_BOGUS - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_OTHER_MAND - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_OTHER_NOTFND - Static variable in class mmj.lang.LangConstants
Messages for ProofCompression.java
ERRMSG_COMPRESS_OTHER_VARHYP_POS - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESS_PREMATURE_END - Static variable in class mmj.lang.LangConstants
 
ERRMSG_COMPRESSED_PROOF_IS_EMPTY - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_CYCLIC_DEPENDENCY - Static variable in class mmj.pa.PaConstants
 
ERRMSG_CYCLIC_REF_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_DEFINE_WORK_VAR_DUP - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DEFINE_WORK_VAR_NBR_BAD - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DEFINE_WORK_VAR_PFX_DUP - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DEFINE_WORK_VAR_PREFIX_BAD - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DEFINE_WORK_VAR_TYPE_BAD - Static variable in class mmj.lang.LangConstants
Messages for WorkVarManager.java
ERRMSG_DERIV_STEP_PROOF_FAILURE - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_DJ_VAR_SYM_NOT_A_VAR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_DJ_VARS_ARE_DUPS - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DJ_VARS_ON_SYNTAX - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_DJ_VARS_VARS_NOT_DEF_IN_EXT_FRAME - Static variable in class mmj.lang.LangConstants
Messages for Theorem.java
ERRMSG_DOT_CAPTION - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_DUMP_STMT_UNRECOG_1 - Static variable in class mmj.util.UtilConstants
 
ERRMSG_DUP_DJ_VARS_AFTER_CONSOLIDATION_ERR - Static variable in class mmj.lang.LangConstants
Messages for ScopeFrame.java
ERRMSG_DUP_HYP_REF - Static variable in class mmj.pa.PaConstants
 
ERRMSG_DUP_LOG_HYPS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_DUP_MMT_THEOREM - Static variable in class mmj.tl.TlConstants
 
ERRMSG_DUP_RULE_DIFF_TYP - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_DUP_STMT_LABEL - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DUP_STMT_MAP_PUT_ATTEMPT - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DUP_SYM_MAP_PUT_ATTEMPT - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DUP_SYM_TYPESET_DEF - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_DUP_VAR_OR_CNST_SYM - Static variable in class mmj.lang.LangConstants
 
ERRMSG_DV_SYM_CNST - Static variable in class mmj.pa.PaConstants
 
ERRMSG_DV_SYM_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_DV_SYM_MAXSEQ - Static variable in class mmj.pa.PaConstants
 
ERRMSG_DV_VAR_DUP - Static variable in class mmj.pa.PaConstants
 
ERRMSG_DV_VAR_SCOPE_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_DV_VERIFY_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_EARLEY_C_ITEMSET_OVERFLOW - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_EARLEY_HYP_PARAMS_NOTFND - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_EARLEY_HYPMAP_PARAMS_NOTFND - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_EARLEY_ITEMSET_OVERFLOW - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_EMITTED_STEP - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_EMPTY_CNST_STMT - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_EMPTY_PROOF - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EMPTY_VAR_STMT - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_END_SCOPE_MISSING - Static variable in class mmj.tl.TlConstants
 
ERRMSG_END_SCOPE_MUST_BE_LAST - Static variable in class mmj.tl.TlConstants
 
ERRMSG_EOF_AFTER_LABEL - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_EQUIV_COMM_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_EQUIV_COMM_DED_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_EQUIV_RULES - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_EQUIV_TRANS_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_EQUIV_TRANS_DED_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_ERASE_WFFS_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_ERR_FORMAT_NBR_INPUT_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_ERR_INDENT_INPUT_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_ESCAPE_EXPORT_TYPE_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_ESCAPE_PAIR_BAD2 - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_ESCAPE_PAIR_NUM_BAD - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_ESCAPE_PAIR_REPLACEMENT_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXCL_LABELS_SPECIFIER_BAD_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_EXCL_LABELS_SPECIFIER_BAD_ERROR2 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_EXCL_LABELS_SPECIFIER_BAD_ERROR2_2 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_EXPORT_CONFIRMATION - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_DIRECTORY_BAD2 - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_DIRECTORY_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_FILE_CHARSET_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_FILE_EXISTS_CANNOT_UPDATE - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_FILE_EXISTS_NOT_A_FILE - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_FILE_IO_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_FILE_MISC_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_FILE_TYPE_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_FORMAT_PROOF_WORKSHEET_ERR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_EXPORT_PARMS_LIST_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPORT_RANDOMIZED_PARM_UNRECOG - Static variable in class mmj.util.UtilConstants
 
ERRMSG_EXPORT_TYPE_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_EXPR_SYM_NOT_ACTIVE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_EXPR_SYM_NOT_DEF - Static variable in class mmj.lang.LangConstants
 
ERRMSG_EXPR_USES_TYP_AS_CNST - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_EXPR_VAR_W_O_ACTIVE_VAR_HYP - Static variable in class mmj.lang.LangConstants
 
ERRMSG_EXTRA_THEOREM_STMT - Static variable in class mmj.tl.TlConstants
 
ERRMSG_EXTRA_TOKEN - Static variable in class mmj.pa.PaConstants
 
ERRMSG_FAIL_POPUP_WINDOW_ARGUMENT - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FATAL_ARRAY_INDEX_ERROR - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_FIELD_ATTR_TABLE_LOAD_ERROR - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_FIELD_ATTR_TABLE_LOAD_ERROR - Static variable in class mmj.search.SearchResultsConstants
 
ERRMSG_FILE_CHARSET_INVALID - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_CHARSET_UNSUPPORTED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_MISC_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_NAME_BLANK - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_NOTFND - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_READ_NOT_ALLOWED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_TYPE_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_FILE_UPDATE_NOT_ALLOWED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_USAGE_ERR_EXISTS - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FILE_USAGE_PARM_UNRECOG - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FINAL_STACK_ENTRY_UNEQUAL - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_FINAL_STACK_ENTRY_UNEQUAL2 - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_FINISHED_STEP - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_FOLDER_MISC_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FOLDER_NAME_BLANK - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FOLDER_NOTFND - Static variable in class mmj.util.UtilConstants
 
ERRMSG_FOOTER_MISSING - Static variable in class mmj.pa.PaConstants
 
ERRMSG_FORMAT_NBR_MISSING2_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_FORMAT_NBR_MISSING_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_FORMAT_SCHEME_MISSING_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_FORMAT_SCHEME_NAME_NOTFND - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_FORMAT_SCHEME_NAME_NOTFND2_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_FORMAT_SEL_INVALID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_FORMULA_NOMATCH - Static variable in class mmj.pa.PaConstants
 
ERRMSG_FORMULA_VAR_HYP_NOTFND - Static variable in class mmj.lang.LangConstants
 
ERRMSG_FORWARD_PROOF_STEP_LABEL - Static variable in class mmj.lang.LangConstants
 
ERRMSG_FROM_CHAP_SEL_INVALID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_FUNCTION_INOPERABLE_IN_TEST_MODE - Static variable in class mmj.search.SearchConstants
 
ERRMSG_GATHER_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_GATHER_PART - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_GMFF_EXPORT_FILE_CHARSET_BLANK - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_EXPORT_FILE_NAME_BLANK - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_FOLDER_MISC_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_FOLDER_NAME_BLANK - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_FOLDER_NOTFND - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_FOLDER_READ_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_INITIALIZATION_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_GMFF_INITIALIZE_PARM_0_ERR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_INPUT_FILE_NAME_BLANK - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_PARSE_RUNPARM_PARM_4_ERR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GMFF_PROOF_ASST_MISSING - Static variable in class mmj.util.UtilConstants
 
ERRMSG_GMFF_RUNPARM_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_GMFF_THEOREM_EXPORT_PA_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_GRAMMAR_RULE_2_PARSEABLE - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_GRAMMAR_RULE_PARSEABLE - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_GRAMMAR_UNAMBIGUOUS - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_GRFOREST_EXPR_LENGTH_ZERO - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_GRFOREST_NODE_LOST - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_GRFOREST_RULE_DUP - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_GRFOREST_RULE_NULL - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_HDR_TOKEN_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_HYP_ADDED_TWICE_ERR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_HYP_FORMULA_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_HYP_FORMULA_ERR2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_HYP_HAS_LOCAL_REF - Static variable in class mmj.pa.PaConstants
 
ERRMSG_HYP_HAS_SELECTOR_CHOICE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_HYP_MISSING_FOR_EXPORTED_PROOF_WORKSHEET - Static variable in class mmj.tl.TlConstants
 
ERRMSG_HYP_STEP_CNT_IN_WORKSHEET_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_HYP_STEP_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_HYP_TYP_MISMATCH_STACK_TYP - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_IGNORING_VERIFY_PROOF_RUNPARM - Static variable in class mmj.util.UtilConstants
 
ERRMSG_ILLEGAL_STATE_IN_CREATE_TRANSFORMATION - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_IMPL_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_IMPL_DISTR_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_IMPL_EQ_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_IMPL_GATHER_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_IMPL_TRANS_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_IMPL_TRIV_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_IN_WHAT_SEL_INVALID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_INCL_FILE_DUP - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INCL_FILE_NOTFND - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INCLUDE_FILE_ARRAY_EMPTY - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INCLUDE_FILE_LIST_ERR - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INCOMPLETE_HYPS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INIT_FORMULA_SUBST_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INPUT_DOLLAR_T_COMMENT_MM_FILE - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INPUT_FILE_EMPTY - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INPUT_FILE_EXISTS_NOT_A_FILE - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INPUT_FILE_MISC_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INPUT_FILE_NOT_FOUND - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INSERTED_CAPTION - Static variable in class mmj.lang.LangConstants
 
ERRMSG_INTERVAL_SIZE_RANGE_ERR - Static variable in class mmj.lang.LangConstants
Messages for SeqAssigner.java
ERRMSG_INTERVAL_TBL_SIZE_RANGE_ERR - Static variable in class mmj.lang.LangConstants
 
ERRMSG_INV_CHAR_IN_MATH_SYM - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INV_CHAR_IN_PROOF_STEP - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INV_COMMENT_CHAR_STR - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INV_INCLUDE_FILE_NAME - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INV_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INV_LABEL - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_INVALID_BOOLEAN - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_BOOLEAN - Static variable in class mmj.tl.TlConstants
 
ERRMSG_INVALID_DJ_VARS_OPTION - Static variable in class mmj.tl.TlConstants
 
ERRMSG_INVALID_FONT_FAMILY_NAME - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_HEADER_CONSTANTS_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INVALID_INCOMPLETE_STEP_CURSOR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_INCOMPLETE_STEP_CURSOR_OPTION_NBR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_INT_RANGE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_KEYWORD_CHAR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INVALID_LINE_LIST_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INVALID_METAMATH_TYPESET_COMMENT_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INVALID_MODEL_ID_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INVALID_OPTION - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_PROOF_FORMAT - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_SOFT_DJ_VARS_ERROR_OPTION - Static variable in class mmj.pa.PaConstants
 
ERRMSG_INVALID_SYM - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_INVALID_THEOREM_LABEL_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_KEYWORD_EMPTY_STRING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_LABEL_OR_ASTERISK_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_LEFT_TWEENER_ERROR - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_LESS_THAN_2_DJVARS - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_LOAD_ENDPOINT_LABEL_BLANK - Static variable in class mmj.util.UtilConstants
 
ERRMSG_LOAD_FAILED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_LOAD_LIMIT_STMT_LABEL_REACHED - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_LOAD_LIMIT_STMT_NBR_REACHED - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_LOAD_MISC_IO - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_LOAD_READLINE_IO_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_LOAD_REQ_FILE_DUP - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_LOAD_REQ_FILE_NOTFND - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_LOC_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_LOCAL_REF_HAS_SELECTOR_CHOICE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_LOCAL_REF_HAS_SELECTOR_SEARCH - Static variable in class mmj.pa.PaConstants
 
ERRMSG_LOG_HYP_FORMULA_MISMATCH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_LOG_HYP_LABEL_HYP_DUP - Static variable in class mmj.tl.TlConstants
 
ERRMSG_LOG_HYP_STMT_MISMATCH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_LOG_HYPS_DONT_MATCH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_LOGHYP_CAPTION - Static variable in class mmj.lang.LangConstants
 
ERRMSG_LOGHYP_FOR_SYNTAX - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_LOGHYP_MISMATCH - Static variable in class mmj.pa.PaConstants
 
ERRMSG_LOGHYP_STACK_DEFICIENT - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_LOGIC_TYP_CD_BOGUS - Static variable in class mmj.util.UtilConstants
 
ERRMSG_LOGIC_TYP_CD_BOGUS - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_LOGIC_TYP_DUPS - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_LOGIC_TYP_NOT_A_CNST - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_LOGIC_TYP_PARAM_INVALID - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_LOOK_AND_FEEL_MISSING - Static variable in class mmj.pa.PaConstants
 
ERRMSG_LOOP_IN_TRANSFORMATIONS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_MACRO_FAIL - Static variable in class mmj.pa.PaConstants
 
ERRMSG_MACRO_LANGUAGE_DEFAULT_MISSING - Static variable in class mmj.util.UtilConstants
 
ERRMSG_MACRO_LANGUAGE_MISSING - Static variable in class mmj.util.UtilConstants
 
ERRMSG_MACRO_LANGUAGE_MISSING_2 - Static variable in class mmj.util.UtilConstants
 
ERRMSG_MANDATORY_MODEL_NOT_FOUND_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MAX_ERROR_MSG_LT_1 - Static variable in class mmj.lang.LangConstants
 
ERRMSG_MAX_HYPS_LT_STEP_HYPS_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_MAX_INFO_MSG_LT_1 - Static variable in class mmj.lang.LangConstants
 
ERRMSG_MAX_NBR_TO_EXPORT_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MAX_RETRIES_EXCEEDED - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_MERGE_LOGHYP_SUBST_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_MERGE_SORTED_LISTS_DUP_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_MIN_HYPS_GT_MAX_HYPS_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_MIN_HYPS_GT_STEP_HYPS_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_MISC_IO_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_MISLABELLED_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_MISSING_AT_VALUE_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_MISSING_BY_VALUE - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_MISSING_DELIM - Static variable in class mmj.util.UtilConstants
 
ERRMSG_MISSING_DOLLAR_T_TOKEN - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MISSING_END_COMMENT - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MISSING_END_DELIM - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MISSING_END_SCOPE_AT_EOF - Static variable in class mmj.lang.LangConstants
 
ERRMSG_MISSING_EQUAL_COMMUT_DEDUCT_RULE - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_MISSING_EQUAL_TRANSIT_DEDUCT_RULE - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_MISSING_IMPL_DISTR_RULE - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_MISSING_IMPL_TRIV_RULE - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_MISSING_KEYWORD_AFTER_LABEL - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_MISSING_LABEL - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_MISSING_SEMICOLON - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MISSING_START_COMMENT - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_MISSING_USER_METHOD_NAME - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_MM_FILE_NOT_LOADED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_MMT_FOLDER_FILE_NULL - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_FOLDER_MISC_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_FOLDER_NAME_BLANK - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_FOLDER_NOTFND - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_FOLDER_READ_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_FOLDER_UNSPECIFIED - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_STMT_PARSE_ERR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_CLOSE_IO_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_FILE_BAD_KEYWORD - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_FILE_BOGUS_KEYWORD - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_FILE_IO_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_FILE_MISC_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_FILE_NOTFND - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_FILE_TYPE_BOGUS - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_LABEL_BLANK - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_NOT_A_FILE - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_NOTFND - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_THEOREM_WRITE_IO_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MMT_TYP_CD_NOT_VALID - Static variable in class mmj.tl.TlConstants
 
ERRMSG_MODEL_ID_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MODELS_DIRECTORY_BAD2 - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MODELS_DIRECTORY_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_MORE_THEN_ONE_EQUALITY_OPERATOR - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_MP_BACKWARDS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_MULT_ACTIVE_HYP_FOR_VAR - Static variable in class mmj.lang.LangConstants
 
ERRMSG_MULT_HDR_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_MULT_QED_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_MUST_DEF_CNST_AT_GLOBAL_LVL - Static variable in class mmj.lang.LangConstants
 
ERRMSG_N_PARSE_TREES - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_N_PARSE_TREES_2 - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_NEGATIVE_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_NESTED_COMMENTS - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_NEW_AXIOM - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_NEW_THEOREM_OLD_LOG_HYP - Static variable in class mmj.tl.TlConstants
 
ERRMSG_NO_CONVERT_WV - Static variable in class mmj.pa.PaConstants
 
ERRMSG_NO_DERIV_STEPS_CREATED - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_NO_EXPORT_TYPES_SELECTED_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_NO_MESSAGES_MSG - Static variable in class mmj.pa.PaConstants
 
ERRMSG_NO_PROOF_FILES_SELECTED_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_NO_ROOM_SUB_EXPR_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_NO_TASK_TO_CANCEL - Static variable in class mmj.search.SearchConstants
 
ERRMSG_NO_THEOREMS_SELECTED_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_NOT_A_FILE - Static variable in class mmj.util.UtilConstants
 
ERRMSG_NOT_A_FOLDER - Static variable in class mmj.util.UtilConstants
 
ERRMSG_NOT_A_GMFF_FOLDER - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_NOT_A_MMT_FOLDER - Static variable in class mmj.tl.TlConstants
 
ERRMSG_NOT_A_QUOTED_STRING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_NOT_A_THRM - Static variable in class mmj.pa.PaConstants
 
ERRMSG_NOT_AND_OP - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_NOTATION_GRFOREST_DUP - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_NOTATION_VARHYP_NOTFND - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_NULL_TARGET_VAR_HYP_PA_SUBST - Static variable in class mmj.lang.LangConstants
Messages for ParseNode.java
ERRMSG_ON_OFF_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_OPER_SEL_INVALID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_OR_SEPARATOR_EQ_QUOTE_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_OUTPUT_FILE_NAME_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_PA_CURSOR_INSTRUMENTATION - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_EXPORT_IO_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_EXPORT_PV_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_EXPORT_STRUCT_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_FWD_BACK_SEARCH_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GET_THEOREM_NOT_FOUND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_EXPORT_VIA_GMFF_FAILED - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_EXPORT_VIA_GMFF_OK - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_EXTRACT_THEOREMS_OK - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_FILE_EXISTS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_FILE_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_LOAD_THEOREMS_OK - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_READ_PROOF_IO_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_SAVE_BEFORE_ACTION - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_SAVE_IO_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_GUI_TASK_ALREADY_RUNNING - Static variable in class mmj.search.SearchConstants
 
ERRMSG_PA_GUI_VERIFY_ALL_PROOFS_OK - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_IMPORT_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_IMPORT_IO_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_IMPORT_SEVERE_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_IMPORT_STRUCT_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_NOTHING_TO_UNIFY - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_PRINT_IO_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_REQUIRES_GRAMMAR_INIT - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PA_RPN_PROOF_GENERATED - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_START_THEOREM_NOT_FOUND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_TESTMSG_01 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_TESTMSG_02 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_TESTMSG_03 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_TESTMSG_PROGRESS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_TIME_TOP_HEADER - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PA_UNIFY_SEVERE_ERROR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PARSE_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PARSE_FAILED - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_PARSE_FAILED_AT_POS - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_PARSE_RPN - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PARSED_RPN_EMPTY_STACK - Static variable in class mmj.lang.LangConstants
 
ERRMSG_PARSED_RPN_INCOMPLETE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_PARSED_RPN_NOT_EMPTY_AT_END - Static variable in class mmj.lang.LangConstants
 
ERRMSG_PARSER_INPUT_STRING_NULL - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PARSER_LINE_ALREADY_REACHED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PARSER_LINE_EMPTY - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PART_SEL_INVALID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_PATH_INVALID - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PATH_SECURITY_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_POSSIBLE_SUBST - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PREMATURE_COMMENT_EOF - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_PREMATURE_END - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PREMATURE_END2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PREMATURE_END_OF_DEF - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_PREMATURE_INCLUDE_STMT_EOF - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_PREP_MACRO_DOES_NOT_EXIST - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PREPROCESS_OPTION_UNRECOG - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PROHIB_LABEL - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PROOF_ABS_MAX_RETRY_EXCEEDED - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROOF_EMPTY - Static variable in class mmj.pa.PaConstants
 
ERRMSG_PROOF_HAS_NO_STEPS - Static variable in class mmj.lang.LangConstants
 
ERRMSG_PROOF_HAS_ZERO_STEPS - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROOF_IS_EMPTY - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_PROOF_LABEL_ERR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_PROOF_LABEL_SEQ_TOO_HIGH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_PROOF_MISSING - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_PROOF_NULL - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROOF_SQUISH_FAIL - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROOF_STACK_GT_1_AT_END - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROOF_STACK_UNDERFLOW - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROOF_STEP_HYP_INACTIVE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_PROOF_STEP_INCOMPLETE - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROOF_STEP_LABEL_NOTFND - Static variable in class mmj.lang.LangConstants
 
ERRMSG_PROOF_STEP_RANGE - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_PROVABLE_DUP_OF_LOGICAL - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_PROVABLE_TYP_CD_BOGUS - Static variable in class mmj.util.UtilConstants
 
ERRMSG_PROVABLE_TYP_CD_BOGUS - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_PROVABLE_TYP_DUPS - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_PROVABLE_TYP_NOT_A_CNST - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_PROVABLE_TYP_PARAM_INVALID - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_PSTACK_ARRAY_OVERFLOW - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_QED_EMPTY - Static variable in class mmj.pa.PaConstants
 
ERRMSG_QED_HYP_LOCAL_REF - Static variable in class mmj.pa.PaConstants
 
ERRMSG_QED_HYP_STEP - Static variable in class mmj.pa.PaConstants
 
ERRMSG_QED_MISSING - Static variable in class mmj.pa.PaConstants
 
ERRMSG_QED_NOT_END - Static variable in class mmj.pa.PaConstants
 
ERRMSG_QED_NOT_END2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REARRANGE_HYPS_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REDUCE_REDUCE - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_REF_BAD_TYP - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_MAXSEQ - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_NBR_HYPS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_NBR_HYPS_LT_INPUT - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_NOT_ASSRT - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_NOT_LOGHYP - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_NOTFND2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_PROHIB - Static variable in class mmj.pa.PaConstants
 
ERRMSG_REF_UNIFY_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_RENDER_FORMULA_ERROR_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_REPL_ASSRTS - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_REPL_UNIQUE_ASSRT - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_REPL_UNIQUE_COLLECTION - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_REQUIRED_INPUT_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_RETRY_TO_BE_INITIATED - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_REUSE_SET_IN_DEFN - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_RIGHT_TWEENER_ERROR - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_ROLLBACK - Static variable in class mmj.tl.TlConstants
 
ERRMSG_ROLLBACK_FAILED - Static variable in class mmj.tl.TlConstants
 
ERRMSG_RPN_CONV_TO_TREE_FAILURE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_RPN_INVALID_NOT_ENOUGH_STMTS - Static variable in class mmj.lang.LangConstants
 
ERRMSG_RPN_TO_FORMULA_CONV_FAILURE - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_RPN_VERIFY_AS_PROOF_FAILURE - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_RULE_EXPR_CAPTION - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_RUNPARM_COMMENT_CAPTION - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_EXECUTABLE_CAPTION - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_FILE_BOGUS_1 - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_FILE_EMPTY - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_FILE_NOT_FOUND - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_FLOAT_FORMAT_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_NAME_INVALID - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_NBR_FORMAT_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_NBR_LE_ZERO - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_NBR_LT_ZERO - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_NEXT_AFTER_EOF - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_NONBLANK_PRINT_STR_BAD - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_NOT_ENOUGH_FIELDS - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_PA_STYLE_UNKNOWN - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_PARSER_BAD_CLASS - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_RGB_FORMAT - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_STMT_LABEL_BLANK - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_STMT_LABEL_NOTFND - Static variable in class mmj.util.UtilConstants
 
ERRMSG_RUNPARM_STMT_NOT_THEOREM - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SAVE_FAILED - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SCHEME_CANNOT_BE_UPDATED - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_SCHEME_METHOD_MISSING - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_SCHEME_NAME_MISSING_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_SCHEME_NAME_REQUIRED - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_SCHEME_NM_CANT_BE_ASSIGNED - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_SEARCH_ARGS_TABLE_LOAD_ERROR - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_SEARCH_ASSRT_LIST_EMPTY_1 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_SEARCH_NULL_PARSE_TREE_1 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_SEARCH_TASK_EXECUTION_1 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_SEARCH_TASK_INTERRUPTED_1 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_SEARCH_TASK_TIMEOUT_1 - Static variable in class mmj.search.SearchConstants
 
ERRMSG_SELECTOR_CHOICE_STEP_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SELECTOR_MISSING - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SELECTOR_NOT_A_STMT - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SELECTOR_NOT_A_THEOREM - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SELECTOR_SEARCH_ASSRT_LIST_EMPTY - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SELECTOR_SEARCH_NULL_PARSE_TREE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SELECTOR_SEARCH_STEP_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SEQ_ASSIGNER_CHECKPOINT_STATE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SEQ_ASSIGNER_COMMIT_STATE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SEQ_ASSIGNER_OUT_OF_NUMBERS - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SEQ_ASSIGNER_ROLLBACK_AUDIT - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SEQ_ASSIGNER_ROLLBACK_STATE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SET_LOOK_AND_FEEL - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SET_STMT_NBR_LT_0 - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_SET_TOKENIZER_NULL - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_SHR_BAD - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SHR_BAD2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SINGLE_EQ_DOUBLE_QUOTE_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_SKIP_AHEAD_FAILED - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_SMOOSH_FAILED - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SRC_STMT_SYM_NOTFND - Static variable in class mmj.tl.TlConstants
 
ERRMSG_STACK_SIZE_MISMATCH_FOR_STEP_HYPS - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_START_RULE_TYPE_UNDEF - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_STEP_LOG_HYP_SUBST_UNEQUAL - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_STEP_NBR_DUP - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STEP_NBR_MISSING - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STEP_REF_HYP_NBR_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STEP_SELECTOR_BATCH_TEST_CHOICE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STEP_SELECTOR_BATCH_TEST_INV_CHOICE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STEP_SELECTOR_BATCH_TEST_NO_RESULTS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STEP_SELECTOR_RESULTS_PRINT - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STEP_UNIFY_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STMT_HAS_DUP_TOKENS - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_STMT_LABEL_DUP_OF_SYM_ID - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STMT_LABEL_DUP_OF_SYM_ID - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STMT_LABEL_DUP_OF_SYM_ID2 - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STMT_LABEL_STRING_EMPTY - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STMT_MISSING_TYPE - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_STMT_NOT_AX - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_STMT_NOT_DONE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_STMT_PREMATURE_EOF - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_STMT_TBL_TOO_SMALL - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STMT_TYP_NOT_DEF_AS_CNST - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STMT_TYP_UNDEF - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STMT_VAR_NOT_ACTIVE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STMT_VAR_NOT_DEF_AS_VAR - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STMT_VAR_UNDEF - Static variable in class mmj.lang.LangConstants
 
ERRMSG_STORE_IN_LOG_SYS_AND_MMT_FOLDER_OK - Static variable in class mmj.tl.TlConstants
 
ERRMSG_STORE_IN_MMT_FOLDER_OK - Static variable in class mmj.tl.TlConstants
 
ERRMSG_STORE_LOAD_FAIL - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SUBST_ARRAY_OVERFLOW - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_SUBST_TO_VARS_MATCH - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_SUBST_TO_VARS_NOT_DJ - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SUBST_TO_VARS_NOT_DJ - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_SUBTREE_CONV_TO_RPN_FAILURE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SUPERFLUOUS_MANDFRAME_DJVARS - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SVC_ARG_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SVC_CALL_PROOF_ASST_MISSING - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SVC_CALL_THEOREM_LOADER_MISSING - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SVC_CALLBACK_CLASS_CAST_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SVC_CALLBACK_CLASS_INIT_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SYM_ID_DUP_OF_STMT_LABEL - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SYM_ID_STRING_EMPTY - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SYM_MAXSEQ - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SYM_NOT_EXISTS - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_SYM_NOT_TYPECODE - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_SYM_NOTFND - Static variable in class mmj.pa.PaConstants
 
ERRMSG_SYM_TBL_TOO_SMALL - Static variable in class mmj.lang.LangConstants
 
ERRMSG_SYNTAX_USES_TYP_AS_CNST - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_SYNTAX_VAR_GT_1_OCC - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_SYNTAX_VARHYP_MISMATCH - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_SYSERR_PRINT_WRITER_IO_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_SYSOUT_PRINT_WRITER_IO_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_TASK_CANCEL_REQUESTED - Static variable in class mmj.search.SearchConstants
 
ERRMSG_TEST_OPTION_ARGUMENT - Static variable in class mmj.util.UtilConstants
 
ERRMSG_THEOREM_CAPTION - Static variable in class mmj.lang.LangConstants
 
ERRMSG_THEOREM_DV_SEQ_ERR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_FILE_THEOREM_MISSING - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_FORMULA_MISMATCH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_LABEL_HYP_DUP - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_LABEL_MISMATCH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_LOADER_COMMIT_FAILED - Static variable in class mmj.lang.LangConstants
 
ERRMSG_THEOREM_LOADER_READER_ERROR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_THEOREM_LOADER_TEXT_UNIFY_ERROR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_LOG_HYP_SEQ_ERR - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_PROOF_COMPRESSED - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THEOREM_STMT_MISMATCH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_THM_IN_SYNTAX - Static variable in class mmj.setmm.SetMMConstants
 
ERRMSG_THRU_CHAP_SEL_INVALID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_TIMER_ID - Static variable in class mmj.lang.LangConstants
 
ERRMSG_TIMER_ID_NOTFND - Static variable in class mmj.lang.LangConstants
Messages for Messages.java
ERRMSG_TMFF_REQUIRES_GRAMMAR_INIT - Static variable in class mmj.util.UtilConstants
 
ERRMSG_TOKENIZER_FAIL - Static variable in class mmj.pa.PaConstants
 
ERRMSG_TOKENIZER_IO_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_TOO_FEW_WORK_VAR_FOR_TYP - Static variable in class mmj.lang.LangConstants
 
ERRMSG_TRANS_TO_CONST - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_TRANS_TO_RESULT - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_TREE_CONV_TO_RPN_FAILURE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_TXT_COLUMN - Static variable in class mmj.pa.PaConstants
 
ERRMSG_TXT_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_TXT_LABEL - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_TXT_LINE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_TYP_CONV_DUP - Static variable in class mmj.lang.LangConstants
 
ERRMSG_TYPCONV_2_VARHYP_NOTFND - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_TYPCONV_AXIOM_LOOP - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_TYPCONV_NBRHYP_NE_1 - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_TYPCONV_VARHYP_NOTFND - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_TYPE_EQUIV - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_TYPESET_DEF_KEYWORD_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_TYPESET_DEF_NOT_FOUND_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_TYPESET_DEFS_AUDIT - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_TYPESET_DEFS_AUDIT_2 - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_UNDEF_NON_TERMINAL - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_UNEXPECTED_EXCEPTION - Static variable in class mmj.transforms.TrConstants
 
ERRMSG_UNFORMATTED_BAD_CALL_FLAT_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_UNFORMATTED_BAD_CALL_UNF_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_UNIFY_SEARCH_EXCLUDE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_UNIFY_SUBST_HYP_NOTFND - Static variable in class mmj.lang.LangConstants
 
ERRMSG_UNIFY_TABLES_NOT_INIT - Static variable in class mmj.pa.PaConstants
 
ERRMSG_UNMATCHED_QUOTE_CHAR - Static variable in class mmj.util.UtilConstants
 
ERRMSG_UNRECOGNIZED_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
ERRMSG_UNRECOGNIZED_BUTTON_ID_1 - Static variable in class mmj.search.SearchResultsConstants
 
ERRMSG_UNSUPPORTED_FEATURE_ERROR - Static variable in class mmj.search.SearchConstants
 
ERRMSG_UPD_WV_ASSIGNED_NULL_VALUE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_UPDATE_SCHEME_NOTFND_BUG_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_USE_INDENT_MISSING2_1 - Static variable in class mmj.tmff.TMFFConstants
 
ERRMSG_USED_THEOREM_SEQ_TOO_HIGH - Static variable in class mmj.tl.TlConstants
 
ERRMSG_USER_EXPORT_CHOICE_BAD_MISSING - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_USER_TEXT_ESCAPES_LIST_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_VAR_HYP_NE_2_TOKENS - Static variable in class mmj.mmio.MMIOConstants
 
ERRMSG_VAR_IN_WORK_VAR_HYP - Static variable in class mmj.lang.LangConstants
 
ERRMSG_VAR_IS_ALREADY_ACTIVE - Static variable in class mmj.lang.LangConstants
 
ERRMSG_VAR_IS_DUP_OF_CNST_SYM - Static variable in class mmj.lang.LangConstants
 
ERRMSG_VAR_SCOPE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_VARHYP_TYP_PROVABLE - Static variable in class mmj.verify.GrammarConstants
 
ERRMSG_VERIFY_RECHECK_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_WEXPR_ARRAY_OVERFLOW - Static variable in class mmj.verify.ProofConstants
 
ERRMSG_WORK_STMT_CONSTRUCTOR_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_WORK_STMT_LINE_START_ERROR - Static variable in class mmj.gmff.GMFFConstants
 
ERRMSG_WV_CLEANUP_SHORTAGE - Static variable in class mmj.pa.PaConstants
 
ERRMSG_WV_LOC_ERR - Static variable in class mmj.pa.PaConstants
 
ERRMSG_WV_MGR_REQUIRES_GRAMMAR_INIT - Static variable in class mmj.util.UtilConstants
 
error - Variable in enum mmj.pa.ErrorCode.ErrorLevel
 
error(ErrorCode, Object...) - Method in class mmj.util.Boss
 
error(Exception, ErrorCode, Object...) - Method in class mmj.util.Boss
 
error(MMJException) - Method in class mmj.util.Boss
 
ERROR_EMPTY_SEARCH_TERM_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_MISSING_END_QUOTE_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_MISSING_STARTING_QUOTE_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_NO_SEARCH_TERMS_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_OR_AFTER_LAST_SEARCH_TERM_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_OR_BEFORE_FIRST_SEARCH_TERM_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_PARSE_EXPR_TERM_COMPILE_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_PARSE_EXPR_TERM_COMPILE_1_2 - Static variable in class mmj.search.SearchConstants
 
ERROR_PARSE_STMT_TERM_COMPILE_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_PARSE_STMT_TERM_COMPILE_1_2 - Static variable in class mmj.search.SearchConstants
 
ERROR_PARSE_STMT_TERM_EVAL_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_PARSE_STMT_TERM_EVAL_1_2 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_DATA_LINE_FORMAT_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_DATA_LINE_IN_WHAT_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_DATA_LINE_PART2_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_DATA_LINE_PART_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_TERM_REGEX_COMPILE_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_TERM_REGEX_COMPILE_1_2 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_UNIFIER_OPER_CHOICE_1 - Static variable in class mmj.search.SearchConstants
 
ERROR_SEARCH_UNIFIER_OPER_CHOICE_2 - Static variable in class mmj.search.SearchConstants
 
ERROR_TEXT_SPACER_LINE - Static variable in class mmj.pa.PaConstants
(With word wrap 'on' in JTextArea, newlines are ignored, so a spacer line is inserted between messages to force separation.)
ERROR_TWO_ORS_1 - Static variable in class mmj.search.SearchConstants
 
ErrorCode - Class in mmj.pa
Error Codes used in mmj2
ErrorCode(String, String) - Constructor for class mmj.pa.ErrorCode
 
ErrorCode.ErrorLevel - Enum in mmj.pa
 
errorMessage - Variable in class mmj.search.ParsedSearchTerm
 
errorMessage - Variable in class mmj.search.QuotedSearchTerm
 
errorMessage(ErrorCode, Object...) - Method in class mmj.transforms.TrOutput
 
errorMessageArray - Variable in class mmj.lang.Messages
String array of error messages in Messages object.
errorMessageCnt - Variable in class mmj.lang.Messages
Count of error messages stored in Messages object.
errorMessageColumns - Variable in class mmj.pa.ProofAsstPreferences
Number of error message columns on the ProofAsstGUI.
errorMessageRows - Variable in class mmj.pa.ProofAsstPreferences
Number of error message rows on the ProofAsstGUI.
ESCAPE_PAIR_NUM_MAX - Static variable in class mmj.gmff.GMFFConstants
 
ESCAPE_PAIR_NUM_MIN - Static variable in class mmj.gmff.GMFFConstants
 
escapeAndAppendProofText(StringBuilder, String) - Method in class mmj.gmff.GMFFExporter
Appends non-typeset text to the output buffer after escaping the text.
EscapePair - Class in mmj.gmff
EscapesPair is a companion class to GMFFUserTextEscapes which holds a single escape char number and its replacement text.
EscapePair(int, String) - Constructor for class mmj.gmff.EscapePair
Standard constructor.
escapePairList - Variable in class mmj.gmff.GMFFUserTextEscapes
 
evalRaw(String) - Method in class mmj.pa.MacroManager
Execute a piece of script code.
evaluate(CompiledSearchArgs) - Method in class mmj.search.SearchDataLine
 
evaluate(Assrt, CompiledSearchArgs) - Method in class mmj.search.SearchDataLines
 
evaluateSearchTerm(QuotedSearchTerm, CompiledSearchArgs) - Method in class mmj.search.CharStrSearchDataLine
 
evaluateSearchTerm(QuotedSearchTerm, CompiledSearchArgs) - Method in class mmj.search.MetamathSearchDataLine
 
evaluateSearchTerm(QuotedSearchTerm, CompiledSearchArgs) - Method in class mmj.search.ParseExprSearchDataLine
 
evaluateSearchTerm(QuotedSearchTerm, CompiledSearchArgs) - Method in class mmj.search.ParseStmtSearchDataLine
 
evaluateSearchTerm(QuotedSearchTerm, CompiledSearchArgs) - Method in class mmj.search.RegExprSearchDataLine
 
evaluateSearchTerm(QuotedSearchTerm, CompiledSearchArgs) - Method in class mmj.search.SearchDataLine
 
evaluateSearchTerms(CompiledSearchArgs) - Method in class mmj.search.SearchDataLine
 
EXCL_LABELS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
ExclLabels - Class in mmj.search
 
ExclLabels() - Constructor for class mmj.search.ExclLabels
 
ExclLabelsScrnMap - Class in mmj.search
 
ExclLabelsScrnMap() - Constructor for class mmj.search.ExclLabelsScrnMap
 
excludeDiscouraged - Variable in class mmj.pa.ProofAsstPreferences
True if discouraged theorems are being excluded from unification search
EXCLUSION_LABEL_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
EXCLUSION_LABEL_TOOL_TIP - Static variable in class mmj.search.SearchOptionsConstants
 
execApplySearchSelection(int) - Method in class mmj.search.SearchMgr
 
execCancelRequestAction() - Method in class mmj.search.SearchMgr
 
execMockupSearchOptions(ProofWorksheet) - Method in class mmj.search.SearchMgr
 
execMockupSearchOptions() - Method in class mmj.search.SearchMgr
 
execMockupSearchResults() - Method in class mmj.search.SearchMgr
 
execRefineSearch() - Method in class mmj.search.SearchMgr
 
execReshowProofAsstGUI() - Method in class mmj.search.SearchMgr
 
execReshowSearchOptions() - Method in class mmj.search.SearchMgr
 
execReshowSearchResults() - Method in class mmj.search.SearchMgr
 
execSearch() - Method in class mmj.search.SearchEngine
 
execSearch() - Method in class mmj.search.SearchMgr
 
execSearchOptionsDecreaseFontSize() - Method in class mmj.search.SearchMgr
 
execSearchOptionsIncreaseFontSize() - Method in class mmj.search.SearchMgr
 
execSearchOptionsNewGeneralSearch(Stmt) - Method in class mmj.search.SearchMgr
 
execSearchResultsDecreaseFontSize() - Method in class mmj.search.SearchMgr
 
execSearchResultsIncreaseFontSize() - Method in class mmj.search.SearchMgr
 
execShowSearchOptions(ProofWorksheet) - Method in class mmj.search.SearchMgr
 
execShowSearchOptions() - Method in class mmj.search.SearchMgr
 
execShowSearchOptionsErrors() - Method in class mmj.search.SearchMgr
 
execShowSearchOptionsPopupMessage(String) - Method in class mmj.search.SearchMgr
 
execShowSearchResults() - Method in class mmj.search.SearchMgr
 
execShowSearchResultsPopupMessage(String) - Method in class mmj.search.SearchMgr
 
execStepSearch(DerivationStep) - Method in class mmj.search.SearchMgr
 
executeRunParmCommand(RunParmArrayEntry) - Method in class mmj.util.BatchFramework
Processes a single RunParmFile line.
EXISTS - Static variable in interface mmj.setmm.LFTerm
 
EXPORT_BUFFER_DEFAULT_SIZE - Static variable in class mmj.gmff.GMFFConstants
 
EXPORT_PARM_OFF - Static variable in class mmj.gmff.GMFFConstants
 
EXPORT_PARM_ON - Static variable in class mmj.gmff.GMFFConstants
 
EXPORT_TYPE - Static variable in class mmj.gmff.GMFFExportParms
EXPORT_TYPE sequences by GMFFExportParms.exportType.
EXPORT_TYPE - Static variable in class mmj.gmff.GMFFUserTextEscapes
EXPORT_TYPE sequences by GMFFUserTextEscapes.exportType.
EXPORT_TYPE_ALTHTML - Static variable in class mmj.gmff.GMFFConstants
 
EXPORT_TYPE_HTML - Static variable in class mmj.gmff.GMFFConstants
 
exportDeriveFormulas - Variable in class mmj.pa.ProofAsstPreferences
On/off indicator instructing the Proof Assistant Export to output blank formulas -- or not -- for non-qed derivation steps (not logical hyps).
exportDirectory - Variable in class mmj.gmff.GMFFExportParms
 
EXPORTER_AUDIT_REPORT - Static variable in class mmj.gmff.GMFFConstants
 
EXPORTER_MODEL_CACHE_INIT_SIZE - Static variable in class mmj.gmff.GMFFConstants
 
exportFileType - Variable in class mmj.gmff.GMFFExportParms
 
exportFolder - Variable in class mmj.gmff.GMFFExportParms
 
exportFormatUnified - Variable in class mmj.pa.ProofAsstPreferences
On/off indicator instructing the Proof Assistant Export to use unified or "un-unified" format for exported proofs.
exportFromFolder(String, String, String, String, String) - Method in class mmj.gmff.GMFFManager
Exports one or a range of Proof Worksheets of a given file type from a designated directory.
exportHypsOrder - Variable in class mmj.pa.ProofAsstPreferences
Set the order in which the Proof Assistant Export should output proof step logical hypotheses (a testing feature for Proof Assistant.)
exportOneTheorem(String) - Method in class mmj.pa.ProofAsst
 
exportOneTheorem(Theorem) - Method in class mmj.pa.ProofAsst
 
exportProofWorksheet(ProofWorksheetCache, String) - Method in class mmj.gmff.GMFFExporter
Abstract method to export a Proof Worksheet according to the pattern of a Model.
exportProofWorksheet(String, String) - Method in class mmj.gmff.GMFFManager
Exports a single Proof Worksheet to files in the requested formats.
exportProofWorksheet(ProofWorksheetCache, String) - Method in class mmj.gmff.ModelAExporter
Exports a Proof Worksheet in Model A format and returns a confirmation message showing the absolute path of the output file.
exportTheorem(String, String, String, ProofAsst) - Method in class mmj.gmff.GMFFManager
Exports one theorem or a range of theorems from LogicalSystem.
exportToFile(Writer, Messages, int, Theorem, OutputBoss) - Method in class mmj.pa.ProofAsst
Export Theorem proofs to a given Writer.
exportType - Variable in class mmj.gmff.GMFFExportParms
 
exportType - Variable in class mmj.gmff.GMFFUserTextEscapes
 
exportTypeOrAll - Variable in class mmj.gmff.GMFFUserExportChoice
 
exportViaGMFF(String) - Method in class mmj.pa.ProofAsst
Invokes GMFF to export the current Proof Worksheet.
expr - Variable in class mmj.setmm.LFType.LFDed
 
exprEquals(Object) - Method in class mmj.lang.Formula
Compare Expression for equality with another Formula's expr (don't compare Type Codes, in other words).
exprParseTree - Variable in class mmj.lang.Stmt
exprRPN is the Reverse Polish Notation parse of the expression portion of a statement's formula (the 2nd through nth symbols).
exprToString() - Method in class mmj.lang.Formula
Computes a character string version of the expression portion of the formula.
EXT_SEARCH_LABEL_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
EXT_SEARCH_LABEL_TOOL_TIP - Static variable in class mmj.search.SearchOptionsConstants
 
extract(Throwable) - Static method in exception mmj.pa.MMJException
Gets an MMJException in the cause of this throwable.
extractImplClosureInfo(Assrt) - Method in class mmj.transforms.ClosureInfo
Parses rules in implication form
ExtractImplResult(ParseNode, Stmt, ParseNode) - Constructor for class mmj.transforms.ImplicationInfo.ExtractImplResult
 
extractNode(ParseNode) - Method in class mmj.transforms.PropertyTemplate
 
extractPrefixAndGetImplPart(WorksheetInfo) - Method in class mmj.transforms.ImplicationInfo
 
extractTheoremToMMTFolder(Theorem) - Method in class mmj.pa.ProofAsst
Invokes TheoremLoader to extract a theorem to the MMT Folder.
extractTheoremToMMTFolder(Theorem, LogicalSystem, Messages) - Method in class mmj.tl.TheoremLoader
Reads a theorem from the Logical System and writes it to the MMT Folder.

F

F_LEVEL_NBR - Static variable in class mmj.pa.StepUnifier
Proof Step Formula assigned number -1 while logical hypotheses have indexes 0 -> n.
failValue() - Method in interface mmj.transforms.ComplexRuleMap.ComplexRuleVisitor
This value indicates that we should continue search.
FIELD_ATTR - Static variable in class mmj.search.SearchOptionsConstants
 
FIELD_ATTR - Static variable in class mmj.search.SearchResultsConstants
 
FIELD_DELIMITER_COLON - Static variable in class mmj.pa.PaConstants
Proof Step Step/HypRef Field Delimiter: Colon
FIELD_DELIMITER_COMMA - Static variable in class mmj.pa.PaConstants
Proof Step Hyp Field Delimiter: Comma
FIELD_ID_NONE - Static variable in class mmj.pa.PaConstants
FIELD_ID_NONE = -1
FIELD_ID_REF - Static variable in class mmj.pa.PaConstants
FIELD_ID_REF = 1
fieldId - Variable in class mmj.search.SearchArgsField
 
fieldId - Variable in class mmj.search.SearchOptionsFieldAttr
 
fieldId - Variable in class mmj.search.SearchOptionsJCheckBox
 
fieldId - Variable in class mmj.search.SearchOptionsJComboBox
 
fieldId - Variable in class mmj.search.SearchOptionsJIntegerTextField
 
fieldId - Variable in class mmj.search.SearchOptionsJTextField
 
fieldId - Variable in class mmj.search.SearchResultsFieldAttr
 
fieldId - Variable in class mmj.search.SearchSelectionScrnMap
 
FILE_NAME - Static variable in class mmj.mmio.MMIOConstants
File name character, same as MMIOConstants.MATH_SYMBOL.
FILE_SUFFIX_MMT - Static variable in class mmj.tl.TlConstants
MMTFileFilter valid file name suffix ".mmt".
FILE_TYPE_DOT - Static variable in class mmj.gmff.GMFFConstants
 
FILE_WRITER_BUFFER_SIZE - Static variable in class mmj.tl.TlConstants
MMTTheoremFile output file buffer size = 4096.
FileContext(String) - Constructor for class mmj.mmio.MMIOConstants.FileContext
 
fillDeductRules(List<Assrt>, ImplicationInfo) - Method in class mmj.transforms.EquivalenceInfo
 
finalize(CompiledSearchArgs, BookManager, Messages) - Method in class mmj.search.SearchOutput
 
finalizeAndLoadAssrtSubst() - Method in class mmj.pa.StepUnifier
Resolve chained substitutions into Work Variables and load the assrtSubst array with the substitutions generated by successful Unification.
finalizeEOF(Messages, boolean) - Method in class mmj.lang.LogicalSystem
EOF processing for Logical System after file loaded.
finalizeEOF(Messages, boolean) - Method in interface mmj.lang.SystemLoader
EOF processing for Logical System after file loaded.
find(Cnst) - Method in class mmj.verify.GRNode
 
findChildVarHypNode(int) - Method in class mmj.lang.ParseTree
Finds first VarHyp within parseTree.root.child[i].
findChoice(String[]) - Method in class mmj.search.SearchArgsComboBox
 
findCnstSubSeq(GRNode, Cnst[], int, int) - Static method in class mmj.verify.GRForest
searches GrNode tree/subtree down through the "forest" of trees.
findCommutativeRules(Assrt) - Method in class mmj.transforms.CommutativeInfo
Filters commutative rules, like A + B = B + A
findFirstMatchingRefOrStep(String) - Method in class mmj.pa.ProofWorksheet
 
findFirstVarHypNode() - Method in class mmj.lang.ParseNode
Finds *first* VarHyp node in a sub-tree.
findFromTypConversionRule(Cnst) - Method in class mmj.lang.Cnst
Convenient lookup function to find a TypeConversionRule that will convert the input Type Code to this Type Code.
findLen1CnstNotationRule(GRNode, Cnst) - Static method in class mmj.verify.GRForest
searches GrNode tree for a length of 1 Notation Rule matching the input Cnst.
findMatchingStepFormula(Formula, ProofStepStmt) - Method in class mmj.pa.ProofWorksheet
Searches up to an exclusive endpoint in the proofWorkStmtList for a step whose formula matches the input formula.
findMatchingStepNbr(String) - Method in class mmj.pa.ProofWorksheet
 
findMatchingVarHypTyp(int, Cnst) - Method in class mmj.verify.GrammarRule
Scans GrammarRule's paramVarHypNode array looking for a match to the input Type Code.
findOneVarInParseNode(ParseNode) - Static method in class mmj.transforms.TrUtil
 
findReverseTransformations(WorksheetInfo, ParseNode, boolean) - Method in class mmj.transforms.TransformationManager
 
findVarsInParseNode(ParseNode, Set<VarHyp>) - Static method in class mmj.transforms.TrUtil
 
finishStubRule(WorksheetInfo, ProofStepStmt) - Method in class mmj.transforms.ImplicationInfo
Finish stub implication rule: like B => A -> B.
finishTransitiveRule(WorksheetInfo, ProofStepStmt, ParseNode, Assrt) - Method in class mmj.transforms.ImplicationInfo
Finish implication rule: like A -> B & B -> C => A -> C.
finishWithImplication(WorksheetInfo, ProofStepStmt, ParseNode, Assrt) - Method in class mmj.transforms.ImplicationInfo
Completes implication derivation step with input hypotheses.
fireInsertUpdate(DocumentEvent) - Method in class mmj.pa.HighlightedDocument
 
fireRemoveUpdate(DocumentEvent) - Method in class mmj.pa.HighlightedDocument
 
first(String, String, String, String) - Method in class mmj.search.QuotedSearchTerm
 
firstAppearance - Variable in class mmj.lang.ParseNode
This temporary variable is 0 if the node has one parent, -1 if the node has multiple parents, and a positive integer when the RPN index of the first parent is known.
fixAfterInsertion(GRNode) - Method in class mmj.verify.GRNode
 
FolTranslator - Class in mmj.setmm
Translate Metamath statements and theorems into LF/HOL.
FolTranslator(ProofAsst, SetMMConstants) - Constructor for class mmj.setmm.FolTranslator
Create a new FolTranslator instance.
FONT_LIST_MAX_LINES - Static variable in class mmj.pa.PaConstants
 
FONT_LIST_STARTING_LINE_LENGTH - Static variable in class mmj.pa.PaConstants
 
fontBold - Variable in class mmj.pa.ProofAsstPreferences
Font Bold style parameter used in ProofAsstGUI.
fontFamily - Variable in class mmj.pa.ProofAsstPreferences
Font Family Name used in ProofAsstGUI.
fontSize - Variable in class mmj.pa.ProofAsstPreferences
Font size used in ProofAsstGUI.
FOOTER_STMT_TOKEN - Static variable in class mmj.pa.PaConstants
Footer ProofWorkStmt token.
FooterStmt - Class in mmj.pa
FooterStmt is simply the "$)" in column 1 of the last line of a proof.
FooterStmt(ProofWorksheet) - Constructor for class mmj.pa.FooterStmt
Default Constructor.
footerStmt - Variable in class mmj.pa.ProofWorksheet
 
FOR_WHAT_0_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_1_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_2_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_3_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_BORDER_COLOR - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_BORDER_THICKNESS - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_VALUE_EMPTY_STRING - Static variable in class mmj.search.SearchOptionsConstants
 
FOR_WHAT_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
FORALL - Static variable in interface mmj.setmm.LFTerm
 
forceReinitialization() - Method in class mmj.gmff.GMFFManager
Forces GMFF to re-initialize itself the next time a service request is received by settting gmffInitialized to false.
forEach(Consumer<? super LRParser.ParseState>) - Method in class mmj.verify.LRParser.ParseSet
 
foregroundColor - Variable in class mmj.pa.ProofAsstPreferences
Foreground color for Proof Asst GUI.
format(String, Object...) - Static method in class mmj.pa.ErrorCode
 
Format - Class in mmj.search
 
Format(int) - Constructor for class mmj.search.Format
 
FORMAT_0_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_1_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_2_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_3_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_CHAR_STR_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_METAMATH_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_PARSE_EXPR_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_PARSE_STMT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_REG_EXPR_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_TYPE - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_TYPE_NOT_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_TYPE_SUB_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_TYPE_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUE_CHAR_STR - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUE_METAMATH - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUE_PARSE_EXPR - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUE_PARSE_STMT - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUE_REG_EXPR - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUES_NOT_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
FORMAT_VALUES_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
FormatContext(String, Object...) - Constructor for class mmj.pa.MMJException.FormatContext
 
FormatScrnMap - Class in mmj.search
 
FormatScrnMap(int, DefaultComboBoxModel<String>, OperScrnMap) - Constructor for class mmj.search.FormatScrnMap
 
formatTypeUpdated(int) - Method in class mmj.search.OperScrnMap
 
Formula - Class in mmj.lang
Formula is, basically just an array of Sym, with a counter.
Formula(int, Sym[]) - Constructor for class mmj.lang.Formula
Construct using cnt and Sym array.
Formula(Collection<Sym>) - Constructor for class mmj.lang.Formula
Construct using Sym List.
Formula(Map<String, Sym>, int, String) - Constructor for class mmj.lang.Formula
Construct Formula of given size and Type.
Formula(Map<String, Sym>, String, List<String>, List<Hyp>) - Constructor for class mmj.lang.Formula
Construct using String Type Code and Sym List.
formula - Variable in class mmj.search.ParsedSearchTerm
 
formula - Variable in class mmj.verify.ProofDerivationStepEntry
formula is the formula resulting from the derivation using the Ref and its hypotheses.
formulaLeftCol - Variable in class mmj.tmff.TMFFPreferences
Formula left column used in formatting proof text areas.
formulaParseTree - Variable in class mmj.pa.ProofStepStmt
if parse tree null, unification cannot be attempted for the step or for other steps that refer to this step as an hypothesis.
formulaParseTree - Variable in class mmj.verify.ProofDerivationStepEntry
formulaParseTree is here for use in TMFF, Text Mode Formula Formatting.
formulaRightCol - Variable in class mmj.tmff.TMFFPreferences
Formula right column used in formatting proof text areas.
formulaStartCharNbr - Variable in class mmj.pa.ProofStepStmt
obtained on input, used for carat positioning on errors during input validation.
ForWhat - Class in mmj.search
 
ForWhat(int) - Constructor for class mmj.search.ForWhat
 
ForWhatScrnMap - Class in mmj.search
 
ForWhatScrnMap(int, String[], DefaultComboBoxModel<String>) - Constructor for class mmj.search.ForWhatScrnMap
 
frame - Variable in class mmj.pa.AuxFrameGUI
 
frameColumns - Variable in class mmj.pa.AuxFrameGUI
 
frameFont - Variable in class mmj.pa.AuxFrameGUI
 
frameFontFamily - Variable in class mmj.pa.AuxFrameGUI
 
frameFontSize - Variable in class mmj.pa.AuxFrameGUI
 
frameRows - Variable in class mmj.pa.AuxFrameGUI
 
frameScrollPane - Variable in class mmj.pa.AuxFrameGUI
 
FrameShower(JFrame) - Constructor for class mmj.pa.AuxFrameGUI.FrameShower
Constructor with Frame input.
frameText - Variable in class mmj.pa.AuxFrameGUI
 
frameTextArea - Variable in class mmj.pa.AuxFrameGUI
 
frameTitle - Variable in class mmj.pa.AuxFrameGUI
 
freeMemory - Variable in class mmj.lang.Messages.InstrumentationTimer
 
FROM_CHAP_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FROM_SEC_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
FromChap - Class in mmj.search
 
FromChap() - Constructor for class mmj.search.FromChap
 
fromChapIdUpdated(int) - Method in class mmj.search.ThruChapScrnMap
 
FromChapScrnMap - Class in mmj.search
 
FromChapScrnMap(String[], FromSecScrnMap) - Constructor for class mmj.search.FromChapScrnMap
 
FromSec - Class in mmj.search
 
FromSec() - Constructor for class mmj.search.FromSec
 
FromSecScrnMap - Class in mmj.search
 
FromSecScrnMap(DefaultComboBoxModel<String>, String[][]) - Constructor for class mmj.search.FromSecScrnMap
 
fullAmbiguityEdits() - Method in class mmj.verify.GrammarAmbiguity
Right now this has just two edits, a warning about undefined non-terminals and an informational message that a grammar like peano.mm is unambiguous because every NotationRule is a "gimme match".
fwd - Variable in class mmj.lang.ParseNodeHolder
Forward reference in chain of ParseNodeHolders.

G

GENERAL_HELP_FRAME_TITLE - Static variable in class mmj.pa.PaConstants
Proof Assistant GUI General Help Information Frame title
GENERAL_HELP_FRAME_TITLE - Static variable in class mmj.search.SearchOptionsConstants
 
GENERAL_HELP_FRAME_TITLE - Static variable in class mmj.search.SearchResultsConstants
 
GENERAL_HELP_INFO_TEXT - Static variable in class mmj.pa.PaConstants
Proof Assistant GUI General Help Information text
GENERAL_HELP_INFO_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
GENERAL_HELP_INFO_TEXT - Static variable in class mmj.search.SearchResultsConstants
 
GENERAL_SEARCH_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
 
GENERAL_SEARCH_TITLE_LITERAL_1 - Static variable in class mmj.search.SearchOptionsConstants
 
GENERAL_SEARCH_TITLE_LITERAL_1 - Static variable in class mmj.search.SearchResultsConstants
 
generate - Variable in enum mmj.pa.PaConstants.DjVarsSoftErrors
 
generateAndAddDjVarsStmts() - Method in class mmj.pa.ProofWorksheet
Generate DistinctVariablesStmt set for soft DjVars errors.
generateAuditReportText() - Method in class mmj.gmff.GMFFExporterTypesetDefs
Converts to Audit Report string for testing purposes.
generateAuditReportText() - Method in class mmj.gmff.GMFFExportParms
Converts to Audit Report string for testing purposes.
generateAuditReportText() - Method in class mmj.gmff.GMFFUserExportChoice
Converts to Audit Report string for testing purposes.
generateAuditReportText() - Method in class mmj.gmff.GMFFUserTextEscapes
Converts to Audit Report string for testing purposes.
GENERATED_PROOF_STMT_TOKEN - Static variable in class mmj.pa.PaConstants
Generated Proof ProofWorkStmt token.
generateDerivStep(ProofStepStmt[], String[], String, Formula, ParseTree, List<WorkVar>) - Method in class mmj.pa.ProofWorksheet
 
GeneratedProofStmt - Class in mmj.pa
GeneratedProofStatement is added automatically after successful unification.
GeneratedProofStmt(ProofWorksheet) - Constructor for class mmj.pa.GeneratedProofStmt
Default Constructor.
GeneratedProofStmt(ProofWorksheet, ParseTree.RPNStep[]) - Constructor for class mmj.pa.GeneratedProofStmt
Standard Constructor for GeneratedProofStmt.
GeneratedProofStmt(ProofWorksheet, List<Stmt>, String) - Constructor for class mmj.pa.GeneratedProofStmt
 
generatedProofStmt - Variable in class mmj.pa.ProofWorksheet
 
generateInitializationAuditReport() - Method in class mmj.gmff.GMFFManager
Generates and outputs to the Messages object an audit report of the final results of GMFF initialization showing the parameters and settings in use.
generateNewDerivedStepNbr() - Method in class mmj.pa.ProofWorksheet
Generates the next value of greatestStepNbr for use in the ProofUnifier Derive feature and returns the new value.
generateSvcCallback(String[], SvcCallback) - Method in class mmj.util.BatchMMJ2
Secondary entry point for BatchMMJ2 to trigger a callback to the designated object.
generateTypesettingDefinitionsReport() - Method in class mmj.gmff.GMFFManager
Generates and outputs to the Messages object an audit report of the Metamath $t typesetting definitions after parsing of the input Metamath file.
GenProofStepStmt - Class in mmj.transforms
This class describes generalized proof step statement.
GenProofStepStmt(ProofStepStmt, ParseNode) - Constructor for class mmj.transforms.GenProofStepStmt
 
get() - Method in interface mmj.pa.BaseSetting
 
get(String) - Static method in class mmj.pa.ErrorCode
 
get(String) - Method in class mmj.pa.MacroManager
Get a named variable's value.
get() - Method in class mmj.pa.SessionStore.ExtSetting
 
get(int) - Method in class mmj.pa.SessionStore.ListSetting
 
get(String) - Method in class mmj.pa.SessionStore.MapSetting
 
get() - Method in class mmj.pa.SessionStore.StoreSetting
 
get() - Method in class mmj.search.SearchArgsCheckBox
 
get() - Method in class mmj.search.SearchArgsComboBox
 
get() - Method in class mmj.search.SearchArgsField
 
get() - Method in class mmj.search.SearchArgsInt
 
get() - Method in class mmj.search.SearchArgsLong
 
get() - Method in class mmj.search.SearchArgsTextField
 
get() - Method in class mmj.search.SearchOptionsJCheckBox
 
get() - Method in class mmj.search.SearchOptionsJComboBox
 
get() - Method in class mmj.search.SearchOptionsJIntegerTextField
 
get() - Method in class mmj.search.SearchOptionsJTextField
 
get() - Method in interface mmj.search.SearchOptionsScrnMapField
 
get(String) - Method in class mmj.transforms.Prover.ProverResult
 
get(int) - Method in class mmj.util.Boss
Get a RunParm field.
getAbsolutePath() - Method in class mmj.gmff.GMFFExportFile
Returns the absolute pathname of the GMFFExportFile
getAbsolutePath() - Method in class mmj.gmff.GMFFFolder
Returns the absolute pathname of the GMFFFolder.
getAbsolutePath() - Method in class mmj.gmff.GMFFInputFile
Returns the absolute pathname of the GMFFInputFile
getAbsolutePath() - Method in class mmj.tl.MMTFolder
Returns the absolute pathname of the MMTFolder.
getAbsolutePath() - Method in class mmj.util.RunParmFile
Returns the canonical path name of the RunParmFile.
getActiveVarHyp() - Method in class mmj.lang.Var
Return the activeVarHyp for a Var.
getAlignTypeValue(Sym) - Static method in class mmj.tmff.TMFFAlignColumn
Helper to calculate the arbitrary code number signifying Cnst or Var within TMFF.
getAllProofsVerifiedSuccessfully() - Method in class mmj.util.VerifyProofBoss
Returns true if all proofs verified successfully.
getAllStatementsParsedSuccessfully() - Method in class mmj.util.GrammarBoss
Returns true if all statements parsed successfully.
getAllStatementsParsedSuccessfully() - Method in class mmj.util.VerifyProofBoss
Returns true if all statements parsed successfully.
getAndErrorIfBadChoice(SearchOutput, String[]) - Method in class mmj.search.SearchArgsComboBox
 
getAndErrorIfInvalid(SearchOutput) - Method in class mmj.search.SearchArgsInt
 
getAndErrorIfNegative(SearchOutput) - Method in class mmj.search.SearchArgsInt
 
getArraySerializer(Class<T>) - Static method in interface mmj.pa.Serializer
 
getAsciiRetest(int) - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant AsciiRetest Parm.
getAssignedLogHypSeq() - Method in class mmj.tl.TheoremStmtGroup
Returns the assigned sequence number array for new Logical Hypotheses.
getAssignedTheoremSeq() - Method in class mmj.tl.TheoremStmtGroup
Returns the assigned sequence number for a new Theorem.
getAssrtAList() - Method in class mmj.search.SearchEngine
 
getAssrtFormulaVarHyp() - Method in class mmj.search.SearchDataGetter
 
getAssrtSubst(int) - Method in class mmj.pa.DerivationStep
 
getAssrtSubstList() - Method in class mmj.pa.DerivationStep
 
getAssrtSubstNumber() - Method in class mmj.pa.DerivationStep
 
getAvailLengthOnCurrLine() - Method in class mmj.tmff.TMFFStateParams
 
getBaseSyntaxAxiom() - Method in class mmj.verify.GrammarRule
Return GrammarRule's "base" Syntax Axiom.
getBookManager() - Method in class mmj.search.SearchMgr
 
getBool() - Method in class mmj.search.SearchArgsCheckBox
 
getBoolean(int, boolean, String) - Method in class mmj.util.Boss
Validate a boolean value named by the yes string, with the no string being No prepended to the yes string.
getBoolean(int, boolean, String, String) - Method in class mmj.util.Boss
Validate a boolean value named by the yes and no strings.
getBoundVars(Axiom) - Method in class mmj.setmm.FolTranslator
Gets the bound variable data for a given syntax axiom.
getCanonicalForm() - Method in class mmj.pa.ProofStepStmt
 
getCanonicalForm(ParseNode, WorksheetInfo) - Method in class mmj.transforms.TransformationManager
 
getCanonicalNode(WorksheetInfo) - Method in class mmj.transforms.AssocComTransformation
 
getCanonicalNode(WorksheetInfo) - Method in class mmj.transforms.CommutativeTransformation
 
getCanonicalNode(WorksheetInfo) - Method in class mmj.transforms.ReplaceTransformation
 
getCanonicalNode(WorksheetInfo) - Method in class mmj.transforms.Transformation
 
getCaption() - Method in class mmj.util.OutputBoss
Get Caption Parm Option.
getChapter(int) - Method in class mmj.lang.BookManager
Returns the Chapter corresponding to a given Chapter Nbr.
getChapterDependencies(LogicalSystem) - Method in class mmj.lang.BookManager
 
getChapterForSectionNbr(int) - Method in class mmj.lang.BookManager
Returns the Chapter corresponding to a given Section Nbr.
getChapterList() - Method in class mmj.lang.BookManager
Returns the List of Chapters in the BookManager.
getChapterMaxMObjSeq(Chapter) - Method in class mmj.lang.BookManager
 
getChapterMinMObjSeq(Chapter) - Method in class mmj.lang.BookManager
 
getChapterNbr() - Method in class mmj.lang.Chapter
Returns the Chapter Number.
getChapterNbr() - Method in class mmj.lang.MObj
Return chapterNbr;
getChapterTitle() - Method in class mmj.lang.Chapter
Returns the Chapter Title
getChapterValuesForSearch() - Method in class mmj.lang.BookManager
 
getCleanedLineString(int) - Method in class mmj.gmff.MinProofWorkStmt
Converts whitespace chunks in line of the MinProofWorkStmt to spaces.
getCleanedLineString(int, int, int) - Method in class mmj.gmff.MinProofWorkStmt
Converts whitespace chunks in part of a line of the MinProofWorkStmt to spaces.
getClosurePossibility(WorksheetInfo, ParseNode, PropertyTemplate, boolean) - Method in class mmj.transforms.ClosureInfo
 
getCnstIdOrLabel() - Method in class mmj.lang.ParseNodeHolder
return Cnst or Label of ParseNode.stmt.
getCnstOrTyp() - Method in class mmj.lang.ParseNodeHolder
return Cnst or Type Code of ParseNode.stmt.
getCnt() - Method in class mmj.lang.Formula
 
getColor() - Method in class mmj.util.Boss
Validate Required, RGB Color Parms
getColumn() - Method in class mmj.lang.Theorem
Get the starting column for the theorem.
getComboFrame() - Method in class mmj.pa.ProofWorksheet
Returns the proof theorem's "comboFrame".
getComboFrame() - Method in class mmj.search.SearchMgr
 
getCommentsAssrtDataStringArray(boolean, boolean, boolean) - Method in class mmj.search.SearchDataGetter
 
getComOp(GeneralizedStmt, CommutativeInfo.CommRuleMap) - Method in class mmj.transforms.CommutativeInfo
 
getCompareDJs(int) - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Import CompareDJs Parm ("CompareDJs" or "NoCompareDJs" or "").
getContext(Class<T>) - Method in exception mmj.pa.MMJException
 
getConvFromTypGRArray() - Method in class mmj.lang.Cnst
get convFromTypGRArray -- null or an array.
getConvTyp() - Method in class mmj.verify.TypeConversionRule
Return convTyp, the "from" part of the Type conversion.
getCore() - Method in class mmj.transforms.GenProofStepStmt
 
getCurrentCharNbr() - Method in class mmj.mmio.Tokenizer
Return current character number in the file.
getCurrentColumnNbr() - Method in class mmj.mmio.Tokenizer
Return current column number in the current line in the file.
getCurrentLineNbr() - Method in class mmj.mmio.Tokenizer
Return current line number in the file.
getCurrFormat() - Method in class mmj.tmff.TMFFPreferences
Returns the TMFFFormat presently in use.
getCurrProofMaxSeq() - Method in class mmj.pa.ProofAsstGUI
Get sequence number of Proof Worksheet theorem.
getCurrScopeDef() - Method in class mmj.lang.LogicalSystem
Get current ScopeDef object in use.
getData(Stmt, ConstSubst, PropertyTemplate) - Method in class mmj.transforms.ComplexRuleMap
 
getDefault() - Method in interface mmj.pa.BaseSetting
 
getDefault() - Method in class mmj.pa.SessionStore.ExtSetting
 
getDefault() - Method in class mmj.pa.SessionStore.StoreSetting
 
getDefinedScheme(String) - Method in class mmj.tmff.TMFFPreferences
Get already defined Scheme from Preferences data.
getDerivAssrtXRef() - Method in class mmj.pa.StepUnifier
Returns an int array of indexes that cross references to the unifying assertion logical hypothesis index.
getDeriveFormulas(int) - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Export DeriveFormulas Parm ("DeriveFormulas" or "NoDeriveFormulas" or "").
getDescription() - Method in class mmj.lang.MObj
Returns description text derived from Metamath comments.
getDescriptionForSearch() - Method in class mmj.lang.MObj
 
getDirectChapterDependencies(LogicalSystem) - Method in class mmj.lang.BookManager
 
getDirectSectionDependencies(LogicalSystem) - Method in class mmj.lang.BookManager
 
getDisplayMMJ2FailPopupWindow() - Method in class mmj.util.CommandLineArguments
Returns the displayMMJ2FailPopupWindow value;
getDocumentReader() - Method in class mmj.pa.HighlightedDocument
 
getDump() - Method in class mmj.util.OutputBoss
Get a Dump object.
getDupRule(Grammar, Cnst[]) - Method in class mmj.verify.GrammarRule
Return a duplicate of the input ruleFormatExpr if it exists, or return null.
getDupRule(Grammar, Cnst[]) - Method in class mmj.verify.NotationRule
Return a duplicate of the input ruleFormatExpr if it exists, or return null.
getDupRule(Grammar, Cnst[]) - Method in class mmj.verify.NullsPermittedRule
Return a duplicate of the input ruleFormatExpr if it exists, or return null.
getDupRule(Grammar, Cnst[]) - Method in class mmj.verify.TypeConversionRule
Return a duplicate of the input ruleFormatExpr if it exists, or return null.
getDv() - Method in class mmj.pa.DistinctVariablesStmt
 
getDvStmtArray() - Method in class mmj.pa.ProofWorksheet
Returns the DistinctVariablesStmt array from the ProofWorksheet.
getEarleyFIRST() - Method in class mmj.lang.Cnst
Get earleyFIRST.
getEarleyRules() - Method in class mmj.lang.Cnst
Get earleyRules.
getElapsedMilliseconds() - Method in class mmj.util.StopWatch
 
getElapsedTimeInStr() - Method in class mmj.util.StopWatch
 
getElapsedTimeSeconds() - Method in class mmj.util.StopWatch
 
getEngine() - Method in class mmj.pa.MacroManager
 
getEngine(String) - Method in class mmj.pa.MacroManager
 
getEnum(int, E, MMJException) - Method in class mmj.util.Boss
Validate Enum Parm.
getEnumSerializer(Class<T>) - Static method in interface mmj.pa.Serializer
 
getEqImplication(Cnst) - Method in class mmj.transforms.ImplicationInfo
 
getEqStmt(Cnst) - Method in class mmj.transforms.EquivalenceInfo
 
getErrorLabelIfPossible() - Method in class mmj.pa.ProofWorksheet
 
getErrorLabelIfPossible(ProofWorksheet) - Static method in class mmj.pa.ProofWorksheet
 
getErrorMessageArray() - Method in class mmj.lang.Messages
Return error message array.
getErrorMessageCnt() - Method in class mmj.lang.Messages
Return count of error messages stored in Messages object.
getException(ErrorCode, Object...) - Method in class mmj.pa.ProofUnifier
 
getExistingFile(File, int) - Method in class mmj.util.Boss
Validate existing folder RunParm (must exist!)
getExistingFile(File, String) - Method in class mmj.util.Boss
Build a File object for an existing File Name
getExistingFolder(File, int) - Method in class mmj.util.Boss
Validate existing folder RunParm (must exist!)
getExistingFolder(File, String) - Method in class mmj.util.Boss
Validate existing folder RunParm (must exist!)
getExistingProof(Theorem, boolean, HypsOrder) - Method in class mmj.pa.ProofAsst
Builds ProofWorksheet for an existing theorem.
getExportFile() - Method in class mmj.util.ProofAsstBoss
Validate output ProofAsst Export File RunParm options and returns FileWriter object
getExportFormatUnified(int) - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Export Format Parm ("unified" or "un-unified").
getExpr() - Method in class mmj.lang.Formula
 
getExprParseTree() - Method in class mmj.lang.Stmt
Get exprParseTree, the statement's parse tree.
getExprRPN() - Method in class mmj.lang.Stmt
Return exprRPN, the statement's parse RPN.
getFieldId() - Method in class mmj.search.SearchArgsField
 
getFieldId() - Method in class mmj.search.SearchOptionsJCheckBox
 
getFieldId() - Method in class mmj.search.SearchOptionsJComboBox
 
getFieldId() - Method in class mmj.search.SearchOptionsJIntegerTextField
 
getFieldId() - Method in class mmj.search.SearchOptionsJTextField
 
getFieldId() - Method in interface mmj.search.SearchOptionsScrnMapField
 
getFieldId() - Method in interface mmj.search.SearchResultsScrnMapField
 
getFieldId() - Method in class mmj.search.SearchSelectionScrnMap
 
getFileCharset(int) - Method in class mmj.util.Boss
Validate File Charset Parm ("" or "UTF-8", etc).
getFileContents(GMFFFolder, String, String, String, int) - Static method in class mmj.gmff.GMFFInputFile
Returns the contents of a file as a String.
getFileContents(File, String, String, int) - Static method in class mmj.gmff.GMFFInputFile
Returns the contents of a file as a String.
getFileName() - Method in class mmj.tl.MMTTheoremFile
 
getFileName(int) - Method in class mmj.util.Boss
Validate File Name.
getFileNameSuffix(int) - Method in class mmj.util.Boss
Validate Proof Worksheet File Name Suffix
getFileSerializer(Supplier<File>) - Static method in interface mmj.pa.Serializer
 
getFileUsage(int) - Method in class mmj.util.Boss
Validate File Usage Parm ("new" or "update").
getFirstError() - Method in class mmj.search.SearchOutput
 
getFirstSection() - Method in class mmj.lang.Chapter
Returns the first Section within the Chapter.
getFolderFile() - Method in class mmj.gmff.GMFFFolder
Returns the File object for the GMFFFolder.
getFolderFile() - Method in class mmj.tl.MMTFolder
Returns the File object for the MMTFolder.
getFontListString() - Method in class mmj.pa.ProofAsstPreferences
A simple routine to build a list of all defined Fonts Families.
getFooterStmt() - Method in class mmj.pa.ProofWorksheet
Returns the ProofWorksheet FooterStmt object.
getForestRuleExpr() - Method in class mmj.verify.GrammarRule
Return the GrammarRule's ruleFormatExpr from the Rule Forest.
getForestRuleExpr() - Method in class mmj.verify.NotationRule
Returns the ruleFormatExpr for the Notation Rule after retrieving it from the Grammar Rule Tree/Forest.
getForestRuleExpr() - Method in class mmj.verify.NullsPermittedRule
Returns the ruleFormatExpr for the Nulls Permitted Rule, simulating retrieving it from the Grammar Rule Tree/Forest.
getForestRuleExpr() - Method in class mmj.verify.TypeConversionRule
Returns the ruleFormatExpr for the Type Conversion Rule by simulating retrieving it from the Grammar Rule Tree/Forest.
getFormatListString() - Method in class mmj.tmff.TMFFPreferences
A simple routine to build a list of all defined Formats.
getFormatNbr() - Method in class mmj.tmff.TMFFFormat
Get the number assigned to this TMFFFormat.
getFormatScheme() - Method in class mmj.tmff.TMFFFormat
Get the TMFFScheme instance assigned to this TMFFFormat.
getFormula() - Method in class mmj.lang.Stmt
Return Stmt Formula.
getFormula() - Method in class mmj.pa.ProofStepStmt
 
getFormula(ParseNode) - Method in class mmj.transforms.TransformationManager
This function is needed for debug
getFormulasAssrtDataStringArray(boolean, boolean, boolean) - Method in class mmj.search.SearchDataGetter
 
getFormulasAssrtDataTreeArray(boolean, boolean, boolean) - Method in class mmj.search.SearchDataGetter
 
getFormulasAssrtDataVarHypArray(boolean, boolean, boolean) - Method in class mmj.search.SearchDataGetter
 
getForWhatPriorValues() - Method in class mmj.search.ForWhatScrnMap
 
getForWhatPriorValues() - Method in class mmj.search.SearchOptionsScrnMap
 
getFrame() - Method in class mmj.pa.AuxFrameGUI
Get the Frame.
getGeneratedProofStmt() - Method in class mmj.pa.ProofWorksheet
Returns the GeneratedProofStmt from the ProofWorksheet
getGenStmtForAssocNode(ParseNode, WorksheetInfo) - Method in class mmj.transforms.AssociativeInfo
This function searches generalized statement for node which is considered to be the root of some associative actions
getGenStmtForComNode(ParseNode, WorksheetInfo) - Method in class mmj.transforms.CommutativeInfo
This function searches generalized statement for node which is considered to be the root of some commutative action
getGMFFManager() - Method in class mmj.lang.LogicalSystem
Returns the GMFF Manager.
getGMFFManager() - Method in class mmj.util.GMFFBoss
Fetch a gmffManager object, building it if necessary from previously input RunParms.
getGrammar() - Method in class mmj.pa.ProofAsst
 
getGrammar() - Method in class mmj.search.SearchMgr
 
getGrammar() - Method in class mmj.util.GrammarBoss
Fetch a Grammar object, building it if necessary from previously input RunParms.
getGrammarInitialized() - Method in class mmj.util.GrammarBoss
Returns true if Grammar initialized successfully.
getGrammarInitialized() - Method in class mmj.verify.Grammar
Return grammarInitialized flag.
getGrammarRuleTyp() - Method in class mmj.verify.GrammarRule
Return GrammarRule's Type Code.
getGRRoot() - Method in class mmj.lang.Cnst
get gRRoot, , the grammar rule forest root for this Cnst.
getGRTail() - Method in class mmj.verify.NotationRule
Return gRTail for the NotationRule.
getHighlightingStyle(String) - Method in class mmj.pa.ProofAsstPreferences
Gets syntax highlighting for Proof Asst GUI.
getHyp(int) - Method in class mmj.pa.DerivationStep
 
getHypList() - Method in class mmj.pa.DerivationStep
 
getHypNumber() - Method in class mmj.pa.DerivationStep
 
getHypothesisStepFromList(LogHyp) - Method in class mmj.pa.ProofWorksheet
Returns a given HypothesisStep from the ProofWorkStmtList.
getHypsOrder(int) - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Export Hyps Order Parm ("Correct", "Randomized", "Reverse" ,and others (see HypsOrder).
getHypStepCnt() - Method in class mmj.pa.ProofWorksheet
Gets the hypStepCnt counter of the number of HypothesisStep statements in the ProofWorksheet.
getHypToVarMap(Assrt) - Static method in class mmj.transforms.TrUtil
 
getHypToVarMap(Assrt, VarHyp) - Static method in class mmj.transforms.TrUtil
 
getId() - Method in class mmj.lang.Sym
Return Sym.id String
getImplForPrefixOperators() - Method in class mmj.transforms.ImplicationInfo
 
getImportFile(int) - Method in class mmj.util.ProofAsstBoss
Validate input ProofAsst Import File RunParm option and returns Buffered File Reader object.
getIndex() - Method in class mmj.mmio.BlockList
 
getInfoMessageArray() - Method in class mmj.lang.Messages
Return info message array.
getInfoMessageCnt() - Method in class mmj.lang.Messages
Return count of info messages stored in Messages object.
getInitializedOK() - Method in class mmj.pa.ProofAsst
 
getInsertSectionNbr() - Method in class mmj.tl.TheoremStmtGroup
Gets the BookManager insertSectionNbr for the theorem.
getInt(int) - Method in class mmj.util.Boss
Validate Required Integer Parm.
getIsBaseRule() - Method in class mmj.verify.GrammarRule
Return GrammarRule's isBaseRule flag.
getIsGimmeMatchNbr() - Method in class mmj.verify.NotationRule
Return isGimmeMatchNbr for the NotationRule.
getIsSyntaxAxiom() - Method in class mmj.lang.Axiom
Answer, Is Axiom a Syntax Axiom?
getIsTempObject() - Method in class mmj.lang.MObj
Returns tempObject boolean.
getIsTheoremNew() - Method in class mmj.tl.TheoremStmtGroup
Gets the isTheoremNew flag.
getLabel() - Method in class mmj.lang.Stmt
Return Stmt label.
getLabel() - Method in class mmj.tl.MMTTheoremFile
 
getLabelsAssrtDataStringArray(boolean, boolean, boolean) - Method in class mmj.search.SearchDataGetter
 
getLabelsRPNAssrtDataStringArray(boolean, boolean, boolean) - Method in class mmj.search.SearchDataGetter
 
getLastCaretPosition() - Method in class mmj.pa.HighlightedDocument
 
getLastMObjNbr() - Method in class mmj.lang.Section
Returns the last MObj number within the section.
getLastSection() - Method in class mmj.lang.Chapter
Returns the last Section within the Chapter.
getLen1CnstNotationRule() - Method in class mmj.lang.Cnst
Get Len1CnstNotationRule.
getLevelOneTwo() - Method in class mmj.lang.ParseTree
Computes the levelOneTwo string (key) value after calculating it if the answer is not already known.
getLineCnt() - Method in class mmj.gmff.MinProofWorksheet
Returns the Proof Worksheet lineCnt field.
getLineCnt() - Method in class mmj.pa.ProofWorkStmt
Get count of number of lines used by this ProofWorkStmt.
getLineCount() - Method in class mmj.pa.HighlightedDocument
 
getLineOfOffset(int) - Method in class mmj.pa.HighlightedDocument
 
getLineStartOffset(int) - Method in class mmj.pa.HighlightedDocument
 
getLoadProofs() - Method in class mmj.util.LogicalSystemBoss
Returns the current value of the LoadProofs RunParm or its default setting.
getLocAfter() - Method in class mmj.gmff.MinProofWorksheet
Returns the Proof Worksheet locAfter field.
getLocAfterLabel() - Method in class mmj.pa.ProofWorksheet
 
getLocalRef() - Method in class mmj.pa.DerivationStep
 
getLocalRef() - Method in class mmj.pa.ProofStepStmt
 
getLogHypArray() - Method in class mmj.lang.Assrt
Return the logHypArray.
getLogHypArray() - Method in class mmj.tl.TheoremStmtGroup
Gets the LogHyp array which may contain nulls if the Theorem is new and has not yet been stored in the Logical System.
getLogHypArrayLength() - Method in class mmj.lang.Assrt
Return the logHypArray length
getLogHypFormulaVarHyp() - Method in class mmj.search.SearchDataGetter
 
getLogHypsL1HiLoKey() - Method in class mmj.lang.Assrt
Dynamically computes, if needed, the Hi and Lo keys of Level 1 (root) of parse trees of logHypArray, and caches the value for later use.
getLogHypsL1HiLoKey() - Method in class mmj.pa.DerivationStep
 
getLogHypsMaxDepth() - Method in class mmj.lang.Assrt
Dynamically computes, if needed, the larges maximum depth of parse trees of logHypArray, and caches the value for later use.
getLogHypsMaxDepth() - Method in class mmj.pa.DerivationStep
 
getLogicalSystem() - Method in class mmj.pa.ProofAsst
 
getLogicalSystem() - Method in class mmj.search.SearchMgr
 
getLogicalSystem() - Method in class mmj.util.LogicalSystemBoss
Get reference to LogicalSystem.
getLogicalSystemLoaded() - Method in class mmj.util.LogicalSystemBoss
Returns true if LogicalSystem loaded successfully.
getLogicStmtTypArray() - Method in class mmj.verify.Grammar
Return Array of Logic Stmt Type Codes (like "wff").
getLogicStmtTypeParm() - Method in class mmj.lang.LogicalSystem
Returns the logic stmt type code string value.
getLong() - Method in class mmj.search.SearchArgsLong
 
getMacroManager(boolean) - Method in class mmj.util.MacroBoss
Fetches a reference to the MacroManager, first initializing it if necessary.
getMainFrame() - Method in class mmj.pa.ProofAsstGUI
 
getMandatoryModelFile(String, String) - Method in class mmj.gmff.GMFFExporter
Returns a String containing the contents of a mandatory Model File.
getMandFrame() - Method in class mmj.lang.Assrt
Get the Assrt's MandFrame.
getMandHypArrayLength() - Method in class mmj.lang.Assrt
Return the *mandatory* Hyp Array.Length
getMandHypArrayLength() - Method in class mmj.lang.LogHyp
Return the mandatory Hyp array length.
getMandHypArrayLength() - Method in class mmj.lang.Stmt
Return mandatory Hyp Array length Note: the Hyp array is different from the VarHyp array because the Hyp array can also include LogHyp's.
getMandHypArrayLength() - Method in class mmj.lang.VarHyp
Return the mandatory Hyp array length for this VarHyp.
getMandVarHypArray() - Method in class mmj.lang.Assrt
Return the *mandatory* varHypArray.
getMandVarHypArray() - Method in class mmj.lang.LogHyp
Return the mandatory VarHyp array for this VarHyp.
getMandVarHypArray() - Method in class mmj.lang.Stmt
Return mandatory VarHyp Array
getMandVarHypArray() - Method in class mmj.lang.VarHyp
Return the mandatory VarHyp array for this VarHyp.
getMaxDepth() - Method in class mmj.lang.ParseTree
Gets the maximum depth of the tree after calculating it if the answer is not already known.
getMaxMObjSeq() - Method in class mmj.lang.Chapter
 
getMaxMObjSeq() - Method in class mmj.lang.Section
 
getMaxSeq() - Method in class mmj.pa.ProofWorksheet
Returns the ProofWorksheet theorem maxSeq value.
getMaxSeqNbr() - Method in class mmj.verify.GrammarRule
Return GrammarRule's maxSeqNbr.
getMessage() - Method in exception mmj.pa.MMJException
 
getMessages() - Method in class mmj.gmff.GMFFExporter
Get function to return the Messages object.
getMessages() - Method in class mmj.gmff.GMFFManager
Gets the messages object.
getMessages() - Method in class mmj.mmio.Systemizer
Get Messages object
getMessages() - Method in class mmj.pa.ProofAsst
 
getMessages() - Method in class mmj.util.OutputBoss
Get a Messages object.
getMessages() - Method in class mmj.verify.Grammar
 
getMetamathPath() - Method in class mmj.util.Paths
Gets the metamathPath.
getMinMObjSeq() - Method in class mmj.lang.Chapter
 
getMinMObjSeq() - Method in class mmj.lang.Section
 
getMinProofWorkStmtList() - Method in class mmj.gmff.MinProofWorksheet
Returns the list of Proof Worksheet statements.
getMMJ2Path() - Method in class mmj.pa.SessionStore
 
getMMJ2Path() - Method in class mmj.util.Paths
Gets the mmj2Path.
getNbrDerivStepsReadyForUnify() - Method in class mmj.pa.ProofWorksheet
Gets the number of proof derivation steps that are ready for Unification.
getNbrHypParamsUsed() - Method in class mmj.verify.GrammarRule
Return GrammarRule's nbrHypParamsUsed.
getNbrOccInCnstSyntaxAxioms() - Method in class mmj.lang.Cnst
get nbrOccInCnstSyntaxAxioms.
getNbrOccInSyntaxAxioms() - Method in class mmj.lang.Cnst
get nbrOccInSyntaxAxioms.
getNbrProofRefs() - Method in class mmj.lang.Stmt
 
getNewFormulaStepParseTree() - Method in class mmj.pa.ProofStepStmt
 
getNewMMTFolder() - Method in class mmj.pa.ProofAsstGUI
 
getNewPreferredSize() - Method in class mmj.search.SearchSelectionScrnMap
 
getNext(String) - Method in class mmj.mmio.BlockList
 
getNextProof(int, boolean, HypsOrder) - Method in class mmj.pa.ProofAsst
Builds ProofWorksheet for the next theorem after a given MObj sequence number.
getNextToken() - Method in class mmj.pa.WorksheetTokenizer
Returns the next token.
getNonBlank(int, ErrorCode) - Method in class mmj.util.Boss
Get a non-blank RunParm field.
getNonnegInt(int) - Method in class mmj.util.Boss
Validate Non-Negative Integer Parm.
getNotationGRGimmeMatchCnt() - Method in class mmj.verify.Grammar
Get Count of NotationRules deemed to be "gimme matches".
getNotationGRSet() - Method in class mmj.verify.Grammar
Return NotationRule Set.
getNullsPermittedGR() - Method in class mmj.lang.Cnst
get nullsPermittedGR.
getNullsPermittedGRList() - Method in class mmj.verify.Grammar
Return NullsPermittedRule List.
getNullsPermittedTypSet() - Method in class mmj.verify.Grammar
Return NullsPermittedRule Type Code Set.
getOnOff(int) - Method in class mmj.util.Boss
Validate Required On/Off Parm.
getOptFrame() - Method in class mmj.lang.Theorem
Get the Theorem's OptFrame.
getOptionalModelFile(String) - Method in class mmj.gmff.GMFFExporter
Returns a String containing the contents of an optional Model File.
getOrigSectionNbr(int) - Static method in class mmj.lang.BookManager
 
getOrigSectionNbr() - Method in class mmj.lang.MObj
 
getOutputMessageText() - Method in class mmj.pa.ProofWorksheet
Obtain output message text from ProofWorksheet.
getOutputMessageText(Messages) - Static method in class mmj.pa.ProofWorksheet
Obtain output message text from ProofWorksheet.
getOutputMessageTextAbbrev(Messages) - Static method in class mmj.pa.ProofWorksheet
 
getOutputProofText() - Method in class mmj.pa.ProofWorksheet
Obtain output proof text from ProofWorksheet.
getParamTransformationTree() - Method in class mmj.verify.GrammarRule
Return GrammarRule's paramTransformationTree.
getParamVarHypNode() - Method in class mmj.verify.GrammarRule
Return GrammarRule's paramVarHypNode array.
getParseDelimiter() - Method in class mmj.util.DelimitedTextParser
Returns the parse delimiter character
getParseNodeHolderExpr(VarHyp[]) - Method in class mmj.lang.Formula
Builds a "custom" version of an Expression in which an array of ParseNodeHolders is output for use in generating a ParseTree.
getParseNodeHolderExpr(Hyp[]) - Method in class mmj.lang.Formula
Builds a "custom" version of an Expression in which an array of ParseNodeHolders is output for use in generating a ParseTree.
getParseNodeHolderExpr() - Method in class mmj.verify.GrammarRule
return parseNodeHolderExpr version of the GrammarRule's expression.
getParseQuoter() - Method in class mmj.util.DelimitedTextParser
Returns the parse quote character
getParseString() - Method in class mmj.util.DelimitedTextParser
Returns the original line being parsed.
getPaths() - Method in class mmj.util.CommandLineArguments
Returns the Paths object.
getPExprHighwater() - Method in class mmj.verify.VerifyProofs
 
getPosInt(int) - Method in class mmj.util.Boss
Validate Positive Integer Parm.
getPosition() - Method in class mmj.pa.HighlightedDocument.DocumentReader
 
getPossibleReplaces(Stmt, WorksheetInfo) - Method in class mmj.transforms.ReplaceInfo
 
getPredecessors(T) - Method in interface mmj.util.TopologicalSorter.DirectedGrapher
 
getPreferences() - Method in class mmj.pa.ProofAsst
 
getPrefix() - Method in class mmj.transforms.GenProofStepStmt
 
getPrefixOrNull() - Method in class mmj.transforms.GenProofStepStmt
 
getPreviousProof(int, boolean, HypsOrder) - Method in class mmj.pa.ProofAsst
Builds ProofWorksheet for the first theorem before a given MObj sequence number.
getPrintableNoBlanksString(int) - Method in class mmj.util.Boss
Validate RunParm String with length greater than zero and no embedded blanks or unprintable characters.
getPrintParm(int) - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Export Print Parm ("Print" or "NoPrint").
getPrintWriter(File) - Method in class mmj.util.Boss
Validate PrintWriter RunParm and its options.
getProof() - Method in class mmj.lang.Theorem
Return Theorem's proof.
getProofAsst() - Method in class mmj.search.SearchMgr
 
getProofAsst() - Method in class mmj.util.ProofAsstBoss
Fetch a ProofAsst object.
getProofAsstGUI() - Method in class mmj.pa.ProofAsst
 
getProofAsstPreferences() - Method in class mmj.search.SearchMgr
 
getProofAsstPreferences() - Method in class mmj.util.ProofAsstBoss
Fetches a reference to the ProofAsstPreferences, first initializing it if necessary.
getProofCompression() - Method in class mmj.lang.LogicalSystem
Returns an instance of ProofCompression.
getProofCursor() - Method in class mmj.pa.ProofWorksheet
Get the ProofWorksheet ProofCursor object.
getProofDerivationSteps(Theorem, boolean, HypsOrder, Cnst) - Method in class mmj.verify.VerifyProofs
Builds and returns an ArrayList of proof steps for export via the Proof Assistant.
getProofTree() - Method in class mmj.pa.DerivationStep
Get the proofTree.
getProofVerifier() - Method in class mmj.lang.LogicalSystem
 
getProofWorksheet() - Method in class mmj.pa.ProofWorkStmt
 
getProofWorkStmtList() - Method in class mmj.pa.ProofWorksheet
Returns an Iterable over the ProofWorksheet ProofWorkStmt ArrayList.
getProofWorkStmtListCnt() - Method in class mmj.pa.ProofWorksheet
Returns the count of items in the ProofWorksheet ProofWorkStmt ArrayList.
getProvableLogicStmtTyp() - Method in class mmj.pa.ProofWorksheet
 
getProvableLogicStmtTyp() - Method in class mmj.search.SearchMgr
 
getProvableLogicStmtTypArray() - Method in class mmj.verify.Grammar
Return Array of Provable Logic Stmt Type Codes (like "|-").
getProvableLogicStmtTypeParm() - Method in class mmj.lang.LogicalSystem
Returns the provable logic stmt type code string value.
getProvableLogicStmtTypeParm() - Method in class mmj.tl.TlPreferences
Get the cached value of the Provable Logic Statement Type string value.
getPStackHighwater() - Method in class mmj.verify.VerifyProofs
 
getQedStep() - Method in class mmj.pa.ProofWorksheet
Returns the QED step of the proof, which is the final derivation step.
getQedStepProofRPN() - Method in class mmj.pa.ProofWorksheet
Returns the proof RPN of the QED step of the proof.
getQedStepSquishedRPN() - Method in class mmj.pa.ProofWorksheet
 
getRef() - Method in class mmj.pa.ProofStepStmt
Gets the Ref Stmt for the step.
getRefLabel() - Method in class mmj.pa.ProofStepStmt
Gets the Ref label for the step.
getReversePermutationForSortedHyp() - Method in class mmj.lang.Assrt
 
getRoot() - Method in class mmj.lang.ParseTree
Return root of tree.
getRPNProofLeftCol() - Method in class mmj.pa.ProofWorksheet
 
getRuleCollection(GRNode) - Static method in class mmj.verify.GRForest
 
getRuleFormatExpr() - Method in class mmj.verify.GrammarRule
Return GrammarRule's ruleFormatExpr.
getRuleFormatExprAsString() - Method in class mmj.verify.GrammarRule
Return GrammarRule's ruleFormatExpr as String of Stmt labels.
getRuleFormatExprFirst() - Method in class mmj.verify.GrammarRule
Return the first symbol of a GrammarRule's ruleFormatExpr.
getRuleFormatExprIthSymbol(int) - Method in class mmj.verify.GrammarRule
Return the "i-th" symbol of a GrammarRule's ruleFormatExpr.
getRuleHypPos() - Method in class mmj.verify.GrammarRule
Return GrammarRule's ruleHypPos array.
getRuleNbr() - Method in class mmj.verify.GrammarRule
Return GrammarRule's ruleNbr.
getRunParmFile() - Method in class mmj.util.CommandLineArguments
Returns the RunParmFile object.
getRunParmFileAbsolutePath() - Method in class mmj.util.BatchFramework
Returns the canonical path name of the RunParmFile.
getSchemeName() - Method in class mmj.tmff.TMFFScheme
Get the name assigned to this TMFFScheme.
getScopeDefList() - Method in class mmj.lang.LogicalSystem
Get LogicalSystem scopeDefList
getScopeLvl() - Method in class mmj.lang.LogicalSystem
Get current scope level.
getSearchArgs() - Method in class mmj.search.SearchMgr
 
getSearchMgr() - Method in class mmj.pa.ProofAsstPreferences
 
getSearchOptionsBox() - Method in class mmj.search.SearchOptionsScrnMap
 
getSearchOptionsFont() - Method in class mmj.search.SearchMgr
 
getSearchOptionsFontSize() - Method in class mmj.search.SearchMgr
 
getSearchOutput() - Method in class mmj.search.SearchMgr
 
getSearchResultsBox() - Method in class mmj.search.SearchResultsScrnMap
 
getSearchResultsFont() - Method in class mmj.search.SearchMgr
 
getSearchResultsFontSize() - Method in class mmj.search.SearchMgr
 
getSearchSelectionPreferredSize() - Method in class mmj.search.SearchMgr
 
getSearchSelectionScrnMap() - Method in class mmj.search.SearchResultsScrnMap
 
getSearchUnifier() - Method in class mmj.search.SearchMgr
 
getSection(int) - Method in class mmj.lang.BookManager
Returns the Section corresponding to a given Section Nbr.
getSectionCategoryCd() - Method in class mmj.lang.Section
Returns the Section Category Code.
getSectionCategoryCd(int) - Static method in class mmj.lang.Section
Returns the Section Category Code for a Section number.
getSectionCategoryDisplayCaption() - Method in class mmj.lang.Section
Returns a string caption for the Section category code.
getSectionChapter() - Method in class mmj.lang.Section
Returns the Chapter to which the Section is assigned.
getSectionDependencies(LogicalSystem) - Method in class mmj.lang.BookManager
 
getSectionList() - Method in class mmj.lang.BookManager
Returns the List of Sections in the BookManager.
getSectionMaxMObjSeq(Section) - Method in class mmj.lang.BookManager
 
getSectionMinMObjSeq(Section) - Method in class mmj.lang.BookManager
 
getSectionMObjArray(LogicalSystem) - Method in class mmj.lang.BookManager
Returns a two-dimensional array of MObjs by Section and MObjNbr within Section.
getSectionMObjIterable(LogicalSystem) - Method in class mmj.lang.BookManager
Returns an Iterable over all of the MObjs assigned to Sections.
getSectionMObjNbr() - Method in class mmj.lang.MObj
Return sectionMObjNbr;
getSectionNbr() - Method in class mmj.lang.MObj
Return sectionNbr;
getSectionNbr() - Method in class mmj.lang.Section
Returns the sectionNbr for the Section.
getSectionTitle() - Method in class mmj.lang.Section
Returns the sectionTitle for the Section.
getSectionValuesForSearch() - Method in class mmj.lang.BookManager
 
getSelectedIndex() - Method in class mmj.search.SearchResultsFrame
 
getSelectedIndex() - Method in class mmj.search.SearchResultsScrnMap
 
getSelectedIndex() - Method in class mmj.search.SearchSelectionScrnMap
 
getSelectorCount(int) - Method in class mmj.util.Boss
Get SelectorCount RunParm Option.
getSelectorTheorem(int, Map<String, Stmt>) - Method in class mmj.util.Boss
Get SelectorTheorem RunParm Option if present or null.
getSeq() - Method in class mmj.lang.MObj
Note: an extensive set of tests showed that direct access to .seq is an infintesimal bit faster than getSeq() :) So public access to MObj.seq was revoked!
getSerial() - Method in interface mmj.pa.BaseSetting.JSONSetting
 
getSerializer() - Method in interface mmj.pa.BaseSetting.JSONSetting
 
getSerializer(Class<T>) - Static method in interface mmj.pa.Serializer
 
getSerializer() - Method in class mmj.pa.Setting
 
getSorted() - Method in class mmj.util.TopologicalSorter
 
getSortedAssrtSearchList() - Method in class mmj.pa.ProofAsst
 
getSortedAssrtSearchList() - Method in class mmj.pa.ProofUnifier
 
getSortedAssrtSearchList() - Method in class mmj.pa.StepSelectorSearch
 
getSortedHypArray() - Method in class mmj.pa.DerivationStep
Gets the HypArray sorted using a lazy evaluation to perform the sort.
getSortedLogHypArray() - Method in class mmj.lang.Assrt
Return the sortedLogHypArray.
getSortedSkipSeqTheoremIterable(String) - Method in class mmj.pa.ProofAsst
 
getSourceFileName() - Method in class mmj.tl.MMTTheoremFile
 
getSourceFileName() - Method in class mmj.tl.TheoremStmtGroup
Returns the MMTTheoremFile absolute pathname.
getSourceId() - Method in class mmj.mmio.Statementizer
Returns the current Source information from the Tokenizer.
getSourceId() - Method in class mmj.mmio.Tokenizer
Get "Source Id" for the file (for use in error/diagnostic/testing messages.)
getStep() - Method in class mmj.pa.ProofStepStmt
 
getStepRequest() - Method in class mmj.pa.ProofWorksheet
 
getStepSearchMode() - Method in class mmj.search.SearchMgr
 
getStepUnifier() - Method in class mmj.pa.ProofAsstPreferences
Get StepUnifier.
getStepUnifier() - Method in class mmj.search.SearchMgr
 
getStepUnifierInstance() - Method in class mmj.pa.ProofAsstPreferences
Get StepUnifier Instance.
getStmt() - Method in class mmj.mmio.Statementizer
Return next MetaMath SrcStmt.
getStmt(String) - Method in class mmj.pa.ProofAsst
 
getStmt(int, LogicalSystem) - Method in class mmj.util.Boss
Validate RunParm Statement Label String.
getStmtDiagnosticInfo() - Method in class mmj.pa.ProofStepStmt
 
getStmtDiagnosticInfo() - Method in class mmj.pa.ProofWorkStmt
Returns diagnostic data for this ProofWorkStmt, which in this case is the Class name.
getStmtNbr() - Method in class mmj.mmio.Statementizer
Return number of last statement parsed.
getStmtSerializer(LogicalSystem) - Static method in interface mmj.pa.Serializer
 
getStmtTbl() - Method in class mmj.lang.LogicalSystem
Returns the current stmtTbl, a Map containing all Hyps and Assrts.
getStmtText() - Method in class mmj.pa.ProofWorkStmt
Get the ProofWorkStmt stmtText area.
getStore() - Method in class mmj.pa.ProofAsstPreferences
 
getStore() - Method in class mmj.util.StoreBoss
Fetches a reference to the SessionStore, first initializing it if necessary.
getStructuralErrors() - Method in class mmj.gmff.MinProofWorksheet
Returns the Proof Worksheet structuralErrors indicator.
getStubImplication(Stmt) - Method in class mmj.transforms.ImplicationInfo
 
getSubstHighwater() - Method in class mmj.verify.VerifyProofs
 
getSvcCallback() - Method in class mmj.util.SvcBoss
Gets the SvcCallback object which allows designated user code to use mmj2 as a service.
getSvcPath() - Method in class mmj.util.Paths
Gets the svcPath.
getSym() - Method in class mmj.lang.Formula
 
getSymSerializer(LogicalSystem) - Static method in interface mmj.pa.Serializer
 
getSymTbl() - Method in class mmj.gmff.GMFFManager
Gets the symTbl for use in generating GMFF exports.
getSymTbl() - Method in class mmj.lang.LogicalSystem
Returns the current symTbl, a Map containing all Cnsts and Vars.
getSymTblSize() - Method in class mmj.verify.Grammar
Return size of Symbol Table.
getSyntaxAxiomHasUniqueCnst() - Method in class mmj.lang.Axiom
Return syntaxAxiomHasUniqueCnst, true or false.
getSyntaxAxiomTypSet() - Method in class mmj.verify.Grammar
Return Syntax Axiom Type Code Set.
getSyntaxAxiomVarHypReseq() - Method in class mmj.lang.Axiom
Return Axiom's syntaxAxiomVarHypReseq.
getSyntaxAxiomVarHypReseq() - Method in class mmj.verify.GrammarRule
Return GrammarRule's "base" Syntax Axiom's varHypReseq array.
getSyntaxAxiomVarHypReseqInv() - Method in class mmj.lang.Axiom
Return Axiom's syntaxAxiomVarHypReseqInv.
getSyntaxVerifier() - Method in class mmj.lang.LogicalSystem
 
getSystemLoader() - Method in class mmj.mmio.Systemizer
Get SystemLoader, as-is.
getTablesInitialized() - Method in class mmj.pa.ProofUnifier
 
getTemplateAndVarHyps(Assrt) - Static method in class mmj.transforms.ClosureInfo
 
getText(int, int, Segment) - Method in class mmj.pa.HighlightedDocument
 
getTextPane() - Method in class mmj.pa.HighlightedDocument
 
getTheorem(String) - Method in class mmj.pa.ProofAsst
Fetches a Theorem using an input Label String.
getTheorem() - Method in class mmj.pa.ProofWorksheet
Returns the ProofWorksheet's Theorem reference.
getTheorem() - Method in class mmj.tl.TheoremStmtGroup
Gets the Theorem object or null if the theorem is new and has not yet been stored in the Logical System.
getTheorem(int, LogicalSystem) - Method in class mmj.util.Boss
Validate RunParm Theorem Label String.
getTheoremLabel() - Method in class mmj.gmff.MinProofWorksheet
Returns the Proof Worksheet theoremLabel field.
getTheoremLabel() - Method in class mmj.pa.ProofWorksheet
Returns the theorem label, if present.
getTheoremLabel() - Method in class mmj.tl.TheoremStmtGroup
Gets the theorem label.
getTheoremLoader() - Method in class mmj.util.TheoremLoaderBoss
Fetch a TheoremLoader object.
getTitleIfApplicable(String, String) - Static method in class mmj.mmio.Statementizer
Retrieves Chapter or Section title from a Comment String based on an identifying pair of characters.
getTlPreferences() - Method in class mmj.tl.TheoremLoader
 
getTlPreferences() - Method in class mmj.util.TheoremLoaderBoss
Fetches a reference to the TlPreferences, first initializing it if necessary.
getTMFFMethod() - Method in class mmj.tmff.TMFFScheme
Get the TMFFMethod instance assigned to this TMFFScheme.
getTMFFPreferences() - Method in class mmj.util.TMFFBoss
Fetches a reference to the TMFFPreferences, first initializing it if necessary.
getTMFFUnformattedFormat() - Method in class mmj.tmff.TMFFPreferences
Returns the default Format.
getTMFFUnformattedScheme() - Method in class mmj.tmff.TMFFPreferences
Returns the default Scheme
getToken(StringBuilder, int) - Method in class mmj.mmio.Tokenizer
Gets next MetaMath token from the input file and stores it in strBuf.
getTokenizer() - Method in class mmj.mmio.Statementizer
Returns the current Tokenizer.
getTokenizer() - Method in class mmj.pa.HighlightedDocument
 
getTotalNbrMObjs() - Method in class mmj.lang.BookManager
Returns the count of all MObj objects assigned to Sections within the BookManager.
getTransformOperationTemplate(Assrt) - Static method in class mmj.transforms.TrUtil
 
getTransitiveStep(WorksheetInfo, GenProofStepStmt, GenProofStepStmt) - Method in class mmj.transforms.EquivalenceInfo
This function creates transitive inference for two steps (= is the example of equivalence operator).
getTyp() - Method in class mmj.lang.Formula
Return Formula Type Code.
getTyp() - Method in class mmj.lang.Stmt
Return Stmt Type Code.
getTypeConversionGRList() - Method in class mmj.verify.Grammar
Return TypeConversionRule List.
getUnifiedProofWorksheet(String, ProofAsst, String) - Method in class mmj.tl.TheoremLoader
Unifies an mmj2 Proof Text area.
getUnifySearchListByMObjSeq() - Method in class mmj.pa.ProofUnifier
 
getUpdateDJs(int) - Method in class mmj.util.ProofAsstBoss
Validate Proof Assistant Import UpdateDJs Parm ("UpdateDJs" or "NoUpdateDJs" or "").
getVar() - Method in class mmj.lang.VarHyp
Gets the Var for this VarHyp.
getVarHi() - Method in class mmj.lang.DjVars
Return the "high" Dj Var, varHi.
getVarHyp(VarHyp[]) - Method in class mmj.lang.Var
Fetches the VarHyp for a Var given an VarHyp array.
getVarHyp(Hyp[]) - Method in class mmj.lang.Var
Fetches the VarHyp for a Var given a Hyp array.
getVarHypFromComboFrame(Var) - Method in class mmj.pa.ProofWorksheet
 
getVarHypTypSet() - Method in class mmj.verify.Grammar
Return VarHyp Type Code Set.
getVarHypVar() - Method in class mmj.lang.Formula
Return the Formula's Var (sym[1]), assuming this is a VarHyp formula.
getVarLo() - Method in class mmj.lang.DjVars
Return the "low" Dj Var, varLo.
getVarMap() - Method in class mmj.lang.ScopeFrame
Builds and returns Var HashMap derived from the MandFrame hypArray.
getVarPlace() - Method in class mmj.transforms.ConstSubst
 
getVerifyProofs() - Method in class mmj.pa.ProofAsst
 
getVerifyProofs() - Method in class mmj.util.VerifyProofBoss
Return initialized VerifyProofs object
getWasLogHypAppendedArray() - Method in class mmj.tl.TheoremStmtGroup
Gets the wasLogHypAppended flag array.
getWasLogHypInsertedArray() - Method in class mmj.tl.TheoremStmtGroup
Gets the wasLogHypInserted flag array.
getWasTheoremAppended() - Method in class mmj.tl.TheoremStmtGroup
Gets the wasTheoremAppended flag.
getWasTheoremInserted() - Method in class mmj.tl.TheoremStmtGroup
Gets the wasTheoremInserted flag.
getWasTheoremUpdated() - Method in class mmj.tl.TheoremStmtGroup
Gets the wasTheoremUpdated flag.
getWhiteSpace(StringBuilder, int) - Method in class mmj.mmio.Tokenizer
Gets next chunk of whitespace from MetaMath file and stores it in strBuf.
getWidthOfWidestExprCnst() - Method in class mmj.lang.Axiom
Gets the width in characters of the widest constant in the Axiom's Formula's Expression.
getWithLoops() - Method in class mmj.util.TopologicalSorter
 
getWorkVar() - Method in class mmj.lang.WorkVarHyp
 
getWorkVarManager() - Method in class mmj.pa.ProofAsstPreferences
Get WorkVarManager.
getWorkVarManager() - Method in class mmj.search.SearchMgr
 
getWorkVarManager() - Method in class mmj.util.WorkVarBoss
Fetch a WorkVarManager object.
getYesNo(int) - Method in class mmj.util.Boss
Validate Required Yes/No Parm.
GMFF_DEFAULT_USER_TEXT_ESCAPES_ALTHTML - Static variable in class mmj.gmff.GMFFConstants
 
GMFF_DEFAULT_USER_TEXT_ESCAPES_HTML - Static variable in class mmj.gmff.GMFFConstants
 
gmffBoss - Variable in class mmj.util.BatchFramework
 
GMFFBoss - Class in mmj.util
 
GMFFBoss(BatchFramework) - Constructor for class mmj.util.GMFFBoss
Constructor with BatchFramework for access to environment.
GMFFConstants - Class in mmj.gmff
Constants used in mmj.gmff package.
GMFFConstants() - Constructor for class mmj.gmff.GMFFConstants
 
GMFFConstants.ParseLocContext - Class in mmj.gmff
 
GMFFException - Exception in mmj.gmff
Custom exception for GMFF.
GMFFException(ErrorCode, Object...) - Constructor for exception mmj.gmff.GMFFException
Constructor, GMFFException with error message.
GMFFException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.gmff.GMFFException
Constructor, GMFFException with error message and cause.
GMFFExporter - Class in mmj.gmff
GMFFExporter is the base class for creating export files.
GMFFExporter(GMFFManager, GMFFExportParms, GMFFUserTextEscapes) - Constructor for class mmj.gmff.GMFFExporter
 
GMFFExporterTypesetDefs - Class in mmj.gmff
GMFFExporterTypesetDefs holds the typesetting definitions for a single typesetting definition keyword.
GMFFExporterTypesetDefs(String, int) - Constructor for class mmj.gmff.GMFFExporterTypesetDefs
Standard constructor.
GMFFExportFile - Class in mmj.gmff
GMFFExportFile is a little helper class for GMFF to handle the ugly IO details.
GMFFExportFile(GMFFFolder, String, String, String, boolean) - Constructor for class mmj.gmff.GMFFExportFile
Standard constructor.
gmffExportOneTheorem(Theorem, String, ProofAsst) - Method in class mmj.gmff.GMFFManager
Exports one Theorem from the LogicalSystem.
gmffExportOneTheorem(String, String, ProofAsst) - Method in class mmj.gmff.GMFFManager
Exports one Theorem from the LogicalSystem.
GMFFExportParms - Class in mmj.gmff
GMFFExportParms holds the parameters from a single RunParm of the same name plus a File object for building relative paths.
GMFFExportParms(String, String, String, String, String, String, String, String, String) - Constructor for class mmj.gmff.GMFFExportParms
A constructor to build a GMFFExportParms object without validating any of the parameters.
GMFFFileFilter - Class in mmj.gmff
GMFFFileFilter is used by the GMFFFolder to select Proof Worksheet files for export from a GMFFFolder.
GMFFFileFilter(String, String) - Constructor for class mmj.gmff.GMFFFileFilter
GMFF Constructor for GMFFFileFilter allowing specification of selection criteria for files in a directory.
GMFFFolder - Class in mmj.gmff
GMFFFolder is a helper class for GMFF reading and writing.
GMFFFolder(File, String, String) - Constructor for class mmj.gmff.GMFFFolder
Constructor for GMFFFolder using pathname String.
gmffInitialize(boolean) - Method in class mmj.gmff.GMFFManager
Calls initialize(), generates an audit report of GMFF RunParms and default settings,mand if requested, prints the typesetting definitions obtained from the input Metamath file(s) $t Comment statements.
GMFFInputFile - Class in mmj.gmff
GMFFInputFile is a little helper class for reading files.
GMFFInputFile(GMFFFolder, String, String, String, int) - Constructor for class mmj.gmff.GMFFInputFile
Standard constructor.
GMFFInputFile(File, String, String, int) - Constructor for class mmj.gmff.GMFFInputFile
Standard constructor.
GMFFManager - Class in mmj.gmff
Serves as a central data store for GMFF work in progress and as the primary interface for access to GMFF services.
GMFFManager(File, Messages) - Constructor for class mmj.gmff.GMFFManager
Standard constructor.
gmffManager - Variable in class mmj.lang.LogicalSystem
 
gmffManager - Variable in class mmj.util.GMFFBoss
 
gmffManager - Variable in class mmj.util.LogicalSystemBoss
 
GMFFUserExportChoice - Class in mmj.gmff
GMFFUserExportChoice holds the parameters from a single RunParm of the same name.
GMFFUserExportChoice(String) - Constructor for class mmj.gmff.GMFFUserExportChoice
The standard constructor for GMFFUserExportChoice.
GMFFUserTextEscapes - Class in mmj.gmff
GMFFUserTextEscapes holds the parameters from a single RunParm of the same name.
GMFFUserTextEscapes(String, List<EscapePair>) - Constructor for class mmj.gmff.GMFFUserTextEscapes
Constructor with List of Escape Pairs.
GMFFUserTextEscapes(String, EscapePair[]) - Constructor for class mmj.gmff.GMFFUserTextEscapes
Constructor with array of Escape Pairs.
go(Messages, OutputBoss, LogicalSystem, VerifyProofs, Grammar, WorkVarManager, ProofAsstPreferences, ProofAsst, TlPreferences, TheoremLoader, File, Map<String, String>) - Method in interface mmj.svc.SvcCallback
Method go is called by mmj2 after initialization and a RunParm command is encountered triggering a SvcCallback.
grammar - Variable in class mmj.pa.ProofWorksheet
 
grammar - Variable in class mmj.util.GrammarBoss
 
Grammar - Class in mmj.verify
Grammar processes a mmj LogicalSystem, extracts a Grammar, which it also validates, and parses statements in the system.
Grammar(String[], String[], boolean, boolean, Class<? extends GrammaticalParser>) - Constructor for class mmj.verify.Grammar
Constructor.
Grammar(String[], String[], boolean) - Constructor for class mmj.verify.Grammar
Constructor using default doCompleteStmtAmbiguityEdits value.
Grammar(String[], String[]) - Constructor for class mmj.verify.Grammar
Constructor using default doCompleteStmtAmbiguityEdits and doCompleteGrammarAmbiguityEdits values.
Grammar() - Constructor for class mmj.verify.Grammar
Constructor using all default values for doCompleteStmtAmbiguityEdits, doCompleteGrammarAmbiguityEdits, provableLogicStmtTyp Code (ie "|-") and logicStmtTyp Code (ie "wff").
GrammarAmbiguity - Class in mmj.verify
GrammarAmbiguity was separated out from Grammar because a) Grammar was already getting too long, and b) the topic of "ambiguity" is large and the code will likely be a work-in-progress (until someone has a brainstorm).
GrammarAmbiguity(Grammar, boolean) - Constructor for class mmj.verify.GrammarAmbiguity
 
grammarAmbiguityParm - Variable in class mmj.util.GrammarBoss
 
grammarBoss - Variable in class mmj.util.BatchFramework
 
GrammarBoss - Class in mmj.util
Responsible for building and using Grammar.
GrammarBoss(BatchFramework) - Constructor for class mmj.util.GrammarBoss
Constructor with BatchFramework for access to environment.
GrammarConstants - Class in mmj.verify
Constants used in Grammar-related classes.
GrammarConstants() - Constructor for class mmj.verify.GrammarConstants
 
GrammarConstants.LabelContext - Class in mmj.verify
 
grammarInitialized - Variable in class mmj.util.GrammarBoss
 
GrammarRule - Class in mmj.verify
GrammarRule is the superclass of NotationRule, NullsPermittedRule and TypeConversionRule.
GrammarRule() - Constructor for class mmj.verify.GrammarRule
Default constructor.
GrammarRule(Grammar) - Constructor for class mmj.verify.GrammarRule
Constructor -- create skeleton GrammarRule w/ruleNbr.
GrammarRule(Grammar, Axiom) - Constructor for class mmj.verify.GrammarRule
Constructor -- default GrammarRule for base Syntax Axioms, which means no parameter "transformations".
GrammaticalParser - Interface in mmj.verify
GrammaticalParser is an interface established so that the Grammar class can use different parsers (even though the choice of parser is presently hard-coded into Grammar).
GREATEST_STEP_NBR_INCREMENT_AMT - Static variable in class mmj.pa.PaConstants
Greatest Step Number Increment Amount.
greatestStepNbr - Variable in class mmj.pa.ProofWorksheet
 
GRForest - Class in mmj.verify
GRForest is a collection of static functions that operate on GRNode Trees.
GRForest() - Constructor for class mmj.verify.GRForest
 
GRNode - Class in mmj.verify
see RBCell(dot)java by Doug Lea, public domain; clone that puppy, and added Up/Down fields to create hierarchical forest of Grammar Rule Trees.
GRNode(Cnst) - Constructor for class mmj.verify.GRNode
 
GRNode(Cnst, NotationRule, GRNode, GRNode) - Constructor for class mmj.verify.GRNode
 
gRTail - Variable in class mmj.verify.NotationRule
gRTail: is an object reference pointing to the terminal node in the Rule Tree/Forest for this grammar rule.
GUI_EDIT_MENU_COPY_ITEM_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
GUI_EDIT_MENU_COPY_ITEM_TEXT - Static variable in class mmj.search.SearchResultsConstants
 
GUI_EDIT_MENU_CUT_ITEM_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
GUI_EDIT_MENU_CUT_ITEM_TEXT - Static variable in class mmj.search.SearchResultsConstants
 
GUI_EDIT_MENU_PASTE_ITEM_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
GUI_EDIT_MENU_PASTE_ITEM_TEXT - Static variable in class mmj.search.SearchResultsConstants
 

H

hadLoops() - Method in class mmj.util.TopologicalSorter
 
hasClosureAssert(Stmt, ConstSubst, PropertyTemplate) - Method in class mmj.transforms.ClosureInfo
 
hasDeriveStepFormula() - Method in class mmj.pa.DerivationStep
 
hasDeriveStepHyps() - Method in class mmj.pa.DerivationStep
 
hash - Variable in class mmj.transforms.ConstSubst
 
hashCode() - Method in class mmj.gmff.GMFFExportParms
Computes hashcode for this GMFFExportParms
hashCode() - Method in class mmj.gmff.GMFFUserTextEscapes
Computes hashcode for this GMFFUserTextEscapes
hashCode() - Method in class mmj.lang.DjVars
 
hashCode() - Method in class mmj.lang.Formula
Computes hashcode for this Formula.
hashCode() - Method in class mmj.lang.MObj
Computes hashcode for this MObj
hashCode() - Method in class mmj.lang.Stmt
 
hashCode() - Method in class mmj.lang.Sym
Computes hashcode for this Sym
hashCode() - Method in class mmj.pa.ProofStepStmt
 
hashCode() - Method in class mmj.tl.TheoremStmtGroup
 
hashCode() - Method in class mmj.transforms.ConstSubst
 
hashCode() - Method in class mmj.transforms.ParseNodeHashElem
 
hashCode() - Method in class mmj.util.BatchCommand
 
hashCode() - Method in class mmj.util.RunParmArrayEntry
Compute hashcode for RunParmArrayEntry using name.hashCode().
hashCode() - Method in class mmj.verify.GrammarRule
Computes hashcode for this GrammarRule.
hashCode() - Method in class mmj.verify.LRParser.ParseSet
 
hasMatchingRefLabel(String) - Method in class mmj.pa.HypothesisStep
Compares input Ref label to this step.
hasMatchingRefLabel(String) - Method in class mmj.pa.ProofStepStmt
Function to determine whether the ProofWorkStmt Ref Label matches the input string (always false in base class.)
hasMatchingRefLabel(String) - Method in class mmj.pa.ProofWorkStmt
Base class function to determine whether the ProofWorkStmt Ref label matches the input Ref label (always false in base class.)
hasMatchingStepNbr(String) - Method in class mmj.pa.ProofStepStmt
Compares input Step number to this step.
hasMatchingStepNbr(String) - Method in class mmj.pa.ProofWorkStmt
Base class function to determine whether the ProofWorkStmt step number matches the input step number (always false in base class.)
hasNext() - Method in class mmj.lang.BookManager.SectionMObjIterator
Returns true if there is another MObj to return within the two-dimensional array.
hasNext() - Method in class mmj.lang.ParseNode.SubTreeIterator
 
hasNext() - Method in class mmj.pa.ProofWorksheetParser
Checks to see if another ProofWorksheet is available.
hasNext() - Method in class mmj.util.RunParmFile
Checks to see if another line of input is available.
hasPrefix() - Method in class mmj.transforms.GenProofStepStmt
 
hasStructuralErrors() - Method in class mmj.pa.ProofWorksheet
Gets structuralErrors switch for ProofWorksheet.
hasUpdatedWorkVar() - Method in class mmj.lang.ParseNode
Returns true if subtree contains a WorkVar which has a non-null assigned substitution update.
hasWorkVarsInStepOrItsHyps() - Method in class mmj.pa.DerivationStep
Returns true if the DerivationStep or its hypotheses contain Work Variables.
hasWorkVarsOrDerives - Variable in class mmj.pa.ProofWorksheet
 
HEADER_LOC_AFTER_EQUAL_PREFIX - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt LOC_AFTER= prefix
HEADER_LOC_AFTER_EQUAL_PREFIX_CHUNK_INDEX - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt LOC_AFTER= prefix chunk index.
HEADER_MM_TOKEN - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt token
HEADER_MM_TOKEN_CHUNK_INDEX - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt token chunk index.
HEADER_PROOF_ASST_TOKEN - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt token
HEADER_PROOF_ASST_TOKEN_CHUNK_INDEX - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt token chunk index.
HEADER_STMT_TOKEN - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt token.
HEADER_THEOREM_EQUAL_PREFIX - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt THEOREM= prefix
HEADER_THEOREM_EQUAL_PREFIX_CHUNK_INDEX - Static variable in class mmj.pa.PaConstants
Header ProofWorkStmt THEOREM= prefix chunk index.
HeaderStmt - Class in mmj.pa
HeaderStmt represents the first line of the ProofWorksheet.
HeaderStmt(ProofWorksheet) - Constructor for class mmj.pa.HeaderStmt
Default Constructor.
HeaderStmt(ProofWorksheet, String, String) - Constructor for class mmj.pa.HeaderStmt
Constructor used for new proof.
headerStmt - Variable in class mmj.pa.ProofWorksheet
 
heldDjErrorMessage - Variable in class mmj.pa.DerivationStep
 
HELP_ABOUT_TEXT - Static variable in class mmj.pa.PaConstants
Proof Assistant GUI Help About Part 1
HELP_ABOUT_TITLE - Static variable in class mmj.pa.PaConstants
Proof Assistant GUI Help About Title
HELP_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
HELP_BUTTON_ID - Static variable in class mmj.search.SearchResultsConstants
 
HelpGeneralInfoGUI - Class in mmj.pa
Displays general information about the Proof Assistant GUI.
HelpGeneralInfoGUI() - Constructor for class mmj.pa.HelpGeneralInfoGUI
Default constructor.
HelpGeneralInfoGUI(ProofAsstPreferences) - Constructor for class mmj.pa.HelpGeneralInfoGUI
Constructor using ProofAsstPreferences settings.
HighlightedDocument - Class in mmj.pa
 
HighlightedDocument(ProofAsst, ProofAsstPreferences) - Constructor for class mmj.pa.HighlightedDocument
 
HighlightedDocument.DocumentReader - Class in mmj.pa
 
highlighting - Variable in class mmj.pa.ProofAsstPreferences
 
HIGHLIGHTING_ENABLED_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for HighlightingEnabled RunParm.
highlightingEnabled - Variable in class mmj.pa.ProofAsstPreferences
Syntax highlighting for Proof Asst GUI.
Hyp - Class in mmj.lang
Hyp unifies VarHyp (Variable Hypothesis) and LogHyp (Logical Hypothesis).
Hyp(int, Map<String, Sym>, Map<String, Stmt>, String, boolean) - Constructor for class mmj.lang.Hyp
Construct using sequence number and label string.
Hyp(int, String, Formula, ParseTree, boolean) - Constructor for class mmj.lang.Hyp
Construct temp Hyp using precomputed values and doing no validation.
HYP_STEP_PREFIX - Static variable in class mmj.pa.PaConstants
Hyp ProofStep ProofWorkStmt token prefix
hypArray - Variable in class mmj.lang.ScopeFrame
These are the "mandatories" that are referenced in an assertion, in order of appearance in the database.
HypothesisStep - Class in mmj.pa
HypothesisStep represents a Logical Hypothesis of the Theorem being proved.
HypothesisStep(ProofWorksheet) - Constructor for class mmj.pa.HypothesisStep
Default Constructor.
HypothesisStep(ProofWorksheet, String, String, Formula, ParseTree, boolean, int) - Constructor for class mmj.pa.HypothesisStep
Constructor for incomplete DerivationStep destined only for output to the GUI.
hypProve(WorksheetInfo, ParseNode) - Method in class mmj.transforms.Prover.HypProver
hypProve(WorksheetInfo, ParseNode) - Method in class mmj.transforms.Provers.UseWhenPossible
 
HypProver(Assrt) - Constructor for class mmj.transforms.Prover.HypProver
 
HypProverResult(Assrt, VarHyp[], ParseNode[]) - Constructor for class mmj.transforms.Prover.HypProverResult
 
HypsOrder - Enum in mmj.verify
This enumeration is used to indicate the order of theorem hypotheses during (mainly) loading or storing.
hypStep - Variable in class mmj.verify.ProofDerivationStepEntry
hypStepNbr contains the stepNbr's of previous steps that are to be used as hypotheses for the Ref Assrt in the current step.
hypStepCnt - Variable in class mmj.pa.ProofWorksheet
 
hypToVarHypMap - Variable in class mmj.transforms.ClosureInfo.ResultClosureInfo
Array of used variables
hypToVarHypMap - Variable in class mmj.transforms.ClosureInfo.TemplDetectRes
 

I

ID - Static variable in class mmj.lang.Sym
ID sequences by Sym.id.
identity() - Static method in interface mmj.pa.Serializer
 
ImplicationInfo - Class in mmj.transforms
This class is used for implication transformations.
ImplicationInfo(EquivalenceInfo, List<Assrt>, TrOutput, boolean) - Constructor for class mmj.transforms.ImplicationInfo
 
ImplicationInfo.ExtractImplResult - Class in mmj.transforms
 
implInfo - Variable in class mmj.transforms.TransformationManager
 
implPrefix - Variable in class mmj.transforms.ImplicationInfo.ExtractImplResult
 
implStatement - Variable in class mmj.transforms.ImplicationInfo.ExtractImplResult
 
importCompareDJs - Variable in class mmj.pa.ProofAsstPreferences
On/off indicator instructing the Proof Assistant Batch Test Import to compare generated Dj Vars with the originals.
importFromFileAndUnify(Reader, Messages, int, Theorem, OutputBoss, boolean) - Method in class mmj.pa.ProofAsst
Import Theorem proofs from a given Reader.
importFromMemoryAndUnify(Messages, int, Theorem, OutputBoss, boolean) - Method in class mmj.pa.ProofAsst
Import Theorem proofs from memory and unifies.
importFromMemoryAndUnifyManyTheorems(int, OutputBoss, boolean) - Method in class mmj.pa.ProofAsst
Import Theorem proofs from memory and unifies.
importFromMemoryAndUnifyOneTheorem(Theorem, OutputBoss, boolean) - Method in class mmj.pa.ProofAsst
Imports one theorem proof from memory and unifies.
importUpdateDJs - Variable in class mmj.pa.ProofAsstPreferences
On/off indicator instructing the Proof Assistant Batch Test Import to update the originals that are stored in memory (does not update the .mm file though.)
IMPOSSIBLE - Static variable in class mmj.pa.UnifySubst
 
IN_WHAT_0_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_1_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_2_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_3_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_A_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_AE_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_AEP_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_AP_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_E_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_EP_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_EQ_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_P_ID - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_TYPE - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_TYPE_HYP - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_TYPE_STATEMENT - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_TYPE_SUB_STATEMENT - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_A - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_AE - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_AEP - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_AP - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_E - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_EP - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_EQ - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUE_P - Static variable in class mmj.search.SearchOptionsConstants
 
IN_WHAT_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
inAltFormatNow - Variable in class mmj.tmff.TMFFPreferences
 
IncludeFile - Class in mmj.mmio
Nitty-gritty IncludeFile work switching Tokenizers and keeping a list, checking it twice.
IncludeFile() - Constructor for class mmj.mmio.IncludeFile
 
includeFileName - Variable in class mmj.mmio.SrcStmt
Include File Name from "$[" statement.
incNbrDerivStepsReadyForUnify() - Method in class mmj.pa.ProofWorksheet
 
incNbrOccInCnstSyntaxAxioms() - Method in class mmj.lang.Cnst
Increment nbrOccInCnstSyntaxAxioms by 1.
incNbrOccInSyntaxAxioms() - Method in class mmj.lang.Cnst
Increment nbrOccInCnstSyntaxAxioms by 1.
incNotationGRGimmeMatchCnt() - Method in class mmj.verify.Grammar
Increment (add 1) to Count to NotationRules deemed to be "gimme matches".
incompleteStepCursor - Variable in class mmj.pa.ProofAsstPreferences
 
incompleteStepCursorPositioning() - Method in class mmj.pa.ProofWorksheet
 
increaseFontSize() - Method in class mmj.pa.AuxFrameGUI
 
increaseFontSize() - Method in class mmj.search.SearchResultsFrame
 
increaseSearchOptionsFontSize() - Method in class mmj.search.SearchMgr
 
increaseSearchResultsFontSize() - Method in class mmj.search.SearchMgr
 
incrementNbrProofRefs() - Method in class mmj.lang.Stmt
 
indentTbl - Static variable in class mmj.util.Dump
 
indexOf(String) - Method in class mmj.transforms.Prover.ProverResult
 
infoMessageArray - Variable in class mmj.lang.Messages
String array of info messages in Messages object.
infoMessageCnt - Variable in class mmj.lang.Messages
Count of info messages stored in Messages object.
init(Messages, SystemLoader, int, String, boolean, boolean) - Method in class mmj.mmio.Systemizer
Initialize (or re-initialize) a Systemizer from a Messages object and a SystemLoader object.
initAutotransformations(boolean, boolean, boolean) - Method in class mmj.pa.ProofAsst
This function initialize auto-transformation component.
initForNextSearch(Assrt) - Method in class mmj.search.SearchDataGetter
 
INITIAL_FOR_WHAT_PRIOR_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
INITIALIZATION_AUDIT_REPORT - Static variable in class mmj.gmff.GMFFConstants
 
INITIALIZATION_AUDIT_REPORT_2 - Static variable in class mmj.gmff.GMFFConstants
 
INITIALIZATION_AUDIT_REPORT_3 - Static variable in class mmj.gmff.GMFFConstants
 
initializeBatchFramework() - Method in class mmj.util.BatchFramework
Initialize BatchFramework with Boss list and any captions that may have been overridden.
initializeGrammar(Messages, Map<String, Sym>, Map<String, Stmt>) - Method in interface mmj.lang.SyntaxVerifier
Initializes the grammar.
initializeGrammar() - Method in class mmj.util.GrammarBoss
An initializeGrammar subroutine.
initializeGrammar(Messages, Map<String, Sym>, Map<String, Stmt>) - Method in class mmj.verify.Grammar
Initializes the grammar.
initializeLookupTables(Messages) - Method in class mmj.pa.ProofAsst
Initialized Unification lookup tables, etc.
initializeLookupTables(Messages) - Method in class mmj.pa.ProofUnifier
Initialize lookup tables to be used across multiple executions of the GUI.
initializeMessages() - Method in class mmj.util.OutputBoss
Initialize Messages Object.
initializeMustAppend() - Method in class mmj.tl.TheoremStmtGroup
Initializes the mustAppend flag for the TheoremStmtGroup.
initializeVerifyProofsIfNeeded() - Method in class mmj.util.VerifyProofBoss
 
initialState - Variable in class mmj.pa.WorksheetTokenizer.Token
 
initiateStartupMode() - Method in class mmj.util.MMJ2FailPopupWindow
Sets startupMode to true and initializes related variables.
initIncludeFile(Deque<IncludeFile>, File, String, Statementizer) - Static method in class mmj.mmio.IncludeFile
Switches Statementizer processing to an include file after recording restart information of the previous include file.
initNbrProofRefs() - Method in class mmj.lang.Stmt
 
initOtherEnvAreas(ProofAsst, LogicalSystem, Grammar, VerifyProofs, Messages) - Method in class mmj.search.SearchMgr
 
initTwinChain() - Method in class mmj.lang.ParseNodeHolder
Init twin chain, first node points to itself.
insert(UnifySubst) - Method in class mmj.pa.UnifySubst
 
insertLeft(GRNode, GRNode) - Method in class mmj.verify.GRNode
 
insertRight(GRNode, GRNode) - Method in class mmj.verify.GRNode
 
insertString(int, String, AttributeSet) - Method in class mmj.pa.HighlightedDocument
Intercept inserts and removes to color them.
insertUpdate(DocumentEvent) - Method in class mmj.pa.CompoundUndoManager
Updates to the Document as a result of Undo/Redo will cause the Caret to be repositioned
instrumentationTable - Variable in class mmj.lang.Messages
 
InstrumentationTimer() - Constructor for class mmj.lang.Messages.InstrumentationTimer
 
invalidateChapterSectionDependencies() - Method in class mmj.lang.BookManager
 
InWhat - Class in mmj.search
 
InWhat(int) - Constructor for class mmj.search.InWhat
 
InWhatScrnMap - Class in mmj.search
 
InWhatScrnMap(int, PartScrnMap) - Constructor for class mmj.search.InWhatScrnMap
 
inWhatTypeUpdated(int) - Method in class mmj.search.PartScrnMap
 
isActive() - Method in class mmj.lang.Assrt
Is the Assrt "active".
isActive() - Method in class mmj.lang.Cnst
Is Sym active?
isActive() - Method in class mmj.lang.Hyp
Return Hyp.active, true or false.
isActive() - Method in class mmj.lang.Stmt
Is Stmt active?
isActive() - Method in class mmj.lang.Sym
Is Sym active?
isActive() - Method in class mmj.lang.Var
Is Sym active?
isAllocated(WorkVar) - Method in class mmj.lang.WorkVarManager
Returns true if input Work Var is allocated.
isAndOperation(Stmt) - Method in class mmj.transforms.ConjunctionInfo
 
isAssociativeWithProp(ParseNode, GeneralizedStmt, WorksheetInfo) - Static method in class mmj.transforms.AssociativeInfo
 
isAutoStep() - Method in class mmj.pa.DerivationStep
 
isAutoStep - Variable in class mmj.verify.ProofDerivationStepEntry
 
isBaseRule - Variable in class mmj.verify.GrammarRule
isBaseRule indicates that the GrammarRule is derived directly from the baseSyntaxAxiom, and is unaffected by other NullsPermitted or TypeConversion GrammarRules.
isBookManagerEnabled() - Method in class mmj.lang.LogicalSystem
Is BookManager enabled?
isBookManagerEnabled() - Method in interface mmj.lang.SystemLoader
Is BookManager enabled?
isBoolSetToAnd() - Method in class mmj.search.SearchDataLine
 
isChanged() - Method in class mmj.pa.HighlightedDocument
 
isChunkWhitespace(String) - Method in class mmj.gmff.MinProofWorkStmt
 
isComOp(GeneralizedStmt, WorksheetInfo) - Method in class mmj.transforms.CommutativeInfo
 
isConstNode(ParseNode) - Static method in class mmj.transforms.TrUtil
 
isDeepDup(ParseNode, Deque<ParseNode>) - Method in class mmj.lang.ParseNode
Determine if sub-tree is a duplicate of this sub-tree.
isDeepDup(ParseNode) - Method in class mmj.lang.ParseNode
Determine if sub-tree is a duplicate of this sub-tree.
isDefault() - Method in interface mmj.pa.BaseSetting
 
isDjVarsVarInExtendedFrame(Var, ScopeFrame, ScopeFrame) - Static method in class mmj.lang.DjVars
Helper routine for Proof Assistant to confirm that a DjVars variable is defined in the Theorem's Extended Frame.
isDup(int, ParseTree[]) - Method in class mmj.lang.ParseTree
Check ParseTree array for duplicates.
isDup(ParseTree) - Method in class mmj.lang.ParseTree
Check another ParseTree for duplication.
isEmpty() - Method in class mmj.mmio.BlockList
 
isEmpty() - Method in class mmj.transforms.ConstSubst
 
isEmpty() - Method in class mmj.transforms.ParseNodeHashElem
 
isEmpty() - Method in class mmj.verify.LRParser.ParseSet
 
isEnabled() - Method in class mmj.lang.BookManager
Returns BookManager enabled flag, which indicates whether or not the BookManager is in use within the currently system.
isEquivalence(Stmt) - Method in class mmj.transforms.EquivalenceInfo
 
isEscapePairListValid(Messages) - Method in class mmj.gmff.GMFFUserTextEscapes
Validates each EscapePair in the list.
isExcluded() - Method in class mmj.lang.Assrt
 
isExportTypeValid(List<GMFFExportParms>, Messages) - Method in class mmj.gmff.GMFFUserTextEscapes
Validates export type.
isFull() - Method in class mmj.pa.StepSelectorStore
Checks to see if the store has fewer result items than permitted according the Proof Assistant Preferences StepSelectorMaxResults value.
isFull() - Method in class mmj.search.SearchOutputStore
 
isFullReplaceStatement(Stmt) - Method in class mmj.transforms.ReplaceInfo
 
isGeneratedByDeriveFeature() - Method in class mmj.pa.DerivationStep
 
isGimmeMatchNbr - Variable in class mmj.verify.NotationRule
isGimmeMatchNbr: equals 1 if the NotationRule is a "gimme match", meaning that a match to a subsequence of an expression can be taken unequivocally and irrevocably, regardless of the surrounding symbols (for example, in set.mm "c0" is a gimme match).
isGMFFInitialized() - Method in class mmj.gmff.GMFFManager
Returns the gmffInitialized boolean variable.
isGrammaticalTyp() - Method in class mmj.lang.Cnst
get isGrammaticalTyp.
isHyp - Variable in class mmj.verify.ProofDerivationStepEntry
isHyp indicates if this step is one of the Theorem's logical hypothesis steps.
isHypFldIncomplete() - Method in class mmj.pa.DerivationStep
 
isImplForPrefixOperator(Stmt) - Method in class mmj.transforms.ImplicationInfo
 
isImplOperator(Stmt) - Method in class mmj.transforms.ImplicationInfo
 
isInit() - Method in class mmj.transforms.DBInfo
 
isLabelOnProhibitedList(String) - Static method in class mmj.mmio.Statementizer
Checks to see if a String is in the list of prohibited Metamath labels.
isLogicStmtTyp() - Method in class mmj.lang.Cnst
get isLogicStmtTyp.
isLoop(Cnst, Cnst) - Static method in class mmj.verify.TypeConversionRule
isLoop determines whether or not a new Type Conversion from/to pair of Type Codes create a "loop" -- meaning that "from" converts to "to" and "to" converts to "from", directly or indirectly.
isNewTheorem() - Method in class mmj.pa.ProofWorksheet
Returns the isNewTheorem boolean value indicating whether the theorem is new or is already in the Metamath file that was loaded.
isOperSetToNot() - Method in class mmj.search.SearchDataLine
 
isParseExpr - Variable in class mmj.search.ParsedSearchTerm
 
isPresentWithNoWhitespace(String) - Static method in class mmj.gmff.GMFFExportParms
A GMFF utility to confirm that a given string is not null or empty, and that it contains no whitespace.
isProgrammatic() - Method in class mmj.pa.HighlightedDocument
 
isProofStepInExtendedFrame(Stmt) - Method in class mmj.lang.ProofCompression
Checks to see whether or not a proof step is contained in the Theorem's Extended Frame.
isProofStepInExtendedFrame(Stmt) - Method in class mmj.lang.Theorem
Checks to see whether or not a proof step is contained in the Theorem's Extended Frame.
isProofStepInFrame(Stmt, Hyp[]) - Method in class mmj.lang.ProofCompression
Checks to see whether or not a proof step is contained in the given Frame.
isProvableLogicStmtTyp() - Method in class mmj.lang.Cnst
get isProvableLogicStmtTyp.
isRoot() - Method in class mmj.verify.GRNode
 
isSearchControl - Variable in class mmj.search.SearchOptionsFieldAttr
 
isSetTyp() - Method in class mmj.lang.Cnst
 
isSyntaxAxiomTyp() - Method in class mmj.lang.Cnst
get isSyntaxAxiomTyp.
isTempObject - Variable in class mmj.lang.MObj
isTempObject flag denotes a dummy or temporary object that is not stored in the Sym table or Stmt table and has the lifespan of a single transaction.
isTheoremLabelMinimallyValid() - Method in class mmj.gmff.MinHeaderStmt
Performs the minimal set of validation checks to ensure that the theorem label can be used to generate a file name by the GMFF Extract process.
isTheSameConstMap(ParseNode) - Method in class mmj.transforms.ConstSubst
 
isTMFFEnabled() - Method in class mmj.tmff.TMFFPreferences
Informs the caller whether or not TMFF is enabled.
isValidLabel(String) - Static method in class mmj.mmio.Statementizer
Checks to see if a String is a valid Metamath label name.
isValidMathSymbol(String) - Static method in class mmj.mmio.Statementizer
Checks to see whether or not a String contains only symbols defined in Metamath as valid math symbols.
isVarNode(ParseNode) - Static method in class mmj.transforms.TrUtil
 
isVarPairInDjArray(ScopeFrame, Var, Var) - Static method in class mmj.lang.ScopeFrame
Checks to see if a certain pair of variables is mentioned in a OptFrame's DjVars array.
isVarStmt(Stmt) - Static method in class mmj.transforms.TrUtil
 
isVarTyp() - Method in class mmj.lang.Cnst
get isVarTyp.
iterator() - Method in class mmj.tl.MMTTheoremSet
Returns an Iterator over TheoremStmtGroup objects contained in the MMTTheoremSet theoremStmtGroupTbl.
iterator() - Method in class mmj.verify.LRParser.ParseSet
 

J

JAVA_VERSION_MMJ2_MAJ - Static variable in class mmj.util.UtilConstants
 
JAVA_VERSION_MMJ2_MIN - Static variable in class mmj.util.UtilConstants
 
JAVA_VERSION_MMJ2_RUNTIME_ERROR_MSG - Static variable in class mmj.util.UtilConstants
 
JAVA_VERSION_PROPERTY_NAME - Static variable in class mmj.util.UtilConstants
 
jLabel - Variable in class mmj.search.SearchOptionsJCheckBox
 
jLabel - Variable in class mmj.search.SearchOptionsJIntegerTextField
 
JSON_INTRODUCTION - Static variable in class mmj.pa.PaConstants
PROOF_ASST_SETTINGS_FILE_DEFAULT

K

key() - Method in class mmj.pa.SessionStore.ExtSetting
 
key() - Method in class mmj.pa.SessionStore.StoreSetting
 
key() - Method in class mmj.pa.Setting
 
KEY_OVERRIDE - Static variable in class mmj.pa.SessionStore
 
KEY_REMOVE - Static variable in class mmj.pa.SessionStore
 
KEY_STORE - Static variable in class mmj.pa.SessionStore
 
keyArray - Variable in class mmj.util.Dump
 
keyArrayCount - Variable in class mmj.util.Dump
 
keyword - Variable in class mmj.mmio.SrcStmt
Every SrcStmt has a keyword, even a comment (char 1 = '$', always.)

L

LABEL - Static variable in class mmj.lang.Stmt
LABEL sequences by Stmt.label
LABEL - Static variable in class mmj.mmio.MMIOConstants
Label character.
label - Variable in class mmj.mmio.SrcStmt
VarHyp, LogHyp, Theorem and Axiom have labels.
label - Variable in class mmj.search.SearchOptionsButtonAttr
 
label - Variable in class mmj.search.SearchOptionsFieldAttr
 
label - Variable in class mmj.search.SearchResultsButtonAttr
 
label - Variable in class mmj.search.SearchResultsFieldAttr
 
label() - Method in interface mmj.setmm.LFTerm
 
label() - Method in class mmj.setmm.LFTerm.LFApply
 
label - Variable in class mmj.setmm.LFTerm.LFConst
 
label() - Method in class mmj.setmm.LFTerm.LFConst
 
label() - Method in class mmj.setmm.LFTerm.LFLambda
 
label() - Method in class mmj.setmm.LFTerm.LFVar
 
label() - Method in interface mmj.setmm.LFType
 
label() - Method in class mmj.setmm.LFType.LFArrow
 
label() - Method in class mmj.setmm.LFType.LFDed
 
label() - Method in class mmj.setmm.LFType.LFPi
 
label - Variable in class mmj.setmm.LFType.LFTypeConst
 
label() - Method in class mmj.setmm.LFType.LFTypeConst
 
LabelContext(String) - Constructor for class mmj.verify.GrammarConstants.LabelContext
 
LangConstants - Class in mmj.lang
Constants used in mmj.lang package.
LangConstants() - Constructor for class mmj.lang.LangConstants
 
LangException - Exception in mmj.lang
Thrown when Metamath source file has a non-fatal error such as a syntax error.
LangException(ErrorCode, Object...) - Constructor for exception mmj.lang.LangException
Constructor, LangException with error message.
LangException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.lang.LangException
Constructor, LangException with error message and cause.
left - Variable in class mmj.setmm.LFTerm.LFApply
 
left - Variable in class mmj.setmm.LFType.LFArrow
 
left() - Method in class mmj.verify.GRNode
 
left_ - Variable in class mmj.verify.GRNode
 
leftmost() - Method in class mmj.verify.GRNode
 
leftmostColNbr - Variable in class mmj.tmff.TMFFStateParams
 
length - Variable in class mmj.pa.WorksheetTokenizer.Token
 
level - Variable in class mmj.pa.ErrorCode
 
LFApply(LFTerm, LFTerm) - Constructor for class mmj.setmm.LFTerm.LFApply
 
LFArrow(LFType, LFType) - Constructor for class mmj.setmm.LFType.LFArrow
 
LFConst(String) - Constructor for class mmj.setmm.LFTerm.LFConst
 
LFDed(LFTerm) - Constructor for class mmj.setmm.LFType.LFDed
 
LFLambda(LFTerm.LFVar, LFTerm) - Constructor for class mmj.setmm.LFTerm.LFLambda
 
LFPi(LFTerm.LFVar, LFType) - Constructor for class mmj.setmm.LFType.LFPi
 
LFTerm - Interface in mmj.setmm
 
LFTerm.LFApply - Class in mmj.setmm
 
LFTerm.LFConst - Class in mmj.setmm
 
LFTerm.LFLambda - Class in mmj.setmm
 
LFTerm.LFVar - Class in mmj.setmm
 
LFType - Interface in mmj.setmm
 
LFType.LFArrow - Class in mmj.setmm
 
LFType.LFDed - Class in mmj.setmm
 
LFType.LFPi - Class in mmj.setmm
 
LFType.LFTypeConst - Class in mmj.setmm
 
LFTypeConst(String) - Constructor for class mmj.setmm.LFType.LFTypeConst
 
LFVar(String, LFType) - Constructor for class mmj.setmm.LFTerm.LFVar
 
LINE_BREAK_MAX_LENGTH - Static variable in class mmj.util.UtilConstants
 
LineColumnContext(long, long, long) - Constructor for class mmj.mmio.MMIOConstants.LineColumnContext
 
lineNbr - Variable in class mmj.mmio.MMIOConstants.LineColumnContext
 
lineSpacing - Variable in class mmj.pa.ProofAsstPreferences
Line spacing used in ProofAsstGUI.
lineWrap - Variable in class mmj.tmff.TMFFPreferences
Line wrap on or off.
list() - Method in interface mmj.pa.Serializer
Transform a serializer for the type T into a serializer for the type List<T>, using a JSON array to store the values.
listFiles(String, String) - Method in class mmj.gmff.GMFFFolder
Returns a name-sorted array listing the files in the directory which match the input fileType and have a name greater than or equal to the input lowestNamePrefix.
ListSetting(String, Class<T>) - Constructor for class mmj.pa.SessionStore.ListSetting
Create a new setting with the given key and null default value.
ListSetting(String, List<T>, Class<T>) - Constructor for class mmj.pa.SessionStore.ListSetting
Create a new setting with the given key and default value.
ListSetting(String, List<T>, Serializer<T>) - Constructor for class mmj.pa.SessionStore.ListSetting
Create a new setting with the given key and default value.
load(String) - Method in class mmj.gmff.MinProofWorksheet
Loads the Proof Worksheet text into the MinProofWorksheet.
load(File, Reader, String) - Method in class mmj.mmio.Systemizer
Loads MetaMath source file via SystemLoader.
load(File, String, String) - Method in class mmj.mmio.Systemizer
Clone of Load function using fileNameIn instead of readerIn
load(File, String) - Method in class mmj.mmio.Systemizer
Clone of Load function using fileNameIn instead of readerIn.
load(String) - Method in class mmj.pa.DistinctVariablesStmt
Load Distinct Variable Statement.
load(String) - Method in class mmj.pa.FooterStmt
Load Footer statement with Tokenizer input
load(String) - Method in class mmj.pa.HeaderStmt
load Header statement with Tokenizer input
load(String) - Method in class mmj.pa.MacroStmt
 
load(String) - Method in class mmj.pa.ProofWorkStmt
Default load method for ProofWorkStmt that does not validate the input.
load(boolean) - Method in class mmj.pa.SessionStore
Load the data from the storage file, merging the loaded data with the keys already loaded in memory.
load(boolean, String...) - Method in class mmj.pa.SessionStore
Load the data from the storage file, merging the loaded data with the keys already loaded in memory.
load(boolean, List<ProofAsstException>, String...) - Method in class mmj.pa.SessionStore
Load the data from the storage file, merging the loaded data with the keys already loaded in memory.
load(String) - Method in class mmj.search.QuotedSearchTerm
 
load(boolean) - Method in class mmj.verify.LRParser
 
LOAD_COMMENTS_DEFAULT - Static variable in class mmj.mmio.MMIOConstants
Load Comments Default equal true.
LOAD_PROOFS_DEFAULT - Static variable in class mmj.mmio.MMIOConstants
Load Proofs Default equal true.
loadAllStmtTextGetNextStmt(String) - Method in class mmj.pa.ProofWorkStmt
Loads input token into ProofWorkStmt's stmtText then loads ALL following whitespace AND tokens until the start of the next statement, returning the next token without loading it into
loadAssrtData() - Method in class mmj.search.CharStrSearchDataLine
 
loadAssrtData() - Method in class mmj.search.MetamathSearchDataLine
 
loadAssrtData() - Method in class mmj.search.ParseExprSearchDataLine
 
loadAssrtData() - Method in class mmj.search.ParseStmtSearchDataLine
 
loadAssrtData() - Method in class mmj.search.RegExprSearchDataLine
 
loadAssrtData() - Method in class mmj.search.SearchDataLine
 
loadAssrtDataStringArray() - Method in class mmj.search.SearchDataLine
 
loadAssrtDataTreeArray() - Method in class mmj.search.SearchDataLine
 
loadComboFrameAndVarMap() - Method in class mmj.pa.ProofWorksheet
Load the combo frame and var array object for use throughout the ProofWorksheet.
loadComments - Variable in class mmj.util.LogicalSystemBoss
 
loadContentsToString() - Method in class mmj.gmff.GMFFInputFile
Returns string containing the entire file contents.
loadDefault() - Method in class mmj.pa.FooterStmt
Loads FooterStmt with standard contents of a FooterStmt.
loadDerivationStep(int, int, String, String, String) - Method in class mmj.pa.DerivationStep
Loads DerivationStep with step, hyp and ref.
loadDerivationStepHypLevels() - Method in class mmj.pa.DerivationStep
Set proofLevel numbers of hypotheses of DerivationStep.
loadDvGroupsIntoList(List<DjVars>, Var[][]) - Static method in class mmj.lang.ScopeFrame
Accumulates new Distinct Variables into an List of DjVars pairs.
loadEndpointStmtLabelParm - Variable in class mmj.util.LogicalSystemBoss
 
loadEndpointStmtNbrParm - Variable in class mmj.util.LogicalSystemBoss
 
loadExtra(WorksheetInfo, ParseNode, Prover.HypProverResult) - Method in interface mmj.transforms.Provers.UseWhenPossibleListener
If assrt has extra variables in the hypotheses (such as filling a goal "A = C" with transitivity "A = B & B = C => A = C", in which the variable B is not present in the conclusion), the initial goal matching will not be sufficient to fill all the steps, and an IllegalArgumentException will be triggered.
loadGeneratedFormulaIntoDerivStep(Formula, ParseTree, boolean) - Method in class mmj.pa.DerivationStep
Loads generated Formula and its ParseTree into DerivationStep and recomputes reference steps' L1HiLo key values.
loadHypothesisStep(int, int, String, String) - Method in class mmj.pa.HypothesisStep
Loads HypothesisStep with step and ref.
loadLocalRefDerivationStep(int, int, String, String, String) - Method in class mmj.pa.DerivationStep
Loads DerivationStep with step, hyp and a localRef to a previous proof step.
loadLogHypArray() - Method in class mmj.lang.Assrt
Loads the logHypArray using mandFrame.
loadMandAndOptDjVarsUpdateLists(Map<String, Sym>, List<List<String>>, List<DjVars>, List<DjVars>) - Method in class mmj.lang.Theorem
Utility routine for Theorem Loader to split an input list of Distinct Variable statement symbol lists into Mandatory and Optional DjVars lists.
loadMinProofWorksheet(ProofWorksheetCache) - Method in class mmj.gmff.GMFFExporter
Loads a MinProofWorksheet object using the cached proofText if the cache does not already contain a loaded instance of the MinProofWorksheet.
loadMinProofWorksheet(Messages) - Method in class mmj.gmff.ProofWorksheetCache
Loads the cached MinProofWorksheet using the cached proofText if not already cached, and returns the MinProofWorksheet to the called.
loadProofLevel(int) - Method in class mmj.pa.ProofStepStmt
Loads the proofLevel number with the input proofLevel but only if the existing proofLevel is zero.
loadProofs - Variable in class mmj.util.LogicalSystemBoss
 
loadQuotedSearchTermList(CompiledSearchArgs) - Method in class mmj.search.SearchDataLine
 
loadRuleCollection(Collection<NotationRule>) - Method in class mmj.verify.GRNode
 
loadSearchOutput(SearchOutput, String, boolean) - Method in class mmj.search.SearchOutputStore
 
loadSettings() - Method in class mmj.util.StoreBoss
Validate Load Settings RunParm.
loadStepHypRefIntoStmtText(int, StringBuilder) - Method in class mmj.pa.ProofStepStmt
 
loadStepSelectorResults(DerivationStep) - Method in class mmj.pa.StepSelectorSearch
Finds the assertions which unify with the given step and loads them into StepSelectorResults.
loadStmtText(StringBuilder, Formula, ParseTree) - Method in class mmj.pa.ProofStepStmt
Renders formula into stepHypRef string buffer and returns the number of lines in the formula.
loadStmtTextGetNextStmt(String) - Method in class mmj.pa.ProofWorkStmt
Loads input token into ProofWorkStmt's stmtText then loads following whitespace and returns the next token, but without loading it into stmtText.
loadStmtTextGetOptionalToken(String) - Method in class mmj.pa.ProofWorkStmt
Loads input token into ProofWorkStmt's stmtText then loads following whitespace and returns the *next* token, but without loading it into stmtText.
loadStmtTextGetRequiredToken(String) - Method in class mmj.pa.ProofWorkStmt
Loads input token into ProofWorkStmt's stmtText then loads following whitespace and returns the next token, but without loading it into stmtText.
loadStmtTextWithFormula(boolean) - Method in class mmj.pa.ProofStepStmt
Loads stmtText and formula fields with the input tokens.
loadTheoremsFromMMTFolder() - Method in class mmj.pa.ProofAsst
Invokes TheoremLoader to load all theorems in the MMT Folder.
loadTheoremsFromMMTFolder(LogicalSystem, Messages) - Method in class mmj.tl.TheoremLoader
Loads all MMT Theorems in the MMT Folder into the Logical System.
loadTheoremsFromMMTFolder(String, LogicalSystem, Messages) - Method in class mmj.tl.TheoremLoader
Loads one theorem from the MMT Folder into the Logical System.
loadWorksheet(String, int, StepRequest) - Method in class mmj.pa.ProofWorksheet
Load the ProofWorksheet starting with the input token.
loadWorksheetProofLevelNumbers() - Method in class mmj.pa.ProofWorksheet
Initial load of proof worksheet step level numbers.
locAfter - Variable in class mmj.pa.ProofWorksheet
 
LOCAL_REF_ESCAPE_CHAR - Static variable in class mmj.pa.PaConstants
Local Ref Escape Character: Number Sign
LogHyp - Class in mmj.lang
LogHyp -- Logical Hypothesis -- corresponds to the Metamath "$e", or "essential hypothesis" statement.
LogHyp(int, Map<String, Sym>, Map<String, Stmt>, List<String>, String, String) - Constructor for class mmj.lang.LogHyp
Construct LogHyp using sequence number plus label, Type Code and Sym list Strings.
LogHyp(int, String, Formula, VarHyp[], ParseTree) - Constructor for class mmj.lang.LogHyp
Construct temp LogHyp using precomputed values and doing no validation.
logHypArray - Variable in class mmj.lang.Assrt
logHypArray contains *exactly* the Assrt's Formula's LogHyp's, in database sequence.
logHypsL1HiLoKey - Variable in class mmj.lang.Stmt
This contains the labels of the root node Syntax Axiom for the Assrt.logHypArray with lowest and greates sequence numbers.
logHypsMaxDepth - Variable in class mmj.lang.Stmt
This contains the greatest maximum depth among Parse Trees in the Assrt.logHypArray.
LogicalSystem - Class in mmj.lang
The LogicalSystem, along with the rest of the mmj.lang package, implements the abstract portion of the Metamath language -- the "object" language of Metamath, as opposed to the "metalanguage" of Metamath source files.
LogicalSystem(String, String, GMFFManager, BookManager, SeqAssigner, int, int, ProofVerifier, SyntaxVerifier) - Constructor for class mmj.lang.LogicalSystem
Construct with full set of parameters.
logicalSystem - Variable in class mmj.pa.ProofWorksheet
 
logicalSystem - Variable in class mmj.util.LogicalSystemBoss
 
logicalSystemBoss - Variable in class mmj.util.BatchFramework
 
LogicalSystemBoss - Class in mmj.util
Responsible for building, loading, maintaining and fetching LogicalSystem, and for executing RunParms involving it.
LogicalSystemBoss(BatchFramework) - Constructor for class mmj.util.LogicalSystemBoss
Constructor with BatchFramework for access to environment.
logicalSystemLoaded - Variable in class mmj.util.LogicalSystemBoss
 
logicStmtTypeParm - Variable in class mmj.lang.LogicalSystem
 
logicStmtTypeParm - Variable in class mmj.util.LogicalSystemBoss
 
lookupChapterByTitle(String) - Method in class mmj.lang.BookManager
 
lookupSectionByChapterAndTitle(Chapter, String, int) - Method in class mmj.lang.BookManager
 
LRParser - Class in mmj.verify
LR Parser
LRParser(Grammar, int) - Constructor for class mmj.verify.LRParser
Construct using reference to Grammar and a parameter signifying the maximum length of a formula in the database.
LRParser.ParseSet - Class in mmj.verify
 

M

MACRO_STMT_TOKEN - Static variable in class mmj.pa.PaConstants
Macro execution token.
macroBoss - Variable in class mmj.util.BatchFramework
 
MacroBoss - Class in mmj.util
Manages access to the WorkVarManager resource and processes Work Var RunParms.
MacroBoss(BatchFramework) - Constructor for class mmj.util.MacroBoss
Constructor with BatchFramework for access to environment.
macroExtension - Variable in class mmj.pa.MacroManager
 
macroFolder - Variable in class mmj.pa.MacroManager
 
macroLanguage - Variable in class mmj.pa.MacroManager
 
MacroManager - Class in mmj.pa
Manages access to the WorkVarManager resource and processes Work Var RunParms.
MacroManager(SessionStore, Supplier<ProofAsst>) - Constructor for class mmj.pa.MacroManager
Constructor from settings storage and message output.
macroManager - Variable in class mmj.pa.ProofAsst
 
macroManager - Variable in class mmj.pa.ProofWorksheet
 
MacroManager.CallbackType - Enum in mmj.pa
 
MacroManager.ExecutionMode - Enum in mmj.pa
 
MacroStmt - Class in mmj.pa
 
MacroStmt(ProofWorksheet) - Constructor for class mmj.pa.MacroStmt
Default Constructor.
MacroStmt(ProofWorksheet, String, String) - Constructor for class mmj.pa.MacroStmt
Creates a MacroStmt using an input String.
main(String[]) - Static method in class mmj.pa.AuxFrameGUI
main entry point for testing using defaults.
main(String[]) - Static method in class mmj.pa.HelpGeneralInfoGUI
 
main(String[]) - Static method in class mmj.pa.ProofAsstGUI
Test code to invoke GUI from command line.
main(String[]) - Static method in class mmj.pa.RequestMessagesGUI
Testing entry point for use with default settings.
main(String[]) - Static method in class mmj.search.SearchOptionsFrame
 
main(String[]) - Static method in class mmj.search.SearchOptionsHelp
 
main(String[]) - Static method in class mmj.search.SearchResultsFrame
 
main(String[]) - Static method in class mmj.search.SearchResultsHelp
 
main - Variable in class mmj.transforms.ClosureInfo.ResultClosureInfo
The root of main part (after ->)
main(String[]) - Static method in class mmj.util.BatchDocumentationGenerator
 
main(String[]) - Static method in class mmj.util.BatchMMJ2
Main function interfacing to Java environment, running the BatchMMJ2 functions.
main(String[]) - Static method in class mmj.util.DelimitedTextParser
Test code -- just run, requires no command line params.
mainFrame - Variable in class mmj.pa.ProofAsstGUI
 
makeLocalRefRevisionsToWorksheet() - Method in class mmj.pa.ProofWorksheet
 
makeProofStartCursor() - Static method in class mmj.pa.ProofAsstCursor
 
mandFrame - Variable in class mmj.lang.Assrt
The assertion's Mandatory Frame.
map() - Method in interface mmj.pa.Serializer
Transform a serializer for the type T into a serializer for the type Map<String, T>, using a JSON object to store the mappings.
map - Variable in class mmj.transforms.ComplexRuleMap
 
MapSetting(String, Class<T>) - Constructor for class mmj.pa.SessionStore.MapSetting
Create a new setting with the given key and null default value.
MapSetting(String, Map<String, T>, Class<T>) - Constructor for class mmj.pa.SessionStore.MapSetting
Create a new setting with the given key and default value.
MapSetting(String, Map<String, T>, Serializer<T>) - Constructor for class mmj.pa.SessionStore.MapSetting
Create a new setting with the given key and default value.
mark(int) - Method in class mmj.pa.HighlightedDocument.DocumentReader
Save a position for reset.
marked - Variable in class mmj.mmio.BlockList
 
markSupported() - Method in class mmj.pa.HighlightedDocument.DocumentReader
This reader supports mark and reset.
match(ParseNode) - Method in class mmj.transforms.Pattern
 
MATH_SYMBOL - Static variable in class mmj.mmio.MMIOConstants
Math symbol character, contains all MMIOConstants.PRINTABLE characters except '$'.
MAX_ALIGN_AT_NBR - Static variable in class mmj.tmff.TMFFConstants
Maximum valid (useful) AtNbr for TMFFAlignColumn.
MAX_DERIVED_RULE_QUEUE_SIZE - Static variable in class mmj.verify.GrammarConstants
Size limit for PriorityQueue used to store derived GrammarRules "in flight", during processing of a single new GrammarRule.
MAX_ERROR_MESSAGES_DEFAULT - Static variable in class mmj.lang.LangConstants
Default maximum number of error messages in mmj.lang.Messages.java, the mmj message repository during processing.
MAX_EXT_RESULTS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MAX_FIELD_DELIMITER_COLONS - Static variable in class mmj.pa.PaConstants
Maximum colons in Proof Step Step/Hyp/Ref Field.
MAX_FOR_WHAT_PRIOR_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
MAX_HYPS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MAX_INCOMP_HYPS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MAX_INFO_MESSAGES_DEFAULT - Static variable in class mmj.lang.LangConstants
Default maximum number of "info" messages in mmj.lang.Messages.java, the mmj message repository during processing.
MAX_PARSE_RETRIES - Static variable in class mmj.verify.GrammarConstants
Maximum times the grammatical parser will "retry" the expression parse after exceeding the size of the pre-allocated arrays (used for efficiency).
MAX_RESULTS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MAX_SEQ_NBR - Static variable in class mmj.verify.GrammarRule
MAX_SEQ_NBR sequences by GrammarRule.maxSeqNbr & ruleNbr
MAX_STARTUP_ERROR_MESSAGES - Static variable in class mmj.util.UtilConstants
 
MAX_STATEMENT_PRINT_COUNT_DEFAULT - Static variable in class mmj.util.UtilConstants
MAX_STATEMENT_PRINT_COUNT_DEFAULT = 9999.
MAX_TIME_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MAX_UNIFY_ALTERNATES - Static variable in class mmj.pa.PaConstants
MAX_UNIFY_ALTERNATES = 10
maxDepth - Variable in class mmj.tmff.TMFFMethod
 
maxErrorMessagesParm - Variable in class mmj.util.OutputBoss
 
maxErrorMessagesReached() - Method in class mmj.lang.Messages
Check max error messages (table full).
MaxExtResults - Class in mmj.search
 
MaxExtResults() - Constructor for class mmj.search.MaxExtResults
 
MaxExtResultsScrnMap - Class in mmj.search
 
MaxExtResultsScrnMap() - Constructor for class mmj.search.MaxExtResultsScrnMap
 
MaxHyps - Class in mmj.search
 
MaxHyps() - Constructor for class mmj.search.MaxHyps
 
MaxHypsScrnMap - Class in mmj.search
 
MaxHypsScrnMap() - Constructor for class mmj.search.MaxHypsScrnMap
 
maximized - Variable in class mmj.pa.ProofAsstPreferences
Proof Maximized option for ProofAsstGUI.
MaxIncompHyps - Class in mmj.search
 
MaxIncompHyps() - Constructor for class mmj.search.MaxIncompHyps
 
MaxIncompHypsScrnMap - Class in mmj.search
 
MaxIncompHypsScrnMap() - Constructor for class mmj.search.MaxIncompHypsScrnMap
 
maxInfoMessagesParm - Variable in class mmj.util.OutputBoss
 
maxMemory - Variable in class mmj.lang.Messages.InstrumentationTimer
 
MaxResults - Class in mmj.search
 
MaxResults() - Constructor for class mmj.search.MaxResults
 
MaxResultsScrnMap - Class in mmj.search
 
MaxResultsScrnMap() - Constructor for class mmj.search.MaxResultsScrnMap
 
maxSeq - Variable in class mmj.pa.ProofWorksheet
 
maxSeq - Variable in class mmj.search.ParsedSearchTerm
 
maxSeqNbr - Variable in class mmj.verify.GrammarRule
maxSeqNbr is the greatest MObj(dot)seq of any Stmt in paramTransformationTree, and represents precedence since a statement's ParseTree should not refer to any Stmt's with sequence numbers higher than the Stmt's own sequence number.
maxStatementPrintCountParm - Variable in class mmj.util.OutputBoss
 
MaxTime - Class in mmj.search
 
MaxTime() - Constructor for class mmj.search.MaxTime
 
MaxTimeScrnMap - Class in mmj.search
 
MaxTimeScrnMap() - Constructor for class mmj.search.MaxTimeScrnMap
 
mergeDjVars(List<DjVars>, List<DjVars>) - Method in class mmj.lang.Theorem
Merge existing Mandatory and Optional DjVars into the existing Mandatory and Optional Frame data.
mergeListOfAssrtAddsSortedBySeq(List<Theorem>) - Method in class mmj.pa.ProofUnifier
Merges a list of added Assrt objects sorted by MObj seq into the unifySearchList and passes the list on to the StepSelectorSearch for its updates.
mergeListOfAssrtAddsSortedBySeq(List<Theorem>) - Method in class mmj.pa.StepSelectorSearch
 
mergeSearchResults(ClosureInfo.ClosureResult, ClosureInfo.ClosureResult) - Static method in class mmj.transforms.ClosureInfo
 
MergeSortedArrayLists<T> - Class in mmj.util
Class MergeSortedArrayLists merges elements of a sorted source into a sorted destination ArrayList.
MergeSortedArrayLists(ArrayList<T>, List<? extends T>, Comparator<T>, boolean) - Constructor for class mmj.util.MergeSortedArrayLists
Does in-place merge of source List into the destination ArrayList using the input comparator to maintain the sort sequence of the destination ArrayList.
message(Object...) - Method in class mmj.pa.ErrorCode
 
messageRaw - Variable in class mmj.pa.ErrorCode
 
messageRaw(Object...) - Method in class mmj.pa.ErrorCode
 
Messages - Class in mmj.lang
Repository of error and informational messages during mmj processing.
Messages() - Constructor for class mmj.lang.Messages
Default constructor using LangConstants.MAX_ERROR_MESSAGES_DEFAULT and LangConstants.MAX_INFO_MESSAGES_DEFAULT.
Messages(int, int) - Constructor for class mmj.lang.Messages
Constructor using max error/info message params.
messages - Variable in class mmj.pa.ProofWorksheet
 
messages - Variable in class mmj.util.OutputBoss
 
Messages.InstrumentationTimer - Class in mmj.lang
 
METAMATH_DOLLAR_T_BUFFER_SIZE - Static variable in class mmj.gmff.GMFFConstants
 
METAMATH_DOLLAR_T_MAP_SIZE - Static variable in class mmj.gmff.GMFFConstants
 
METAMATH_DOLLAR_T_MESSAGE_DESCRIPTOR - Static variable in class mmj.gmff.GMFFConstants
 
METAMATH_PATH_ARGUMENT_INDEX - Static variable in class mmj.util.UtilConstants
 
METAMATH_PATH_ARGUMENT_LITERAL - Static variable in class mmj.util.UtilConstants
 
METAMATH_PATH_REPORT_LINE_2 - Static variable in class mmj.util.UtilConstants
 
MetamathSearchDataLine - Class in mmj.search
 
MetamathSearchDataLine(CompiledSearchArgs, int, SearchDataGetter) - Constructor for class mmj.search.MetamathSearchDataLine
 
millisTime - Variable in class mmj.lang.Messages.InstrumentationTimer
 
MIN_ALIGN_AT_NBR - Static variable in class mmj.tmff.TMFFConstants
Minimum valid (useful) AtNbr for TMFFAlignColumn.
MIN_HYPS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MIN_PROOF_REFS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MinCommentStmt - Class in mmj.gmff
General object representing a Comment statement on a MinProofWorksheet.
MinCommentStmt(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinCommentStmt
Standard MinCommentStmt constructor.
MinDerivationStep - Class in mmj.gmff
Derivation step on a MinProofWorksheet.
MinDerivationStep(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinDerivationStep
Standard MinDerivationStep constructor.
MinDistinctVariablesStmt - Class in mmj.gmff
General object representing a Distinct Variables statement on a MinProofWorksheet.
MinDistinctVariablesStmt(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinDistinctVariablesStmt
Standard MinDistinctVariablesStmt constructor.
MinFooterStmt - Class in mmj.gmff
General object representing the Footer statement on a MinProofWorksheet.
MinFooterStmt(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinFooterStmt
Standard MinFooterStmt constructor.
MinGeneratedProofStmt - Class in mmj.gmff
General object representing a Generated Proof statement on a MinProofWorksheet.
MinGeneratedProofStmt(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinGeneratedProofStmt
Standard MinGeneratedProofStmt constructor.
MinHeaderStmt - Class in mmj.gmff
Object representing the Header statement on a MinProofWorksheet.
MinHeaderStmt(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinHeaderStmt
Standard MinHeaderStmt constructor.
MinHypothesisStep - Class in mmj.gmff
Hypothesis step on a MinProofWorksheet.
MinHypothesisStep(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinHypothesisStep
Standard MinHypothesisStep constructor.
MinHyps - Class in mmj.search
 
MinHyps() - Constructor for class mmj.search.MinHyps
 
MinHypsScrnMap - Class in mmj.search
 
MinHypsScrnMap() - Constructor for class mmj.search.MinHypsScrnMap
 
MinProofRefs - Class in mmj.search
 
MinProofRefs() - Constructor for class mmj.search.MinProofRefs
 
MinProofRefsScrnMap - Class in mmj.search
 
MinProofRefsScrnMap() - Constructor for class mmj.search.MinProofRefsScrnMap
 
MinProofStepStmt - Class in mmj.gmff
General object representing a proof step statement in a MinProofWorksheet.
MinProofStepStmt(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinProofStepStmt
Standard MinProofStepStmt constructor.
MinProofWorksheet - Class in mmj.gmff
MinProofWorksheet is a minimalist ProofWorksheet containing just enough parsed proof data to generate a Model A type export file via GMFF.
MinProofWorksheet(Messages) - Constructor for class mmj.gmff.MinProofWorksheet
Constructor for MinProofWorksheet.
MinProofWorkStmt - Class in mmj.gmff
General object representing a statement in a MinProofWorksheet.
MinProofWorkStmt(MinProofWorksheet, String[][]) - Constructor for class mmj.gmff.MinProofWorkStmt
Standard MinProofWorkStmt constructor.
MINUS_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
MINUS_BUTTON_ID - Static variable in class mmj.search.SearchResultsConstants
 
MISSING_PROOF_STEP - Static variable in class mmj.lang.LangConstants
 
MISSING_PROOF_STEP - Static variable in class mmj.mmio.MMIOConstants
Missing Proof Step label.
MM_AXIOMATIC_ASSRT_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_BEGIN_COMMENT_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_BEGIN_COMPRESSED_PROOF_LIST_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
MM_BEGIN_FILE_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_BEGIN_SCOPE_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_CNST_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_DJ_VAR_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_END_COMMENT_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_END_COMPRESSED_PROOF_LIST_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
MM_END_FILE_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_END_SCOPE_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_END_STMT_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_END_STMT_KEYWORD_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
MM_KEYWORD_1ST_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
MM_LABEL_IN_COMMENT_ESCAPE_STRING - Static variable in class mmj.mmio.MMIOConstants
 
MM_LOG_HYP_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_PROVABLE_ASSRT_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_START_PROOF_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_VAR_HYP_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MM_VAR_KEYWORD - Static variable in class mmj.mmio.MMIOConstants
 
MMIOConstants - Class in mmj.mmio
Constants used to parse MetaMath source statements.
MMIOConstants() - Constructor for class mmj.mmio.MMIOConstants
 
MMIOConstants.FileContext - Class in mmj.mmio
 
MMIOConstants.LineColumnContext - Class in mmj.mmio
 
MMIOException - Exception in mmj.mmio
Thrown when Metamath source file has a non-fatal error such as a syntax error.
MMIOException(ErrorCode, Object...) - Constructor for exception mmj.mmio.MMIOException
Constructor, MMIOException with error message.
MMIOException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.mmio.MMIOException
Constructor, MMIOException with error message and cause.
mmj.gmff - package mmj.gmff
 
mmj.lang - package mmj.lang
 
mmj.mmio - package mmj.mmio
 
mmj.pa - package mmj.pa
 
mmj.search - package mmj.search
 
mmj.setmm - package mmj.setmm
 
mmj.svc - package mmj.svc
 
mmj.tl - package mmj.tl
 
mmj.tmff - package mmj.tmff
 
mmj.transforms - package mmj.transforms
 
mmj.util - package mmj.util
 
mmj.verify - package mmj.verify
 
MMJ2_FAIL_DIALOG_TITLE - Static variable in class mmj.util.UtilConstants
 
MMJ2_FAIL_STARTUP_DIALOG_TITLE - Static variable in class mmj.util.UtilConstants
 
MMJ2_PATH_ARGUMENT_INDEX - Static variable in class mmj.util.UtilConstants
 
MMJ2_PATH_ARGUMENT_LITERAL - Static variable in class mmj.util.UtilConstants
 
MMJ2_PATH_REPORT_LINE_1 - Static variable in class mmj.util.UtilConstants
 
MMJ2_STARTUP_MSG_LIT_1 - Static variable in class mmj.util.UtilConstants
 
MMJ2_STARTUP_MSG_LIT_2 - Static variable in class mmj.util.UtilConstants
 
MMJ2_STARTUP_MSG_LIT_3 - Static variable in class mmj.util.UtilConstants
 
mmj2FailPopupWindow - Variable in class mmj.util.BatchFramework
 
MMJ2FailPopupWindow - Class in mmj.util
MMJ2FailPopupWindow displays start-up and abnormal termination errors.
MMJ2FailPopupWindow(BatchFramework, boolean) - Constructor for class mmj.util.MMJ2FailPopupWindow
Standard constructor.
MMJException - Exception in mmj.pa
Superclass of all MMJ messages, for both info and errors.
MMJException(ErrorCode, Object...) - Constructor for exception mmj.pa.MMJException
Constructor, LangException with error message.
MMJException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.pa.MMJException
Constructor, LangException with error message and cause.
MMJException.ErrorContext - Interface in mmj.pa
An error context is an extra piece of information about the location of the error, such as "Theorem X" or "Line 2".
MMJException.FormatContext - Class in mmj.pa
 
MMTFileFilter - Class in mmj.tl
MMTFileFilter is used by the Theorem Loader to select theorem files from the MMT Folder.
MMTFileFilter() - Constructor for class mmj.tl.MMTFileFilter
 
MMTFolder - Class in mmj.tl
MMTFolder is a helper class for the Theorem Loader.
MMTFolder() - Constructor for class mmj.tl.MMTFolder
Default constructor for MMTFolder.
MMTFolder(File, String) - Constructor for class mmj.tl.MMTFolder
Constructor for MMTFolder using pathname String.
MMTFolder(File) - Constructor for class mmj.tl.MMTFolder
Constructor for MMTFolder using File object.
mmtFolder - Variable in class mmj.tl.TlPreferences
MMTFolder in use now, which may be pointing to a null File object if not yet specified.
MMTTheoremExportFormatter - Class in mmj.tl
Converts a thing into a list Metamath-formatted file lines.
MMTTheoremExportFormatter(TlPreferences) - Constructor for class mmj.tl.MMTTheoremExportFormatter
Basic constructor.
MMTTheoremFile - Class in mmj.tl
MMTTheoremFile is a little helper class for MMT Theorem files.
MMTTheoremFile(File) - Constructor for class mmj.tl.MMTTheoremFile
Constructor using an input File object.
MMTTheoremFile(MMTFolder, String, boolean) - Constructor for class mmj.tl.MMTTheoremFile
Constructor using a MMTFolder and a theoremLabel designating a MMT Theorem File in the MMT Folder.
MMTTheoremSet - Class in mmj.tl
MMTTheoremSet represents a set of MMTTheoremStmtGroup objects to be loaded into the Logical System.
MMTTheoremSet(File[], LogicalSystem, Messages, TlPreferences) - Constructor for class mmj.tl.MMTTheoremSet
Constructs the MMTTheoremSet using an array of Files, which may be obtained from the MMTFolder.
MMTTheoremSet(MMTTheoremFile, LogicalSystem, Messages, TlPreferences) - Constructor for class mmj.tl.MMTTheoremSet
Constructs the MMTTheoremSet using a single input MMTTheoremFile.
MObj - Class in mmj.lang
MObj (Metamath Object) is root of Sym and Stmt.
MObj(int) - Constructor for class mmj.lang.MObj
Construct MObj with sequence number.
mObj - Variable in class mmj.lang.ParseNodeHolder
mObj contains either a Cnst, a Var or a Stmt.
mockupSearchResults() - Method in class mmj.search.SearchResultsFrame
 
MODEL_A - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_COMMENT0_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_COMMENT1X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_COMMENT2_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_DISTINCTVAR0_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_DISTINCTVAR1X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_DISTINCTVAR2_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_DISTINCTVAR3X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_DISTINCTVAR4_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_FILE0_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_FILE2_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_FOOTER0_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_GENPROOF0_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_GENPROOF1X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_GENPROOF2_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER0_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER1X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER2_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER3X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER4_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER5X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER6_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_HEADER7_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_STEP0_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_STEP1X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_STEP2_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_STEP3X_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_A_STEP4_NAME - Static variable in class mmj.gmff.GMFFConstants
 
MODEL_ERROR_MESSAGE_DESCRIPTOR - Static variable in class mmj.gmff.GMFFConstants
 
ModelAExporter - Class in mmj.gmff
ModelAExporter is an extension of GMFFExporter which implements export of Proof Worksheets using Model A.
ModelAExporter(GMFFManager, GMFFExportParms, GMFFUserTextEscapes) - Constructor for class mmj.gmff.ModelAExporter
The only constructor.
modelId - Variable in class mmj.gmff.GMFFExportParms
 
modelsDirectory - Variable in class mmj.gmff.GMFFExportParms
 
modelsFolder - Variable in class mmj.gmff.GMFFExportParms
 
MORE_COMPLEX_TRANSFORMATION - Static variable in class mmj.transforms.Transformation
mousePressed(MouseEvent) - Method in class mmj.search.SearchJTextFieldPopupMenuListener
 
mousePressed(MouseEvent) - Method in class mmj.search.SearchResultsPopupMenuListener
 
mouseReleased(MouseEvent) - Method in class mmj.search.SearchJTextFieldPopupMenuListener
 
mouseReleased(MouseEvent) - Method in class mmj.search.SearchResultsPopupMenuListener
 

N

name() - Method in class mmj.util.BatchCommand
Getter of name string
name - Variable in class mmj.util.RunParmArrayEntry
name is the first field on a DelimitedTextParser line.
nameLower() - Method in class mmj.util.BatchCommand
Getter of name string
NBR_BUTTONS - Static variable in class mmj.search.SearchOptionsConstants
 
NBR_BUTTONS - Static variable in class mmj.search.SearchResultsConstants
 
NBR_LOG_HYP_SEQ - Static variable in class mmj.lang.Assrt
NBR_LOG_HYP_SEQ sequences by Stmt.seq
NBR_LOG_HYP_SEQ - Static variable in class mmj.tl.TheoremStmtGroup
NBR_LOG_HYP_SEQ sequences by number of LogHyps and Seq.
NBR_SEARCH_DATA_ROWS - Static variable in class mmj.search.SearchOptionsConstants
 
NBR_WORK_VARS_FOR_TYPE_MAX - Static variable in class mmj.lang.LangConstants
 
NBR_WORK_VARS_FOR_TYPE_MIN - Static variable in class mmj.lang.LangConstants
for WorkVarManager.java
nbrDerivStepsReadyForUnify - Variable in class mmj.pa.ProofWorksheet
 
nbrHypParamsUsed - Variable in class mmj.verify.GrammarRule
nbrHypParamsUsed == the number of hypotheses actually in use in the paramTransformationTree for the GrammarRule.
nbrProofRefs - Variable in class mmj.lang.Stmt
 
NEW_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
NEW_LINE_CHAR - Static variable in class mmj.util.UtilConstants
 
newGeneralSearch(String) - Method in class mmj.pa.ProofAsstGUI
 
newlineSB() - Method in class mmj.tmff.TMFFStateParams
 
newTheorem - Variable in class mmj.pa.ProofWorksheet
 
next() - Method in class mmj.lang.BookManager.SectionMObjIterator
Returns the next MObj within the two-dimensional array.
next() - Method in class mmj.lang.ParseNode.SubTreeIterator
 
next() - Method in class mmj.pa.ProofWorksheetParser
Returns the next ProofWorksheet from the input source for situations when input cursor position not available.
next(int, StepRequest) - Method in class mmj.pa.ProofWorksheetParser
Returns the next ProofWorksheet from the input source.
next(String, String, String, String) - Method in class mmj.search.QuotedSearchTerm
 
next() - Method in class mmj.util.RunParmFile
Returns next line of RunParmFile formatted as a fully parsed RunParmArrayEntry object.
nextField() - Method in class mmj.util.DelimitedTextParser
Returns the next field from the input String.
nextInsertSeq(int) - Method in class mmj.lang.SeqAssigner
Constructs MObj.seq value for a Metamath object to be inserted in the number gap between two existing object.
nextSeq() - Method in class mmj.lang.SeqAssigner
Constructs MObj.seq value for new object.
NO_ARGUMENT - Static variable in class mmj.util.UtilConstants
 
node - Variable in class mmj.transforms.ParseNodeHashElem
node could be null
notationGRSetAdd(NotationRule) - Method in class mmj.verify.Grammar
Add NotationRule to Notation Rule Set.
NotationRule - Class in mmj.verify
Notation Grammar Rules are the main Grammar Rules used to arrange symbols representing grammatical types, such as "wff" and "class".
NotationRule() - Constructor for class mmj.verify.NotationRule
Default constructor.
NotationRule(Grammar, Axiom) - Constructor for class mmj.verify.NotationRule
Constructor -- default GrammarRule for base Syntax Axioms, which means no parameter "transformations".
NotationRule(Grammar, NotationRule, int, GrammarRule) - Constructor for class mmj.verify.NotationRule
Construct new NotationRule using a Notation rule which is being "cloned" and modified by substituting the paramTransformationTree from a GrammarRule for one of the existing rule's variable hypothesis paramTransformationTree nodes.
NOTHING_TO_TRANSFORM - Static variable in class mmj.transforms.Transformation
NotSetMMContext() - Constructor for class mmj.setmm.SetMMConstants.NotSetMMContext
 
NS - Static variable in exception mmj.gmff.GMFFException
 
NS - Static variable in exception mmj.lang.LangException
 
NS - Static variable in exception mmj.mmio.MMIOException
 
ns - Variable in class mmj.pa.ErrorCode
 
NS - Static variable in exception mmj.pa.ProofAsstException
 
NS - Static variable in exception mmj.setmm.SetMMException
 
NS - Static variable in exception mmj.tl.TheoremLoaderException
 
NullSetting(String, Serializer<T>) - Constructor for class mmj.pa.SessionStore.NullSetting
 
NullSetting(String, T, Serializer<T>) - Constructor for class mmj.pa.SessionStore.NullSetting
 
nullsPermittedGRListAdd(NullsPermittedRule) - Method in class mmj.verify.Grammar
Add NullsPermittedRule to List.
NullsPermittedRule - Class in mmj.verify
A Nulls Permitted Rule is a Grammar Rules that says that a certain type of grammatical expression may be null, (may have zero-length symbol sequences).
NullsPermittedRule() - Constructor for class mmj.verify.NullsPermittedRule
Default constructor.
NullsPermittedRule(Grammar, Axiom) - Constructor for class mmj.verify.NullsPermittedRule
Constructor -- default GrammarRule for base Syntax Axioms, which means no parameter "transformations".
NullsPermittedRule(Grammar, GrammarRule, int, NullsPermittedRule) - Constructor for class mmj.verify.NullsPermittedRule
Build new NullsPermittedRule using an existing GrammarRule which is being "cloned" and modified by substituting the paramTransformationTree from a NullsPermittedRule for one of the existing rule's variable hypothesis paramTransformationTree nodes.
num - Variable in class mmj.gmff.EscapePair
 
number - Variable in class mmj.pa.ErrorCode
 

O

of(String) - Static method in class mmj.pa.ErrorCode
 
of(String, String) - Static method in class mmj.pa.ErrorCode
 
of(Function<Object, T>, Function<T, Object>) - Static method in interface mmj.pa.Serializer
 
onChange(T, T) - Method in interface mmj.pa.SessionStore.OnChangeListener
 
onoff - Variable in class mmj.gmff.GMFFExportParms
 
Oper - Class in mmj.search
 
Oper(int) - Constructor for class mmj.search.Oper
 
OPER_0_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_1_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_2_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_3_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_TYPE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_TYPE_NOT_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_TYPE_SUB_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_TYPE_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_EMPTY_STRING - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_EMPTY_STRING_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_EQ - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_EQ_EQ - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_EQ_EQ_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_EQ_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_GE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_GE_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_GT - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_GT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_LE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_LE_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_LT - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_LT_GT - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_LT_GT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_LT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_NOT - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUE_NOT_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUES_NOT_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUES_SUB_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
OPER_VALUES_TREE - Static variable in class mmj.search.SearchOptionsConstants
 
operandList - Variable in class mmj.transforms.CanonicalOperandHelper
 
OperScrnMap - Class in mmj.search
 
OperScrnMap(int, DefaultComboBoxModel<String>) - Constructor for class mmj.search.OperScrnMap
 
opt() - Method in interface mmj.pa.Serializer
Transform a serializer for the type T into a serializer for the type List<T>, using a JSON array to store the values.
opt(int) - Method in class mmj.util.Boss
Get a RunParm field.
optimizeTheoremSearch() - Method in class mmj.pa.ProofAsst
Perform the optimizations for theorem search during "parallel" unification
OPTION_FILE_OUT_USAGE_DEFAULT - Static variable in class mmj.util.UtilConstants
FILE_OUT_USAGE_DEFAULT = "new".
OPTION_VALUE_ALL - Static variable in class mmj.gmff.GMFFConstants
 
OR_SEPARATOR_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
originalNode - Variable in class mmj.transforms.Transformation
The original node
orIsSet - Variable in class mmj.search.QuotedSearchTerm
 
OrSeparator - Class in mmj.search
 
OrSeparator() - Constructor for class mmj.search.OrSeparator
 
OrSeparatorScrnMap - Class in mmj.search
 
OrSeparatorScrnMap() - Constructor for class mmj.search.OrSeparatorScrnMap
 
output - Variable in class mmj.transforms.DBInfo
For the debug and error output
output - Variable in class mmj.transforms.TransformationManager
 
OUTPUT_CURSOR_INSTRUMENTATION_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for ProofAsstOutputCursorInstrumentation RunParm.
OUTPUT_FILE_NAME_ERR_CHAR_1 - Static variable in class mmj.gmff.GMFFConstants
 
OUTPUT_FILE_NAME_ERR_CHAR_2 - Static variable in class mmj.gmff.GMFFConstants
 
OUTPUT_FILE_NAME_ERR_CHAR_3 - Static variable in class mmj.gmff.GMFFConstants
 
OUTPUT_LABEL_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
OUTPUT_LABEL_TOOL_TIP - Static variable in class mmj.search.SearchOptionsConstants
 
OUTPUT_SORT_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
OUTPUT_SORT_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
OUTPUT_SORTS - Static variable in class mmj.search.SearchSelectionItem
 
OUTPUT_VERBOSITY_DEFAULT - Static variable in class mmj.util.UtilConstants
Default value for OutputVerbosity
outputBoss - Variable in class mmj.util.BatchFramework
 
OutputBoss - Class in mmj.util
Responsible for managing and using Messages, Dump and writing to sysOut/sysErr.
OutputBoss(BatchFramework) - Constructor for class mmj.util.OutputBoss
Constructor with BatchFramework for access to environment.
outputCursorInstrumentation(String) - Method in class mmj.pa.ProofAsstCursor
 
outputCursorInstrumentation - Variable in class mmj.pa.ProofAsstPreferences
Boolean value enabling or disabling "instrumentation" of the OutputCursor for regression testing.
outputCursorInstrumentationIfEnabled() - Method in class mmj.pa.ProofWorksheet
 
outputFileName - Variable in class mmj.gmff.GMFFExportParms
 
OutputSort - Class in mmj.search
 
OutputSort() - Constructor for class mmj.search.OutputSort
 
OutputSortScrnMap - Class in mmj.search
 
OutputSortScrnMap() - Constructor for class mmj.search.OutputSortScrnMap
 
outputToExportFile(StringBuilder, String, String) - Method in class mmj.gmff.GMFFExporter
Writes the exported text to an output file.
outputVerbosityParm - Variable in class mmj.util.OutputBoss
 

P

pa - Variable in class mmj.setmm.FolTranslator
 
PA_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PA_BUTTON_ID - Static variable in class mmj.search.SearchResultsConstants
 
PA_GUI_ACTION_BEFORE_SAVE_CLOSE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Close Action Before Save
PA_GUI_ACTION_BEFORE_SAVE_EXIT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Exit Action Before Save
PA_GUI_ACTION_BEFORE_SAVE_NEW - Static variable in class mmj.pa.PaConstants
ProofAsstGUI New Action Before Save
PA_GUI_ACTION_BEFORE_SAVE_OPEN - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Open Action Before Save
PA_GUI_CANCEL_MENU_KILL_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Kill Unification Item Text
PA_GUI_CANCEL_MENU_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Cancel Menu Title
PA_GUI_DEFAULT_FILE_NAME_SUFFIX - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Default file name suffix
PA_GUI_EDIT_MENU_COPY_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Copy Item Text
PA_GUI_EDIT_MENU_CUT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Cut Item Text
PA_GUI_EDIT_MENU_DEC_FONT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Decrease Font Size Item Text
PA_GUI_EDIT_MENU_FONT_STYLE_BOLD_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Font Style Bold Item Text
PA_GUI_EDIT_MENU_FONT_STYLE_PLAIN_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Font Style Plain Item Text
PA_GUI_EDIT_MENU_INC_FONT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Increase Font Size Item Text
PA_GUI_EDIT_MENU_PASTE_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Paste Item Text
PA_GUI_EDIT_MENU_REDO_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Redo Item Text
PA_GUI_EDIT_MENU_REFORMAT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Reformat Item Text
PA_GUI_EDIT_MENU_REFORMAT_SWAP_ALT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Reformat Swap Alt Item Text
PA_GUI_EDIT_MENU_SET_BACKGROUND_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Set Background Color Item Text
PA_GUI_EDIT_MENU_SET_FONT_FAMILY_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Set Font Family Item Text
PA_GUI_EDIT_MENU_SET_FOREGROUND_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Set Foreground Color Item Text
PA_GUI_EDIT_MENU_SET_FORMAT_NBR_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Set Format Nbr Item Text
PA_GUI_EDIT_MENU_SET_INCOMPLETE_STEP_CURSOR_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Set Incomplete Step Cursor Item Text
PA_GUI_EDIT_MENU_SET_INDENT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Set Indent Item Text
PA_GUI_EDIT_MENU_SET_SOFT_DJ_ERROR_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Set Soft Dj Error Item Text
PA_GUI_EDIT_MENU_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Title
PA_GUI_EDIT_MENU_UNDO_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Edit Menu Undo Item Text
PA_GUI_FILE_CHOOSER_DESCRIPTION - Static variable in class mmj.pa.PaConstants
Description displayed on File Chooser dialog screen.
PA_GUI_FILE_CHOOSER_FILE_SUFFIX_MMP - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Chooser valid file name suffix ".mmp"
PA_GUI_FILE_CHOOSER_FILE_SUFFIX_TXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Chooser valid file name suffix ".txt"
PA_GUI_FILE_MENU_CLOSE_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Close Item Text
PA_GUI_FILE_MENU_EXIT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Exit Item Text
PA_GUI_FILE_MENU_EXPORT_VIA_GMFF_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Export Via GMFF Item Text
PA_GUI_FILE_MENU_GET_BWD_PROOF_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Get Backward Proof Item Text
PA_GUI_FILE_MENU_GET_FWD_PROOF_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Get Forward Proof Item Text
PA_GUI_FILE_MENU_GET_PROOF_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Get Proof Item Text
PA_GUI_FILE_MENU_LOAD_SETTINGS - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Load Settings Item Text
PA_GUI_FILE_MENU_NEW_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu New Item Text
PA_GUI_FILE_MENU_NEW_NEXT_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu New Next Item Text
PA_GUI_FILE_MENU_OPEN_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Open Item Text
PA_GUI_FILE_MENU_SAVE_AS_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Save As Item Text
PA_GUI_FILE_MENU_SAVE_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Save Item Text
PA_GUI_FILE_MENU_SAVE_SETTINGS - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Save Settings Item Text
PA_GUI_FILE_MENU_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI File Menu Title
PA_GUI_GET_THEOREM_LABEL_PROMPT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Get Proof Theorem Label Prompt
PA_GUI_GET_THEOREM_LABEL_PROMPT_2 - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Get corrected Theorem Label Prompt.
PA_GUI_GMFF_MENU_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI GMFF Menu Title
PA_GUI_HELP_ABOUT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Help About Item Text
PA_GUI_HELP_BATCH_COMMAND_DOCUMENTATION_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGui Help Batch Command Documentation HEADER
PA_GUI_HELP_MENU_BATCH_COMMAND_DOCUMENTATION - Static variable in class mmj.pa.PaConstants
ProofAsstGui Help Menu Batch Command documentation text
PA_GUI_HELP_MENU_GENERAL - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Help Menu General Help Information Item Text
PA_GUI_HELP_MENU_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Help Menu Title
PA_GUI_NEW_THEOREM_LABEL_PROMPT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI New Theorem Label Prompt
PA_GUI_POPUP_MENU_REFORMAT_STEP_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Popup Menu Reformat Step Text
PA_GUI_POPUP_MENU_REFORMAT_SWAP_ALT_STEP_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Popup Menu Reformat Swap Alt Step Text
PA_GUI_SAVE_BEFORE_CLOSE_QUESTION - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Save before window closes question
PA_GUI_SAVE_PROOF_TEXT_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Save Proof Text File Dialog Title
PA_GUI_SEARCH_MENU_TITLE - Static variable in class mmj.pa.PaConstants
 
PA_GUI_SET_FONT_FAMILY_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Font Family Menu Item Action dialog.
PA_GUI_SET_FORMAT_NBR_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for SetFormatNbr Menu Item Action dialog.
PA_GUI_SET_INCOMPLETE_STEP_CURSOR_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Incomplete Step Cursor option Action dialog.
PA_GUI_SET_INDENT_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for SetIndent Menu Item Action dialog.
PA_GUI_SET_MAX_RESULTS_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for SetStepSelectorMaxResults Menu Item Action dialog.
PA_GUI_SET_SHOW_SUBST_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for SetStepSelectorShowSubstitutions Menu Item Action dialog.
PA_GUI_SET_SOFT_DJ_ERROR_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Dj Vars Error Option Menu Item Action dialog.
PA_GUI_SET_TL_AUDIT_MESSAGES_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Theorem Loader Audit Messages Menu Item Action dialog.
PA_GUI_SET_TL_DJ_VARS_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Theorem Loader Dj Vars Option Item Action dialog.
PA_GUI_SET_TL_MMT_FOLDER_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Theorem Loader MMT Folder Item Action dialog.
PA_GUI_SET_TL_MMT_FOLDER_OPTION_PROMPT_2 - Static variable in class mmj.pa.PaConstants
Prompt for Set Theorem Loader MMT Folder Item Action dialog.
PA_GUI_SET_TL_STORE_FORMULAS_AS_IS_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Theorem Loader Store Formulas AsIs Menu Item Action dialog.
PA_GUI_SET_TL_STORE_MM_INDENT_AMT_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Theorem Loader Store MM Indent Amt Menu Item Action dialog.
PA_GUI_SET_TL_STORE_MM_RIGHT_COL_OPTION_PROMPT - Static variable in class mmj.pa.PaConstants
Prompt for Set Theorem Loader Store MM Right Col Menu Item Action dialog.
PA_GUI_TL_MENU_AUDIT_MESSAGES - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Audit Messages Item Text
PA_GUI_TL_MENU_COMPRESSION - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Proof Compression Item Text
PA_GUI_TL_MENU_DJ_VARS_OPTION - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu DjVars Option Item Text
PA_GUI_TL_MENU_EXTRACT_THEOREM - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Extract Theorem To MMT Folder Item Text
PA_GUI_TL_MENU_LOAD_THEOREMS - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Load Theorems From MMT Folder Item Text
PA_GUI_TL_MENU_MMT_FOLDER - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu MMT Folder Item Text
PA_GUI_TL_MENU_STORE_FORMULAS_AS_IS - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Store MM Formulas AsIs Item Text
PA_GUI_TL_MENU_STORE_MM_INDENT_AMT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Store MM Indent Amt Item Text
PA_GUI_TL_MENU_STORE_MM_RIGHT_COL - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Store MM Right Col Item Text
PA_GUI_TL_MENU_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Theorem Loader Menu Title
PA_GUI_TL_MENU_UNIFY_PLUS_STORE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Unify + Store In MMT Folder Item Text
PA_GUI_TL_MENU_UNIFY_PLUS_STORE_IN_LOG_SYS - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Unify + Store In LogSys And MMT Folder Item Text
PA_GUI_TL_MENU_VERIFY_ALL_PROOFS - Static variable in class mmj.pa.PaConstants
ProofAsstGUI TL Menu Verify All Proofs Item Text
PA_GUI_UNIFY_MENU_ERASE_NO_WV_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Start Unification with Rederive Formulas without Converting Work Vars Item Text
PA_GUI_UNIFY_MENU_NO_WV_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Start Unification without Converting Work Vars Item Text
PA_GUI_UNIFY_MENU_REDERIVE_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Unify with Rederive Formulas Item Text
PA_GUI_UNIFY_MENU_RESHOW_STEP_SELECTOR_DIALOG_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Reshow Step Selector Dialog Item Text
PA_GUI_UNIFY_MENU_SET_MAX_RESULTS_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Set Step Selector Max Results Item Text
PA_GUI_UNIFY_MENU_SET_SHOW_SUBST_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Set Step Selector Show Substitutions Item Text
PA_GUI_UNIFY_MENU_START_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Start Unification Item Text
PA_GUI_UNIFY_MENU_START_UR_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Start Unification with Renum Item Text
PA_GUI_UNIFY_MENU_STEP_SELECTOR_SEARCH_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Step Selector Search Item Text
PA_GUI_UNIFY_MENU_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Unify Menu Title
PA_GUI_YES_NO_CANCEL_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Get Yes/No/Cancel Answer Dialog Title
PA_GUI_YES_NO_TITLE - Static variable in class mmj.pa.PaConstants
ProofAsstGUI Get Yes/No Answer Dialog Title
PA_TESTMSG_THEOREM_NUMBER_THRESHOLD - Static variable in class mmj.pa.PaConstants
While testing by ProofAsstBatchTest option the proof assistant will show detailed messages for every theorem only if their whole number will be less then this threshold.
PA_TESTMSG_THEOREM_TIME_TOP_NUMBER - Static variable in class mmj.pa.PaConstants
The number of the theorems which will be shown in the end of ProofAsstBatchTest testing.
PA_UNKNOWN_THEOREM_LABEL - Static variable in class mmj.pa.PaConstants
Default Theorem Label For Error Messages
PaConstants - Class in mmj.pa
(Most) Constants used in mmj.pa classes
PaConstants() - Constructor for class mmj.pa.PaConstants
 
PaConstants.DjVarsErrorStatus - Enum in mmj.pa
 
PaConstants.DjVarsSoftErrors - Enum in mmj.pa
 
PaConstants.IncompleteStepCursor - Enum in mmj.pa
Controls how cursor positioned after Unification if there are no errors and at least one "incomplete" proof step: set cursor to First incomplete proof step.
PaConstants.ProofFormat - Enum in mmj.pa
 
PaConstants.StepContext - Class in mmj.pa
 
PaConstants.TheoremContext - Class in mmj.pa
 
PaConstants.UnificationStatus - Enum in mmj.pa
 
padSB(char, int) - Method in class mmj.tmff.TMFFStateParams
 
padSBToGivenPosition(int) - Method in class mmj.tmff.TMFFStateParams
Outputs spaces to prepare for output of a token at a given column.
param1 - Variable in class mmj.pa.StepRequest
 
paramTransformationTree - Variable in class mmj.verify.GrammarRule
paramTransformationTree is a ParseTree that is "splice onto" a set of Variable Hypotheses (if any) to produce a new sub-tree when a GrammarRule is matched to a sub-sequence of an expression.
paramVarHypNode - Variable in class mmj.verify.GrammarRule
paramVarHypNode -- as unbelievable as this sounds -- has object references to the VarHyp ParseNode's in paramTransformationTree, thus eliminating most searches.
parent() - Method in class mmj.verify.GRNode
 
parent_ - Variable in class mmj.verify.GRNode
 
parm - Variable in class mmj.util.UtilConstants.RunParmContext
 
PARSE_TREE_MAX_FOR_AMBIG_EDIT - Static variable in class mmj.verify.GrammarConstants
Maximum number of parse trees to return for an ambiguous statement (with more than one grammatical parse tree.)
parseAll() - Method in class mmj.util.DelimitedTextParser
Returns a list of all fields, consuming the entire input String.
parseAllFormulas(Messages, Map<String, Sym>, Map<String, Stmt>) - Method in interface mmj.lang.SyntaxVerifier
Parse all Statement Formulas and update stmtTbl with results.
parseAllFormulas(Messages, Map<String, Sym>, Map<String, Stmt>) - Method in class mmj.verify.Grammar
Parse all Statement Formulas and update stmtTbl with results.
parseBoolean(String) - Static method in class mmj.pa.ProofAsstPreferences
A stupid routine to validate StepSelectorShowSubstitutions.
ParsedSearchTerm - Class in mmj.search
 
parsedSearchTerm - Variable in class mmj.search.QuotedSearchTerm
 
parseExpr(ParseTree[], Cnst, ParseNodeHolder[], int) - Method in class mmj.verify.BottomUpParser
BottomUpParser - returns 'n' = the number of ParseTree objects generated for the input formula and stored in parseTreeArray.
parseExpr(ParseTree[], Cnst, ParseNodeHolder[], int) - Method in class mmj.verify.EarleyParser
parseExpr - returns 'n' = the number of ParseTree objects generated for the input formula and stored in parseTreeArray.
parseExpr(ParseTree[], Cnst, ParseNodeHolder[], int) - Method in interface mmj.verify.GrammaticalParser
Parse (syntactical analysis) of a single Expression.
parseExpr(ParseTree[], Cnst, ParseNodeHolder[], int) - Method in class mmj.verify.LRParser
LRParser - returns 'n' = the number of ParseTree objects generated for the input formula and stored in parseTreeArray.
ParseExprSearchDataLine - Class in mmj.search
 
ParseExprSearchDataLine(CompiledSearchArgs, int, SearchDataGetter) - Constructor for class mmj.search.ParseExprSearchDataLine
 
parseExprUFOText(String, int, SearchMgr) - Static method in class mmj.search.ParsedSearchTerm
 
parseFormula(Messages, Map<String, Sym>, Map<String, Stmt>, Formula, VarHyp[], int, Stmt) - Method in interface mmj.lang.SyntaxVerifier
Parse a single formula.
parseFormula(Messages, Map<String, Sym>, Map<String, Stmt>, Formula, VarHyp[], int, Stmt) - Method in class mmj.verify.Grammar
Parse a single formula.
parseFormulaWithoutSafetyNet(Formula, Hyp[], int) - Method in class mmj.verify.Grammar
Alternate access to parse algorithm for use in Proof Assistant with no pre-check of Grammar initialization or error messages.
parseInt(String) - Method in class mmj.util.Boss
Validate Integer Parm.
ParseLocContext(int, String, String) - Constructor for class mmj.gmff.GMFFConstants.ParseLocContext
 
parseMetamathTypesetComment(String, String, String, boolean) - Method in class mmj.gmff.GMFFManager
Implements RunParm GMFFParseMMTypesetDefsComment.
ParseNode - Class in mmj.lang
Parse Node is an n-way tree node for Metamath Stmt trees.
ParseNode() - Constructor for class mmj.lang.ParseNode
Default constructor.
ParseNode(Stmt, ParseNode...) - Constructor for class mmj.lang.ParseNode
Construct with a Stmt and children.
ParseNode(VarHyp) - Constructor for class mmj.lang.ParseNode
Construct using a VarHyp.
parseNode - Variable in class mmj.lang.ParseNodeHolder
ParseNode associated with mObj, may be null.
ParseNode.SubTreeIterator - Class in mmj.lang
 
ParseNodeHashElem - Class in mmj.transforms
 
ParseNodeHashElem(ParseNode) - Constructor for class mmj.transforms.ParseNodeHashElem
 
ParseNodeHolder - Class in mmj.lang
ParseNodeHolder is either really dumb or just kinda dumb.
ParseNodeHolder() - Constructor for class mmj.lang.ParseNodeHolder
Default constructor.
ParseNodeHolder(ParseNode) - Constructor for class mmj.lang.ParseNodeHolder
Constructor -- input is a ParseNode, so derive MObj from the input ParseNode.stmt.
ParseNodeHolder(Cnst) - Constructor for class mmj.lang.ParseNodeHolder
Constructor -- input is Cnst, so no ParseNode available, just load the MObj for use in ParseTree generation...
ParseNodeHolder(VarHyp) - Constructor for class mmj.lang.ParseNodeHolder
Constructor -- input is VarHyp so create default VarHyp ParseNode.
parseOneStmt(Messages, Map<String, Sym>, Map<String, Stmt>, Stmt) - Method in interface mmj.lang.SyntaxVerifier
Parse a single Statement.
parseOneStmt(Messages, Map<String, Sym>, Map<String, Stmt>, Stmt) - Method in class mmj.verify.Grammar
Parse a single Statement.
parserPrototype - Variable in class mmj.util.GrammarBoss
 
parseSearchTerms(CompiledSearchArgs) - Method in class mmj.search.ParseExprSearchDataLine
 
parseSearchTerms(CompiledSearchArgs) - Method in class mmj.search.ParseStmtSearchDataLine
 
ParseSet() - Constructor for class mmj.verify.LRParser.ParseSet
 
ParseSet(LRParser.ParseSet) - Constructor for class mmj.verify.LRParser.ParseSet
 
ParseStmtSearchDataLine - Class in mmj.search
 
ParseStmtSearchDataLine(CompiledSearchArgs, int, SearchDataGetter) - Constructor for class mmj.search.ParseStmtSearchDataLine
 
parseStmtUFOText(String, int, SearchMgr) - Static method in class mmj.search.ParsedSearchTerm
 
ParseTree - Class in mmj.lang
A simple tree structure to hold a ParseNode root.
ParseTree() - Constructor for class mmj.lang.ParseTree
Constructor - default, creates empty ParseTree.
ParseTree(ParseNode) - Constructor for class mmj.lang.ParseTree
Constructor - creates ParseTree using a ParseNode root.
ParseTree(ParseTree.RPNStep[]) - Constructor for class mmj.lang.ParseTree
Build a ParseTree from an RPN Stmt array.
parseTree - Variable in class mmj.search.ParsedSearchTerm
 
ParseTree.RPNStep - Class in mmj.lang
Stores backreference information in "packed" and "compressed" formats.
Part - Class in mmj.search
 
Part(int) - Constructor for class mmj.search.Part
 
PART_0_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_1_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_2_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_3_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_COMMENTS_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_FORMULAS_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_LABELS_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_LABELS_RPN_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PART_TYPE - Static variable in class mmj.search.SearchOptionsConstants
 
PART_TYPE_FORMULA - Static variable in class mmj.search.SearchOptionsConstants
 
PART_TYPE_NOT_FORMULA - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUE_COMMENTS - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUE_FORMULAS - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUE_LABELS - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUE_LABELS_RPN - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUES_HYP - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUES_STATEMENT - Static variable in class mmj.search.SearchOptionsConstants
 
PART_VALUES_SUB_STATEMENT - Static variable in class mmj.search.SearchOptionsConstants
 
PartScrnMap - Class in mmj.search
 
PartScrnMap(int, DefaultComboBoxModel<String>, FormatScrnMap) - Constructor for class mmj.search.PartScrnMap
 
partTypeUpdated(int) - Method in class mmj.search.FormatScrnMap
 
paSubst - Variable in class mmj.lang.VarHyp
paSubst is used in Proof Assistant unification and holds the root node of a subtree which is the assigned substitution value for the VarHyp in a single ProofStep.
PATH_REPORT_E_G_CAPTION_1 - Static variable in class mmj.util.UtilConstants
 
PATH_REPORT_E_G_CAPTION_2 - Static variable in class mmj.util.UtilConstants
 
PATH_REPORT_EXAMPLE_FILE_NAME - Static variable in class mmj.util.UtilConstants
 
paths - Variable in class mmj.util.BatchFramework
 
Paths - Class in mmj.util
Paths holds the path-related command line arguments and provides several path-related services.
Paths(String, String, String) - Constructor for class mmj.util.Paths
Standard constructor.
Pattern - Class in mmj.transforms
 
Pattern(ProofAsst, String) - Constructor for class mmj.transforms.Pattern
Parse a string like "wff x e.
performClosureTransformation(WorksheetInfo) - Method in class mmj.transforms.ClosureInfo
 
performClosureTransformationInternal(WorksheetInfo, ParseNode) - Method in class mmj.transforms.ClosureInfo
 
PLUS_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
PLUS_BUTTON_ID - Static variable in class mmj.search.SearchResultsConstants
 
POPUP_ERROR_MESSAGE_TITLE - Static variable in class mmj.search.SearchOptionsConstants
 
POPUP_ERROR_MESSAGE_TITLE - Static variable in class mmj.search.SearchResultsConstants
 
popupMenuForMouse(MouseEvent) - Method in class mmj.search.SearchJTextFieldPopupMenuListener
 
popupMenuForMouse(MouseEvent) - Method in class mmj.search.SearchResultsPopupMenuListener
 
popupMessageSearchOptionsTestMode() - Method in class mmj.search.SearchMgr
 
popupMessageSearchResultsTestMode() - Method in class mmj.search.SearchMgr
 
posCursorAtFirstIncompleteStmt(boolean) - Method in class mmj.pa.ProofWorksheet
Positions the ProofWorksheet ProofCursor at the first ProofWorkStmt with status = incomplete and sets the cursor at the start of the Ref sub-field.
posCursorAtLastIncompleteStmt(boolean) - Method in class mmj.pa.ProofWorksheet
Positions the ProofWorksheet ProofCursor at the last ProofWorkStmt with status = incomplete and sets the cursor at the start of the Ref sub-field.
posCursorAtQedStmt() - Method in class mmj.pa.ProofWorksheet
Positions the cursor at the 'qed' step if the cursor is not already set.
positionCursor(int) - Method in class mmj.search.SearchOptionsJCheckBox
 
positionCursor(int) - Method in class mmj.search.SearchOptionsJComboBox
 
positionCursor(int) - Method in class mmj.search.SearchOptionsJIntegerTextField
 
positionCursor(int) - Method in class mmj.search.SearchOptionsJTextField
 
positionCursor(int, int) - Method in class mmj.search.SearchOptionsScrnMap
 
positionCursor(int) - Method in interface mmj.search.SearchOptionsScrnMapField
 
positionCursor(int, int) - Method in class mmj.search.SearchResultsScrnMap
 
positionCursor(int) - Method in interface mmj.search.SearchResultsScrnMapField
 
positionCursor(int) - Method in class mmj.search.SearchSelectionScrnMap
 
postUnifyHook - Variable in class mmj.pa.ProofUnifier
 
predecessor() - Method in class mmj.verify.GRNode
 
prepMacro - Variable in class mmj.pa.MacroManager
 
PreprocessRequest - Class in mmj.pa
PreprocessRequest implements a user request for an editing operation prior to unification on a Proof Worksheet's text area.
PreprocessRequest() - Constructor for class mmj.pa.PreprocessRequest
 
preprocessRequestBatchTest(String, Messages, OutputBoss, PreprocessRequest) - Method in class mmj.pa.ProofAsst
Exercises the PreprocessRequest code for one proof.
preunificationCheck(Formula) - Method in class mmj.lang.Formula
This function is needed to exclude quickly the incompatible with this formulas.
PREV_STEPS_CHECKED_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
prevColNbr - Variable in class mmj.tmff.TMFFStateParams
 
prevFormatNbr - Variable in class mmj.tmff.TMFFPreferences
 
prevIndent - Variable in class mmj.tmff.TMFFPreferences
 
PrevStepsChecked - Class in mmj.search
 
PrevStepsChecked() - Constructor for class mmj.search.PrevStepsChecked
 
PrevStepsCheckedScrnMap - Class in mmj.search
 
PrevStepsCheckedScrnMap() - Constructor for class mmj.search.PrevStepsCheckedScrnMap
 
PRINT_TYPESETTING_DEFINITIONS - Static variable in class mmj.gmff.GMFFConstants
 
PRINTABLE - Static variable in class mmj.mmio.MMIOConstants
Printable character.
printAndClearMessages() - Method in class mmj.lang.Messages
Print all messages to System.out and clear message arrays.
printAndClearMessages(PrintStream) - Method in class mmj.lang.Messages
Print all messages to printStream and clear message arrays.
printAndClearMessages() - Method in class mmj.util.OutputBoss
Print all error/info messages, then clear the messages from the Messages repository.
printBookManagerChapters(String, BookManager) - Method in class mmj.util.Dump
"printBookManagerChapters" is used by BatchMMJ2 to print BookManager Chapter information.
printBookManagerSectionDetails(RunParmArrayEntry, LogicalSystem, BookManager, Section) - Method in class mmj.util.Dump
"printBookManagerSectionDetails" is used by BatchMMJ2 to print BookManager Section, MObj and Chapter information.
printBookManagerSections(String, BookManager) - Method in class mmj.util.Dump
"printBookManagerSections" is used by BatchMMJ2 to print BookManager Section information.
printCommentRunParmLine(int, RunParmArrayEntry) - Method in class mmj.util.BatchFramework
Override this to change or eliminate the printout of each Comment RunParmFile line.
printErrorMessages() - Method in class mmj.lang.Messages
Print error messages to System.out.
printErrorMessages(PrintStream) - Method in class mmj.lang.Messages
Print error messages to printStream.
printException(Throwable) - Method in class mmj.util.OutputBoss
Print an exception to the console.
printException(Throwable, int) - Method in class mmj.util.OutputBoss
Print an exception to the console.
printExecutableRunParmLine(int, RunParmArrayEntry) - Method in class mmj.util.BatchFramework
Override this to change or eliminate the printout of each executable RunParmFile line.
printInfoMessages() - Method in class mmj.lang.Messages
Print info messages to System.out.
printInfoMessages(PrintStream) - Method in class mmj.lang.Messages
Print info messages to printStream.
printMessages() - Method in class mmj.lang.Messages
Print all messages to System.out.
printMessages(PrintStream) - Method in class mmj.lang.Messages
Print all messages to printStream.
printOneStatementDetails(Stmt) - Method in class mmj.util.Dump
"printOneStatementDetails" is used by BatchMMJ2 to print information about a single Stmt.
printStatementDetails(String, Map<String, Stmt>, int) - Method in class mmj.util.Dump
"printStatementDetails" is used by BatchMMJ2 to print Metamath Statement details, up to the limit imposed by maxStatementPrintCountParm.
printSyntaxDetails(String, LogicalSystem, Grammar) - Method in class mmj.util.Dump
"printSyntaxDetails" is used by BatchMMJ2 to print all syntax-related information about a LogicalSystem and its Grammar.
printTypesetDefs(Messages) - Method in class mmj.gmff.GMFFExporterTypesetDefs
Prints the typesetting definitions and keyword to the Messages object.
process(DerivationStep, Assrt, ParseNode[]) - Method in interface mmj.pa.ProofUnifier.PostUnifyHook
 
PROHIBITED_LABELS - Static variable in class mmj.mmio.MMIOConstants
 
PROOF_ABSOLUTE_MAX_RETRIES - Static variable in class mmj.verify.ProofConstants
Absolute Maximum Retries!
PROOF_ASST_ASCII_RETEST_DEFAULT - Static variable in class mmj.pa.PaConstants
Default Option Value 9 "NoAsciiRetest" for for ProofAsstBatchTest.
PROOF_ASST_COMPRESSION_LIST - Static variable in class mmj.pa.PaConstants
 
PROOF_ASST_COMPRESSION_PROMPT - Static variable in class mmj.pa.PaConstants
 
PROOF_ASST_DJ_VARS_SOFT_ERRORS_DEFAULT - Static variable in class mmj.pa.PaConstants
ProofAsstDjVarsSoftErrors Default value
PROOF_ASST_ERROR_MESSAGE_COLUMNS_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_ERROR_MESSAGE_COLUMNS_DEFAULT = 80
PROOF_ASST_ERROR_MESSAGE_COLUMNS_MAX - Static variable in class mmj.pa.PaConstants
PROOF_ASST_ERROR_MESSAGE_COLUMNS_MAX = 999
PROOF_ASST_ERROR_MESSAGE_COLUMNS_MIN - Static variable in class mmj.pa.PaConstants
PROOF_ASST_ERROR_MESSAGE_COLUMNS_MIN = 40
PROOF_ASST_ERROR_MESSAGE_ROWS_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_ERROR_MESSAGE_ROWS_DEFAULT = 4
PROOF_ASST_ERROR_MESSAGE_ROWS_MAX - Static variable in class mmj.pa.PaConstants
PROOF_ASST_ERROR_MESSAGE_ROWS_MAX = 99
PROOF_ASST_ERROR_MESSAGE_ROWS_MIN - Static variable in class mmj.pa.PaConstants
PROOF_ASST_ERROR_MESSAGE_ROWS_MIN = 2
PROOF_ASST_EXCLUDE_DISCOURAGED_DEFAULT - Static variable in class mmj.pa.PaConstants
Exclude discouraged theorems from unification search (true).
PROOF_ASST_EXPORT_DERIVE_FORMULAS_DEFAULT - Static variable in class mmj.pa.PaConstants
Default Option Value 7 "NoDeriveFormulas" for ProofAsstExportToFile RunParm and Option Value 6 for ProofAsstBatchTest.
PROOF_ASST_EXPORT_FORMAT_UNIFIED_DEFAULT - Static variable in class mmj.pa.PaConstants
Default Option Value 4 "un-unified" for ProofAsstExportToFile RunParm and Option Value 3 for ProofAsstBatchTest (when no input file specified).
PROOF_ASST_EXPORT_HYPS_ORDER_DEFAULT - Static variable in class mmj.pa.PaConstants
Default Option Value 5 "Correct" for ProofAsstExportToFile RunParm and Option Value 4 for ProofAsstBatchTest (when no input file specified).
PROOF_ASST_FONT_BOLD_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FONT_BOLD_DEFAULT = yes
PROOF_ASST_FONT_FAMILY_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FONT_FAMILY_DEFAULT = Monospaced
PROOF_ASST_FONT_FAMILY_LIST - Static variable in class mmj.pa.PaConstants
 
PROOF_ASST_FONT_FAMILY_LIST_CAPTION - Static variable in class mmj.util.UtilConstants
 
PROOF_ASST_FONT_SIZE_CHG_AMT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FONT_SIZE_CHG_AMT = 2.
PROOF_ASST_FONT_SIZE_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FONT_SIZE_DEFAULT = 14
PROOF_ASST_FONT_SIZE_MAX - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FONT_SIZE_MAX = 72.
PROOF_ASST_FONT_SIZE_MIN - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FONT_SIZE_MIN = 8.
PROOF_ASST_FORMULA_LEFT_COL_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FORMULA_LEFT_COL_DEFAULT
PROOF_ASST_FORMULA_LEFT_COL_MIN - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FORMULA_LEFT_COL_MIN
PROOF_ASST_FORMULA_RIGHT_COL_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FORMULA_RIGHT_COL_DEFAULT
PROOF_ASST_FORMULA_RIGHT_COL_MAX - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FORMULA_RIGHT_COL_MAX
PROOF_ASST_FRAME_TITLE - Static variable in class mmj.pa.PaConstants
PROOF_ASST_FRAME_TITLE
PROOF_ASST_GUI_STARTUP_MSG - Static variable in class mmj.pa.PaConstants
PROOF_ASST_GUI_STARTUP_MSG
PROOF_ASST_IMPORT_COMPARE_DJS_DEFAULT - Static variable in class mmj.pa.PaConstants
Default Option Value 7 "NoCompareDJs" for for ProofAsstBatchTest.
PROOF_ASST_IMPORT_UPDATE_DJS_DEFAULT - Static variable in class mmj.pa.PaConstants
Default Option Value 8 "NoCompareDJs" for for ProofAsstBatchTest.
PROOF_ASST_INCOMPLETE_STEP_CURSOR_OPTION_LIST - Static variable in class mmj.pa.PaConstants
Caption of list of options for Incomplete Step Cursor positioning.
PROOF_ASST_LINE_SPACING_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_LINE_SPACING_DEFAULT = 0
PROOF_ASST_LINE_WRAP_DEFAULT - Static variable in class mmj.pa.PaConstants
LineWrap mode default, set to off (false).
PROOF_ASST_MAXIMIZED_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_MAXIMIZED_DEFAULT = no
PROOF_ASST_PRINT_DEFAULT - Static variable in class mmj.pa.PaConstants
Default Option Value 6 "NoPrint" for ProofAsstExportToFile RunParm and Option Value 5 for ProofAsstBatchTest (when no input file specified).
PROOF_ASST_RPN_PROOF_LEFT_COL_AUTO - Static variable in class mmj.pa.PaConstants
PROOF_ASST_RPN_PROOF_LEFT_COL_AUTO
PROOF_ASST_RPN_PROOF_LEFT_COL_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_RPN_PROOF_LEFT_COL_DEFAULT
PROOF_ASST_RPN_PROOF_LEFT_COL_MIN - Static variable in class mmj.pa.PaConstants
PROOF_ASST_RPN_PROOF_LEFT_COL_MIN
PROOF_ASST_RPN_PROOF_RIGHT_COL_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_RPN_PROOF_RIGHT_COL_DEFAULT
PROOF_ASST_RPN_PROOF_RIGHT_COL_MAX - Static variable in class mmj.pa.PaConstants
PROOF_ASST_RPN_PROOF_RIGHT_COL_MAX
PROOF_ASST_SETTINGS_FILE_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_SETTINGS_FILE_DEFAULT
PROOF_ASST_SOFT_DJ_ERROR_OPTION_LIST - Static variable in class mmj.pa.PaConstants
 
PROOF_ASST_STYLE_CLASS - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_COMMENT = 'class'
PROOF_ASST_STYLE_COMMENT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_COMMENT = 'comment'
PROOF_ASST_STYLE_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_DEFAULT = 'default'
PROOF_ASST_STYLE_ERROR - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_ERROR = 'error'
PROOF_ASST_STYLE_HYP - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_REF = 'hyp'
PROOF_ASST_STYLE_KEYWORD - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_KEYWORD = 'keyword'
PROOF_ASST_STYLE_LOCREF - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_LOCREF = 'localref'
PROOF_ASST_STYLE_PROOF - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_PROOF = 'proof'
PROOF_ASST_STYLE_REF - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_REF = 'ref'
PROOF_ASST_STYLE_SET - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_SET = 'set'
PROOF_ASST_STYLE_SPECIAL_STEP - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_SPECIAL_STEP = 'specialstep'
PROOF_ASST_STYLE_STEP - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_STEP = 'step'
PROOF_ASST_STYLE_WFF - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_WFF = 'wff'
PROOF_ASST_STYLE_WORKVAR - Static variable in class mmj.pa.PaConstants
PROOF_ASST_STYLE_WORKVAR = 'workvar'
PROOF_ASST_TEXT_AT_TOP_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_TEXT_AT_TOP_DEFAULT = yes
PROOF_ASST_TEXT_COLUMNS_DEFAULT - Static variable in class mmj.pa.PaConstants
Number of columns in window.
PROOF_ASST_TEXT_COLUMNS_MAX - Static variable in class mmj.pa.PaConstants
PROOF_ASST_TEXT_COLUMNS_MAX = 999
PROOF_ASST_TEXT_COLUMNS_MIN - Static variable in class mmj.pa.PaConstants
PROOF_ASST_TEXT_COLUMNS_MIN = 40
PROOF_ASST_TEXT_ROWS_DEFAULT - Static variable in class mmj.pa.PaConstants
PROOF_ASST_TEXT_ROWS_DEFAULT = 21
PROOF_ASST_TEXT_ROWS_MAX - Static variable in class mmj.pa.PaConstants
PROOF_ASST_TEXT_ROWS_MAX = 99
PROOF_ASST_TEXT_ROWS_MIN - Static variable in class mmj.pa.PaConstants
PROOF_ASST_TEXT_ROWS_MIN = 2
PROOF_PSTACK_HARD_FAILURE_LEN - Static variable in class mmj.verify.ProofConstants
Proof stack "hard failure" maximum size.
PROOF_PSTACK_INIT_LEN - Static variable in class mmj.verify.ProofConstants
Proof stack initial size.
PROOF_STEP_RENUMBER_INTERVAL - Static variable in class mmj.pa.PaConstants
PROOF_STEP_RENUMBER_INTERVAL = 1
PROOF_STEP_RENUMBER_START - Static variable in class mmj.pa.PaConstants
PROOF_STEP_RENUMBER_START = 50
PROOF_SUBST_HARD_FAILURE_LEN - Static variable in class mmj.verify.ProofConstants
Substitution map array "hard failure" maximum size.
PROOF_SUBST_INIT_LEN - Static variable in class mmj.verify.ProofConstants
Substitution map array initial size.
PROOF_TEXT_FONT_FAMILY - Static variable in class mmj.pa.PaConstants
PROOF_TEXT_FONT_FAMILY = Monospaced
PROOF_TEXT_FOOTER - Static variable in class mmj.pa.PaConstants
Proof Worksheet Footer Line
PROOF_TEXT_HEADER_1 - Static variable in class mmj.pa.PaConstants
Proof Worksheet Header Line, Part 1.
PROOF_TEXT_HEADER_2 - Static variable in class mmj.pa.PaConstants
Proof Worksheet Header Line, Part 2.
PROOF_TEXT_READER_CAPTION - Static variable in class mmj.pa.PaConstants
Proof Text Reader caption.
PROOF_TEXT_TAB_LENGTH - Static variable in class mmj.pa.PaConstants
This is set to 1 to effectively disable the tab character.
PROOF_VERIFIER_DEFAULT - Static variable in class mmj.lang.LangConstants
Default ProofVerifier is null, meaning no proof verification is done automatically.
PROOF_WEXPR_HARD_FAILURE_LEN - Static variable in class mmj.verify.ProofConstants
Work expression (array) "hard failure" maximum size.
PROOF_WEXPR_INIT_LEN - Static variable in class mmj.verify.ProofConstants
Work expression (array) initial size.
PROOF_WORKSHEET_BUFFER_SIZE - Static variable in class mmj.gmff.GMFFConstants
 
PROOF_WORKSHEET_COMMENT_STMT_IO_ERROR - Static variable in class mmj.pa.PaConstants
Proof Worksheet Comment Statment IO Error.
PROOF_WORKSHEET_MESSAGE_DESCRIPTOR - Static variable in class mmj.gmff.GMFFConstants
 
ProofAsst - Class in mmj.pa
The ProofAsst, along with the rest of the mmj.pa package provides a graphical user interface (GUI) facility for developing Metamath proofs.
ProofAsst(ProofAsstPreferences, LogicalSystem, Grammar, VerifyProofs, TheoremLoader, MacroManager) - Constructor for class mmj.pa.ProofAsst
Constructor.
proofAsst - Variable in class mmj.transforms.TransformationManager
 
proofAsstBoss - Variable in class mmj.util.BatchFramework
 
ProofAsstBoss - Class in mmj.util
Responsible for building and triggering ProofAsst.
ProofAsstBoss(BatchFramework) - Constructor for class mmj.util.ProofAsstBoss
Constructor with BatchFramework for access to environment.
ProofAsstCursor - Class in mmj.pa
Simple data structure to hold caret/scroll params for the Proof Asst GUI.
ProofAsstCursor() - Constructor for class mmj.pa.ProofAsstCursor
Default constructor.
ProofAsstCursor(int, int, int) - Constructor for class mmj.pa.ProofAsstCursor
 
ProofAsstCursor(ProofWorkStmt) - Constructor for class mmj.pa.ProofAsstCursor
 
ProofAsstCursor(ProofWorkStmt, int) - Constructor for class mmj.pa.ProofAsstCursor
 
ProofAsstException - Exception in mmj.pa
Custom exception for ProofAsst.
ProofAsstException(ErrorCode, Object...) - Constructor for exception mmj.pa.ProofAsstException
Constructor, ProofAsstException with error message.
ProofAsstException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.pa.ProofAsstException
Constructor, ProofAsstException with error message and cause.
ProofAsstGUI - Class in mmj.pa
The ProofAsstGUI class is the main user interface for the mmj2 Proof Assistant feature.
ProofAsstGUI() - Constructor for class mmj.pa.ProofAsstGUI
Default constructor used only in test mode when ProofAsstGUI invoked directly from command line.
ProofAsstGUI(ProofAsst, ProofAsstPreferences, TheoremLoader) - Constructor for class mmj.pa.ProofAsstGUI
Normal constructor for setting up ProofAsstGUI.
ProofAsstGUI.RequestThreadStuff - Class in mmj.pa
 
proofAsstPreferences - Variable in class mmj.pa.AuxFrameGUI
 
ProofAsstPreferences - Class in mmj.pa
Holds user settings/preferences used by the Proof Assistant.
ProofAsstPreferences() - Constructor for class mmj.pa.ProofAsstPreferences
Default constructor.
ProofAsstPreferences(SessionStore) - Constructor for class mmj.pa.ProofAsstPreferences
Constructor with pre-constructed storage manager.
proofAsstPreferences - Variable in class mmj.pa.ProofWorksheet
 
proofBlockList - Variable in class mmj.mmio.SrcStmt
Theorem compressed proof block list.
ProofCompression - Class in mmj.lang
ProofCompression provides Compression and Decompression Services for Metamath proofs as described in Metamath(dot)pdf at metamath(dot)org.
ProofCompression() - Constructor for class mmj.lang.ProofCompression
Constructor - default.
ProofConstants - Class in mmj.verify
Constants used in mmj.verify.VerifyProofs class.
ProofConstants() - Constructor for class mmj.verify.ProofConstants
 
proofCursor - Variable in class mmj.pa.ProofWorksheet
 
ProofDerivationStepEntry - Class in mmj.verify
Proof Derivation Step Entry is a simple data structure used to hold a non-syntax axiom assertion proof step (i.e.
ProofDerivationStepEntry() - Constructor for class mmj.verify.ProofDerivationStepEntry
 
proofFolder - Variable in class mmj.pa.ProofAsstPreferences
Proof folder used for storing proof text areas in ProofAsstGUI.
proofFormat - Variable in class mmj.pa.ProofAsstPreferences
 
proofInputCursor - Variable in class mmj.pa.ProofWorksheet
 
proofLevel - Variable in class mmj.verify.ProofDerivationStepEntry
Level number of the step within the proof where the qed step has level 0 and each hypothesis is one level higher.
proofList - Variable in class mmj.mmio.SrcStmt
Only Theorem statements ($p) have proofList.
proofSoftDjVarsErrorList - Variable in class mmj.pa.ProofWorksheet
 
ProofStepStmt - Class in mmj.pa
ProofStepStmt represents the commonalities of DerivationStep and HypothesisStep.
ProofStepStmt(ProofWorksheet) - Constructor for class mmj.pa.ProofStepStmt
Default Constructor.
ProofStepStmt(ProofWorksheet, String, String, Formula, boolean) - Constructor for class mmj.pa.ProofStepStmt
Constructor for incomplete ProofStepStmt destined only for output to the GUI.
proofText - Variable in class mmj.gmff.ProofWorksheetCache
 
proofTextTokenizer - Variable in class mmj.pa.ProofWorksheet
 
proofTheoremLabel - Variable in class mmj.pa.ProofAsstPreferences
 
proofUnifier - Variable in class mmj.pa.ProofAsst
 
ProofUnifier - Class in mmj.pa
ProofUnifier is a separate class simply to break out the unification code from everything else.
ProofUnifier(ProofAsst) - Constructor for class mmj.pa.ProofUnifier
Standard constructor for set up.
ProofUnifier.PostUnifyHook - Interface in mmj.pa
 
proofUpdates(ParseTree.RPNStep[], DjVars[], DjVars[]) - Method in class mmj.lang.Theorem
Applies updates made to proof related data.
ProofVerifier - Interface in mmj.lang
Interface to proof verification.
ProofWorksheet - Class in mmj.pa
ProofWorksheet is generated from a text area (String) using ProofWorksheet methods.
ProofWorksheet(ProofAsstPreferences, Messages, boolean, ProofAsstCursor) - Constructor for class mmj.pa.ProofWorksheet
Constructor for skeletal ProofWorksheet.
ProofWorksheet(Tokenizer, ProofAsstPreferences, LogicalSystem, Grammar, Messages, MacroManager) - Constructor for class mmj.pa.ProofWorksheet
Constructor creating empty ProofWorksheet to be loaded using a Tokenizer.
ProofWorksheet(String, ProofAsstPreferences, LogicalSystem, Grammar, Messages) - Constructor for class mmj.pa.ProofWorksheet
Constructor creating a ProofWorksheet initialized for a new proof for a specific theorem label This constructor is used by ProofAsst.startNewProof().
ProofWorksheet(Theorem, List<ProofDerivationStepEntry>, boolean, ProofAsstPreferences, LogicalSystem, Grammar, Messages) - Constructor for class mmj.pa.ProofWorksheet
Constructor used for exporting a Proof Worksheet containing a completed proof.
ProofWorksheetCache - Class in mmj.gmff
ProofWorksheetCache
ProofWorksheetCache(String) - Constructor for class mmj.gmff.ProofWorksheetCache
Constructor for ProofWorksheetCache.
ProofWorksheetParser - Class in mmj.pa
ProofWorksheetParser handles the details of iteration through 1 or more ProofWorksheets input via String, File or Reader.
ProofWorksheetParser(Reader, String, ProofAsstPreferences, LogicalSystem, Grammar, Messages, MacroManager) - Constructor for class mmj.pa.ProofWorksheetParser
Constructor.
ProofWorksheetParser(String, String, ProofAsstPreferences, LogicalSystem, Grammar, Messages, MacroManager) - Constructor for class mmj.pa.ProofWorksheetParser
Constructor.
ProofWorksheetParser(File, String, ProofAsstPreferences, LogicalSystem, Grammar, Messages, MacroManager) - Constructor for class mmj.pa.ProofWorksheetParser
Constructor.
ProofWorkStmt - Class in mmj.pa
General object representing an item on a ProofWorksheet.
ProofWorkStmt(ProofWorksheet) - Constructor for class mmj.pa.ProofWorkStmt
Default ProofWorkStmt constructor.
proofWorkStmtList - Variable in class mmj.pa.ProofWorksheet
 
PROP - Static variable in interface mmj.setmm.LFType
 
proper - Variable in enum mmj.pa.PaConstants.UnificationStatus
 
PropertyTemplate - Class in mmj.transforms
The template for some property.
PropertyTemplate(ParseNode) - Constructor for class mmj.transforms.PropertyTemplate
 
provableLogicStmtTyp - Variable in class mmj.transforms.TransformationManager
The symbol like |- in set.mm
provableLogicStmtTypeParm - Variable in class mmj.lang.LogicalSystem
 
provableLogicStmtTypeParm - Variable in class mmj.util.LogicalSystemBoss
 
prove(WorksheetInfo, ParseNode) - Method in class mmj.transforms.Prover.HypProver
 
prove(WorksheetInfo, ParseNode) - Method in interface mmj.transforms.Prover
Prove the given expression from scratch.
prove(WorksheetInfo, ParseNode) - Method in class mmj.transforms.Provers.ArrayProver
 
Prover - Interface in mmj.transforms
A general interface for specifying reverse provers, which start at the goal and work backwards producing Assrts as they go.
Prover.AssrtProver - Class in mmj.transforms
A general interface for specifying reverse provers, which start at the goal and work backwards producing Assrts as they go.
Prover.HypProver - Class in mmj.transforms
An extension to Prover, where the function is only required to give an Assrt and substitutions to the variables in the Assrt.
Prover.HypProverResult - Class in mmj.transforms
Result type for a Prover.HypProver.
Prover.ProverResult - Class in mmj.transforms
 
ProverResult(Assrt, ParseNode[]) - Constructor for class mmj.transforms.Prover.ProverResult
 
Provers - Class in mmj.transforms
 
provers - Variable in class mmj.transforms.TransformationManager
 
Provers.ArrayProver - Class in mmj.transforms
 
Provers.UseWhenPossible - Class in mmj.transforms
A Prover which uses the given assrt whenever it matches the current goal.
Provers.UseWhenPossibleListener - Interface in mmj.transforms
 
ProximityScoring - Class in mmj.search
 
ProximityScoring() - Constructor for class mmj.search.ProximityScoring
 
ProximityScoringScrnMap - Class in mmj.search
 
ProximityScoringScrnMap() - Constructor for class mmj.search.ProximityScoringScrnMap
 
putCommand(BatchCommand, BooleanSupplier) - Method in class mmj.util.Boss
 
putCommand(BatchCommand, Runnable) - Method in class mmj.util.Boss
 
putT(String, T) - Method in class mmj.pa.SessionStore.MapSetting
 

Q

QED_STEP_NBR - Static variable in class mmj.pa.PaConstants
QED ProofStep ProofWorkStmt token prefix
QED_STEP_NBR - Static variable in class mmj.verify.ProofConstants
QED ProofDerivationStepEntry last step number
QED_STEP_NBR_CAPS - Static variable in class mmj.pa.PaConstants
QED ProofStep ProofWorkStmt token prefix (CAPS)
qedStep - Variable in class mmj.pa.ProofWorksheet
 
queueDependentsForUpdate(Deque<TheoremStmtGroup>, List<TheoremStmtGroup>) - Method in class mmj.tl.TheoremStmtGroup
Requeues every MMT Theorem which uses this theorem.
queueForUpdates(Queue<TheoremStmtGroup>, List<TheoremStmtGroup>) - Method in class mmj.tl.TheoremStmtGroup
Queues the theorem into either the ready list or the waiting list.
QuotedSearchTerm - Class in mmj.search
 
QuotedSearchTerm() - Constructor for class mmj.search.QuotedSearchTerm
 
QuotedSearchTerm(String, int) - Constructor for class mmj.search.QuotedSearchTerm
 
quoteString - Variable in class mmj.search.QuotedSearchTerm
 

R

raiseVerifyException(String, ErrorCode, Object...) - Method in class mmj.verify.VerifyProofs
 
read(Object) - Method in interface mmj.pa.BaseSetting.JSONSerializable
Read the current value of this setting from the session store.
read(Object) - Method in interface mmj.pa.BaseSetting.JSONSetting
 
read() - Method in class mmj.pa.HighlightedDocument.DocumentReader
Read a single character.
read(char[]) - Method in class mmj.pa.HighlightedDocument.DocumentReader
Read and fill the buffer.
read(char[], int, int) - Method in class mmj.pa.HighlightedDocument.DocumentReader
Read and fill the buffer.
READER_BUFFER_SIZE - Static variable in class mmj.mmio.MMIOConstants
 
READER_POSITION_LITERAL - Static variable in class mmj.pa.PaConstants
 
readModelFile(String) - Method in class mmj.gmff.GMFFExporter
Returns the cached model file contents or if not cached already reads the model file from disk and caches it.
ready() - Method in class mmj.pa.HighlightedDocument.DocumentReader
 
reallocateErrorMessages(int) - Method in class mmj.lang.Messages
Reallocate error message array with new size.
reallocateInfoMessages(int) - Method in class mmj.lang.Messages
Reallocate info message array with new size.
RECHECK_PROOF_ASST_USING_PROOF_VERIFIER_DEFAULT - Static variable in class mmj.pa.PaConstants
RECHECK_PROOF_ASST_USING_PROOF_VERIFIER_DEFAULT
recheckProofAsstUsingProofVerifier - Variable in class mmj.pa.ProofAsstPreferences
On/off indicator instructing Proof Assistant to double-check every proof steps generated proof tree using the Proof Engine (VerifyProofs).
recomputeAssrtNbrProofRefs(LogicalSystem) - Method in class mmj.lang.BookManager
 
RECT_SERIALIZER - Static variable in interface mmj.pa.Serializer
 
redo() - Method in class mmj.pa.CompoundUndoManager
Add a DocumentListener before the redo is done so we can position the Caret correctly as each edit is redone.
reduce(T, BiFunction<T, ? super LRParser.ParseState, T>) - Method in class mmj.verify.LRParser.ParseSet
 
reducedLambda(LFTerm.LFVar, LFTerm) - Static method in class mmj.setmm.LFTerm.LFLambda
 
REFINE_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
refineAndShowResults() - Method in class mmj.pa.ProofAsstGUI
 
refLabel - Variable in class mmj.verify.ProofDerivationStepEntry
refLabel is the label of the Assrt used to justify the step, and which creates the derivation of the step's formula.
reformatMessage(String) - Static method in class mmj.search.SearchMgr
 
RegExprSearchDataLine - Class in mmj.search
 
RegExprSearchDataLine(CompiledSearchArgs, int, SearchDataGetter) - Constructor for class mmj.search.RegExprSearchDataLine
 
reloadLogHypKeysAndMaxDepth() - Method in class mmj.pa.DerivationStep
Updates these pesky things used in ProofUnifier for speedy scanning during Unification Search.
reloadStepHypRefInStmtText() - Method in class mmj.pa.DerivationStep
Updates the Step/Hyp/Ref field in the statement text area of the proof step.
reloadStepHypRefInStmtText() - Method in class mmj.pa.HypothesisStep
Updates the Step/Hyp/Ref field in the statement text area of the proof step.
reloadStepHypRefInStmtText() - Method in class mmj.pa.ProofStepStmt
Updates the Step/Hyp/Ref field in the statement text area of the proof step.
remove() - Method in class mmj.lang.BookManager.SectionMObjIterator
Not supported.
remove() - Method in class mmj.lang.ParseNode.SubTreeIterator
 
remove(int, int) - Method in class mmj.pa.HighlightedDocument
 
remove(Object) - Method in class mmj.verify.LRParser.ParseSet
 
removeAll(Collection<?>) - Method in class mmj.verify.LRParser.ParseSet
 
removeTheoremLoaderCommitListener(TheoremLoaderCommitListener) - Method in class mmj.lang.LogicalSystem
Removes a TheoremLoaderCommitListener from the TheoremLoaderCommitListener list if the instance is in the list.
removeUpdate(DocumentEvent) - Method in class mmj.pa.CompoundUndoManager
 
renderFormula(TMFFStateParams, ParseTree, Formula) - Method in class mmj.tmff.TMFFFlat
Formats a formula and outputs it to a StringBuilder using the given ParseTree root node and initial Constant of the formula.
renderFormula(TMFFStateParams, ParseTree, Formula) - Method in class mmj.tmff.TMFFMethod
Formats a formula and outputs it to a StringBuilder using the given ParseTree root node and initial Constant of the formula.
renderFormula(TMFFStateParams, ParseTree, Formula, int) - Method in class mmj.tmff.TMFFPreferences
Formats a formula and outputs it to a StringBuilder using the given ParseTree, Formula and TMFFStateParams instance.
renderFormula(TMFFStateParams, ParseTree, Formula) - Method in class mmj.tmff.TMFFPreferences
Formats a formula and outputs it to a StringBuilder using the given ParseTree, Formula and TMFFStateParams instance.
renderFormula(TMFFStateParams, ParseTree, Formula) - Method in class mmj.tmff.TMFFUnformatted
Outputs a formula and outputs it to a StringBuilder without doing the special TMFF formatting.
renderParsedSubExpr(StringBuilder, int, int, ParseNode[]) - Method in class mmj.lang.Axiom
Converts a parse sub-tree into a sub-expression which is output into a String Buffer.
renderParsedSubExpr(StringBuilder, int, int, ParseNode[]) - Method in class mmj.lang.LogHyp
Throws an IllegalArgumentException because a ParseTree for a parsed sub-expression should contain only VarHyp and Syntax Axiom nodes.
renderParsedSubExpr(StringBuilder, int, int) - Method in class mmj.lang.ParseNode
Converts a parse sub-tree into a sub-expression which is output into a String Buffer.
renderParsedSubExpr(StringBuilder, int, int, ParseNode[]) - Method in class mmj.lang.Stmt
Converts a parse sub-tree into a sub-expression which is output into a String Buffer.
renderParsedSubExpr(StringBuilder, int, int, ParseNode[]) - Method in class mmj.lang.Theorem
Throws an IllegalArgumentException because a ParseTree for a parsed sub-expression should contain only VarHyp and Syntax Axiom nodes.
renderParsedSubExpr(StringBuilder, int, int, ParseNode[]) - Method in class mmj.lang.VarHyp
Converts a parse sub-tree into a sub-expression which is output into a String Buffer.
renderSubExpr(TMFFStateParams, ParseNode, int) - Method in class mmj.tmff.TMFFMethod
Renders a sub-expression by first attempting to output on the current line within the maxDepth restriction; if that is not possible then it makes a polymorphic call to render the sub-expression using line breaks.
renderSubExprWithBreaks(TMFFStateParams, ParseNode, int) - Method in class mmj.tmff.TMFFAlignColumn
 
renderSubExprWithBreaks(TMFFStateParams, ParseNode, int) - Method in class mmj.tmff.TMFFFlat
 
renderSubExprWithBreaks(TMFFStateParams, ParseNode, int) - Method in class mmj.tmff.TMFFMethod
 
renderSubExprWithBreaks(TMFFStateParams, ParseNode, int) - Method in class mmj.tmff.TMFFTwoColumnAlignment
 
renderSubExprWithBreaks(TMFFStateParams, ParseNode, int) - Method in class mmj.tmff.TMFFUnformatted
 
renum(Map<String, String>) - Method in class mmj.pa.DerivationStep
 
renum(Map<String, String>) - Method in class mmj.pa.HypothesisStep
 
renum(Map<String, String>) - Method in class mmj.pa.ProofStepStmt
Renumbers step numbers using a HashMap containing old and new step number pairs.
renumberProofSteps(int, int) - Method in class mmj.pa.ProofWorksheet
Renumbers each ProofWorkStmt according to an input renumberInterval and alters each Hyp reference to conform to the new step numbers.
reorder(String[]) - Method in enum mmj.verify.HypsOrder
 
replaceDjVars(List<DjVars>, List<DjVars>) - Method in class mmj.lang.Theorem
Replace existing Mandatory and Optional DjVars.
ReplaceInfo - Class in mmj.transforms
 
ReplaceInfo(EquivalenceInfo, ImplicationInfo, List<Assrt>, TrOutput, boolean) - Constructor for class mmj.transforms.ReplaceInfo
 
replacement - Variable in class mmj.gmff.EscapePair
 
ReplaceTransformation - Class in mmj.transforms
The replace transformation: we could transform children of corresponding node and replace them with its canonical form (or vice versa).
ReplaceTransformation(TransformationManager, ParseNode) - Constructor for class mmj.transforms.ReplaceTransformation
 
replInfo - Variable in class mmj.transforms.TransformationManager
The information about replace rules
reportUnificationFailures() - Method in class mmj.pa.ProofUnifier
 
repromptAction(String, Supplier<?>, Predicate<String>) - Method in class mmj.pa.ProofAsstGUI
 
repromptAction(Supplier<String>, Supplier<?>, Predicate<String>) - Method in class mmj.pa.ProofAsstGUI
 
REQUEST_MESSAGES_GUI_ENABLED - Static variable in class mmj.pa.PaConstants
 
REQUEST_MESSAGES_GUI_TEXT_DEFAULT - Static variable in class mmj.pa.PaConstants
REQUEST_MESSAGES_GUI_TEXT_DEFAULT
REQUEST_MESSAGES_GUI_TITLE_DEFAULT - Static variable in class mmj.pa.PaConstants
REQUEST_MESSAGES_GUI_TITLE_DEFAULT
requestFocusInWindow(boolean) - Method in class mmj.search.SearchOptionsJCheckBox
 
requestFocusInWindow(boolean) - Method in class mmj.search.SearchOptionsJComboBox
 
requestFocusInWindow(boolean) - Method in class mmj.search.SearchOptionsJIntegerTextField
 
requestFocusInWindow(boolean) - Method in class mmj.search.SearchOptionsJTextField
 
requestFocusInWindow(boolean) - Method in interface mmj.search.SearchOptionsScrnMapField
 
RequestMessagesGUI - Class in mmj.pa
Displays error messages from ProofAsst Unification.
RequestMessagesGUI() - Constructor for class mmj.pa.RequestMessagesGUI
Default constructor.
RequestMessagesGUI(String) - Constructor for class mmj.pa.RequestMessagesGUI
Constructor with error text to display.
RequestMessagesGUI(String, ProofAsstPreferences) - Constructor for class mmj.pa.RequestMessagesGUI
Constructor with error text to display using ProofAsstPreferences settings.
RequestThreadStuff(ProofAsstGUI.Request) - Constructor for class mmj.pa.ProofAsstGUI.RequestThreadStuff
Constructor.
require(int) - Method in class mmj.util.Boss
Validate Required Number of RunParm fields.
requiredInputError(SearchOutput) - Method in class mmj.search.SearchArgsField
 
reset() - Method in interface mmj.pa.BaseSetting
Reset this setting to its default value.
reset() - Method in class mmj.pa.HighlightedDocument.DocumentReader
Reset this reader to the last mark, or the beginning of the document if a mark has not been set.
reset() - Method in class mmj.pa.SessionStore.StoreSetting
Reset this setting to its default value.
reset(HighlightedDocument.DocumentReader, int) - Method in class mmj.pa.WorksheetTokenizer
Closes the current input stream, and resets the scanner to read from a new input stream.
RESET_CONTROLS_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
RESET_DATA_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
resetAllDefaults() - Method in class mmj.search.SearchOptionsScrnMap
 
resetLevelOneTwo() - Method in class mmj.lang.ParseTree
Resets the levelOneTwo string key value to the default value;
resetLogHypsL1HiLoKey() - Method in class mmj.lang.Stmt
Reset the computed Hi/Lo key for an Assertions LogHyps to the default value.
resetLogHypsMaxDepth() - Method in class mmj.lang.Stmt
Reset the computed max depth value for the LogHyps in an Assrt to the default value.
resetMaxDepth() - Method in class mmj.lang.ParseTree
Resets the maximum depth of the tree to the initial value.
resetParseDefaults() - Method in class mmj.util.DelimitedTextParser
Resets the parsing parameters to their default values: delimiter = comma, quoter = quote, quoter is enabled.
resetSearchControlDefaults() - Method in class mmj.search.SearchOptionsScrnMap
 
resetSearchDataDefaults() - Method in class mmj.search.SearchOptionsScrnMap
 
resetSearchOptionScrnMapDefaults(boolean, boolean) - Method in class mmj.search.SearchOptionsScrnMap
 
resetSortedHypArray() - Method in class mmj.pa.DerivationStep
Sets the sortedHypArray to null.
resetToDefaultValue() - Method in class mmj.search.SearchOptionsJCheckBox
 
resetToDefaultValue() - Method in class mmj.search.SearchOptionsJComboBox
 
resetToDefaultValue() - Method in class mmj.search.SearchOptionsJIntegerTextField
 
resetToDefaultValue() - Method in class mmj.search.SearchOptionsJTextField
 
resetToDefaultValue() - Method in interface mmj.search.SearchOptionsScrnMapField
 
RESHOW_SEARCH_RESULTS_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
 
reshowProofAsstGUI() - Method in class mmj.pa.ProofAsstGUI
 
reshowSearchOptions() - Method in class mmj.pa.ProofAsstGUI
 
reshowSearchResults() - Method in class mmj.pa.ProofAsstGUI
 
reshowSearchResults() - Method in class mmj.search.SearchResultsFrame
 
resolveWorkVarUpdates() - Method in class mmj.lang.WorkVarManager
Deallocates Work Vars that have updates and eliminates chains of WorkVar updates so that a Work Var update subtree contains only non-updated Work Vars.
ResultClosureInfo(ParseNode, PropertyTemplate, VarHyp[]) - Constructor for class mmj.transforms.ClosureInfo.ResultClosureInfo
 
RESULTS_CHECKED_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
ResultsChecked - Class in mmj.search
 
ResultsChecked() - Constructor for class mmj.search.ResultsChecked
 
ResultsCheckedScrnMap - Class in mmj.search
 
ResultsCheckedScrnMap() - Constructor for class mmj.search.ResultsCheckedScrnMap
 
retainAll(Collection<?>) - Method in class mmj.verify.LRParser.ParseSet
 
REUSE_DERIV_STEPS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
ReuseDerivSteps - Class in mmj.search
 
ReuseDerivSteps() - Constructor for class mmj.search.ReuseDerivSteps
 
ReuseDerivStepsScrnMap - Class in mmj.search
 
ReuseDerivStepsScrnMap() - Constructor for class mmj.search.ReuseDerivStepsScrnMap
 
reverseStmtTblUpdates(Map<String, Stmt>) - Method in class mmj.tl.TheoremStmtGroup
Backs out the updates made into the Logical System.
reviseStepHypRefInStmtText(StringBuilder) - Method in class mmj.pa.ProofStepStmt
 
reviseStepHypRefInStmtTextArea(StringBuilder, StringBuilder) - Static method in class mmj.pa.ProofStepStmt
Updates the first token of the text area.
right - Variable in class mmj.setmm.LFTerm.LFApply
 
right - Variable in class mmj.setmm.LFType.LFArrow
 
right() - Method in class mmj.verify.GRNode
 
right_ - Variable in class mmj.verify.GRNode
 
rightmost() - Method in class mmj.verify.GRNode
 
rightmostColNbr - Variable in class mmj.tmff.TMFFStateParams
 
rollback(MMTTheoremSet, Messages, boolean) - Method in class mmj.lang.SeqAssigner
Reverses all changes made to the SeqAssigner state variables since the last checkpoing was taken.
root - Variable in class mmj.transforms.Pattern
 
root() - Method in class mmj.verify.GRNode
 
rotateLeft(GRNode) - Method in class mmj.verify.GRNode
 
rotateRight(GRNode) - Method in class mmj.verify.GRNode
 
rowIndex - Variable in class mmj.search.SearchOptionsFieldAttr
 
rpnProofLeftCol - Variable in class mmj.pa.ProofAsstPreferences
Get left column number for RPN statement labels when creating ProofAsstWorksheet.GeneratedProofStmt
rpnProofRightCol - Variable in class mmj.pa.ProofAsstPreferences
Set right column number for RPN statement labels when creating ProofAsstWorksheet.GeneratedProofStmt
RPNStep(Stmt) - Constructor for class mmj.lang.ParseTree.RPNStep
 
RPNStep(Map<String, Stmt>, String) - Constructor for class mmj.lang.ParseTree.RPNStep
 
RULE_NBR - Static variable in class mmj.verify.GrammarRule
RULE_NBR sequences by GrammarRule.ruleNbr
ruleFormatExpr - Variable in class mmj.verify.GrammarRule
ruleFormatExpr contains the GrammarRule's Expression rewritten where each Var's VarHyp's Type Code replaces the Var or VarHyp (ie "( wff -> wff )" ).
ruleHypPos - Variable in class mmj.verify.GrammarRule
ruleHypPos[i] is an index of a VarHyp's position within ruleFormatExpr (helpful in EarleyParser).
ruleNbr - Variable in class mmj.verify.GrammarRule
ruleNbr uniquely identifies a GrammarRule.
run() - Method in class mmj.pa.AuxFrameGUI.FrameShower
Run code to display the frame on the event queue thread.
run() - Method in class mmj.pa.ProofAsstGUI.RequestThreadStuff
 
run() - Method in class mmj.search.SearchOptionsFrame.UpdateGUI
 
RUN_PARM_FILE_REPORT_LINE_1 - Static variable in class mmj.util.UtilConstants
 
runCallback(MacroManager.CallbackType) - Method in class mmj.pa.MacroManager
Run a macro callback.
runCallback(MacroManager.CallbackType) - Method in class mmj.pa.ProofWorksheet
Run a macro callback.
runIt(String[]) - Method in class mmj.util.BatchFramework
Uses command line run parms to build RunParmFile and Paths objects, performs other initialization and processes each RunParmFile line.
runMacro(MacroManager.ExecutionMode, String[]) - Method in class mmj.pa.MacroManager
Run a macro given an argument list.
runMacro(MacroStmt) - Method in class mmj.pa.MacroManager
Run a macro given a macro statement.
runMacro() - Method in class mmj.util.MacroBoss
Validate RunMacro RunParm.
runMacroInit() - Method in class mmj.util.MacroBoss
Validate RunMacro RunParm.
runMacroRaw(String) - Method in class mmj.pa.MacroManager
Run a macro with the given name.
runParm - Variable in class mmj.util.Boss
 
RUNPARM_BOOK_MANAGER_ENABLED - Static variable in class mmj.util.UtilConstants
 
RUNPARM_CAPTION - Static variable in class mmj.util.UtilConstants
 
RUNPARM_CLEAR - Static variable in class mmj.util.UtilConstants
 
RUNPARM_COMMENT_CHAR_ASTERISK - Static variable in class mmj.util.UtilConstants
RunParmFile Comment Character: ASTERISK.
RUNPARM_COMMENT_CHAR_SLASH - Static variable in class mmj.util.UtilConstants
RunParmFile Comment Character: '/' (SLASH).
RUNPARM_COMMENT_CHAR_SPACE - Static variable in class mmj.util.UtilConstants
RunParmFile Comment Character: space.
RUNPARM_DECLARE_WORK_VARS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_DEFINE_WORK_VAR_TYPE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_DISABLE_SETTINGS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_EXTRACT_THEOREM_TO_MMT_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_FIELD_DELIMITER_DEFAULT - Static variable in class mmj.util.UtilConstants
RunParmFile Default field delimiter.
RUNPARM_FIELD_QUOTER_DEFAULT - Static variable in class mmj.util.UtilConstants
RunParmFile Default quote character.
RUNPARM_FILE_NAME_ARGUMENT_INDEX - Static variable in class mmj.util.UtilConstants
 
RUNPARM_FILE_NAME_ARGUMENT_LITERAL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GMFF_EXPORT_FROM_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GMFF_EXPORT_PARMS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GMFF_EXPORT_THEOREM - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GMFF_INITIALIZE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GMFF_PARSE_METAMATH_TYPESET_COMMENT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GMFF_USER_EXPORT_CHOICE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GMFF_USER_TEXT_ESCAPES - Static variable in class mmj.util.UtilConstants
 
RUNPARM_GRAMMAR_AMBIGUITY_EDITS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_INITIALIZE_GRAMMAR - Static variable in class mmj.util.UtilConstants
 
RUNPARM_JAVA_GARBAGE_COLLECTION - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LINE_DUMP_VERBOSITY - Static variable in class mmj.util.UtilConstants
RunParm Line Dump Verbosity Note: The default OutputVerbosity RunParm value is 9999.
RUNPARM_LIST - Static variable in class mmj.util.UtilConstants
Array of every documented command, obtained by reflection by searching this class for static BatchCommand fields
RUNPARM_LOAD_COMMENTS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LOAD_ENDPOINT_STMT_LABEL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LOAD_ENDPOINT_STMT_NBR - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LOAD_FILE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LOAD_PROOFS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LOAD_SETTINGS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LOAD_THEOREMS_FROM_MMT_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_LOGIC_STMT_TYPE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_MACRO_ENABLED - Static variable in class mmj.util.UtilConstants
 
RUNPARM_MACRO_ENABLED_DEFAULT - Static variable in class mmj.util.UtilConstants
Default macro enabled state = true
RUNPARM_MACRO_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_MACRO_LANGUAGE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_MAX_ERROR_MESSAGES - Static variable in class mmj.util.UtilConstants
 
RUNPARM_MAX_INFO_MESSAGES - Static variable in class mmj.util.UtilConstants
 
RUNPARM_MAX_STATEMENT_PRINT_COUNT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_OPTION_ASCII_RETEST - Static variable in class mmj.util.UtilConstants
Option Value 9 for ProofAsstBatchTest.
RUNPARM_OPTION_ERASE_AND_REDERIVE_FORMULAS - Static variable in class mmj.util.UtilConstants
Preprocess Request Option for Erase And Rederive Formulas.
RUNPARM_OPTION_FILE_OUT_NEW - Static variable in class mmj.util.UtilConstants
Option "new" (output file usage).
RUNPARM_OPTION_FILE_OUT_UPDATE - Static variable in class mmj.util.UtilConstants
Option "update" (output file usage).
RUNPARM_OPTION_INHERIT - Static variable in class mmj.util.UtilConstants
Option "inherit"
RUNPARM_OPTION_INIT_MACRO - Static variable in class mmj.util.UtilConstants
Default initialization macro.
RUNPARM_OPTION_MACRO_EXTENSION - Static variable in class mmj.util.UtilConstants
Default macro extension.
RUNPARM_OPTION_MACRO_LANGUAGE - Static variable in class mmj.util.UtilConstants
Default macro language 'js' corresponds to 'nashorn' on JDK8 and 'rhino' on older versions.
RUNPARM_OPTION_NO - Static variable in class mmj.util.UtilConstants
Option "no"
RUNPARM_OPTION_NO_ABBREVIATED - Static variable in class mmj.util.UtilConstants
Option "no" abbreviated to "n"
RUNPARM_OPTION_OFF - Static variable in class mmj.util.UtilConstants
Option "off"
RUNPARM_OPTION_ON - Static variable in class mmj.util.UtilConstants
Option "on"
RUNPARM_OPTION_PREP_MACRO - Static variable in class mmj.util.UtilConstants
Default preparation macro.
RUNPARM_OPTION_PROOF_ASST_AUTOCOMPLETE - Static variable in class mmj.util.UtilConstants
Option Value 5 "Autocomplete" for ProofAsstExportToFile RunParm and Option Value 4 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_COMPARE_DJS - Static variable in class mmj.util.UtilConstants
Option Value 7 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_CORRECT - Static variable in class mmj.util.UtilConstants
Option Value 5 "Correct" for ProofAsstExportToFile RunParm and Option Value 4 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_DERIVE_FORMULAS - Static variable in class mmj.util.UtilConstants
Option Value 7 "DeriveFormulas for ProofAsstExportToFile RunParm and Option Value 6 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_EXPORT_UN_UNIFIED - Static variable in class mmj.util.UtilConstants
Option Value 4 "un-unified" for ProofAsstExportToFile RunParm and Option Value 3 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_EXPORT_UNIFIED - Static variable in class mmj.util.UtilConstants
Option Value 4 "unified" for ProofAsstExportToFile RunParm and Option Value 3 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_HALF_REVERSE - Static variable in class mmj.util.UtilConstants
Option Value 5 "HalfReverse" for ProofAsstExportToFile RunParm and Option Value 4 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_NOT_RANDOMIZED - Static variable in class mmj.util.UtilConstants
Deprecated.
RUNPARM_OPTION_PROOF_ASST_PRINT - Static variable in class mmj.util.UtilConstants
Option Value 6 "Print" for ProofAsstExportToFile RunParm and Option Value 5 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_REVERSE - Static variable in class mmj.util.UtilConstants
Option Value 5 "Reverse" for ProofAsstExportToFile RunParm and Option Value 4 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_SOME_ORDER - Static variable in class mmj.util.UtilConstants
Option Value 5 "SomeOrder" for ProofAsstExportToFile RunParm and Option Value 4 for ProofAsstBatchTest.
RUNPARM_OPTION_PROOF_ASST_UPDATE_DJS - Static variable in class mmj.util.UtilConstants
Option Value 8 for ProofAsstBatchTest.
RUNPARM_OPTION_VALUE_ALL - Static variable in class mmj.util.UtilConstants
Option "*".
RUNPARM_OPTION_VALUE_BASIC - Static variable in class mmj.util.UtilConstants
Option "basic" (ambiguity editing level).
RUNPARM_OPTION_VALUE_COMPLETE - Static variable in class mmj.util.UtilConstants
Option "complete" (ambiguity editing level).
RUNPARM_OPTION_YES - Static variable in class mmj.util.UtilConstants
Option "yes"
RUNPARM_OPTION_YES_ABBREVIATED - Static variable in class mmj.util.UtilConstants
Option "yes" abbreviated to "y"
RUNPARM_OUTPUT_VERBOSITY - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PARSE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PREPROCESS_REQUEST_BATCH_TEST - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PRINT_BOOK_MANAGER_CHAPTERS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PRINT_BOOK_MANAGER_SECTION_DETAILS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PRINT_BOOK_MANAGER_SECTIONS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PRINT_OPTION - Static variable in class mmj.gmff.GMFFConstants
 
RUNPARM_PRINT_STATEMENT_DETAILS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PRINT_SYNTAX_DETAILS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_ASSRT_LIST_FREESPACE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_AUTO_REFORMAT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_AUTOCOMPLETE_ENABLED - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_BACKGROUND_COLOR_RGB - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_BATCH_TEST - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_DEFAULT_FILE_NAME_SUFFIX - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_DERIVE_AUTOCOMPLETE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_DJ_VARS_SOFT_ERRORS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_DUMMY_VAR_PREFIX - Static variable in class mmj.util.UtilConstants
Deprecated.
RUNPARM_PROOF_ASST_ERROR_MESSAGE_COLUMNS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_ERROR_MESSAGE_ROWS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_EXCLUDE_DISCOURAGED - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_EXPORT_TO_FILE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_FONT_BOLD - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_FONT_FAMILY - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_FONT_SIZE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_FOREGROUND_COLOR_RGB - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_FORMULA_LEFT_COL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_FORMULA_RIGHT_COL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_HIGHLIGHTING_ENABLED - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_HIGHLIGHTING_STYLE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_INCOMPLETE_STEP_CURSOR - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_LINE_SPACING - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_LINE_WRAP - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_LOOK_AND_FEEL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_MAX_UNIFY_ALTERNATES - Static variable in class mmj.util.UtilConstants
Deprecated.
RUNPARM_PROOF_ASST_MAX_UNIFY_HINTS - Static variable in class mmj.util.UtilConstants
Deprecated.
RUNPARM_PROOF_ASST_MAXIMIZED - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_OPTIMIZE_THEOREM_SEARCH - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_OUTPUT_CURSOR_INSTRUMENTATION - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_PROOF_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_PROOF_FORMAT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_RPN_PROOF_LEFT_COL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_RPN_PROOF_RIGHT_COL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_STARTUP_PROOF_WORKSHEET - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_STORE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_TEXT_AT_TOP - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_TEXT_COLUMNS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_TEXT_ROWS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_UNDO_REDO_ENABLED - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_UNIFY_HINTS_IN_BATCH - Static variable in class mmj.util.UtilConstants
Deprecated.
RUNPARM_PROOF_ASST_UNIFY_SEARCH_EXCLUDE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROOF_ASST_USE_AUTOTRANSFORMATIONS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_PROVABLE_LOGIC_STMT_TYPE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_RECHECK_PROOF_ASST_USING_PROOF_VERIFIER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_RUN_MACRO - Static variable in class mmj.util.UtilConstants
 
RUNPARM_RUN_MACRO_INIT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_RUN_PROOF_ASST_GUI - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SAVE_SETTINGS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SEQ_ASSIGNER_INTERVAL_SIZE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SEQ_ASSIGNER_INTERVAL_TBL_INITIAL_SIZE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SET_MM_DEFINITIONS_CHECK - Static variable in class mmj.util.UtilConstants
Deprecated.
RUNPARM_SET_PARSER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SET_SETTINGS_FILE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_START_INSTRUMENTATION_TIMER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STATEMENT_AMBIGUITY_EDITS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STEP_SELECTOR_BATCH_TEST - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STEP_SELECTOR_DIALOG_PANE_HEIGHT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STEP_SELECTOR_DIALOG_PANE_WIDTH - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STEP_SELECTOR_MAX_RESULTS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STEP_SELECTOR_SHOW_SUBSTITUTIONS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STMT_TBL_INITIAL_SIZE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_STOP_INSTRUMENTATION_TIMER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SVC_ARG - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SVC_CALL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SVC_CALLBACK_CLASS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SVC_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SYM_TBL_INITIAL_SIZE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SYSERR_FILE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_SYSOUT_FILE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_THEOREM_LOADER_AUDIT_MESSAGES - Static variable in class mmj.util.UtilConstants
 
RUNPARM_THEOREM_LOADER_DJ_VARS_OPTION - Static variable in class mmj.util.UtilConstants
 
RUNPARM_THEOREM_LOADER_MMT_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_THEOREM_LOADER_STORE_FORMULAS_ASIS - Static variable in class mmj.util.UtilConstants
 
RUNPARM_THEOREM_LOADER_STORE_MM_INDENT_AMT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_THEOREM_LOADER_STORE_MM_RIGHT_COL - Static variable in class mmj.util.UtilConstants
 
RUNPARM_TMFF_ALT_FORMAT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_TMFF_ALT_INDENT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_TMFF_DEFINE_FORMAT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_TMFF_DEFINE_SCHEME - Static variable in class mmj.util.UtilConstants
 
RUNPARM_TMFF_USE_FORMAT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_TMFF_USE_INDENT - Static variable in class mmj.util.UtilConstants
 
RUNPARM_UNIFY_PLUS_STORE_IN_LOG_SYS_AND_MMT_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_UNIFY_PLUS_STORE_IN_MMT_FOLDER - Static variable in class mmj.util.UtilConstants
 
RUNPARM_VERIFY_PARSE - Static variable in class mmj.util.UtilConstants
 
RUNPARM_VERIFY_PROOF - Static variable in class mmj.util.UtilConstants
 
RunParmArrayEntry - Class in mmj.util
RunParmArrayEntry holds a RunParm "name" string AND an array(0->n) of RunParm "value" strings, OR it holds a "commentLine" (but not both).
RunParmArrayEntry() - Constructor for class mmj.util.RunParmArrayEntry
Construct a dummy RunParmArrayEntry with no parameters.
RunParmArrayEntry(String, String[]) - Constructor for class mmj.util.RunParmArrayEntry
Construct a RunParmArrayEntry manually using a name and values array.
RunParmArrayEntry(DelimitedTextParser) - Constructor for class mmj.util.RunParmArrayEntry
Construct a RunParmArrayEntry using a DelimitedTextParser pre-loaded with text line and delimiter/quoter parms.
runParmCnt - Variable in class mmj.util.BatchFramework
 
RunParmContext(BatchCommand) - Constructor for class mmj.util.UtilConstants.RunParmContext
 
runParmFile - Variable in class mmj.util.BatchFramework
 
RunParmFile - Class in mmj.util
RunParmFile reads lines designed to be parsed by DelimitedTextParser and returns RunParmArrayEntry objects.
RunParmFile(Paths, String) - Constructor for class mmj.util.RunParmFile
Construct using Paths object and runParmFileName argument.

S

SAMPLE_PROOF_LABEL - Static variable in class mmj.pa.PaConstants
SAMPLE_PROOF_LABEL
SAMPLE_PROOF_TEXT - Static variable in class mmj.pa.PaConstants
SAMPLE_PROOF_TEXTS
save() - Method in class mmj.pa.SessionStore
Save the data in memory to the file, overwriting the file completely.
saveSettings() - Method in class mmj.util.StoreBoss
Validate Save Settings RunParm.
sb - Variable in class mmj.tmff.TMFFStateParams
 
ScopeDef - Class in mmj.lang
This is just a simple data structure used to hold the items local to a "scope" level in Metamath.
ScopeDef() - Constructor for class mmj.lang.ScopeDef
 
ScopeFrame - Class in mmj.lang
A combined class representing mandFrame, the Mandatory "Frame" of an Assrt (assertion), as well as optFrame, the Optional "Frame" of a Theorem (OptFrame not present in other Assrt's).
ScopeFrame() - Constructor for class mmj.lang.ScopeFrame
Default Constructor.
ScopeFrame(ScopeDef, int) - Constructor for class mmj.lang.ScopeFrame
Builds a Frame using a ScopeDef and an array of Distinct Variables, limited by an input maximum sequence number.
ScopeFrame(ScopeFrame, ScopeFrame) - Constructor for class mmj.lang.ScopeFrame
Builds a composite ("combo") Frame using a MandFrame plus an OptFrame, augmented by additional $d specifications.
SEARCH_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
SEARCH_CONTROLS_LABEL_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
SEARCH_DATA_LABEL_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
SEARCH_FONT_FAMILY - Static variable in class mmj.search.SearchConstants
 
SEARCH_OPTIONS_ERROR_TITLE - Static variable in class mmj.search.SearchOptionsConstants
 
SEARCH_OPTIONS_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
 
SEARCH_OPTIONS_NEW_STMT_LABEL_PROMPT - Static variable in class mmj.search.SearchConstants
 
SEARCH_OPTIONS_NEW_STMT_LABEL_PROMPT_2 - Static variable in class mmj.search.SearchConstants
 
SEARCH_OUTPUT_FORMULA_LABEL_SEPARATOR - Static variable in class mmj.search.SearchConstants
 
SEARCH_OUTPUT_FORMULA_LOG_HYP_SEPARATOR - Static variable in class mmj.search.SearchConstants
 
SEARCH_OUTPUT_FORMULA_YIELDS_SEPARATOR - Static variable in class mmj.search.SearchConstants
 
SEARCH_OUTPUT_LIST_END_LITERAL - Static variable in class mmj.search.SearchConstants
 
SEARCH_OUTPUT_LIST_MORE_LITERAL - Static variable in class mmj.search.SearchConstants
 
SEARCH_OUTPUT_SEARCH_FORMULA_INDENT - Static variable in class mmj.search.SearchConstants
 
SEARCH_RESULTS_ERROR_TITLE - Static variable in class mmj.search.SearchResultsConstants
 
SEARCH_RESULTS_POPUP_APPLY_BUTTON_CAPTION - Static variable in class mmj.search.SearchResultsConstants
 
SEARCH_RESULTS_POPUP_SELECTION_CAPTION - Static variable in class mmj.search.SearchResultsConstants
 
SEARCH_RETURN_CODE_0 - Static variable in class mmj.search.SearchConstants
 
SEARCH_RETURN_CODE_ARG_ERROR - Static variable in class mmj.search.SearchConstants
 
SEARCH_RETURN_CODE_EXECUTION_ERROR - Static variable in class mmj.search.SearchConstants
 
SEARCH_RETURN_CODE_FATAL_ERROR - Static variable in class mmj.search.SearchConstants
 
SEARCH_RETURN_CODE_INTERRUPTED_ERROR - Static variable in class mmj.search.SearchConstants
 
SEARCH_RETURN_CODE_TIMEOUT_ERROR - Static variable in class mmj.search.SearchConstants
 
SEARCH_SCORE_COMPLETED_ITEM - Static variable in class mmj.search.SearchConstants
 
SEARCH_SCORE_NOT_SELECTED_ITEM - Static variable in class mmj.search.SearchConstants
 
SEARCH_SCORE_SELECTED_ITEM - Static variable in class mmj.search.SearchConstants
 
SEARCH_SCORE_TRAILER_ITEM - Static variable in class mmj.search.SearchConstants
 
SEARCH_SELECTION_FIELD_ID - Static variable in class mmj.search.SearchResultsConstants
 
searchAndShowResults() - Method in class mmj.pa.ProofAsstGUI
 
SearchArgs - Class in mmj.search
 
SearchArgs() - Constructor for class mmj.search.SearchArgs
 
SearchArgsCheckBox - Class in mmj.search
 
SearchArgsCheckBox(int, String) - Constructor for class mmj.search.SearchArgsCheckBox
 
SearchArgsCheckBox(int) - Constructor for class mmj.search.SearchArgsCheckBox
 
SearchArgsComboBox - Class in mmj.search
 
SearchArgsComboBox(int, String) - Constructor for class mmj.search.SearchArgsComboBox
 
SearchArgsComboBox(int) - Constructor for class mmj.search.SearchArgsComboBox
 
SearchArgsField - Class in mmj.search
 
SearchArgsField(int) - Constructor for class mmj.search.SearchArgsField
 
SearchArgsInt - Class in mmj.search
 
SearchArgsInt(int, String) - Constructor for class mmj.search.SearchArgsInt
 
SearchArgsInt(int) - Constructor for class mmj.search.SearchArgsInt
 
SearchArgsLong - Class in mmj.search
 
SearchArgsLong(int, String) - Constructor for class mmj.search.SearchArgsLong
 
SearchArgsLong(int) - Constructor for class mmj.search.SearchArgsLong
 
SearchArgsTextField - Class in mmj.search
 
SearchArgsTextField(int, String) - Constructor for class mmj.search.SearchArgsTextField
 
SearchArgsTextField(int) - Constructor for class mmj.search.SearchArgsTextField
 
searchChoiceAction(StepRequest.StepRequestType) - Method in class mmj.pa.ProofAsstGUI
 
SearchConstants - Class in mmj.search
 
SearchConstants() - Constructor for class mmj.search.SearchConstants
 
SearchDataGetter - Class in mmj.search
 
SearchDataGetter() - Constructor for class mmj.search.SearchDataGetter
 
SearchDataLine - Class in mmj.search
 
SearchDataLine(CompiledSearchArgs, int, SearchDataGetter) - Constructor for class mmj.search.SearchDataLine
 
SearchDataLines - Class in mmj.search
 
SearchDataLines(CompiledSearchArgs) - Constructor for class mmj.search.SearchDataLines
 
searchDataLineWantsThisAssrt() - Method in class mmj.search.SearchDataLine
 
SearchEngine - Class in mmj.search
 
SearchEngine(SearchMgr, ProofAsst, ProofAsstPreferences, BookManager, VerifyProofs, Cnst) - Constructor for class mmj.search.SearchEngine
 
SearchError - Class in mmj.search
 
SearchError() - Constructor for class mmj.search.SearchError
 
SearchError(int, int, String) - Constructor for class mmj.search.SearchError
 
SearchJTextFieldPopupMenu - Class in mmj.search
 
SearchJTextFieldPopupMenu() - Constructor for class mmj.search.SearchJTextFieldPopupMenu
 
SearchJTextFieldPopupMenuListener - Class in mmj.search
 
SearchJTextFieldPopupMenuListener(JPopupMenu) - Constructor for class mmj.search.SearchJTextFieldPopupMenuListener
 
SearchMgr - Class in mmj.search
 
SearchMgr(ProofAsstPreferences) - Constructor for class mmj.search.SearchMgr
 
SearchOptionsButtonAttr - Class in mmj.search
 
SearchOptionsButtonAttr(int, String, String) - Constructor for class mmj.search.SearchOptionsButtonAttr
 
SearchOptionsButtonHandler - Interface in mmj.search
 
searchOptionsButtonHandler - Variable in class mmj.search.SearchOptionsJButton
 
searchOptionsButtonPressed(int) - Method in interface mmj.search.SearchOptionsButtonHandler
 
searchOptionsButtonPressed(int) - Method in class mmj.search.SearchOptionsFrame
 
searchOptionsCancelButtonPressed() - Method in class mmj.search.SearchMgr
 
SearchOptionsConstants - Class in mmj.search
 
SearchOptionsConstants() - Constructor for class mmj.search.SearchOptionsConstants
 
SearchOptionsFieldAttr - Class in mmj.search
 
SearchOptionsFieldAttr(int, String, String, int, String, boolean, int, String[]) - Constructor for class mmj.search.SearchOptionsFieldAttr
 
SearchOptionsFrame - Class in mmj.search
 
SearchOptionsFrame(SearchMgr) - Constructor for class mmj.search.SearchOptionsFrame
 
SearchOptionsFrame.UpdateGUI - Class in mmj.search
 
SearchOptionsHelp - Class in mmj.search
 
SearchOptionsHelp(ProofAsstPreferences) - Constructor for class mmj.search.SearchOptionsHelp
 
SearchOptionsIntField - Class in mmj.search
 
SearchOptionsIntField(int, String, int) - Constructor for class mmj.search.SearchOptionsIntField
 
SearchOptionsIntField(int) - Constructor for class mmj.search.SearchOptionsIntField
 
SearchOptionsJButton - Class in mmj.search
 
SearchOptionsJButton(int, SearchOptionsButtonHandler) - Constructor for class mmj.search.SearchOptionsJButton
 
SearchOptionsJCheckBox - Class in mmj.search
 
SearchOptionsJCheckBox(int, String) - Constructor for class mmj.search.SearchOptionsJCheckBox
 
SearchOptionsJCheckBox(int) - Constructor for class mmj.search.SearchOptionsJCheckBox
 
SearchOptionsJComboBox - Class in mmj.search
 
SearchOptionsJComboBox(int, ComboBoxModel<String>) - Constructor for class mmj.search.SearchOptionsJComboBox
 
SearchOptionsJComboBox(int, String[], String) - Constructor for class mmj.search.SearchOptionsJComboBox
 
SearchOptionsJComboBox(int, String[]) - Constructor for class mmj.search.SearchOptionsJComboBox
 
SearchOptionsJComboBox(int) - Constructor for class mmj.search.SearchOptionsJComboBox
 
SearchOptionsJIntegerTextField - Class in mmj.search
 
SearchOptionsJIntegerTextField(int) - Constructor for class mmj.search.SearchOptionsJIntegerTextField
 
SearchOptionsJIntegerTextField(NumberFormat, int, String, int) - Constructor for class mmj.search.SearchOptionsJIntegerTextField
 
SearchOptionsJTextField - Class in mmj.search
 
SearchOptionsJTextField(int, String, int) - Constructor for class mmj.search.SearchOptionsJTextField
 
SearchOptionsJTextField(int) - Constructor for class mmj.search.SearchOptionsJTextField
 
searchOptionsMinusButton() - Method in class mmj.pa.ProofAsstGUI
 
searchOptionsMinusButtonPressed() - Method in class mmj.search.SearchMgr
 
searchOptionsNewButtonPressed() - Method in class mmj.search.SearchMgr
 
searchOptionsPAButtonPressed() - Method in class mmj.search.SearchMgr
 
searchOptionsPlusButton() - Method in class mmj.pa.ProofAsstGUI
 
searchOptionsPlusButtonPressed() - Method in class mmj.search.SearchMgr
 
SearchOptionsPosIntField - Class in mmj.search
 
SearchOptionsPosIntField(int, String, int) - Constructor for class mmj.search.SearchOptionsPosIntField
 
SearchOptionsPosIntField(int) - Constructor for class mmj.search.SearchOptionsPosIntField
 
searchOptionsRefineButtonPressed() - Method in class mmj.search.SearchMgr
 
SearchOptionsScrnMap - Class in mmj.search
 
SearchOptionsScrnMap(Font, SearchOptionsButtonHandler, String[], String[][], String[][], boolean, SearchMgr, SearchArgs) - Constructor for class mmj.search.SearchOptionsScrnMap
 
SearchOptionsScrnMapField - Interface in mmj.search
 
searchOptionsSearchButtonPressed() - Method in class mmj.search.SearchMgr
 
searchOptionsSRButtonPressed() - Method in class mmj.search.SearchMgr
 
searchOutput - Variable in class mmj.pa.ProofWorksheet
 
SearchOutput - Class in mmj.search
 
SearchOutput(String) - Constructor for class mmj.search.SearchOutput
 
SearchOutputStore - Class in mmj.search
 
SearchOutputStore(int, int) - Constructor for class mmj.search.SearchOutputStore
 
searchRequested() - Method in class mmj.search.ForWhatScrnMap
 
searchResultsApplyButtonPressed() - Method in class mmj.search.SearchMgr
 
SearchResultsButtonAttr - Class in mmj.search
 
SearchResultsButtonAttr(int, String, String) - Constructor for class mmj.search.SearchResultsButtonAttr
 
SearchResultsButtonHandler - Interface in mmj.search
 
searchResultsButtonHandler - Variable in class mmj.search.SearchResultsJButton
 
searchResultsButtonPressed(int) - Method in interface mmj.search.SearchResultsButtonHandler
 
searchResultsButtonPressed(int) - Method in class mmj.search.SearchResultsFrame
 
searchResultsCancelButtonPressed() - Method in class mmj.search.SearchMgr
 
SearchResultsConstants - Class in mmj.search
 
SearchResultsConstants() - Constructor for class mmj.search.SearchResultsConstants
 
SearchResultsData - Class in mmj.search
 
SearchResultsData(String, Assrt[], String[]) - Constructor for class mmj.search.SearchResultsData
 
SearchResultsDataField - Interface in mmj.search
 
SearchResultsFieldAttr - Class in mmj.search
 
SearchResultsFieldAttr(int, String, String, int, String) - Constructor for class mmj.search.SearchResultsFieldAttr
 
SearchResultsFrame - Class in mmj.search
 
SearchResultsFrame(SearchMgr) - Constructor for class mmj.search.SearchResultsFrame
 
SearchResultsHelp - Class in mmj.search
 
SearchResultsHelp(ProofAsstPreferences) - Constructor for class mmj.search.SearchResultsHelp
 
SearchResultsJButton - Class in mmj.search
 
SearchResultsJButton(int, SearchResultsButtonHandler) - Constructor for class mmj.search.SearchResultsJButton
 
searchResultsMinusButton() - Method in class mmj.pa.ProofAsstGUI
 
searchResultsMinusButtonPressed() - Method in class mmj.search.SearchMgr
 
searchResultsPAButtonPressed() - Method in class mmj.search.SearchMgr
 
searchResultsPlusButton() - Method in class mmj.pa.ProofAsstGUI
 
searchResultsPlusButtonPressed() - Method in class mmj.search.SearchMgr
 
SearchResultsPopupMenuListener - Class in mmj.search
 
SearchResultsPopupMenuListener(JPopupMenu) - Constructor for class mmj.search.SearchResultsPopupMenuListener
 
SearchResultsScrnMap - Class in mmj.search
 
SearchResultsScrnMap(Font, SearchResultsButtonHandler, boolean, SearchOutput, SearchMgr) - Constructor for class mmj.search.SearchResultsScrnMap
 
SearchResultsScrnMapField - Interface in mmj.search
 
searchResultsSOButtonPressed() - Method in class mmj.search.SearchMgr
 
SearchSelectionItem - Class in mmj.search
 
SearchSelectionItem(Assrt, String[], int) - Constructor for class mmj.search.SearchSelectionItem
 
SearchSelectionJList - Class in mmj.search
 
SearchSelectionJList(SearchMgr) - Constructor for class mmj.search.SearchSelectionJList
 
SearchSelectionScrnMap - Class in mmj.search
 
SearchSelectionScrnMap(SearchMgr, SearchSelectionJList) - Constructor for class mmj.search.SearchSelectionScrnMap
 
searchTask() - Method in class mmj.search.SearchEngine
 
SearchUnifier - Class in mmj.search
 
SearchUnifier() - Constructor for class mmj.search.SearchUnifier
 
Section - Class in mmj.lang
Section is a rudimentary class containing information for BookManager about the grouping of statements in a Chapter within a Metamath database.
Section(Chapter, int, String) - Constructor for class mmj.lang.Section
Sole constructor for Section..
SECTION_AND_MOBJ_NBR - Static variable in class mmj.lang.MObj
SECTION_AND_MOBJ_NBR sequences by sectionNbr and sectionMObjNbr;
SECTION_DISPLAY_CAPTION - Static variable in class mmj.lang.LangConstants
 
SECTION_ID_STRING - Static variable in class mmj.mmio.MMIOConstants
 
SECTION_LOGIC_CD - Static variable in class mmj.lang.LangConstants
 
SECTION_NBR_CATEGORIES - Static variable in class mmj.lang.LangConstants
 
SECTION_SYM_CD - Static variable in class mmj.lang.LangConstants
 
SECTION_SYNTAX_CD - Static variable in class mmj.lang.LangConstants
 
SECTION_TOSTRING_LITERAL - Static variable in class mmj.lang.LangConstants
for Section.java
SECTION_VAR_HYP_CD - Static variable in class mmj.lang.LangConstants
 
SectionMObjIterator(MObj[][]) - Constructor for class mmj.lang.BookManager.SectionMObjIterator
Sole Constructor.
sectionMObjNbr - Variable in class mmj.lang.MObj
sectionMObjNbr is assigned by BookManager which is optionally enabled.
sectionNbr - Variable in class mmj.lang.MObj
sectionNbr assigned by BookManager which is optionally enabled.
seek(long) - Method in class mmj.pa.HighlightedDocument.DocumentReader
Seek to the given position in the document.
SELECTION_NO_SEARCH_RUN_YET_LITERAL - Static variable in class mmj.search.SearchResultsConstants
 
selectProver(WorksheetInfo, ParseNode) - Method in class mmj.transforms.Provers.ArrayProver
 
separateByAnd(ParseNode) - Method in class mmj.transforms.ConjunctionInfo
 
separateMandAndOptFrame(ProofWorksheet, DerivationStep, List<? super VarHyp>, List<VarHyp>, boolean) - Static method in class mmj.pa.ProofUnifier
 
seq - Variable in class mmj.lang.MObj
Provides an ordering of Metamath objects.
SEQ - Static variable in class mmj.lang.MObj
SEQ sequences by MObj.seq.
seq - Variable in class mmj.mmio.SrcStmt
Every SrcStmt has a sequence number, even a comment.
SEQ - Static variable in class mmj.tl.TheoremStmtGroup
SEQ sequences by TheoremStmtGroup.theorem.getSeq().
SEQ_ASSIGNER_INTERVAL_SIZE_DEFAULT - Static variable in class mmj.lang.LangConstants
Sequence Number default interval size.
SEQ_ASSIGNER_INTERVAL_TBL_INITIAL_SIZE_DEFAULT - Static variable in class mmj.lang.LangConstants
Sequence Number Interval Table HashMap initial size.
SEQ_ASSIGNER_INTERVAL_TBL_INITIAL_SIZE_MAX - Static variable in class mmj.lang.LangConstants
Sequence Number Interval Table HashMap maximum initial size.
SEQ_ASSIGNER_INTERVAL_TBL_INITIAL_SIZE_MIN - Static variable in class mmj.lang.LangConstants
Sequence Number Interval Table HashMap minimum initial size.
SEQ_ASSIGNER_MAX_INTERVAL_SIZE - Static variable in class mmj.lang.LangConstants
Sequence Number maximum interval size.
SEQ_ASSIGNER_MIN_INTERVAL_SIZE - Static variable in class mmj.lang.LangConstants
Sequence Number minimum interval size.
seqAssigner - Variable in class mmj.lang.LogicalSystem
 
SeqAssigner - Class in mmj.lang
The SeqAssigner generates sequence numbers for Metamath objects (MObj) within the mmj2 Logical System.
SeqAssigner() - Constructor for class mmj.lang.SeqAssigner
Construct with default set of parameters.
SeqAssigner(int, int) - Constructor for class mmj.lang.SeqAssigner
Construct with full set of parameters.
seqAssigner - Variable in class mmj.util.LogicalSystemBoss
 
seqAssignerIntervalSizeParm - Variable in class mmj.util.LogicalSystemBoss
 
seqAssignerIntervalTblInitialSizeParm - Variable in class mmj.util.LogicalSystemBoss
 
serialize(T) - Method in interface mmj.pa.Serializer
Convert an object of the target type to a JSON node.
serializer(Map<String, Stmt>) - Static method in class mmj.lang.ParseTree.RPNStep
 
serializer(Map<String, Stmt>) - Static method in class mmj.lang.ParseTree
 
Serializer<T> - Interface in mmj.pa
 
serializer(SessionStore) - Static method in class mmj.tl.MMTFolder
 
SessionStore - Class in mmj.pa
 
SessionStore() - Constructor for class mmj.pa.SessionStore
 
SessionStore.ExtSetting<R,T> - Class in mmj.pa
 
SessionStore.ListSetting<T> - Class in mmj.pa
 
SessionStore.MapSetting<T> - Class in mmj.pa
 
SessionStore.NullSetting<T> - Class in mmj.pa
 
SessionStore.OnChangeListener<T> - Interface in mmj.pa
 
SessionStore.StoreSetting<T> - Class in mmj.pa
 
set(Var, Var) - Method in class mmj.lang.DjVars
Set the contents of this DjVars object.
set(T) - Method in interface mmj.pa.BaseSetting
 
set(String, Object) - Method in class mmj.pa.MacroManager
Set a named variable's value.
set() - Method in interface mmj.pa.Serializer
Transform a serializer for the type T into a serializer for the type Set<T>, using a JSON array to store the values.
set(String) - Method in class mmj.search.FormatScrnMap
 
set(String) - Method in class mmj.search.InWhatScrnMap
 
set(String) - Method in class mmj.search.OperScrnMap
 
set(String) - Method in class mmj.search.PartScrnMap
 
set(String) - Method in class mmj.search.SearchArgsCheckBox
 
set(String) - Method in class mmj.search.SearchArgsComboBox
 
set(String) - Method in class mmj.search.SearchArgsField
 
set(String) - Method in class mmj.search.SearchArgsInt
 
set(String) - Method in class mmj.search.SearchArgsLong
 
set(String) - Method in class mmj.search.SearchArgsTextField
 
set(String) - Method in class mmj.search.SearchOptionsJCheckBox
 
set(String) - Method in class mmj.search.SearchOptionsJComboBox
 
set(String) - Method in class mmj.search.SearchOptionsJIntegerTextField
 
set(String) - Method in class mmj.search.SearchOptionsJTextField
 
set(String) - Method in interface mmj.search.SearchOptionsScrnMapField
 
SET - Static variable in interface mmj.setmm.LFType
 
SET - Variable in class mmj.setmm.SetMMConstants
 
set(String, ParseNode) - Method in class mmj.transforms.Prover.ProverResult
 
SET_DEF_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
setActive(boolean) - Method in class mmj.lang.Hyp
Set Hyp.active, true or false.
setActive(boolean) - Method in class mmj.lang.Var
Marks a Var as "active" or "inactive".
setActive(boolean) - Method in class mmj.lang.VarHyp
Sets VarHyp "active", either true or false.
setActiveVarHyp(VarHyp) - Method in class mmj.lang.Var
Set the activeVarHyp for a Var (or null).
setAssrtAList(List<Assrt>) - Method in class mmj.search.SearchEngine
 
setAssrtSubst(int, ParseNode) - Method in class mmj.pa.DerivationStep
 
setAssrtSubstList(ParseNode[]) - Method in class mmj.pa.DerivationStep
Set the assrtSubst array.
setAutoStep(boolean) - Method in class mmj.pa.DerivationStep
 
setCallback(MacroManager.CallbackType, Runnable) - Method in class mmj.pa.MacroManager
Sets the callback for a given type of event.
setCanonicalForm(ParseNode) - Method in class mmj.pa.ProofStepStmt
 
setChapterNbr(int) - Method in class mmj.lang.MObj
Updates chapterNbr;
setConvFromTypGRArray(TypeConversionRule[]) - Method in class mmj.lang.Cnst
Set convFromTypGRArray -- null or an array.
setCurrProofMaxSeq(int) - Method in class mmj.pa.ProofAsstGUI
Set sequence number of Proof Worksheet theorem.
setCursor(int, int, int) - Method in class mmj.pa.ProofAsstCursor
 
setCursorAtCaret(int, int, int) - Method in class mmj.pa.ProofAsstCursor
 
setCursorAtProofWorkStmt(ProofWorkStmt) - Method in class mmj.pa.ProofAsstCursor
 
setCursorAtProofWorkStmt(ProofWorkStmt, int) - Method in class mmj.pa.ProofAsstCursor
 
setCursorToStartOfMessageArea() - Method in class mmj.pa.AuxFrameGUI
Positions the input caret to start of message text area and scrolls viewport to ensure that the start of the message text area is visible.
setCursorToStartOfMessageArea() - Method in class mmj.pa.ProofAsstGUI
Positions the input caret to start of message text area and scrolls viewport to ensure that the start of the message text area is visible.
setDefaultsToCurrentValues() - Method in class mmj.search.SearchOptionsScrnMap
 
setDefaultToCurrentValue() - Method in class mmj.search.SearchOptionsJCheckBox
 
setDefaultToCurrentValue() - Method in class mmj.search.SearchOptionsJComboBox
 
setDefaultToCurrentValue() - Method in class mmj.search.SearchOptionsJIntegerTextField
 
setDefaultToCurrentValue() - Method in class mmj.search.SearchOptionsJTextField
 
setDefaultToCurrentValue() - Method in interface mmj.search.SearchOptionsScrnMapField
 
setDerivedRuleQueue(PriorityQueue<GrammarRule>) - Method in class mmj.verify.Grammar
Set derivedRuleQueue.
setDescription(String) - Method in class mmj.lang.MObj
 
setEarleyFIRST(Set<Cnst>) - Method in class mmj.lang.Cnst
Set earleyFIRST.
setEarleyRules(List<NotationRule>) - Method in class mmj.lang.Cnst
Set earleyRules.
setEnabled(boolean) - Method in class mmj.search.SearchOptionsJCheckBox
 
setEnabled(boolean) - Method in class mmj.search.SearchOptionsJIntegerTextField
 
setEnabled(boolean) - Method in interface mmj.search.SearchOptionsScrnMapField
 
setEnabled(boolean) - Method in interface mmj.search.SearchResultsScrnMapField
 
setEnabled(boolean) - Method in class mmj.util.MMJ2FailPopupWindow
Sets enabled switch to turn on/off display of the MMJ2FailPopupWindow.
setExcluded(boolean) - Method in class mmj.lang.Assrt
 
setExprParseTree(ParseTree) - Method in class mmj.lang.Stmt
Set exprParseTree, the statement's parse tree.
setExprRPN(ParseTree.RPNStep[]) - Method in class mmj.lang.Stmt
Set exprRPN, the statement's parse RPN.
setFile(File) - Method in class mmj.pa.SessionStore
 
setFormatNbr(int) - Method in class mmj.tmff.TMFFFormat
Set Number assigned to this TMFFFormat.
setFormatScheme(TMFFScheme) - Method in class mmj.tmff.TMFFFormat
Set TMFFScheme assigned to this TMFFFormat.
setFormula(Formula) - Method in class mmj.pa.ProofStepStmt
 
setFrameFont(Font) - Method in class mmj.pa.AuxFrameGUI
 
setFrameFontSize(int) - Method in class mmj.pa.AuxFrameGUI
 
setFrameText(String) - Method in class mmj.pa.AuxFrameGUI
Set the text to be displayed in the frame when the frame is displayed.
setFrameTitle(String) - Method in class mmj.pa.AuxFrameGUI
Set the title of the frame to be displayed.
setFromChapScrnMap(FromChapScrnMap) - Method in class mmj.search.FromSecScrnMap
 
setFromChapScrnMap(FromChapScrnMap) - Method in class mmj.search.ThruChapScrnMap
 
setGrammarInitializedFalse() - Method in class mmj.verify.Grammar
Set grammarInitialized flag to false.
setGrammaticalTyp(boolean) - Method in class mmj.lang.Cnst
set isGrammaticalTyp, true or false.
setGRRoot(GRNode) - Method in class mmj.lang.Cnst
set gRRoot to null or the grammar rule forest root for this Cnst.
setGRTail(GRNode) - Method in class mmj.verify.NotationRule
Set the gRTail for the NotationRule.
setHighlightingStyle(String, Color, Boolean, Boolean) - Method in class mmj.pa.ProofAsstPreferences
Sets syntax highlighting for Proof Asst GUI.
setHyp(int, ProofStepStmt) - Method in class mmj.pa.DerivationStep
 
setHypFldIncomplete(boolean) - Method in class mmj.pa.DerivationStep
 
setHypList(ProofStepStmt[]) - Method in class mmj.pa.DerivationStep
 
setHypStep(int, String) - Method in class mmj.pa.DerivationStep
 
setHypStepList(String[]) - Method in class mmj.pa.DerivationStep
 
setInputGMFFUserExportChoice(GMFFUserExportChoice) - Method in class mmj.gmff.GMFFManager
Stores the contents of the GMFFUserExportChoice from one RunParm for later validation and use.
setIntBound(Setting<Integer>, int, int) - Static method in class mmj.pa.SessionStore
 
setIntBound(Setting<Integer>, IntSupplier, IntSupplier) - Static method in class mmj.pa.SessionStore
 
setIsBaseRule(boolean) - Method in class mmj.verify.GrammarRule
Set GrammarRule's isBaseRule flag.
setIsGimmeMatchNbr(int) - Method in class mmj.verify.NotationRule
Set isGimmeMatchNbr for the NotationRule.
setIsSyntaxAxiom(boolean) - Method in class mmj.lang.Axiom
Set isSyntaxAxiom, true or false.
setIsTempObject(boolean) - Method in class mmj.lang.MObj
Sets tempObject boolean value.
setLeftmostColNbr(int, int, int) - Method in class mmj.tmff.TMFFStateParams
Updates TMFFSP leftmost column number using the TMFFPrefences formulaLeftCol and indent amount parameters plus the level number of the formula within the proof.
setLen1CnstNotationRule(NotationRule) - Method in class mmj.lang.Cnst
Set Len1CnstNotationRule.
setLocAfter(String) - Method in class mmj.gmff.MinProofWorksheet
Sets the Proof Worksheet locAfter field.
setLocalRef(ProofStepStmt) - Method in class mmj.pa.DerivationStep
 
setLogHypArray(LogHyp[]) - Method in class mmj.lang.Assrt
Set the logHypArray.
setLogHypsL1HiLoKey(String) - Method in class mmj.lang.Stmt
Set the computed Hi/Lo key for an Assertions LogHyps.
setLogHypsMaxDepth(int) - Method in class mmj.lang.Stmt
Set the computed max depth value for the LogHyps in an Assrt.
setLogicStmtTyp(boolean) - Method in class mmj.lang.Cnst
set isLogicStmtTyp, true or false.
setMacroEnabled() - Method in class mmj.util.MacroBoss
Validate Macro Folder RunParm.
setMacroFolder() - Method in class mmj.util.MacroBoss
Validate Macro Folder RunParm.
setMacroLanguage() - Method in class mmj.util.MacroBoss
Validate Macro Language RunParm.
setMandFrame(ScopeFrame) - Method in class mmj.lang.Assrt
Set the Assrt's MandFrame.
setMandVarHypArray(VarHyp[]) - Method in class mmj.lang.Assrt
Set the *mandatory* VarHyp Array.
setMandVarHypArray(VarHyp[]) - Method in class mmj.lang.LogHyp
Set the VarHyp array for this VarHyp (they're all "mandatory").
setMaxMObjSeq(int) - Method in class mmj.lang.Chapter
 
setMaxMObjSeq(int) - Method in class mmj.lang.Section
 
setMaxSeq(int) - Method in class mmj.pa.ProofWorksheet
 
setMaxSeqNbr(int) - Method in class mmj.verify.GrammarRule
Set GrammarRule's maxSeqNbr.
setMinMObjSeq(int) - Method in class mmj.lang.Chapter
 
setMinMObjSeq(int) - Method in class mmj.lang.Section
 
SetMMConstants - Class in mmj.setmm
 
SetMMConstants(ProofAsst) - Constructor for class mmj.setmm.SetMMConstants
Create an instance of SetMMConstants.
SetMMConstants.NotSetMMContext - Class in mmj.setmm
 
SetMMException - Exception in mmj.setmm
Thrown when Metamath source file has a non-fatal error such as a syntax error.
SetMMException(ErrorCode, Object...) - Constructor for exception mmj.setmm.SetMMException
Constructor, SetMMException with error message.
SetMMException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.setmm.SetMMException
Constructor, LangException with error message and cause.
setMMJ2Path(Supplier<File>) - Method in class mmj.pa.SessionStore
 
setMMTFolder(File) - Method in class mmj.tl.TlPreferences
Set the MMT Folder using a File object.
setNbrHypParamsUsed(int) - Method in class mmj.verify.GrammarRule
Set GrammarRule's nbrHypParamsUsed.
setNbrOccInCnstSyntaxAxioms(int) - Method in class mmj.lang.Cnst
set nbrOccInCnstSyntaxAxioms.
setNbrOccInSyntaxAxioms(int) - Method in class mmj.lang.Cnst
Set nbrOccInSyntaxAxioms.
setNewTheorem(boolean) - Method in class mmj.pa.ProofWorksheet
 
setNotationGRGimmeMatchCnt(int) - Method in class mmj.verify.Grammar
Set Count of NotationRules deemed to be "gimme matches".
setNullsPermittedGR(NullsPermittedRule) - Method in class mmj.lang.Cnst
Set nullsPermittedGR.
setParseDelimiter(char) - Method in class mmj.util.DelimitedTextParser
Sets the parse delimiter to a specified character.
setParseQuoter(char) - Method in class mmj.util.DelimitedTextParser
Sets the parse quoter to a specified character.
setParserPrototype(Class<? extends GrammaticalParser>) - Method in class mmj.verify.Grammar
 
setParseString(String) - Method in class mmj.util.DelimitedTextParser
Loads a new String into an existing parser and prepares the parse object for parsing the first field of the string.
setPrepMacro(String) - Method in class mmj.pa.MacroManager
Set the preparation macro.
setPrevAllocNbr(Cnst, int) - Method in class mmj.lang.WorkVarManager
Sets the value of prevAllocIndex for a Type Code.
setPrevColNbr(int) - Method in class mmj.tmff.TMFFStateParams
 
setProof(Map<String, Stmt>, List<String>) - Method in class mmj.lang.Theorem
Set Theorem's proof.
setProofCompression(ProofCompression) - Method in class mmj.lang.LogicalSystem
Sets the reference to the local ProofCompression instance.
setProofCursor(ProofAsstCursor) - Method in class mmj.pa.ProofWorksheet
Set the ProofWorksheet ProofCursor object.
setProofTree(ParseTree) - Method in class mmj.pa.DerivationStep
Set the proofTree.
setProofVerifier(ProofVerifier) - Method in class mmj.lang.LogicalSystem
Sets the current ProofVerifier.
setProvableLogicStmtTyp(boolean) - Method in class mmj.lang.Cnst
set isProvableLogicStmtTyp, true or false.
setProvableLogicStmtTypeParm(String) - Method in class mmj.tl.TlPreferences
Validate and set the Provable Logic Stmt Type Parm.
setQuoterEnabled(boolean) - Method in class mmj.util.DelimitedTextParser
Enables or disables (turns on/off) quote parsing.
setRaw(T) - Method in class mmj.pa.SessionStore.ExtSetting
 
setRaw(T) - Method in class mmj.pa.SessionStore.StoreSetting
 
setRaw(T) - Method in class mmj.pa.Setting
 
setRef(Stmt) - Method in class mmj.pa.ProofStepStmt
Sets the Ref Stmt for the step.
setRefLabel(String) - Method in class mmj.pa.ProofStepStmt
Sets the Ref label for the step.
setRoot(ParseNode) - Method in class mmj.lang.ParseTree
Set root of tree.
setRuleFormatExpr(Cnst[]) - Method in class mmj.verify.GrammarRule
Set GrammarRule's ruleFormatExpr.
setSB(StringBuilder) - Method in class mmj.tmff.TMFFStateParams
 
setSchemeName(String) - Method in class mmj.tmff.TMFFScheme
Set Name assigned to this TMFFScheme.
setSearchMgr(SearchMgr) - Method in class mmj.pa.ProofAsstPreferences
 
setSearchOptionsFont(Font) - Method in class mmj.search.SearchOptionsJButton
 
setSearchOptionsFont(Font) - Method in class mmj.search.SearchOptionsJCheckBox
 
setSearchOptionsFont(Font) - Method in class mmj.search.SearchOptionsJComboBox
 
setSearchOptionsFont(Font) - Method in class mmj.search.SearchOptionsJIntegerTextField
 
setSearchOptionsFont(Font) - Method in class mmj.search.SearchOptionsJTextField
 
setSearchOptionsFont(Font) - Method in class mmj.search.SearchOptionsScrnMap
 
setSearchOptionsFont(Font) - Method in interface mmj.search.SearchOptionsScrnMapField
 
setSearchResultsFont(Font) - Method in class mmj.search.SearchResultsJButton
 
setSearchResultsFont(Font) - Method in class mmj.search.SearchResultsScrnMap
 
setSearchResultsFont(Font) - Method in interface mmj.search.SearchResultsScrnMapField
 
setSearchResultsFont(Font) - Method in class mmj.search.SearchSelectionScrnMap
 
setSectionMObjNbr(int) - Method in class mmj.lang.MObj
Updates sectionMObjNbr;
setSectionNbr(int) - Method in class mmj.lang.MObj
Updates sectionNbr;
setSectionTitle(String) - Method in class mmj.lang.Section
Sets the value of the sectionTitle for the Section.
setSerial(Object) - Method in interface mmj.pa.BaseSetting.JSONSetting
 
setSerialT(Object) - Method in interface mmj.pa.BaseSetting.JSONSetting
 
setSettingsFile() - Method in class mmj.util.StoreBoss
Validate Settings File RunParm.
setSortedHypArray(ProofStepStmt[]) - Method in class mmj.pa.DerivationStep
Sets the sortedHypArray.
setStep(String) - Method in class mmj.pa.ProofStepStmt
 
setStepSearchFieldsEnabled(boolean) - Method in class mmj.search.SearchOptionsScrnMap
 
setStepSearchFieldsEnabled(boolean) - Method in class mmj.search.SearchResultsScrnMap
 
setStepUnifier(StepUnifier) - Method in class mmj.pa.ProofAsstPreferences
Set StepUnifier
setStmtCursorToCurrLineColumn() - Method in class mmj.pa.ProofWorkStmt
 
setStmtNbr(int) - Method in class mmj.mmio.Statementizer
Sets statement number of the last statement parsed.
setStore(SessionStore) - Method in class mmj.verify.Grammar
 
setString(String) - Method in interface mmj.pa.BaseSetting.JSONSetting
 
setStringT(String) - Method in interface mmj.pa.BaseSetting.JSONSetting
 
setStructuralErrors(boolean) - Method in class mmj.gmff.MinProofWorksheet
Sets the Proof Worksheet structuralErrors indicator.
setStructuralErrors(boolean) - Method in class mmj.pa.ProofWorksheet
Sets structuralErrors switch for ProofWorksheet.
setStyle(SimpleAttributeSet, Color, Boolean, Boolean) - Static method in class mmj.pa.PaConstants
Set style parameters.
setSvcCallback(SvcCallback) - Method in class mmj.util.SvcBoss
Sets the SvcCallback object which allows designated user code to use mmj2 as a service.
setSymTbl(Map<String, Sym>) - Method in class mmj.gmff.GMFFManager
Sets the symTbl for use in generating GMFF exports.
setSyntaxAxiomHasUniqueCnst(boolean) - Method in class mmj.lang.Axiom
Set syntaxAxiomHasUniqueCnst, true or false.
setSyntaxAxiomTyp(boolean) - Method in class mmj.lang.Cnst
set isSyntaxAxiomTyp, true or false.
setSyntaxAxiomVarHypReseq(int[]) - Method in class mmj.lang.Axiom
Set Axiom's syntaxAxiomVarHypReseq (may be null).
setSyntaxVerifier(SyntaxVerifier) - Method in class mmj.lang.LogicalSystem
Sets the current SyntaxVerifier.
setSysOut(PrintWriter) - Method in class mmj.util.Dump
Sets Dump's SysOut to a new PrintWriter, or null to revert to writing to System.out.
setT(T) - Method in interface mmj.pa.BaseSetting
 
setT(int, T) - Method in class mmj.pa.SessionStore.ListSetting
 
setT(T) - Method in class mmj.pa.Setting
 
setTextProgrammatic(String, Point, boolean, boolean) - Method in class mmj.pa.HighlightedDocument
 
setTheoremLabel(String) - Method in class mmj.gmff.MinProofWorksheet
Sets the Proof Worksheet theoremLabel field.
setThruChapScrnMap(ThruChapScrnMap) - Method in class mmj.search.FromChapScrnMap
 
setThruChapScrnMap(ThruChapScrnMap) - Method in class mmj.search.ThruSecScrnMap
 
Setting<T> - Class in mmj.pa
 
Setting(Serializer<T>) - Constructor for class mmj.pa.Setting
 
setTMFFMethod(TMFFMethod) - Method in class mmj.tmff.TMFFScheme
Set TMFFMethod assigned to this TMFFScheme.
setTMFFPreferences(TMFFPreferences) - Method in class mmj.util.Dump
Sets Dump's Text Mode Formula Formatting preference parameters to a new set of values.
setTokenizer(Tokenizer) - Method in class mmj.mmio.Statementizer
Switches the Tokenizer reader in use.
setTransformationManager(TransformationManager) - Method in class mmj.pa.ProofUnifier
 
setTyp(Cnst) - Method in class mmj.lang.Formula
Set Formula Type Code.
setTyp(Map<String, Sym>, String) - Method in class mmj.lang.Formula
Set Formula Type Code.
setTyp(Cnst) - Method in class mmj.lang.Stmt
Set Stmt Type Code.
setVarTyp(boolean) - Method in class mmj.lang.Cnst
set isVarTyp, true or false.
setWorkVarManager(WorkVarManager) - Method in class mmj.pa.ProofAsstPreferences
Set WorkVarManager
setWrapStyleWord(boolean) - Method in class mmj.pa.AuxFrameGUI
Set word wrap on or off.
shallowClone() - Method in class mmj.lang.ParseNode
Clone of a ParseNode but leave the sub-trees the same.
shortForm() - Method in enum mmj.pa.ErrorCode.ErrorLevel
 
showFrame(JFrame) - Method in class mmj.pa.AuxFrameGUI
Show the frame later on the event queue thread.
showMainFrame() - Method in class mmj.pa.ProofAsstGUI
Show the GUI's main frame (screen).
showPopupErrorMessage(String) - Method in class mmj.search.SearchResultsFrame
 
showResult() - Method in class mmj.util.TopologicalSorter
 
showRuleFormatExprAsString(Cnst[]) - Static method in class mmj.verify.GrammarRule
Return a GrammarRule's ruleFormatExpr as String of Stmt labels.
showSearchOptionsHelp() - Method in class mmj.search.SearchMgr
 
showSearchResults() - Method in class mmj.search.SearchResultsFrame
 
showSearchResultsHelp() - Method in class mmj.search.SearchMgr
 
simple - Variable in enum mmj.pa.StepRequest.StepRequestType
 
SINGLE_QUOTE_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
SingleQuote - Class in mmj.search
 
SingleQuote() - Constructor for class mmj.search.SingleQuote
 
SingleQuoteScrnMap - Class in mmj.search
 
SingleQuoteScrnMap() - Constructor for class mmj.search.SingleQuoteScrnMap
 
size - Variable in class mmj.transforms.AssocTree
 
size() - Method in class mmj.verify.GRNode
 
size() - Method in class mmj.verify.LRParser.ParseSet
 
skip(long) - Method in class mmj.pa.HighlightedDocument.DocumentReader
Skip characters of input.
SO_BUTTON_ID - Static variable in class mmj.search.SearchResultsConstants
 
sort() - Method in class mmj.util.TopologicalSorter
 
sortAndCombineDvArrays(DjVars[], DjVars[]) - Static method in class mmj.lang.DjVars
Merges two arrays of DjVars returning a single array in ascending compareTo order with duplicates eliminated.
sortAndCombineDvListOfLists(List<List<DjVars>>) - Static method in class mmj.lang.DjVars
Merges lists of lists of DjVars returning a single array in ascending compareTo order with duplicates eliminated.
sortAssrtListForSearch(List<Assrt>) - Method in class mmj.pa.ProofAsst
 
sortConstList(Comparator<Cnst>) - Method in class mmj.lang.Formula
When the frequency information has been collected this function should be used in order to sort the constant symbols array
sortDerivStepHypArray(ProofStepStmt[]) - Static method in class mmj.pa.DerivationStep
Sorts DerivationStep hyp array in descending order of hypothesis step formula length.
sortListIntoArray(List<Assrt>, Comparator<Assrt>) - Static method in class mmj.lang.Assrt
Sorts a list of Assrt into an array.
sourceId - Variable in class mmj.mmio.MMIOConstants.FileContext
 
sourceNode - Variable in class mmj.lang.VarHypSubst
 
squishTree(List<ParseNode>) - Method in class mmj.lang.ParseNode
 
squishTree() - Method in class mmj.lang.ParseTree
Compresses ("squishes") the tree to re-use repeated subtrees.
SR_BUTTON_ID - Static variable in class mmj.search.SearchOptionsConstants
 
SrcStmt - Class in mmj.mmio
Simple data structure holding "work" components of a MetaMath source statement.
SrcStmt(int, String) - Constructor for class mmj.mmio.SrcStmt
Construct using sequence number and MetaMath keyword.
srcStmtEquals(SrcStmt) - Method in class mmj.lang.Formula
Compare SrcStmt typ and symList to Formula.
start() - Method in class mmj.util.StopWatch
 
STARTING_WORK_VAR_SEQ_NBR_FOR_MOBJ - Static variable in class mmj.lang.LangConstants
 
startInstrumentationTimer(String) - Method in class mmj.lang.Messages
 
startNewNextProof(int) - Method in class mmj.pa.ProofAsst
Builds new ProofWorksheet for the next theorem after the current theorem sequence number on the ProofAsstGUI.
startNewProof(String) - Method in class mmj.pa.ProofAsst
Builds new ProofWorksheet for a theorem.
startProofWorksheet() - Method in class mmj.pa.StepUnifier
Initialization for handling unification of an entire Proof Worksheet.
startQuoteIndex - Variable in class mmj.search.QuotedSearchTerm
 
startRequestAction(ProofAsstGUI.Request) - Method in class mmj.pa.ProofAsstGUI
 
startupProofWorksheetFile - Variable in class mmj.pa.ProofAsstPreferences
Startup Proof Worksheet File to be displayed when the ProofAsstGUI is first displayed.
statementAmbiguityParm - Variable in class mmj.util.GrammarBoss
 
Statementizer - Class in mmj.mmio
Load input MetaMath tokens for a single Metamath statement into a "work" structure, SrcStmt.
Statementizer(Tokenizer) - Constructor for class mmj.mmio.Statementizer
Construct a Statementizer from a Tokenizer.
Stats - Class in mmj.search
 
Stats() - Constructor for class mmj.search.Stats
 
STATS_0_ID - Static variable in class mmj.search.SearchOptionsConstants
 
STATS_1_ID_SUMMARY_STATS - Static variable in class mmj.search.SearchOptionsConstants
 
STATS_2_ID_DETAILED_STATS - Static variable in class mmj.search.SearchOptionsConstants
 
STATS_3_ID_SEARCH_ARGS - Static variable in class mmj.search.SearchOptionsConstants
 
STATS_4_ID_SEARCH_RESULTS - Static variable in class mmj.search.SearchOptionsConstants
 
STATS_5_ID_CHAP_SEC_HIERARCHY - Static variable in class mmj.search.SearchOptionsConstants
 
STATS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
STATS_VALUES - Static variable in class mmj.search.SearchOptionsConstants
 
StatsScrnMap - Class in mmj.search
 
StatsScrnMap() - Constructor for class mmj.search.StatsScrnMap
 
STATUS_DESC - Static variable in class mmj.pa.PaConstants
Descriptions for ProofWorkStmt.status values.
step - Variable in class mmj.pa.PaConstants.StepContext
 
step - Variable in class mmj.pa.StepRequest
 
step - Variable in class mmj.verify.ProofDerivationStepEntry
stepNbr is an integer ranging from 1 through n - 1, where 'n' is the last derivation step of the proof -- and the final step number is "qed".
STEP_SEARCH_ITEM_TEXT - Static variable in class mmj.pa.PaConstants
 
STEP_SEARCH_TITLE_LITERAL_1 - Static variable in class mmj.search.SearchOptionsConstants
 
STEP_SEARCH_TITLE_LITERAL_1 - Static variable in class mmj.search.SearchResultsConstants
 
STEP_SEARCH_TITLE_STEP_LITERAL - Static variable in class mmj.search.SearchOptionsConstants
 
STEP_SEARCH_TITLE_STEP_LITERAL - Static variable in class mmj.search.SearchResultsConstants
 
STEP_SELECTOR_DIALOG_HIDE_BUTTON_CAPTION - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_DIALOG_HIDE_BUTTON_CAPTION = 'Hide Dialog'.
STEP_SELECTOR_DIALOG_LIST_CAPTION_PREFIX - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_DIALOG_LIST_CAPTION_PREFIX = 'Step '
STEP_SELECTOR_DIALOG_LIST_CAPTION_SUFFIX - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_DIALOG_LIST_CAPTION_SUFFIX = ' Unifiable Assertions'
STEP_SELECTOR_DIALOG_PANE_HEIGHT_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for StepSelectorDialogPaneHeight RunParm.
STEP_SELECTOR_DIALOG_PANE_HEIGHT_MAX - Static variable in class mmj.pa.PaConstants
Maximum value for StepSelectorDialogPaneHeight RunParm.
STEP_SELECTOR_DIALOG_PANE_HEIGHT_MIN - Static variable in class mmj.pa.PaConstants
Minimum value for StepSelectorDialogPaneHeight RunParm.
STEP_SELECTOR_DIALOG_PANE_WIDTH_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for StepSelectorDialogPaneWidth RunParm.
STEP_SELECTOR_DIALOG_PANE_WIDTH_MAX - Static variable in class mmj.pa.PaConstants
Maximum value for StepSelectorDialogPaneWidth RunParm.
STEP_SELECTOR_DIALOG_PANE_WIDTH_MIN - Static variable in class mmj.pa.PaConstants
Minimum value for StepSelectorDialogPaneWidth RunParm.
STEP_SELECTOR_DIALOG_POPUP_SET_BUTTON_CAPTION - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_DIALOG_POPUP_SET_BUTTON_CAPTION = 'Apply Selection To Step And Unify Proof?'.
STEP_SELECTOR_DIALOG_SET_BUTTON_CAPTION - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_DIALOG_SET_BUTTON_CAPTION = 'Apply Selection To Step And Unify Proof'.
STEP_SELECTOR_DIALOG_TITLE - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_DIALOG_TITLE = 'StepSelectorDialog'.
STEP_SELECTOR_FORMULA_LABEL_SEPARATOR - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_FORMULA_LABEL_SEPARATOR = ' ::= '.
STEP_SELECTOR_FORMULA_LOG_HYP_SEPARATOR - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_FORMULA_LOG_HYP_SEPARATOR = ' && '.
STEP_SELECTOR_FORMULA_YIELDS_SEPARATOR - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_FORMULA_YIELDS_SEPARATOR = ' ==> '.
STEP_SELECTOR_LIST_END_LITERAL - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_LIST_END_LITERAL = ***END
STEP_SELECTOR_LIST_MORE_LITERAL - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_LIST_MORE_LITERAL = ***MORE
STEP_SELECTOR_MAX_RESULTS_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for StepSelectorMaxResults RunParm.
STEP_SELECTOR_MAX_RESULTS_MAXIMUM - Static variable in class mmj.pa.PaConstants
Maximum value for StepSelectorMaxResults RunParm.
STEP_SELECTOR_SEARCH_FORMULA_INDENT - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_SEARCH_FORMULA_INDENT = ' '.
STEP_SELECTOR_SEARCH_HYP_LOOKUP_MAX - Static variable in class mmj.pa.PaConstants
STEP_SELECTOR_SEARCH_HYP_LOOKUP_MAX = '3'.
STEP_SELECTOR_SHOW_SUBSTITUTIONS_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for StepSelectorShowSubstitutions RunParm.
STEP_UNIFIER_APPLIED_ARRAY_LEN_INIT - Static variable in class mmj.pa.PaConstants
Applied array init size.
STEP_UNIFIER_APPLIED_ARRAY_LEN_MAX - Static variable in class mmj.pa.PaConstants
Applied array max size.
StepContext(String) - Constructor for class mmj.pa.PaConstants.StepContext
 
stepRequest - Variable in class mmj.pa.ProofWorksheet
 
StepRequest - Class in mmj.pa
StepRequest contains the StepSelector search results and is passed to the ProofAsstGUI for use in generating the StepSelectorDialog.
StepRequest(StepRequest.StepRequestType) - Constructor for class mmj.pa.StepRequest
Constructor for StepRequest
StepRequest(StepRequest.StepRequestType, String, Object) - Constructor for class mmj.pa.StepRequest
Constructor for StepRequest
StepRequest.StepRequestType - Enum in mmj.pa
 
stepSelectorBatchTest(Reader, Messages, OutputBoss, int, int) - Method in class mmj.pa.ProofAsst
Exercises the StepSelectorSearch for one proof.
StepSelectorDialog - Class in mmj.pa
StepSelectorDialog is used by ProofAsstGUI to allow the user to choose from a list of unifying assertions for a given proof step.
StepSelectorDialog(Frame, StepSelectorResults, ProofAsstGUI, ProofAsstPreferences, Font) - Constructor for class mmj.pa.StepSelectorDialog
 
stepSelectorDialogPaneHeight - Variable in class mmj.pa.ProofAsstPreferences
 
stepSelectorDialogPaneWidth - Variable in class mmj.pa.ProofAsstPreferences
 
StepSelectorItem - Class in mmj.pa
StepSelectorItem contains a single result obtained from the StepSelector search.
StepSelectorItem(Assrt, String[]) - Constructor for class mmj.pa.StepSelectorItem
Constructor for StepSelectorItem
stepSelectorMaxResults - Variable in class mmj.pa.ProofAsstPreferences
 
stepSelectorResults - Variable in class mmj.pa.ProofWorksheet
 
StepSelectorResults - Class in mmj.pa
StepSelectorResults contains the StepSelector search results and is passed to the ProofAsstGUI for use in generating the StepSelectorDialog.
StepSelectorResults(String, Assrt[], String[]) - Constructor for class mmj.pa.StepSelectorResults
Constructor for StepSelectorResults
StepSelectorSearch - Class in mmj.pa
StepSelectorSearch builds StepSelectorResults for a single derivation proof step.
StepSelectorSearch(ProofAsstPreferences, VerifyProofs, Cnst, List<Assrt>) - Constructor for class mmj.pa.StepSelectorSearch
Constructor for StepSelectorSearch
stepSelectorShowSubstitutions - Variable in class mmj.pa.ProofAsstPreferences
 
StepSelectorStore - Class in mmj.pa
StepSelectorStore accumulates StepSelector results.
StepSelectorStore(ProofAsstPreferences) - Constructor for class mmj.pa.StepSelectorStore
Simple constructor for the most basic StepSelectorStore.
stepsWithLocalRefs - Variable in class mmj.pa.ProofWorksheet
 
StepUnifier - Class in mmj.pa
StepUnifier implements an algorithm based on Robinson's original unification algorithm to unify two formulas.
StepUnifier(WorkVarManager) - Constructor for class mmj.pa.StepUnifier
Constructor for StepUnifier.
stmt - Variable in class mmj.lang.ParseNode
Stmt object reference, either a Hyp or an Assrt.
stmt - Variable in class mmj.lang.ParseTree.RPNStep
 
Stmt - Class in mmj.lang
Stmt is the parent class of all Metamath Hyps (hypotheses) and Assrts.
Stmt(int, Map<String, Sym>, Map<String, Stmt>, String) - Constructor for class mmj.lang.Stmt
Construct using sequence number and id string.
Stmt(int, String, Formula, ParseTree) - Constructor for class mmj.lang.Stmt
Construct temp Stmt using precomputed values and doing no validation.
STMT_TBL_INITIAL_SIZE_DEFAULT - Static variable in class mmj.lang.LangConstants
Default initial size of Statement Table, large enough to handle set.mm times 1.5.
STMT_TBL_INITIAL_SIZE_MINIMUM - Static variable in class mmj.lang.LangConstants
Minimum size of Statement Table.
stmtIsIncomplete() - Method in class mmj.pa.CommentStmt
 
stmtIsIncomplete() - Method in class mmj.pa.DerivationStep
Returns true if the DerivationStep is considered incomplete.
stmtIsIncomplete() - Method in class mmj.pa.DistinctVariablesStmt
Returns false, DistinctVariablesStmt never "incomplete" in ProofWorksheet terms.
stmtIsIncomplete() - Method in class mmj.pa.FooterStmt
 
stmtIsIncomplete() - Method in class mmj.pa.GeneratedProofStmt
 
stmtIsIncomplete() - Method in class mmj.pa.HeaderStmt
 
stmtIsIncomplete() - Method in class mmj.pa.HypothesisStep
 
stmtIsIncomplete() - Method in class mmj.pa.MacroStmt
 
stmtIsIncomplete() - Method in class mmj.pa.ProofWorkStmt
Is statement incomplete?
stmtTbl - Variable in class mmj.verify.Grammar
 
stmtTblInitialSizeParm - Variable in class mmj.util.LogicalSystemBoss
 
stop() - Method in class mmj.util.StopWatch
 
stopInstrumentationTimer(String) - Method in class mmj.lang.Messages
 
StopWatch - Class in mmj.util
This is a very simple stop-watch class.
StopWatch() - Constructor for class mmj.util.StopWatch
 
StopWatch(boolean) - Constructor for class mmj.util.StopWatch
 
storeArgError(SearchOutput, String, String, String) - Method in class mmj.search.SearchArgsField
 
storeBoss - Variable in class mmj.util.BatchFramework
 
StoreBoss - Class in mmj.util
Manages access to the WorkVarManager resource and processes Work Var RunParms.
StoreBoss(BatchFramework) - Constructor for class mmj.util.StoreBoss
Constructor with BatchFramework for access to environment.
storeError(SearchError) - Method in class mmj.search.SearchOutput
 
storeError(int, int, String) - Method in class mmj.search.SearchOutput
 
storeFormulasAsIs - Variable in class mmj.tl.TlPreferences
 
storeInLogSysAndMMTFolder(ProofWorksheet, LogicalSystem, Messages, ProofAsst) - Method in class mmj.tl.TheoremLoader
Stores a unified ProofWorksheet in the Logical System and the MMT Folder.
storeInMMTFolder(ProofWorksheet, LogicalSystem, Messages, ProofAsst) - Method in class mmj.tl.TheoremLoader
Stores a unified ProofWorksheet in the MMT Folder.
StoreInMMTFolderTLRequest - Class in mmj.tl
StoreInMMTFolderTLRequest implements a user request for a TheoremLoader operation.
StoreInMMTFolderTLRequest() - Constructor for class mmj.tl.StoreInMMTFolderTLRequest
 
storeMMIndentAmt - Variable in class mmj.tl.TlPreferences
 
storeMMRightCol - Variable in class mmj.tl.TlPreferences
 
storeMMTTheoremFile(String, List<StringBuilder>) - Method in class mmj.tl.MMTFolder
Stores a theorem in the MMTFolder as a MMT Theorem file.
storeNewSection(Section) - Method in class mmj.lang.Chapter
Records the presence of a new Section with a Chapter.
STRING_FALSE - Static variable in class mmj.search.SearchResultsConstants
 
STRING_TRUE - Static variable in class mmj.search.SearchResultsConstants
 
structuralErrors - Variable in class mmj.pa.ProofWorksheet
 
subst(ParseNode) - Method in class mmj.transforms.PropertyTemplate
 
subst - Variable in class mmj.transforms.Prover.ProverResult
 
substFrom - Variable in class mmj.verify.SubstMapEntry
substFrom -- a Var to be replaced by an expression or variable.
Substitutions - Class in mmj.search
 
Substitutions() - Constructor for class mmj.search.Substitutions
 
SUBSTITUTIONS_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
SubstitutionsScrnMap - Class in mmj.search
 
SubstitutionsScrnMap() - Constructor for class mmj.search.SubstitutionsScrnMap
 
SubstMapEntry - Class in mmj.verify
SubstMapEntry is a data structure used in an array in VerifyProofs for making variable substitutions.
SubstMapEntry() - Constructor for class mmj.verify.SubstMapEntry
Default Constructor.
SubstMapEntry(Sym, Sym[]) - Constructor for class mmj.verify.SubstMapEntry
Construct using substFrom and substTo.
substTo - Variable in class mmj.verify.SubstMapEntry
substTo -- an expression or variable to replace substFrom.
subTreeIterator(boolean) - Method in class mmj.lang.ParseNode
 
SubTreeIterator(ParseNode, boolean) - Constructor for class mmj.lang.ParseNode.SubTreeIterator
 
subTrees - Variable in class mmj.transforms.AssocTree
 
successor() - Method in class mmj.verify.GRNode
 
supportImplicationPrefix - Variable in class mmj.transforms.TransformationManager
This constant indicates whether we should try to indicate implication prefix and perform auto-transformations with it.
SVC_PATH_ARGUMENT_INDEX - Static variable in class mmj.util.UtilConstants
 
SVC_PATH_ARGUMENT_LITERAL - Static variable in class mmj.util.UtilConstants
 
SVC_PATH_REPORT_LINE_3 - Static variable in class mmj.util.UtilConstants
 
svcBoss - Variable in class mmj.util.BatchFramework
 
SvcBoss - Class in mmj.util
Manages access to the facilities which allow use of mmj2 as a service.
SvcBoss(BatchFramework) - Constructor for class mmj.util.SvcBoss
Constructor with BatchFramework for access to environment.
SvcCallback - Interface in mmj.svc
Interface for using mmj2 as a service.
swapHyps(int, int) - Method in class mmj.pa.DerivationStep
Swap two hyp references in a DerivationStep.
Sym - Class in mmj.lang
Sym holds a declared Metamath symbol and is the base class for Cnst and Var.
Sym(int, String) - Constructor for class mmj.lang.Sym
Construct using sequence number and id string.
Sym(int, Map<?, ?>, Map<?, ?>, String) - Constructor for class mmj.lang.Sym
Construct using sequence number and id string.
SYM_TBL_INITIAL_SIZE_DEFAULT - Static variable in class mmj.lang.LangConstants
Default initial size of Symbol Table, large enough to handle set.mm times 1.5.
SYM_TBL_INITIAL_SIZE_MINIMUM - Static variable in class mmj.lang.LangConstants
Minimum size of Symbol Table.
symList - Variable in class mmj.mmio.SrcStmt
symlist is the 2nd through nth symbols in the Metamath source statement.
symTbl - Variable in class mmj.verify.Grammar
 
symTblInitialSizeParm - Variable in class mmj.util.LogicalSystemBoss
 
SYNONYM_FALSE_1 - Static variable in class mmj.pa.PaConstants
 
SYNONYM_FALSE_1 - Static variable in class mmj.tl.TlConstants
SYNONYM_FALSE_1, 2 and 3 = "false", "off" and "no".
SYNONYM_FALSE_2 - Static variable in class mmj.pa.PaConstants
 
SYNONYM_FALSE_2 - Static variable in class mmj.tl.TlConstants
 
SYNONYM_FALSE_3 - Static variable in class mmj.pa.PaConstants
 
SYNONYM_FALSE_3 - Static variable in class mmj.tl.TlConstants
 
SYNONYM_TRUE_1 - Static variable in class mmj.pa.PaConstants
 
SYNONYM_TRUE_1 - Static variable in class mmj.tl.TlConstants
SYNONYM_TRUE_1, 2 and 3 = "true", "on" and "yes".
SYNONYM_TRUE_2 - Static variable in class mmj.pa.PaConstants
 
SYNONYM_TRUE_2 - Static variable in class mmj.tl.TlConstants
 
SYNONYM_TRUE_3 - Static variable in class mmj.pa.PaConstants
 
SYNONYM_TRUE_3 - Static variable in class mmj.tl.TlConstants
 
SYNTAX_VERIFIER_DEFAULT - Static variable in class mmj.lang.LangConstants
Default SyntaxVerifier is null, meaning no grammar or syntax parsing/verification is done automatically.
syntaxToDefn - Variable in class mmj.setmm.FolTranslator
 
SyntaxVerifier - Interface in mmj.lang
Interface to Syntax Verification (aka "Grammar", "grammatical parsing" and "syntactic analysis").
sysErr - Variable in class mmj.util.OutputBoss
 
sysErrPrint(String) - Method in class mmj.util.OutputBoss
Common routine for printing to SysErr.
sysErrPrintln(String) - Method in class mmj.util.OutputBoss
Common routine for printing a line to SysErr.
sysOut - Variable in class mmj.util.Dump
 
sysOut - Variable in class mmj.util.OutputBoss
 
sysOutDumpAPrintLn(StringBuilder) - Method in class mmj.util.Dump
Print a line from a StringBuilder.
sysOutDumpAPrintLn(String) - Method in class mmj.util.Dump
Print a line from a String.
sysOutPrint(String, int) - Method in class mmj.util.OutputBoss
Common routine for printing to SysOut.
sysOutPrint(String) - Method in class mmj.util.OutputBoss
Common routine for printing to SysOut.
sysOutPrintln(String, int) - Method in class mmj.util.OutputBoss
Common routine for printing a line to SysOut if the input verbosity number is less than or equal to the OutputVerbosity RunParm
sysOutPrintln(String) - Method in class mmj.util.OutputBoss
Common routine for printing a line to SysOut.
Systemizer - Class in mmj.mmio
Feed SystemLoader interface with SrcStmt objects from Statementizer.
Systemizer() - Constructor for class mmj.mmio.Systemizer
 
systemizer - Variable in class mmj.util.LogicalSystemBoss
 
SystemLoader - Interface in mmj.lang
Interface for loading Metamath statements into a Logic System.

T

targetVarHyp - Variable in class mmj.lang.VarHypSubst
 
template - Variable in class mmj.transforms.ClosureInfo.ResultClosureInfo
The used template (e.g.
template - Variable in class mmj.transforms.ClosureInfo.TemplDetectRes
 
templateReplace - Static variable in class mmj.transforms.PropertyTemplate
The place in the template which could be replaced
TemplDetectRes(VarHyp[], PropertyTemplate) - Constructor for class mmj.transforms.ClosureInfo.TemplDetectRes
 
terminateStartupMode() - Method in class mmj.util.MMJ2FailPopupWindow
Ends startupMode so that only Fail messages are shown.
termIncludeFile(Deque<IncludeFile>, Statementizer) - Static method in class mmj.mmio.IncludeFile
Terminates processing of the current include file, "pops the stack", and restores the previous include file for further Statementizer processing.
test(T) - Method in interface mmj.pa.BaseSetting
 
TEST_OPTION_ARGUMENT_INDEX - Static variable in class mmj.util.UtilConstants
 
text - Variable in class mmj.search.QuotedSearchTerm
 
TEXT_SEPARATORS_LABEL_TEXT - Static variable in class mmj.search.SearchOptionsConstants
 
textAtTop - Variable in class mmj.pa.ProofAsstPreferences
Proof Text At Top option for ProofAsstGUI.
textColumns - Variable in class mmj.tmff.TMFFPreferences
Number of text columns used to display formulas.
textRows - Variable in class mmj.tmff.TMFFPreferences
Number of text rows used to display formulas.
Theorem - Class in mmj.lang
Theorem corresponds to a Metamath "$p" statement, AKA, a "provable assertion" .
Theorem(int, List<ScopeDef>, Map<String, Sym>, Map<String, Stmt>, String, int, String, List<String>, List<String>, Messages) - Constructor for class mmj.lang.Theorem
Construct Theorem using the entire enchilada from mmj.mmio.SrcStmt.java, plus a few condiments.
Theorem(int, List<ScopeDef>, Map<String, Sym>, Map<String, Stmt>, String, int, String, List<String>, List<String>, BlockList, ProofCompression, Messages) - Constructor for class mmj.lang.Theorem
Construct Theorem using the entire enchilada from mmj.mmio.SrcStmt.java including compressed proof blocks.
theorem - Variable in class mmj.pa.ProofWorksheet
 
THEOREM_LOADER_AUDIT_MESSAGES_DEFAULT - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_AUDIT_MESSAGES_DEFAULT = "Yes"
THEOREM_LOADER_BOSS_FILE_BUFFER_SIZE - Static variable in class mmj.util.UtilConstants
 
THEOREM_LOADER_DJ_VARS_OPTION_DEFAULT - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_DJ_VARS_OPTION_DEFAULT = "NoUpdate"
THEOREM_LOADER_STORE_FORMULAS_ASIS_DEFAULT - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_STORE_FORMULAS_ASIS_DEFAULT = "yes"
THEOREM_LOADER_STORE_MM_INDENT_AMT_DEFAULT - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_STORE_MM_INDENT_AMT_DEFAULT = 2
THEOREM_LOADER_STORE_MM_INDENT_AMT_MAX - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_STORE_MM_INDENT_AMT_MAX = 9
THEOREM_LOADER_STORE_MM_INDENT_AMT_MIN - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_STORE_MM_INDENT_AMT_MIN = 0
THEOREM_LOADER_STORE_MM_RIGHT_COL_DEFAULT - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_STORE_MM_RIGHT_COL_DEFAULT = 79
THEOREM_LOADER_STORE_MM_RIGHT_COL_MAX - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_STORE_MM_RIGHT_COL_MAX = 9999
THEOREM_LOADER_STORE_MM_RIGHT_COL_MIN - Static variable in class mmj.tl.TlConstants
THEOREM_LOADER_STORE_MM_RIGHT_COL_MIN = 70
TheoremContext(String) - Constructor for class mmj.pa.PaConstants.TheoremContext
 
TheoremLoader - Class in mmj.tl
The Theorem Loader facility's main control module.
TheoremLoader(TlPreferences) - Constructor for class mmj.tl.TheoremLoader
Main constructor for TheoremLoader.
theoremLoaderBoss - Variable in class mmj.util.BatchFramework
 
TheoremLoaderBoss - Class in mmj.util
Responsible for building and referencing TheoremLoader.
TheoremLoaderBoss(BatchFramework) - Constructor for class mmj.util.TheoremLoaderBoss
Constructor with BatchFramework for access to environment.
theoremLoaderCommit(MMTTheoremSet) - Method in class mmj.lang.LogicalSystem
Finalizes any changes made to the mmj2 state by TheoremLoader for a mmtTheoremSet set of updates.
TheoremLoaderCommitListener - Interface in mmj.tl
Interface for Theorem Loader update commits.
TheoremLoaderException - Exception in mmj.tl
Thrown by package mmj.tl methods when a theorem load error is detected.
TheoremLoaderException(ErrorCode, Object...) - Constructor for exception mmj.tl.TheoremLoaderException
Constructor, TheoremLoaderException with error message.
TheoremLoaderException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.tl.TheoremLoaderException
Constructor, TheoremLoaderException with error message and cause.
theoremLoaderRollback(MMTTheoremSet, MMJException, Messages, boolean) - Method in class mmj.lang.LogicalSystem
Reverses any changes made to the mmj2 state by TheoremLoader for a mmtTheoremSet set of updates.
TheoremStmtGroup - Class in mmj.tl
TheoremStmtGroup represents the contents of a MMTTheoremFile as well as state variables pertaining to work performed loading the theorem into the LogicalSystem.
TheoremStmtGroup(MMTTheoremFile, LogicalSystem, Messages, TlPreferences) - Constructor for class mmj.tl.TheoremStmtGroup
Constructor for TheoremStmtGroup.
thm - Variable in class mmj.pa.PaConstants.TheoremContext
 
THRU_CHAP_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
THRU_SEC_FIELD_ID - Static variable in class mmj.search.SearchOptionsConstants
 
ThruChap - Class in mmj.search
 
ThruChap() - Constructor for class mmj.search.ThruChap
 
thruChapIdUpdated(int) - Method in class mmj.search.FromChapScrnMap
 
ThruChapScrnMap - Class in mmj.search
 
ThruChapScrnMap(String[], ThruSecScrnMap) - Constructor for class mmj.search.ThruChapScrnMap
 
ThruSec - Class in mmj.search
 
ThruSec() - Constructor for class mmj.search.ThruSec
 
ThruSecScrnMap - Class in mmj.search
 
ThruSecScrnMap(DefaultComboBoxModel<String>, String[][]) - Constructor for class mmj.search.ThruSecScrnMap
 
TITLE_LOC_AFTER_LITERAL - Static variable in class mmj.search.SearchOptionsConstants
 
TITLE_LOC_AFTER_LITERAL - Static variable in class mmj.search.SearchResultsConstants
 
TITLE_STMT_LITERAL - Static variable in class mmj.search.SearchOptionsConstants
 
TITLE_STMT_LITERAL - Static variable in class mmj.search.SearchResultsConstants
 
TITLE_THEOREM_LITERAL - Static variable in class mmj.search.SearchOptionsConstants
 
TITLE_THEOREM_LITERAL - Static variable in class mmj.search.SearchResultsConstants
 
TlConstants - Class in mmj.tl
(Most) Constants used in mmj.tl classes
TlConstants() - Constructor for class mmj.tl.TlConstants
 
TlConstants.DjVarsOption - Enum in mmj.tl
 
TlPreferences - Class in mmj.tl
Holds user settings/preferences used by the Theorem Loader.
TlPreferences(LogicalSystem, SessionStore) - Constructor for class mmj.tl.TlPreferences
Constructor for TlPreferences.
TLRequest - Interface in mmj.tl
Implements a user request for a TheoremLoader operation on a ProofWorksheet.
TMFF_ALT_FORMAT_NBR_DEFAULT - Static variable in class mmj.tmff.TMFFConstants
Default setting for Alternate Format Number.
TMFF_ALT_INDENT_DEFAULT - Static variable in class mmj.tmff.TMFFConstants
Default setting for TMFF Alt Indent amount
TMFF_AT_VALUE - Static variable in class mmj.tmff.TMFFConstants
TMFFMethod 'atValue' parameter.
TMFF_BY_VALUE - Static variable in class mmj.tmff.TMFFConstants
TMFFMethod 'byValue' parameter.
TMFF_CURR_FORMAT_NBR_DEFAULT - Static variable in class mmj.tmff.TMFFConstants
Default setting for Current Format Number.
TMFF_DEFAULT_DEFINE_FORMAT_PARAMS - Static variable in class mmj.tmff.TMFFConstants
 
TMFF_DEFAULT_DEFINE_SCHEME_PARAMS - Static variable in class mmj.tmff.TMFFConstants
 
TMFF_MAX_FORMAT_NBR - Static variable in class mmj.tmff.TMFFConstants
The highest permissible Format Number.
TMFF_MAX_INDENT - Static variable in class mmj.tmff.TMFFConstants
The highest permissible Indent amount.
TMFF_METHOD_USER_NAME_ALIGN_COLUMN - Static variable in class mmj.tmff.TMFFConstants
Hardcoded user name of TMFFMethod TMFFAlignColumn.
TMFF_METHOD_USER_NAME_FLAT - Static variable in class mmj.tmff.TMFFConstants
Hardcoded user name of TMFFMethod TMFFFlat.
TMFF_METHOD_USER_NAME_TWO_COLUMN_ALIGNMENT - Static variable in class mmj.tmff.TMFFConstants
Hardcoded user name of TMFFMethod TMFFTwoColumnAlignment.
TMFF_METHOD_USER_NAME_UNFORMATTED - Static variable in class mmj.tmff.TMFFConstants
Hardcoded user name of TMFFMethod TMFFUnformatted.
TMFF_UNFORMATTED_FORMAT_NBR_0 - Static variable in class mmj.tmff.TMFFConstants
Format 'Unformatted' is assigned Format Number 0.
TMFF_UNFORMATTED_SCHEME_NAME - Static variable in class mmj.tmff.TMFFConstants
Hardcoded TMFFScheme name for Unformatted output.
TMFF_USE_INDENT_DEFAULT - Static variable in class mmj.tmff.TMFFConstants
Default setting for TMFF Use Indent amount
TMFFAlignColumn - Class in mmj.tmff
TMFFAlignColumn aligns portions of a sub-expression into a single column when splitting the sub-expression across multiple lines.
TMFFAlignColumn() - Constructor for class mmj.tmff.TMFFAlignColumn
Default constructor.
TMFFAlignColumn(int, String, int, String) - Constructor for class mmj.tmff.TMFFAlignColumn
Standard constructor for TMFFAlignColumn.
TMFFAlignColumn(String, String, String, String) - Constructor for class mmj.tmff.TMFFAlignColumn
Constructor for TMFFAlignColumn from user parameters.
tmffBoss - Variable in class mmj.util.BatchFramework
 
TMFFBoss - Class in mmj.util
Responsible for building a TMFFPreferences object, ensuring its integrity, and providing references to it upon demand.
TMFFBoss(BatchFramework) - Constructor for class mmj.util.TMFFBoss
Constructor with BatchFramework for access to environment.
TMFFConstants - Class in mmj.tmff
Constants used in mmj.tmff package.
TMFFConstants() - Constructor for class mmj.tmff.TMFFConstants
 
TMFFConstants.AlignType - Enum in mmj.tmff
List of alignment type names as input by users.
TMFFException - Exception in mmj.tmff
Used internally in the TMFF classes of mmj.lang.
TMFFException() - Constructor for exception mmj.tmff.TMFFException
Default Constructor, TMFFException.
TMFFException(String) - Constructor for exception mmj.tmff.TMFFException
Contructor, TMFFException with error message.
TMFFFlat - Class in mmj.tmff
TMFFFlat renders a formula into a single line of text.
TMFFFlat() - Constructor for class mmj.tmff.TMFFFlat
Standard constructor for TMFFFlat.
TMFFFormat - Class in mmj.tmff
TMFFFormat holds an instantiated TMFFScheme and a format number assigned by the user.
TMFFFormat() - Constructor for class mmj.tmff.TMFFFormat
Default constructor.
TMFFFormat(String[], TMFFPreferences) - Constructor for class mmj.tmff.TMFFFormat
Constructor for TMFFFormat using user parameters.
TMFFFormat(String, TMFFScheme) - Constructor for class mmj.tmff.TMFFFormat
Standard constructor for TMFFFormat.
TMFFFormat(int, TMFFScheme) - Constructor for class mmj.tmff.TMFFFormat
Standard constructor for TMFFFormat.
tmffFormulaSB - Variable in class mmj.pa.ProofWorksheet
 
TMFFMethod - Class in mmj.tmff
TMFFMethod is the base class for text mode formula formatting (TMFF) methods.
TMFFMethod() - Constructor for class mmj.tmff.TMFFMethod
Default constructor.
TMFFMethod(String) - Constructor for class mmj.tmff.TMFFMethod
Constructor for TMFFMethod using user parameters.
TMFFMethod(int) - Constructor for class mmj.tmff.TMFFMethod
Standard constructor for TMFFMethod.
tmffPreferences - Variable in class mmj.pa.ProofAsstPreferences
 
tmffPreferences - Variable in class mmj.pa.ProofWorksheet
 
TMFFPreferences - Class in mmj.tmff
Holds user settings/preferences used by the Text Mode Formula Formatting (TMFF) code and provides helper routines to invoke formula rendering methods.
TMFFPreferences(SessionStore) - Constructor for class mmj.tmff.TMFFPreferences
Default constructor for TMFFPreferences.
tmffPreferences - Variable in class mmj.util.Dump
 
tmffReformat() - Method in class mmj.pa.CommentStmt
Reformats Derivation Step using TMFF.
tmffReformat() - Method in class mmj.pa.DerivationStep
Reformats Derivation Step using TMFF.
tmffReformat() - Method in class mmj.pa.DistinctVariablesStmt
Reformats Derivation Step using TMFF.
tmffReformat() - Method in class mmj.pa.FooterStmt
Reformats Derivation Step using TMFF.
tmffReformat() - Method in class mmj.pa.GeneratedProofStmt
Reformats Derivation Step using TMFF.
tmffReformat() - Method in class mmj.pa.HeaderStmt
Reformats Derivation Step using TMFF.
tmffReformat() - Method in class mmj.pa.HypothesisStep
Reformats Hypothesis Step using TMFF.
tmffReformat() - Method in class mmj.pa.MacroStmt
Reformats Derivation Step using TMFF.
tmffReformat(boolean, String, int) - Method in class mmj.pa.ProofAsst
Reformats a ProofWorksheet using TMFF.
tmffReformat() - Method in class mmj.pa.ProofStepStmt
Reformats Derivation Step using TMFF.
tmffReformat(boolean) - Method in class mmj.pa.ProofWorksheet
Reformats all or just one ProofStepStmt using TMFF.
tmffReformat() - Method in class mmj.pa.ProofWorkStmt
Reformats Derivation Step using TMFF.
TMFFScheme - Class in mmj.tmff
TMFFScheme holds an instantiated TMFFMethod and a name assigned by a user to the Scheme.
TMFFScheme() - Constructor for class mmj.tmff.TMFFScheme
Default constructor for TMFFScheme.
TMFFScheme(String[]) - Constructor for class mmj.tmff.TMFFScheme
Constructor for TMFFScheme used by TMFFBoss and BatchMMJ2.
TMFFScheme(String, TMFFMethod) - Constructor for class mmj.tmff.TMFFScheme
Standard constructor for TMFFScheme.
tmffSP - Variable in class mmj.pa.ProofWorksheet
 
TMFFStateParams - Class in mmj.tmff
TMFFStateParams holds the state data used throughout processing in the TMFF rendering code.
TMFFStateParams(StringBuilder, int, TMFFPreferences) - Constructor for class mmj.tmff.TMFFStateParams
Standard constructor for TMFFStateParams.
TMFFTwoColumnAlignment - Class in mmj.tmff
TMFFTwoColumnAlignment aligns portions of a sub-expression into a two columns when splitting the sub-expression across multiple lines: the left column is used for constants and the right column is used for variables.
TMFFTwoColumnAlignment() - Constructor for class mmj.tmff.TMFFTwoColumnAlignment
Default constructor.
TMFFTwoColumnAlignment(int) - Constructor for class mmj.tmff.TMFFTwoColumnAlignment
Standard constructor for TMFFTwoColumnAlignment.
TMFFTwoColumnAlignment(String) - Constructor for class mmj.tmff.TMFFTwoColumnAlignment
Constructor for TMFFTwoColumnAlignment from user parameters.
TMFFUnformatted - Class in mmj.tmff
TMFFUnformatted overrides basic the TMFFMethod renderFormula method to provide the old, unformatted output used previously in mmj2.
TMFFUnformatted() - Constructor for class mmj.tmff.TMFFUnformatted
Standard constructor for TMFFUnformatted.
toArray() - Method in class mmj.verify.LRParser.ParseSet
 
toArray(T[]) - Method in class mmj.verify.LRParser.ParseSet
 
toggleAltFormatAndIndentParms() - Method in class mmj.tmff.TMFFPreferences
Toggles the alternate and current format and indent parameters when the ProofAsstGUI Reformat Proof Swap Alt menu item is selected.
toJSONString() - Method in class mmj.lang.Stmt
Needed for JSONification of Stmts.
toJSONString() - Method in interface mmj.pa.BaseSetting.JSONSetting
 
Token() - Constructor for class mmj.pa.WorksheetTokenizer.Token
 
Tokenizer - Class in mmj.mmio
Parse a Metamath .mm file into Metamath tokens.
Tokenizer(Reader, String) - Constructor for class mmj.mmio.Tokenizer
Constructs Tokenizer from a Reader.
Tokenizer(Reader, String, long) - Constructor for class mmj.mmio.Tokenizer
Constructs Tokenizer from a Reader, with "skipahead n", where n = nbrCharsToBypass.
TOOL_TIP_APPLY - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_AUTO_SELECT - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_BOOL - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_CANCEL - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_CANCEL - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_CHAP_SEC_HIERARCHY - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_COMMENTS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_DOUBLE_QUOTE - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_EXCL_LABELS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_FOR_WHAT - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_FORMAT - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_FROM_CHAP - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_FROM_SEC - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_HELP - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_HELP - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_IN_WHAT - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MAX_EXT_RESULTS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MAX_HYPS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MAX_INCOMP_HYPS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MAX_RESULTS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MAX_TIME - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MIN_HYPS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MIN_PROOF_REFS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MINUS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_MINUS - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_NEW - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_OPER - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_OR - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_OUTPUT_SORT - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_PA - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_PA - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_PART - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_PLUS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_PLUS - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_PREV_STEPS_CHECKED - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_REFINE - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_RESET_CONTROLS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_RESET_DATA - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_RESULTS_CHECKED - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_REUSE_DERIV_STEPS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_SEARCH - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_SEARCH_SELECTION - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_SET_DEF - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_SINGLE_QUOTE - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_SO - Static variable in class mmj.search.SearchResultsConstants
 
TOOL_TIP_SR - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_STATS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_SUBSTITUTIONS - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_THRU_CHAP - Static variable in class mmj.search.SearchOptionsConstants
 
TOOL_TIP_THRU_SEC - Static variable in class mmj.search.SearchOptionsConstants
 
toolTip - Variable in class mmj.search.SearchOptionsButtonAttr
 
toolTip - Variable in class mmj.search.SearchOptionsFieldAttr
 
toolTip - Variable in class mmj.search.SearchResultsButtonAttr
 
toolTip - Variable in class mmj.search.SearchResultsFieldAttr
 
TopologicalSorter<T> - Class in mmj.util
Sorts a directed graph, obtaining a visiting sequence ("sorted" list) that respects the "Predecessors" (as in a job/task requirements list).
TopologicalSorter(Collection<T>, TopologicalSorter.DirectedGrapher<T>, boolean) - Constructor for class mmj.util.TopologicalSorter
 
TopologicalSorter.DirectedGrapher<T> - Interface in mmj.util
 
toProofWorksheetStringBuilder(StringBuilder, int, int) - Method in class mmj.lang.Formula
Formats formula symbol strings into a column of characters within a text area.
toString() - Method in class mmj.gmff.GMFFExportParms
converts to String
toString() - Method in class mmj.gmff.GMFFUserTextEscapes
converts to String
toString() - Method in class mmj.lang.Chapter
Test code for creating diagnostics.
toString() - Method in class mmj.lang.DjVars
Converts DjVars to String.
toString() - Method in class mmj.lang.Formula
Computes a character string version of Formula for printing.
toString() - Method in class mmj.lang.MObj
Converts to MObj to String.
toString() - Method in class mmj.lang.ParseNode
 
toString() - Method in class mmj.lang.ParseNodeHolder
 
toString() - Method in class mmj.lang.ParseTree.RPNStep
 
toString() - Method in class mmj.lang.ParseTree
Converts a ParseTree to a String consisting of Stmt labels in RPN order.
toString() - Method in class mmj.lang.Section
Test code for creating diagnostics.
toString() - Method in class mmj.lang.Stmt
Converts to String.
toString() - Method in class mmj.lang.Sym
converts to String
toString() - Method in class mmj.mmio.BlockList
 
toString() - Method in class mmj.pa.DerivationStep
 
toString() - Method in class mmj.pa.HypothesisStep
 
toString() - Method in class mmj.pa.MMJException.FormatContext
 
toString() - Method in class mmj.pa.SessionStore.ExtSetting
 
toString() - Method in class mmj.pa.SessionStore.StoreSetting
 
toString() - Method in class mmj.setmm.LFTerm.LFApply
 
toString() - Method in class mmj.setmm.LFTerm.LFConst
 
toString() - Method in class mmj.setmm.LFTerm.LFLambda
 
toString() - Method in class mmj.setmm.LFTerm.LFVar
 
toString() - Method in class mmj.setmm.LFType.LFArrow
 
toString() - Method in class mmj.setmm.LFType.LFDed
 
toString() - Method in class mmj.setmm.LFType.LFPi
 
toString() - Method in class mmj.setmm.LFType.LFTypeConst
 
toString() - Method in class mmj.setmm.SetMMConstants.NotSetMMContext
 
toString() - Method in class mmj.tl.TheoremStmtGroup
Converts TheoremStmtGroup to String.
toString() - Method in class mmj.transforms.AssocTree
 
toString() - Method in class mmj.transforms.ConstSubst
 
toString() - Method in class mmj.transforms.ParseNodeHashElem
 
toString() - Method in class mmj.transforms.Prover.AssrtProver
 
toString() - Method in class mmj.transforms.Transformation
 
toString() - Method in class mmj.util.BatchCommand
 
toString() - Method in class mmj.util.RunParmArrayEntry
Converts RunParmArrayEntry to a String.
toString() - Method in class mmj.util.StopWatch
 
toString() - Method in class mmj.verify.EarleyItem
Converts EarleyItem to a string (solely for diagnostic purposes).
toString() - Method in class mmj.verify.GrammarRule
 
toString() - Method in class mmj.verify.LRParser.ParseSet
 
toString() - Method in class mmj.verify.ProofDerivationStepEntry
 
toString() - Method in class mmj.verify.SubstMapEntry
 
toStringBuilderLineList(List<StringBuilder>, StringBuilder, int, int, String) - Method in class mmj.lang.Formula
Formats formula into StringBuilder lines in a List.
totalMemory - Variable in class mmj.lang.Messages.InstrumentationTimer
 
Transformation - Class in mmj.transforms
The transformation of Transformation.originalNode to any equal node.
Transformation(TransformationManager, ParseNode) - Constructor for class mmj.transforms.Transformation
 
TransformationManager - Class in mmj.transforms
This contains information for possible automatic transformations.
TransformationManager(ProofAsst, List<Assrt>, Cnst, Messages, VerifyProofs, boolean, boolean) - Constructor for class mmj.transforms.TransformationManager
Note: Here will be performed a lot of work during the construction of this class!
transformMeToTarget(Transformation, WorksheetInfo) - Method in class mmj.transforms.AssocComTransformation
 
transformMeToTarget(Transformation, WorksheetInfo) - Method in class mmj.transforms.CommutativeTransformation
 
transformMeToTarget(Transformation, WorksheetInfo) - Method in class mmj.transforms.ReplaceTransformation
 
transformMeToTarget(Transformation, WorksheetInfo) - Method in class mmj.transforms.Transformation
This function should construct derivation step sequence from this Transformation.originalNode to target's Transformation.originalNode
translateAssrt(Assrt) - Method in class mmj.setmm.FolTranslator
 
translateProof(Assrt) - Method in class mmj.setmm.FolTranslator
 
TrConstants - Class in mmj.transforms
(Most) Constants used in mmj.transforms classes
triggerBogusStmtLineStart(String, int) - Method in class mmj.gmff.MinProofWorksheet
 
triggerConstructorError(Exception, int) - Method in class mmj.gmff.MinProofWorksheet
 
triggerInvalidHeaderConstants(int) - Method in class mmj.gmff.MinProofWorksheet
 
triggerInvalidTheoremLabel(String, int) - Method in class mmj.gmff.MinProofWorksheet
 
triggerLoadStructureException(ErrorCode, Object...) - Method in class mmj.pa.ProofWorksheet
 
triggerLoadStructureException(int, ErrorCode, Object...) - Method in class mmj.pa.ProofWorksheet
 
trManager - Variable in class mmj.transforms.Transformation
 
TrOutput - Class in mmj.transforms
 
TrOutput(Messages) - Constructor for class mmj.transforms.TrOutput
 
TrUtil - Class in mmj.transforms
 
tryToFindTransformations(ProofWorksheet, DerivationStep) - Method in class mmj.transforms.TransformationManager
The main entry point transformation function.
turnOnCheckpointing() - Method in class mmj.lang.SeqAssigner
Bit of a misnomer as this function takes a checkpoint in case a rollback is needed by TheoremLoader.
typ - Variable in class mmj.mmio.SrcStmt
VarHyp, LogHyp, Theorem and Axiom have typ, which internally corresponds to the first symbol of a Formula externally, is the first symbol following the Metamath statement's keyword ($a, $p, etc.)
typCd - Variable in class mmj.search.ParsedSearchTerm
 
type - Variable in class mmj.pa.StepRequest
 
type - Variable in class mmj.pa.WorksheetTokenizer.Token
 
type - Variable in class mmj.setmm.LFTerm.LFVar
 
typeConversionGRListAdd(TypeConversionRule) - Method in class mmj.verify.Grammar
Add TypeConversionRule to List.
TypeConversionRule - Class in mmj.verify
A Type Conversion Rule is a Grammar Rules that says that any grammatical expression of a certain type may be substituted for any expression of another grammatical Type.
TypeConversionRule() - Constructor for class mmj.verify.TypeConversionRule
Default constructor.
TypeConversionRule(Grammar, Axiom, Cnst) - Constructor for class mmj.verify.TypeConversionRule
Constructor -- default GrammarRule for base Syntax Axioms, which means no parameter "transformations".
TypeConversionRule(Grammar, NotationRule, int, NullsPermittedRule) - Constructor for class mmj.verify.TypeConversionRule
Builds a new TypeConversionRule using a Notation rule which is being "cloned" and modified by substituting the paramTransformationTree from a NullsPermittedRule for one of the existing rule's variable hypothesis paramTransformationTree nodes.
TypeConversionRule(Grammar, TypeConversionRule, int, TypeConversionRule) - Constructor for class mmj.verify.TypeConversionRule
Builds a new TypeConversionRule using an existing TypeConversion rule which is being "cloned" and and modified by substituting the paramTransformationTree from another TypeConversionRule for one of the existing rule's variable hypothesis paramTransformationTree nodes.
typesetAndAppendToken(StringBuilder, String, String) - Method in class mmj.gmff.GMFFExporter
If possible typesets the input token and outputs to the buffer.
TypesetDefCommentParser - Class in mmj.gmff
TypesetDefCommentParser parses, validates and loads Map collections with typesetting data from Metamath Comment statements identified by a $t as the first token after the Comment ID token $(.
TypesetDefCommentParser(List<GMFFExporterTypesetDefs>, Messages) - Constructor for class mmj.gmff.TypesetDefCommentParser
The only constructor.
typesetDefKeyword - Variable in class mmj.gmff.GMFFExporterTypesetDefs
 
typesetDefKeyword - Variable in class mmj.gmff.GMFFExportParms
 
typesetDefMap - Variable in class mmj.gmff.GMFFExporterTypesetDefs
 
typesetFormulaSymbols(GMFFExporter, StringBuilder, String[], int) - Method in class mmj.gmff.MinProofWorkStmt
Utility function to typeset and reformat a portion of a String array containing Metamath tokens representing at least a portion of a formula.
TYPESETTING_AS_LITERAL - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_ASTERISK_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_C_COMMENT_END - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_C_COMMENT_START - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_COMMENT_ID_STRING - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_DOUBLE_QUOTE_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_PLUS_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_SEMICOLON_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_SINGLE_QUOTE_CHAR - Static variable in class mmj.mmio.MMIOConstants
 
TYPESETTING_SLASH_CHAR - Static variable in class mmj.mmio.MMIOConstants
 

U

ufoText - Variable in class mmj.search.ParsedSearchTerm
 
undo() - Method in class mmj.pa.CompoundUndoManager
Add a DocumentListener before the undo is done so we can position the Caret correctly as each edit is undone.
UNDO_REDO_ENABLED_DEFAULT - Static variable in class mmj.pa.PaConstants
Default value for UndoRedoEnabled RunParm.
undoableEditHappened(UndoableEditEvent) - Method in class mmj.pa.CompoundUndoManager
Whenever an UndoableEdit happens the edit will either be absorbed by the current compound edit or a new compound edit will be started
undoRedoEnabled - Variable in class mmj.pa.ProofAsstPreferences
Boolean value enabling or disabling use of Undo/Redo Menu Items on the Proof Assistant GUI.
Unifiable - Class in mmj.search
 
Unifiable() - Constructor for class mmj.search.Unifiable
 
UnifiableScrnMap - Class in mmj.search
 
UnifiableScrnMap() - Constructor for class mmj.search.UnifiableScrnMap
 
unificationAction(boolean, boolean, PreprocessRequest, StepRequest, TLRequest) - Method in class mmj.pa.ProofAsstGUI
 
UNIFIER_MAX_LOG_HYPS - Static variable in class mmj.pa.PaConstants
UNIFIER_MAX_LOG_HYPS = 100
UNIFIER_MAX_VAR_HYPS - Static variable in class mmj.pa.PaConstants
 
unify(boolean, boolean, String, PreprocessRequest, StepRequest, TLRequest, int, boolean) - Method in class mmj.pa.ProofAsst
Attempts Unification for a proof contained in a String proof text area.
unifyAllProofDerivationSteps(ProofWorksheet, Messages, boolean) - Method in class mmj.pa.ProofUnifier
Unifies the proof steps in a Proof Worksheet.
unifyAndMergeHypsSorted(LogHyp[], ProofStepStmt[]) - Method in class mmj.pa.StepUnifier
Unifies sorted proof step logical hypotheses against a sorted array of assertion logical hypotheses.
unifyAndMergeHypsUnsorted(ProofStepStmt[]) - Method in class mmj.pa.StepUnifier
Unifies proof step logical hypotheses against an assertion's array of logical hypotheses.
unifyAndMergeStepFormula(boolean, Assrt, ParseNode) - Method in class mmj.pa.StepUnifier
Initialize for start of new Proof Step unification.
unifyExpr(int, boolean, int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprEQ(int, boolean, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprEQEQ(int, boolean, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprGE(boolean, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprGT(int, boolean, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprLE(boolean, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprLT(int, boolean, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprLTGT(int, boolean, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyExprStandard(ParseNode, ParseNode) - Method in class mmj.search.SearchUnifier
 
unifyHypsWithoutWorkVarsGeneralCase(ParseNode[][]) - Method in class mmj.pa.ProofUnifier
General case of hypothesis unification
unifyPlusStoreInLogSysAndMMTFolder(String, LogicalSystem, Messages, ProofAsst, String) - Method in class mmj.tl.TheoremLoader
Unifies mmj2 Proof Text area and stores the theorem in the Logical System and MMT Folder.
unifyPlusStoreInMMTFolder(String, LogicalSystem, Messages, ProofAsst, String) - Method in class mmj.tl.TheoremLoader
Unifies mmj2 Proof Text area and stores the theorem in the MMT Folder.
unifySearchExclude - Variable in class mmj.pa.ProofAsstPreferences
Array of assertions that will be excluded from the proof unification search process.
unifyStmt(int, int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtEQ(int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtEQEQ(int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtGE(int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtGT(int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtLE(ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtLT(int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtLTGT(int, ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
unifyStmtStandard(ParseTree, ParseTree) - Method in class mmj.search.SearchUnifier
 
UnifySubst - Class in mmj.pa
UnifySubst is a data structure for use in proof unification.
UnifySubst() - Constructor for class mmj.pa.UnifySubst
 
UnifySubst(VarHyp, ParseNode) - Constructor for class mmj.pa.UnifySubst
 
UnifySubst(VarHyp, ParseNode, boolean) - Constructor for class mmj.pa.UnifySubst
 
unifyWithStepSelectorChoice(StepRequest) - Method in class mmj.pa.ProofAsstGUI
 
unifyWithSubtree(ParseNode, VarHyp[], Deque<ParseNode>, Deque<ParseNode>) - Method in class mmj.lang.ParseNode
Unify an input parse subtree (expression) with this subtree and return an array of substitutions if successful, or null.
unifyWithSubtree(ParseNode, Deque<ParseNode>, Deque<ParseNode>, VarHypSubst[]) - Method in class mmj.lang.ParseNode
 
unsupportedFeatureError(SearchOutput) - Method in class mmj.search.SearchArgsField
 
update(int, int) - Method in class mmj.pa.HighlightedDocument.DocumentReader
Updates the reader to reflect a change in the underlying model.
updateCursorPosition() - Method in class mmj.pa.CompoundUndoManager
 
updateDefinedFormat(TMFFFormat) - Method in class mmj.tmff.TMFFPreferences
Update existing Format definition.
updateDefinedScheme(TMFFScheme) - Method in class mmj.tmff.TMFFPreferences
Update existing Scheme definition.
updateFormulaParseTree(ParseTree) - Method in class mmj.pa.ProofStepStmt
Updates the ProofStepStmt ParseTree, resetting maxDepth and levelOneTwo data.
updateForWhatHistory() - Method in class mmj.search.SearchOptionsScrnMap
 
updateForWhatPriorValues(String[]) - Method in class mmj.search.ForWhatScrnMap
 
updateForWhatPriorValues(String[][]) - Method in class mmj.search.SearchOptionsScrnMap
 
UpdateGUI(SearchOptionsFrame.RequestGUI) - Constructor for class mmj.search.SearchOptionsFrame.UpdateGUI
 
updateLineCntUsingTokenizer(int, String) - Method in class mmj.pa.ProofWorkStmt
 
updateLogicalSystem() - Method in class mmj.tl.MMTTheoremSet
Updates the LogicalSystem using the contents of the MMTTheoremSet.
updateLogicalSystem(LogicalSystem, Messages, TlPreferences) - Method in class mmj.tl.TheoremStmtGroup
Adds or updates the LogicalSystem with the MMT Theorem and if the Logical System has a Proof Verifier it runs the Metamath Proof Verification algorithm.
updateMaxDepth(int) - Method in class mmj.tmff.TMFFAlignColumn
Updates maxDepth for a TMFFMethod if the Method allows updates.
updateMaxDepth(int) - Method in class mmj.tmff.TMFFFlat
Updates maxDepth for a TMFFMethod if the Method allows updates.
updateMaxDepth(int) - Method in class mmj.tmff.TMFFMethod
Updates maxDepth for a TMFFMethod if the Method allows updates.
updateMaxDepth(int) - Method in class mmj.tmff.TMFFTwoColumnAlignment
Updates maxDepth for a TMFFMethod if the Method allows updates.
updateMaxDepth(int) - Method in class mmj.tmff.TMFFUnformatted
Updates maxDepth for a TMFFMethod if the Method allows updates.
updateMaxDepthAcrossMethods(int) - Method in class mmj.tmff.TMFFPreferences
Updates maxDepth for all TMFFMethods that allow updates.
updateStmtTextWithWorkVarUpdates(VerifyProofs) - Method in class mmj.pa.ProofStepStmt
Updates stmtText in place using substitution values assigned to work variables used in the step.
updateWorkVarList(List<WorkVar>) - Method in class mmj.pa.ProofStepStmt
Updates the workVarList for the ProofStepStmt and if the revised workVarList is null turns off the formulaFldIncomplete flag.
uploadFromScrnMap(SearchArgs) - Method in class mmj.search.SearchOptionsFrame
 
uploadFromScrnMap(SearchArgs) - Method in class mmj.search.SearchOptionsJCheckBox
 
uploadFromScrnMap(SearchArgs) - Method in class mmj.search.SearchOptionsJComboBox
 
uploadFromScrnMap(SearchArgs) - Method in class mmj.search.SearchOptionsJIntegerTextField
 
uploadFromScrnMap(SearchArgs) - Method in class mmj.search.SearchOptionsJTextField
 
uploadFromScrnMap(SearchArgs) - Method in class mmj.search.SearchOptionsScrnMap
 
uploadFromScrnMap(SearchArgs, boolean) - Method in class mmj.search.SearchOptionsScrnMap
 
uploadFromScrnMap(SearchArgs) - Method in interface mmj.search.SearchOptionsScrnMapField
 
usageCount - Variable in class mmj.pa.ErrorCode
 
usageMax - Variable in class mmj.pa.ErrorCode
 
use() - Method in class mmj.pa.ErrorCode
Increments this error code's usage count.
use(Throwable) - Static method in exception mmj.pa.MMJException
Returns true if this Throwable is not caused by the MMJ system, or the MMJException cause has an enabled error code (see ErrorCode.use()); in the latter case the usage count for the error is increased.
useIndent - Variable in class mmj.tmff.TMFFPreferences
 
USER_EXPORT_CHOICE_ALL - Static variable in class mmj.gmff.GMFFConstants
 
UseWhenPossible(Assrt) - Constructor for class mmj.transforms.Provers.UseWhenPossible
 
UseWhenPossible(Assrt, Provers.UseWhenPossibleListener) - Constructor for class mmj.transforms.Provers.UseWhenPossible
 
UtilConstants - Class in mmj.util
(Most) Constants used in mmj.util classes
UtilConstants() - Constructor for class mmj.util.UtilConstants
 
UtilConstants.RunParmContext - Class in mmj.util
 

V

VALID_CHAR_ARRAY - Static variable in class mmj.mmio.MMIOConstants
 
validateAtNbr(String) - Static method in class mmj.tmff.TMFFAlignColumn
Validates an alignment number.
validateAtNbr(int) - Static method in class mmj.tmff.TMFFAlignColumn
Validates an alignment number.
validateAtValue(String) - Static method in class mmj.tmff.TMFFAlignColumn
Validates an alignment type string and converts it into the numeric equivalent used internally by the program (sym = 1, etc.)
validateByValue(String) - Static method in class mmj.tmff.TMFFAlignColumn
Validates an alignment type string and converts it into the enum equivalent used internally by the program
validateCharsetEncoding() - Method in class mmj.gmff.GMFFExportParms
Validates charsetEncoding.
validateEscapePair(String) - Method in class mmj.gmff.EscapePair
Validates the Num and Replacement fields individually.
validateExportDirectory(File) - Method in class mmj.gmff.GMFFExportParms
Validates exportDirectory.
validateExportFileType() - Method in class mmj.gmff.GMFFExportParms
Validates exportFileType.
validateExportType() - Method in class mmj.gmff.GMFFExportParms
Validates exportType.
validateFontFamily(String) - Method in class mmj.pa.ProofAsstPreferences
A stupid routine to validate a Font Family Name.
validateFormatNbr(String) - Static method in class mmj.tmff.TMFFFormat
 
validateFormatNbr(int) - Static method in class mmj.tmff.TMFFFormat
 
validateHyps() - Method in class mmj.pa.DerivationStep
 
validateIndentString(String) - Method in class mmj.tmff.TMFFPreferences
A slightly redundant routine to validate an input indent amount.
validateIntervalSize(int) - Static method in class mmj.lang.SeqAssigner
Validates Interval Size parameter.
validateIntervalTblInitialSize(int) - Static method in class mmj.lang.SeqAssigner
Validates Interval Table Initial Size parameter.
validateMaxDepth(int) - Static method in class mmj.tmff.TMFFMethod
Validates the maxDepth parameter.
validateMaxDepth(String) - Static method in class mmj.tmff.TMFFMethod
Validates the maxDepth parameter.
validateModelId() - Method in class mmj.gmff.GMFFExportParms
Validates modelId.
validateModelsDirectory(File) - Method in class mmj.gmff.GMFFExportParms
Validates modelstDirectory.
validateNum(String) - Method in class mmj.gmff.EscapePair
Validates the Num field.
validateOnOff() - Method in class mmj.gmff.GMFFExportParms
Validates onOff.
validateOutputFileName() - Method in class mmj.gmff.GMFFExportParms
Validates outputFileName.
validateReplacement(String) - Method in class mmj.gmff.EscapePair
Validates the Replacement field
validateTheoremSrcStmtProofLabels(LogicalSystem, Map<String, TheoremStmtGroup>) - Method in class mmj.tl.TheoremStmtGroup
Validates the labels used in the TheoremStmtGroup proof.
validateTypesetDefKeyword() - Method in class mmj.gmff.GMFFExportParms
Validates typesetDefKeyword.
validateUserExportChoice(List<GMFFExportParms>) - Method in class mmj.gmff.GMFFUserExportChoice
Validates the User Export Choice.
valueOf(String) - Static method in enum mmj.pa.ErrorCode.ErrorLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.MacroManager.CallbackType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.MacroManager.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.PaConstants.DjVarsErrorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.PaConstants.DjVarsSoftErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.PaConstants.IncompleteStepCursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.PaConstants.ProofFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.PaConstants.UnificationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.pa.StepRequest.StepRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.tl.TlConstants.DjVarsOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.tmff.TMFFConstants.AlignType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.transforms.ClosureInfo.ClosureResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mmj.verify.HypsOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum mmj.pa.ErrorCode.ErrorLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.MacroManager.CallbackType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.MacroManager.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.PaConstants.DjVarsErrorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.PaConstants.DjVarsSoftErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.PaConstants.IncompleteStepCursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.PaConstants.ProofFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.PaConstants.UnificationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.pa.StepRequest.StepRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.tl.TlConstants.DjVarsOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.tmff.TMFFConstants.AlignType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mmj.transforms.ClosureInfo.ClosureResult
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class mmj.util.RunParmArrayEntry
values is an array of String corresponding to fields 1 -> n of a DelimitedTextParser.
values() - Static method in enum mmj.verify.HypsOrder
Returns an array containing the constants of this enum type, in the order they are declared.
Var - Class in mmj.lang
Var holds a declared Metamath variable symbol.
Var(int, String, boolean) - Constructor for class mmj.lang.Var
Construct using sequence number and id string.
Var(int, Map<?, ?>, Map<?, ?>, String, boolean) - Constructor for class mmj.lang.Var
Construct using sequence number and id string.
var(VarHyp, LFType) - Method in class mmj.setmm.FolTranslator
Mangles variable names to make them valid identifiers.
var - Variable in class mmj.setmm.LFTerm.LFVar
 
varDelim() - Method in class mmj.setmm.LFTerm.LFVar
 
VarHyp - Class in mmj.lang
VarHyp -- Variable Hypothesis -- corresponds to the Metamath "$f" statement, or "floating hypothesis" statement.
VarHyp(int, Map<String, Sym>, Map<String, Stmt>, String, String, String) - Constructor for class mmj.lang.VarHyp
Construct VarHyp using sequence number plus label, Type Code and Var Strings.
VarHyp(int, String, Formula) - Constructor for class mmj.lang.VarHyp
Construct VarHyp using precomputed values and doing no validation.
varHypArray - Variable in class mmj.lang.Assrt
varHypArray contains *exactly* the Assrt's Formula's VarHyp's, in database sequence.
varHypArray - Variable in class mmj.search.ParsedSearchTerm
 
varHypArray - Variable in class mmj.transforms.Provers.UseWhenPossible
 
VarHypSubst - Class in mmj.lang
 
VarHypSubst(VarHyp, ParseNode) - Constructor for class mmj.lang.VarHypSubst
 
vars - Variable in class mmj.transforms.Prover.HypProverResult
 
verifyAllExprRPNAsProofs(Messages) - Method in class mmj.lang.LogicalSystem
Double-checks the results of verifyAllSyntax by feeding the output exprRPN's through the ProofVerifier.
verifyAllExprRPNAsProofs(Messages, Map<String, Stmt>) - Method in interface mmj.lang.ProofVerifier
Verify all Statements' grammatical parse RPNs.
verifyAllExprRPNAsProofs(Messages, Map<String, Stmt>) - Method in class mmj.verify.VerifyProofs
Verify all Statements' grammatical parse RPNs.
verifyAllProofs(Messages, Map<String, Stmt>) - Method in interface mmj.lang.ProofVerifier
Verify all proofs in Statement Table.
verifyAllProofs() - Method in class mmj.pa.ProofAsst
Verifies all proofs in the Logical System
verifyAllProofs(Messages, Map<String, Stmt>) - Method in class mmj.verify.VerifyProofs
Verify all proofs in Statement Table.
verifyAllSyntax(Messages) - Method in class mmj.lang.LogicalSystem
Does Syntactical Analysis of the grammar and all statements in the LogicalSystem.
verifyDerivStepDjVars(String, String, Assrt, ParseNode[], ScopeFrame, PaConstants.DjVarsSoftErrors, List<DjVars>) - Method in class mmj.verify.VerifyProofs
Verify that a single proof derivation step does not violate the Distinct Variable Restrictions of the step's Ref assertion.
verifyDerivStepProof(String, Formula, ParseTree, ScopeFrame) - Method in class mmj.verify.VerifyProofs
Verify a single proof derivation step.
VerifyException - Exception in mmj.verify
Thrown by package mmj.verify methods when a verification error is detected in LogicalSystem.
VerifyException(ErrorCode, Object...) - Constructor for exception mmj.verify.VerifyException
Constructor, VerifyException with error message.
VerifyException(Throwable, ErrorCode, Object...) - Constructor for exception mmj.verify.VerifyException
Constructor, VerifyException with error message and cause.
verifyExprRPNAsProof(Stmt) - Method in interface mmj.lang.ProofVerifier
Verify grammatical parse RPN as if it were a proof.
verifyExprRPNAsProof(Stmt) - Method in class mmj.verify.VerifyProofs
Verify grammatical parse RPN as if it were a proof.
verifyOneProof(Theorem) - Method in interface mmj.lang.ProofVerifier
Verify a single proof.
verifyOneProof(Theorem) - Method in class mmj.verify.VerifyProofs
Verify a single proof.
verifyProofBoss - Variable in class mmj.util.BatchFramework
 
VerifyProofBoss - Class in mmj.util
Responsible for building, loading, maintaining and fetching ProofVerifier, and for executing RunParms involving it.
VerifyProofBoss(BatchFramework) - Constructor for class mmj.util.VerifyProofBoss
Constructor with BatchFramework for access to environment.
verifyProofs(Messages) - Method in class mmj.lang.LogicalSystem
Verifies every theorem's proof according to Metamath.pdf specifications.
verifyProofs - Variable in class mmj.transforms.TransformationManager
It is necessary for formula construction
verifyProofs - Variable in class mmj.util.VerifyProofBoss
 
VerifyProofs - Class in mmj.verify
VerifyProofs implements the proof verification process described in Metamath(dot)pdf.
VerifyProofs() - Constructor for class mmj.verify.VerifyProofs
Constructor - default.
verifyVarDef(Map<String, Sym>, String) - Static method in class mmj.lang.Var
Validates a variable's string (id) to make sure it is properly defined.
verifyVarDefAndActive(Map<String, Sym>, String) - Static method in class mmj.lang.Var
Validates a variable's string (id) to make sure it is properly defined and active.
VERSION - Static variable in class mmj.pa.PaConstants
Version number string.
VERSION_DATE - Static variable in class mmj.pa.PaConstants
Date for latest version.
visit(ParseNode, WorksheetInfo, ConstSubst, int[], Map<PropertyTemplate, Data>) - Method in interface mmj.transforms.ComplexRuleMap.ComplexRuleVisitor
The core callback
visitGenStmts(ParseNode, WorksheetInfo, ComplexRuleMap.ComplexRuleVisitor<Data, ResType>) - Method in class mmj.transforms.ComplexRuleMap
Visits all appropriate constant substitutions for the node.

W

WA - Variable in class mmj.setmm.SetMMConstants
 
WAL - Variable in class mmj.setmm.SetMMConstants
 
WB - Variable in class mmj.setmm.SetMMConstants
 
WCEL - Variable in class mmj.setmm.SetMMConstants
 
WCEQ - Variable in class mmj.setmm.SetMMConstants
 
WEX - Variable in class mmj.setmm.SetMMConstants
 
WFF - Variable in class mmj.setmm.SetMMConstants
 
WHITE_SPACE - Static variable in class mmj.mmio.MMIOConstants
Whitespace character.
WI - Variable in class mmj.setmm.SetMMConstants
 
WN - Variable in class mmj.setmm.SetMMConstants
 
WO - Variable in class mmj.setmm.SetMMConstants
 
wordWrap - Variable in class mmj.pa.AuxFrameGUI
 
WORK_VAR_DEFAULT_NBR_FOR_TYP_CD - Static variable in class mmj.lang.LangConstants
 
WORK_VAR_DEFAULT_PREFIX - Static variable in class mmj.lang.LangConstants
 
WorksheetTokenizer - Class in mmj.pa
 
WorksheetTokenizer(ProofAsst, HighlightedDocument.DocumentReader) - Constructor for class mmj.pa.WorksheetTokenizer
 
WorksheetTokenizer.Token - Class in mmj.pa
 
WorkVar - Class in mmj.lang
 
WorkVar(int, String, int) - Constructor for class mmj.lang.WorkVar
Construct using sequence number and id string.
workVarBoss - Variable in class mmj.util.BatchFramework
 
WorkVarBoss - Class in mmj.util
Manages access to the WorkVarManager resource and processes Work Var RunParms.
WorkVarBoss(BatchFramework) - Constructor for class mmj.util.WorkVarBoss
Constructor with BatchFramework for access to environment.
WorkVarHyp - Class in mmj.lang
 
WorkVarHyp(int, String, Formula, int) - Constructor for class mmj.lang.WorkVarHyp
Construct WorkVarHyp using precomputed values and doing no validation.
WorkVarManager - Class in mmj.lang
WorkVarManager is a "helper" class that is used to define, declare, alloc and maintain state information about a set of Work Variables.
WorkVarManager(Grammar) - Constructor for class mmj.lang.WorkVarManager
Sole constructor for WorkVarManager.
write() - Method in interface mmj.pa.BaseSetting.JSONSerializable
Write the value of this setting into the session store.
write() - Method in interface mmj.pa.BaseSetting.JSONSetting
 
writeAndClearMessages(PrintWriter) - Method in class mmj.lang.Messages
Write all messages to printWriter and clear message arrays.
writeErrorMessages(PrintWriter) - Method in class mmj.lang.Messages
Write error messages to printWriter.
writeExportFile(String, StringBuilder, boolean) - Method in class mmj.gmff.GMFFExporter
Writes the export text to the specified file and returns a String containing the absolute path of the output file.
writeFileContents(StringBuilder) - Method in class mmj.gmff.GMFFExportFile
Writes the export buffer and closes the file.
writeInfoMessages(PrintWriter) - Method in class mmj.lang.Messages
Write info messages to printWriter.
writeMessages(PrintWriter) - Method in class mmj.lang.Messages
Write all messages to printWriter.
writeTheoremToMMTFolder(List<StringBuilder>) - Method in class mmj.tl.MMTTheoremFile
Writes Theorem to the MMT Folder using an input List of StringBuilder lines.
WTRU - Variable in class mmj.setmm.SetMMConstants
 
WV_OCCURS_IN_ERROR - Static variable in class mmj.lang.LangConstants
 
WV_OCCURS_IN_NOT_AT_ALL - Static variable in class mmj.lang.LangConstants
 
WV_OCCURS_IN_RENAME_LOOP - Static variable in class mmj.lang.LangConstants
for ParseNode.java to commo to mmj.pa.StepUnifier...

Y

YES_ARGUMENT - Static variable in class mmj.util.UtilConstants
 
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