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

M

main(String[]) - Static method in class edu.cs.ai.kreator.KreatorMain
 
main(String[]) - Static method in class edu.cs.ai.kreator.logic.prolog.PrologTest
 
main(String[]) - Static method in class edu.cs.ai.kreator.logic.ToLatexTest
 
main(String[]) - Static method in class edu.cs.ai.kreator.parser.groundatom.QueryAndGroundAtomParsingFacilityTest
 
main(String[]) - Static method in class jsyntaxpane.SyntaxTester
 
makeMultilineHTML(String, int) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.KreatorDialog
This method inserts html break tags at the right positions according to the specified line length
makePairs(Collection<A>, Collection<B>) - Static method in class edu.cs.ai.kreator.misc.util.Pair
This method combines the two given collections into one collection by making a pair of the collection's elements (as they are given by the collections iterator).
MalformedKrscLineReconstruction - Exception in edu.cs.ai.kreator.exceptions.runtime
 
MalformedKrscLineReconstruction(String, Throwable) - Constructor for exception edu.cs.ai.kreator.exceptions.runtime.MalformedKrscLineReconstruction
 
mAlphanum() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
map - Variable in class edu.cs.ai.kreator.misc.util.Bijection
 
MapCompletionAction - Class in jsyntaxpane.actions
Completion Actions: All completions are based on a simple String to String Map.
MapCompletionAction() - Constructor for class jsyntaxpane.actions.MapCompletionAction
 
markAll(JTextComponent, Pattern, Markers.SimpleMarker) - Static method in class jsyntaxpane.components.Markers
Mark all text in the document that matches the given pattern
Markers - Class in jsyntaxpane.components
This class contains static utility methods to make highliting in text components easier.
Markers() - Constructor for class jsyntaxpane.components.Markers
 
Markers.SimpleMarker - Class in jsyntaxpane.components
 
Markers.SimpleMarker(Color) - Constructor for class jsyntaxpane.components.Markers.SimpleMarker
 
markText(JTextComponent, int, int, Markers.SimpleMarker) - Static method in class jsyntaxpane.components.Markers
add highlights for the given region on the given pane
markToken(JTextComponent, Token, Markers.SimpleMarker) - Static method in class jsyntaxpane.components.Markers
add highlights for the given Token on the given pane
markTokenAt(int) - Method in class jsyntaxpane.components.TokenMarker
 
matcher - Variable in class jsyntaxpane.util.Configuration.StringKeyMatcher
matcher instance for the key
maxDragTabOffset - Variable in class edu.cs.ai.kreator.ui.gui.components.TabbedPane
 
MAYBE_ARGUMENTS - Static variable in class jsyntaxpane.lexers.EvidenceLexer
 
MAYBE_EVIDENCEPART - Static variable in class jsyntaxpane.lexers.EvidenceLexer
 
MAYBE_RANGEVALUE - Static variable in class jsyntaxpane.lexers.EvidenceLexer
 
mBLOCK_COMMENT() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mDigit() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mDIGITS() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
memBean - Static variable in class edu.cs.ai.kreator.misc.util.UtilityMethods
 
memoryInfo() - Static method in class edu.cs.ai.kreator.misc.util.UtilityMethods
 
memoryInfoDetails() - Static method in class edu.cs.ai.kreator.misc.util.UtilityMethods
 
mentions(GeneralizedPredicate) - Method in class edu.cs.ai.kreator.logic.Clause
Checks whether the given predicate is mentioned in this clause.
mentions(GeneralizedPredicate) - Method in class edu.cs.ai.kreator.logic.prolog.PrologProgram
Checks whether the given predicate is mentioned in this program.
MenuBar - Class in edu.cs.ai.kreator.ui.gui
This is the main menu of KReator.
MenuBar() - Constructor for class edu.cs.ai.kreator.ui.gui.MenuBar
Constructs KReator's menu bar.
mergeStyles(Properties) - Method in class jsyntaxpane.SyntaxStyles
You can call the mergeStyles method with a Properties file to customize the existing styles.
mergeWithSampleData(SampleCollection) - Method in class edu.cs.ai.kreator.logic.LanguageFactory
Merge the given language with the language in the sample collection.
message - Variable in class edu.cs.ai.kreator.control.KreatorWorker.Status
 
MetaConstraint - Interface in edu.cs.ai.kreator.logic.metaconstraints
This interface decibes a Meta-Constraint that can be added to a RmeConditional.
mIDENTIFIER_L() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mIDENTIFIER_U() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mIdentifierBody() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
minDragTabOffset - Variable in class edu.cs.ai.kreator.ui.gui.components.TabbedPane
 
MINUS - Static variable in class jsyntaxpane.TokenConstants
 
MINUSEQ - Static variable in class jsyntaxpane.TokenConstants
 
