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

K

key - Variable in class jsyntaxpane.util.Configuration.StringKeyMatcher
The full key matched
keyPressed(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ConsolePane
Catches user input like: - '\n': Execute the command - Backspace: consume this, if it's pressed outside of the input line - Up/Down: Command history - Tab: Word completion
keyPressed(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.controller.QueryPreviewGuideController.KeyListener
 
keyPressed(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.DropDownCompletionList
 
keyPressed(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
keyPressed(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
keyPressed(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.LearnDialog
 
keyPressed(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
keyPressed(KeyEvent) - Method in class jsyntaxpane.actions.gui.QuickFindDialog
 
keyReleased(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ConsolePane
 
keyReleased(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.controller.QueryPreviewGuideController.KeyListener
 
keyReleased(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.DropDownCompletionList
 
keyReleased(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
keyReleased(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
keyReleased(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.LearnDialog
 
keyReleased(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
keyReleased(KeyEvent) - Method in class jsyntaxpane.actions.gui.QuickFindDialog
 
keySet() - Method in class edu.cs.ai.kreator.logic.probabilities.Cpd
 
keySet() - Method in class jsyntaxpane.util.Configuration
 
keyTyped(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ConsolePane
 
keyTyped(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.DropDownCompletionList
 
keyTyped(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.components.ProjectContainer
 
keyTyped(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.GenerateDataDialog
 
keyTyped(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.LearnDialog
 
keyTyped(KeyEvent) - Method in class edu.cs.ai.kreator.ui.gui.dialogs.QueryDialog
 
keyTyped(KeyEvent) - Method in class jsyntaxpane.actions.gui.QuickFindDialog
 
kind - Variable in class jsyntaxpane.Token
The kind of the Document.
Knowledgebase - Class in edu.cs.ai.kreator.models
This class is the common ancestor for all knowledgebase types and provides several shared features.
Knowledgebase() - Constructor for class edu.cs.ai.kreator.models.Knowledgebase
Inits an empty knowledge base with empty language.
Knowledgebase(LanguageFactory) - Constructor for class edu.cs.ai.kreator.models.Knowledgebase
Inits an empty knowledge base with the given language.
KnowledgebaseFile - Class in edu.cs.ai.kreator.datamodels
 
KnowledgebaseFile(File) - Constructor for class edu.cs.ai.kreator.datamodels.KnowledgebaseFile
Default Constructor. creates a Knowledgebase as a DataFile with the given file
KnowledgebaseFileFilter - Class in edu.cs.ai.kreator.ui.gui.filefilters
Accepts any KReatorFile types
KnowledgebaseFileFilter() - Constructor for class edu.cs.ai.kreator.ui.gui.filefilters.KnowledgebaseFileFilter
 
KnowledgebaseIcon - Class in edu.cs.ai.kreator.ui.gui.icons
This class models an image icon that also writes the acronym of the knowledge base file it represents in a specific color on its canvas.
KnowledgebaseIcon(String, Color) - Constructor for class edu.cs.ai.kreator.ui.gui.icons.KnowledgebaseIcon
Creates a new icon for the given acronym and color.
KnowledgebaseParser - Class in edu.cs.ai.kreator.models
This abstract class models a knowledge base parser, i.e. a structure that is capable of reading the model of a knowledge base from a file or string in some specific syntax.
KnowledgebaseParser() - Constructor for class edu.cs.ai.kreator.models.KnowledgebaseParser
 
KnowledgebaseWriter - Class in edu.cs.ai.kreator.models
This abstract class models a knowledge base writer, i.e. a structure that is capable of writing the model of a knowledge base to a string in some specific syntax.
KnowledgebaseWriter() - Constructor for class edu.cs.ai.kreator.models.KnowledgebaseWriter
 
KreatorAntlrLexer - Class in jsyntaxpane.lexers
 
KreatorAntlrLexer(Lexer) - Constructor for class jsyntaxpane.lexers.KreatorAntlrLexer
 
KreatorConsole - Interface in edu.cs.ai.kreator.ui.cli
This interface has to be implemented by every console.
KREATORCONSOLE - Static variable in class jsyntaxpane.lexers.KreatorConsoleLexer
 
KreatorConsoleLexer - Class in jsyntaxpane.lexers
 
KreatorConsoleLexer() - Constructor for class jsyntaxpane.lexers.KreatorConsoleLexer
Create an empty lexer, yyrset will be called later to reset and assign the reader
KreatorConsoleLexer(Reader) - Constructor for class jsyntaxpane.lexers.KreatorConsoleLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
KreatorConsoleLexer(InputStream) - Constructor for class jsyntaxpane.lexers.KreatorConsoleLexer
Creates a new scanner.
KreatorConsoleSyntaxKit - Class in jsyntaxpane.syntaxkits
 
KreatorConsoleSyntaxKit() - Constructor for class jsyntaxpane.syntaxkits.KreatorConsoleSyntaxKit
 
KreatorDialog - Class in edu.cs.ai.kreator.ui.gui.dialogs
An abstract class for KReator dialogs.
KreatorDialog(Frame, String, int, int, String, String) - Constructor for class edu.cs.ai.kreator.ui.gui.dialogs.KreatorDialog
Create a new KreatorDialog with the given parent and title.
KreatorException - Exception in edu.cs.ai.kreator.exceptions
Parent class of the hierarchy of specialized KReator exceptions.
KreatorException(String) - Constructor for exception edu.cs.ai.kreator.exceptions.KreatorException
 
KreatorException(String, Throwable) - Constructor for exception edu.cs.ai.kreator.exceptions.KreatorException
 
KreatorFileChooser - Interface in edu.cs.ai.kreator.ui
Describes a file chooser used by KReator.
KreatorFileEvent - Class in edu.cs.ai.kreator.ui.gui.listener
 
KreatorFileEvent(AbstractKreatorFile) - Constructor for class edu.cs.ai.kreator.ui.gui.listener.KreatorFileEvent
An EventObject used by KreatorFileListener
KreatorFileListener - Interface in edu.cs.ai.kreator.ui.gui.listener
An Object implementing the KReatorFileModel can be observed by a FileTab that implements the KReatorFileListener interface The KReaterFileListner notice changes on the model and updates its view.
KReatorJFlexLexer - Class in jsyntaxpane.lexers
 
KReatorJFlexLexer() - Constructor for class jsyntaxpane.lexers.KReatorJFlexLexer
 
KreatorMain - Class in edu.cs.ai.kreator
The main class for KReator and entry point for program execution.
KreatorMain() - Constructor for class edu.cs.ai.kreator.KreatorMain
 
KreatorModelPlugin - Interface in edu.cs.ai.kreator.models
Classes implementing this interface provide functionalities to represent, parse, write, and learn with a specific framework for SRL.
KreatorOSXAdapter - Class in edu.cs.ai.kreator.platformspecific.macosx
Provides some Mac OS X specific handling of events.
KreatorOSXAdapter() - Constructor for class edu.cs.ai.kreator.platformspecific.macosx.KreatorOSXAdapter
 
KreatorProjectFileFilter - Class in edu.cs.ai.kreator.ui.gui.filefilters
 
KreatorProjectFileFilter() - Constructor for class edu.cs.ai.kreator.ui.gui.filefilters.KreatorProjectFileFilter
 
KreatorScript - Class in edu.cs.ai.kreator.datamodels
 
KreatorScript(File) - Constructor for class edu.cs.ai.kreator.datamodels.KreatorScript
Constructs a KReatorScript with a given project and file
KreatorScriptableObject - Class in edu.cs.ai.kreator.scripting
This JavaScript object encapsulates all KReator functionality.
KreatorScriptableObject(ConsolePane) - Constructor for class edu.cs.ai.kreator.scripting.KreatorScriptableObject
 
KreatorScriptEngine - Class in edu.cs.ai.kreator.scripting
The Class KreatorScriptEngine manages a JavaScript-Engine.
KreatorScriptEngine(ConsolePane) - Constructor for class edu.cs.ai.kreator.scripting.KreatorScriptEngine
Instantiates a new kreatorScriptEngine.
KreatorScriptEngine.ScriptWorker - Class in edu.cs.ai.kreator.scripting
The Class ScriptWorker.
KreatorScriptEngine.ScriptWorker(String, boolean) - Constructor for class edu.cs.ai.kreator.scripting.KreatorScriptEngine.ScriptWorker
Instantiates a new script worker.
KreatorScriptEngine.ScriptWorker(String) - Constructor for class edu.cs.ai.kreator.scripting.KreatorScriptEngine.ScriptWorker
Instantiates a new script worker (prints the result of the last evaluated script line).
KreatorScriptingException - Exception in edu.cs.ai.kreator.exceptions
 
KreatorScriptingException(String) - Constructor for exception edu.cs.ai.kreator.exceptions.KreatorScriptingException
 
KreatorScriptingException(String, Throwable) - Constructor for exception edu.cs.ai.kreator.exceptions.KreatorScriptingException
 
KreatorScriptParsingException - Exception in edu.cs.ai.kreator.exceptions
 
KreatorScriptParsingException(String, Throwable) - Constructor for exception edu.cs.ai.kreator.exceptions.KreatorScriptParsingException
 
KreatorScriptParsingException(File, Throwable) - Constructor for exception edu.cs.ai.kreator.exceptions.KreatorScriptParsingException
 
KreatorSwitchToConsoleViewAction - Class in jsyntaxpane.actions
This actions Jumps to the pair of the token at the cursor.
KreatorSwitchToConsoleViewAction() - Constructor for class jsyntaxpane.actions.KreatorSwitchToConsoleViewAction
 
KreatorSwitchToReportViewAction - Class in jsyntaxpane.actions
This actions Jumps to the pair of the token at the cursor.
KreatorSwitchToReportViewAction() - Constructor for class jsyntaxpane.actions.KreatorSwitchToReportViewAction
 
KreatorSyntaxKit - Class in jsyntaxpane.syntaxkits
 
KreatorSyntaxKit(Lexer) - Constructor for class jsyntaxpane.syntaxkits.KreatorSyntaxKit
 
KreatorUserInterface - Interface in edu.cs.ai.kreator.ui
This interface has to be implemented by every UI.
KreatorWorker<T> - Class in edu.cs.ai.kreator.control
A KReatorWorker represents a thread, which can be executed by our WorkerController.
KreatorWorker(KreatorConsole) - Constructor for class edu.cs.ai.kreator.control.KreatorWorker
Creates a new worker, which should be executed by WorkerController.
KreatorWorker.Status - Class in edu.cs.ai.kreator.control
 
KW_abstract - Static variable in class jsyntaxpane.TokenConstants
 
KW_assert - Static variable in class jsyntaxpane.TokenConstants
 
KW_boolean - Static variable in class jsyntaxpane.TokenConstants
 
KW_break - Static variable in class jsyntaxpane.TokenConstants
 
KW_byte - Static variable in class jsyntaxpane.TokenConstants
 
KW_case - Static variable in class jsyntaxpane.TokenConstants
 
KW_catch - Static variable in class jsyntaxpane.TokenConstants
 
KW_char - Static variable in class jsyntaxpane.TokenConstants
 
KW_class - Static variable in class jsyntaxpane.TokenConstants
 
KW_const - Static variable in class jsyntaxpane.TokenConstants
 
KW_continue - Static variable in class jsyntaxpane.TokenConstants
 
KW_default - Static variable in class jsyntaxpane.TokenConstants
 
KW_do - Static variable in class jsyntaxpane.TokenConstants
 
KW_double - Static variable in class jsyntaxpane.TokenConstants
 
KW_else - Static variable in class jsyntaxpane.TokenConstants
 
KW_extends - Static variable in class jsyntaxpane.TokenConstants
 
KW_final - Static variable in class jsyntaxpane.TokenConstants
 
KW_finally - Static variable in class jsyntaxpane.TokenConstants
 
KW_float - Static variable in class jsyntaxpane.TokenConstants
 
KW_for - Static variable in class jsyntaxpane.TokenConstants
 
KW_goto - Static variable in class jsyntaxpane.TokenConstants
 
KW_if - Static variable in class jsyntaxpane.TokenConstants
 
KW_implements - Static variable in class jsyntaxpane.TokenConstants
 
KW_import - Static variable in class jsyntaxpane.TokenConstants
 
KW_instanceof - Static variable in class jsyntaxpane.TokenConstants
 
KW_int - Static variable in class jsyntaxpane.TokenConstants
 
KW_interface - Static variable in class jsyntaxpane.TokenConstants
 
KW_long - Static variable in class jsyntaxpane.TokenConstants
 
KW_native - Static variable in class jsyntaxpane.TokenConstants
 
KW_new - Static variable in class jsyntaxpane.TokenConstants
 
KW_package - Static variable in class jsyntaxpane.TokenConstants
 
KW_private - Static variable in class jsyntaxpane.TokenConstants
 
KW_protected - Static variable in class jsyntaxpane.TokenConstants
 
KW_public - Static variable in class jsyntaxpane.TokenConstants
 
KW_return - Static variable in class jsyntaxpane.TokenConstants
 
KW_short - Static variable in class jsyntaxpane.TokenConstants
 
KW_START - Static variable in class jsyntaxpane.TokenConstants
 
KW_static - Static variable in class jsyntaxpane.TokenConstants
 
KW_strictfp - Static variable in class jsyntaxpane.TokenConstants
 
KW_super - Static variable in class jsyntaxpane.TokenConstants
 
KW_switch - Static variable in class jsyntaxpane.TokenConstants
 
KW_synchronized - Static variable in class jsyntaxpane.TokenConstants
 
KW_this - Static variable in class jsyntaxpane.TokenConstants
 
KW_throw - Static variable in class jsyntaxpane.TokenConstants
 
KW_throws - Static variable in class jsyntaxpane.TokenConstants
 
KW_transient - Static variable in class jsyntaxpane.TokenConstants
 
KW_try - Static variable in class jsyntaxpane.TokenConstants
 
KW_void - Static variable in class jsyntaxpane.TokenConstants
 
KW_volatile - Static variable in class jsyntaxpane.TokenConstants
 
KW_while - Static variable in class jsyntaxpane.TokenConstants
 

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