MINUSMINUS - Static variable in class jsyntaxpane.TokenConstants
 
mismatch(IntStream, int, BitSet) - Method in class edu.cs.ai.kreator.parser.ExtendedParser
 
mLetterLowercase() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mLetterUppercase() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mLINE_COMMENT() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mNEWLINE() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
MOD - Static variable in class jsyntaxpane.TokenConstants
 
model - Variable in class edu.cs.ai.kreator.datamodels.KnowledgebaseFile
Stores the model of this knowledgebase.
modelChanged(KreatorFileEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.FileTab
 
modelChanged(KreatorFileEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
modelChanged(KreatorFileEvent) - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
modelChanged(KreatorFileEvent) - Method in interface edu.cs.ai.kreator.ui.gui.listener.KreatorFileListener
The Model has changed and the view needs to be updated KreatorFileEvent carries the KreatorFile as the source which had changed.
ModelComponent - Interface in edu.cs.ai.kreator.models
This interface models the commonalities of knowledge base writers, learner, and parser.
ModelConfiguration - Interface in edu.cs.ai.kreator.models
Classes implementing this interface provide a configuration for their model.
ModelController - Class in edu.cs.ai.kreator.control
This controller handles operations, which work on models: Query, Learn, script execution.
ModelController() - Constructor for class edu.cs.ai.kreator.control.ModelController
 
MODEQ - Static variable in class jsyntaxpane.TokenConstants
 
mouseClicked(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
mouseClicked(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
mouseClicked(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
mouseClicked(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
mouseClicked(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.MenuBar
 
mouseEntered(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
mouseEntered(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
mouseEntered(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
mouseEntered(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
mouseEntered(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.MenuBar
 
mouseExited(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
mouseExited(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
mouseExited(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
mouseExited(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
mouseExited(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.MenuBar
 
mousePressed(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
mousePressed(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
mousePressed(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
mousePressed(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
mousePressed(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.MenuBar
 
mouseReleased(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
mouseReleased(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
mouseReleased(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
mouseReleased(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.GraphicalUserInterface
 
mouseReleased(MouseEvent) - Method in class edu.cs.ai.kreator.ui.gui.MenuBar
 
moveCursorTo(String) - Method in class edu.cs.ai.kreator.ui.gui.components.FileTab
 
moveToEnd() - Method in class edu.cs.ai.kreator.ui.cli.History
Move to the end of the history buffer.
moveToFirstEntry() - Method in class edu.cs.ai.kreator.ui.cli.History
Moves the history index to the first entry.
moveToLastEntry() - Method in class edu.cs.ai.kreator.ui.cli.History
This moves the history to the last entry.
mPROBABILITY() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
msgNotFound(Component) - Method in class jsyntaxpane.actions.DocumentSearchData
Display an OptionPane dialog that the search string is not found
mT32() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mT33() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mT34() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mT35() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mT36() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mT37() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mT38() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mT39() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
mTokens() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
MULT - Static variable in class jsyntaxpane.TokenConstants
 
MULTEQ - Static variable in class jsyntaxpane.TokenConstants
 
MultiElementCompletor - Class in edu.cs.ai.kreator.ui.cli.wordcompletion
 
MultiElementCompletor() - Constructor for class edu.cs.ai.kreator.ui.cli.wordcompletion.MultiElementCompletor
 
MultiElementCompletor(List<Completor>) - Constructor for class edu.cs.ai.kreator.ui.cli.wordcompletion.MultiElementCompletor
 
multipleQuery(Object, Object, boolean, Object) - Method in class edu.cs.ai.kreator.scripting.KreatorScriptableObject
Function to be called from JavaScript.
mWHITESPACE() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
myDoInBackground() - Method in class edu.cs.ai.kreator.control.KreatorWorker
This is called upon execution of this worker.
myDoInBackground() - Method in class edu.cs.ai.kreator.scripting.KreatorScriptEngine.ScriptWorker
 
myDoInBackground() - Method in class edu.cs.ai.kreator.ui.gui.components.controller.OutlineKnowledgebaseWorker
Parse the knowledge base file and generate the outline tree to represent the content of the file.
myDoInBackground() - Method in class edu.cs.ai.kreator.ui.gui.components.controller.OutlineSamplecollectionWorker
parses the sample collection file and generates the outline tree with the given data.
myDoInBackground() - Method in class edu.cs.ai.kreator.ui.gui.components.controller.OutlineWorker
Default Outline worker does nothing and returns outline tree with a root node containing no text.
myDone() - Method in class edu.cs.ai.kreator.control.KreatorWorker
This is called when execution finishes.
myDone() - Method in class edu.cs.ai.kreator.scripting.KreatorScriptEngine.ScriptWorker
 

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