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

R

RANGE_VALUE - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
RANGE_VALUE - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
RANGE_VALUE - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWalker
 
RANGE_VALUE - Static variable in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWithoutLanguageWalker
 
RANGE_VALUE - Static variable in class jsyntaxpane.lexers.EvidenceLexer
 
rangeValue() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomParser
 
rangeValue() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWalker
 
rangeValue() - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomWithoutLanguageWalker
 
RBRACE - Static variable in class jsyntaxpane.TokenConstants
 
RBRACK - Static variable in class jsyntaxpane.TokenConstants
 
read(Configuration) - Static method in class jsyntaxpane.SyntaxStyles
 
readLines(String) - Static method in class jsyntaxpane.util.JarServiceProvider
Read the given URL and returns a List of Strings for each input line Each line will not have the line terminator.
readProperties(Class<?>) - Static method in class jsyntaxpane.util.JarServiceProvider
Read a file in the META-INF/services location.
readProperties(String) - Static method in class jsyntaxpane.util.JarServiceProvider
Read a file in the META-INF/services named name appended with ".properties" If no file is found, then a an empty Property instance will be returned
readProperties(String, Locale) - Static method in class jsyntaxpane.util.JarServiceProvider
Read language specific files in the META-INF/services named name appended with ".properties".
readStringsMap(String) - Static method in class jsyntaxpane.util.JarServiceProvider
Read a file in the META-INF/services named name appended with ".properties", and returns it as a Map If no file is found, then a an empty Property instance will be returned
recoverFromMismatchedSet(IntStream, RecognitionException, BitSet) - Method in class edu.cs.ai.kreator.parser.ExtendedParser
 
RedoAction - Class in jsyntaxpane.actions
Redo action
RedoAction() - Constructor for class jsyntaxpane.actions.RedoAction
 
ReflectCompletionAction - Class in jsyntaxpane.actions
ComboBox like Completion Action: This will display a list of items to choose from, its can be used similar to IntelliSense
ReflectCompletionAction() - Constructor for class jsyntaxpane.actions.ReflectCompletionAction
 
ReflectCompletionDialog - Class in jsyntaxpane.actions.gui
 
ReflectCompletionDialog(JTextComponent) - Constructor for class jsyntaxpane.actions.gui.ReflectCompletionDialog
Creates new form ReflectCompletionDialog
ReflectUtils - Class in jsyntaxpane.util
Reflection Utility methods
ReflectUtils() - Constructor for class jsyntaxpane.util.ReflectUtils
 
register(GeneralizedPredicate) - Method in class edu.cs.ai.kreator.logic.LanguageFactory
 
registerContentType(String, String) - Static method in class jsyntaxpane.DefaultSyntaxKit
Register the given content type to use the given class name as its kit When this is called, an entry is added into the private HashMap of the registered editors kits.
registerContentType(String, Class<?>) - Static method in class jsyntaxpane.DefaultSyntaxKit
 
registerContentType() - Method in class jsyntaxpane.syntaxkits.KreatorSyntaxKit
 
registerWorker(KreatorWorker<?>) - Method in class edu.cs.ai.kreator.control.WorkerController
Connects the worker with it's thread.
registerWorker(KreatorWorker<?>) - Method in interface edu.cs.ai.kreator.ui.cli.KreatorConsole
Registers the given worker as the current worker of this console.
registerWorker(KreatorWorker<?>) - Method in class edu.cs.ai.kreator.ui.gui.components.ConsolePane
Register a worker with this console.
remove(Object) - Method in class edu.cs.ai.kreator.logic.ClauseNetwork
 
remove() - Method in class edu.cs.ai.kreator.misc.util.Permutation
Not supported.
remove(int) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxListModel
 
remove(Object) - Method in class jsyntaxpane.util.Configuration
 
removeActionListener(ActionListener) - Method in class edu.cs.ai.kreator.ui.gui.components.controller.QueryPreviewGuideController
 
removeActionListener(ActionListener) - Method in class edu.cs.ai.kreator.ui.gui.components.FileEvidenceSelection
 
removeAll(Collection<?>) - Method in class edu.cs.ai.kreator.logic.ClauseNetwork
 
removeAllChildren() - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxTreeModel.Node
Removes all children connected to this node.
removeAllConstants() - Method in class edu.cs.ai.kreator.logic.LanguageFactory
Removes all constants from this language.
removeAllElements() - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxListModel
 
removeAllFileFilter() - Method in class edu.cs.ai.kreator.ui.gui.dialogs.FileChooser
 
removeAllFileFilter() - Method in interface edu.cs.ai.kreator.ui.KreatorFileChooser
Removes the standard java all file filter.
removeCheckboxChangeListener(ItemListener) - Method in interface edu.cs.ai.kreator.ui.gui.components.CheckboxContainerComponent
Removes an already registered item listeners.
removeCheckboxChangeListener(ItemListener) - Method in class edu.cs.ai.kreator.ui.gui.components.CheckboxList
 
removeCheckboxChangeListener(ItemListener) - Method in class edu.cs.ai.kreator.ui.gui.components.CheckboxTree
 
removeChild(ClauseNetworkNode) - Method in class edu.cs.ai.kreator.logic.ClauseNetworkNode
Removes the given node from this node's children (if present),
removeDataFile(DataFile) - Method in class edu.cs.ai.kreator.control.ProjectController
Removes a DataFile from the current project.
removeDataFile(DataFile) - Method in class edu.cs.ai.kreator.datamodels.Project
Removes a given File from this Project and notifies the listeners.
removeDataFileFromTree() - Method in class edu.cs.ai.kreator.control.ProjectController
Removes the currently selected file in the project container from the current project.
removeDownwardsRecursively(ClauseNetworkNode) - Method in class edu.cs.ai.kreator.logic.ClauseNetwork
Removes the given clause and all its descendents.
removeElement(Object) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxListModel
 
removeElementAt(int) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxListModel
 
removeImage(I) - Method in class edu.cs.ai.kreator.misc.util.Bijection
 
removeItemListener(ItemListener) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxListModel
Unregisters a listener from all checkboxes in the data model.
removeItemListener(ItemListener) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxTreeModel
 
removeKReatorFileListener(KreatorFileListener) - Method in class edu.cs.ai.kreator.datamodels.AbstractKreatorFile
Removes a KReatorFileListerner from the KReatorFileModel.
removeLineAt(int) - Method in class jsyntaxpane.SyntaxDocument
Deletes the line at given position
removeMarkers(JTextComponent, Markers.SimpleMarker) - Static method in class jsyntaxpane.components.Markers
Removes only our private highlights This is public so that we can remove the highlights when the editorKit is unregistered.
removeMarkers(JTextComponent) - Static method in class jsyntaxpane.components.Markers
Remove all the markers from an JEditorPane
removeMarkers() - Method in class jsyntaxpane.components.PairsMarker
Remove all the highlights from the editor pane.
removeMarkers() - Method in class jsyntaxpane.components.TokenMarker
removes all markers from the pane.
removeNodesFrom(CheckboxTreeModel.Node, List<Object>) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxTreeModel
Removes all of the nodes in the toRemove list from the given parent node.
removeParent(ClauseNetworkNode) - Method in class edu.cs.ai.kreator.logic.ClauseNetworkNode
Removes the given node from this node's parents (if present),
removePreImage(P) - Method in class edu.cs.ai.kreator.misc.util.Bijection
 
removeRange(int, int) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxListModel
 
removeTreeModelListener(TreeModelListener) - Method in class edu.cs.ai.kreator.ui.gui.components.models.CheckboxTreeModel
 
removeUpdate(DocumentEvent) - Method in class jsyntaxpane.actions.gui.HTMLPreviewFrame
 
removeUpdate(DocumentEvent) - Method in class jsyntaxpane.actions.gui.QuickFindDialog
 
removeUpdate(DocumentEvent) - Method in class jsyntaxpane.components.LineNumbersRuler
 
removeValues(Collection<? extends AtomExpression>) - Static method in class edu.cs.ai.kreator.logic.AtomExpression
For a set {A1=a1,...
removeValues(Collection<? extends AtomExpression>, boolean) - Static method in class edu.cs.ai.kreator.logic.AtomExpression
For a set {A1=a1,...
repeatString(String, int) - Static method in class jsyntaxpane.actions.ActionUtils
Repeat the string source repeat times.
replace(int, int, String, AttributeSet) - Method in class jsyntaxpane.SyntaxDocument
We override this here so that the replace is treated as one operation by the undomanager
ReplaceDialog - Class in jsyntaxpane.actions.gui
A Find and Replace Dialog.
ReplaceDialog(JTextComponent, DocumentSearchData) - Constructor for class jsyntaxpane.actions.gui.ReplaceDialog
Creates new form FindDialog
replaceLineAt(int, String) - Method in class jsyntaxpane.SyntaxDocument
Replace the line at given position with the given string, which can span multiple lines
replaceToken(Token, String) - Method in class jsyntaxpane.SyntaxDocument
Replace the token with the replacement string
reportError(RecognitionException) - Method in class edu.cs.ai.kreator.parser.ExtendedParser
 
reportError(RecognitionException) - Method in class edu.cs.ai.kreator.parser.groundatom.GroundAtomLexer
 
ReportPane - Class in edu.cs.ai.kreator.ui.gui.components
Represents a report view.
ReportPane() - Constructor for class edu.cs.ai.kreator.ui.gui.components.ReportPane
Initializes an empty report view.
requestFocusInWindow() - Method in class edu.cs.ai.kreator.ui.gui.components.ConsolePane
If the console requests the focus, it sets the focus to its TextPane
requestFocusInWindow() - Method in class edu.cs.ai.kreator.ui.gui.components.ConsoleTabbedPane
 
REQUIRES_NO_RESTART - Static variable in class edu.cs.ai.kreator.control.config.ConfigurationOption
Static constant for a configuration option that requires no restart.
REQUIRES_RESTART - Static variable in class edu.cs.ai.kreator.control.config.ConfigurationOption
Static constant for a configuration option that requires a restart.
requiresLayout() - Method in class edu.cs.ai.kreator.logging.TextPaneAppender
 
requiresRestart() - Method in class edu.cs.ai.kreator.control.config.ConfigurationOption
Checks whether this configuration option requires restart of KReator after change.
reset(String) - Method in class edu.cs.ai.kreator.scripting.KreatorScriptableObject
Function to be called from JavaScript.
reset() - Method in class edu.cs.ai.kreator.ui.cli.CmdStringHistory
resets the history
reset(String) - Method in class edu.cs.ai.kreator.ui.gui.components.controller.EvidencePreviewGuideController
 
reset() - Method in class edu.cs.ai.kreator.ui.gui.components.controller.QueryPreviewGuideController
Resets the state of the preview guide
reset(String) - Method in class edu.cs.ai.kreator.ui.gui.components.controller.QueryPreviewGuideController
 
reset(LanguageFactory) - Method in class edu.cs.ai.kreator.ui.gui.components.controller.QueryPreviewGuideController
 
reset() - Method in class edu.cs.ai.kreator.ui.gui.components.ReportPane
Clears the report
resetPwd() - Static method in class edu.cs.ai.kreator.KreatorMain
 
resetScriptEngine(boolean) - Method in interface edu.cs.ai.kreator.ui.cli.KreatorConsole
Clears the console pane and resets its script engine.
resetScriptEngine(boolean) - Method in class edu.cs.ai.kreator.ui.gui.components.ConsolePane
Resets the script engine.
resetShouldAbort() - Method in class edu.cs.ai.kreator.control.KreatorWorker
After having told the worker to abort, one may use this function to revoke this plead.
resume() - Method in class edu.cs.ai.kreator.control.KreatorWorker
Tells the thread to resume.
resumeWorker(KreatorWorker<?>) - Method in class edu.cs.ai.kreator.control.WorkerController
Resumes this worker.
retainAll(Collection<?>) - Method in class edu.cs.ai.kreator.logic.ClauseNetwork
 
returnState - Variable in class jsyntaxpane.lexers.KReatorJFlexLexer
 
ReturnValue - Interface in edu.cs.ai.kreator.ui.returnvalues
 
round() - Method in class edu.cs.ai.kreator.misc.util.Timer
 
RPAREN - Static variable in class jsyntaxpane.TokenConstants
 
RSHIFT - Static variable in class jsyntaxpane.TokenConstants
 
RSHIFTEQ - Static variable in class jsyntaxpane.TokenConstants
 
RuleSldNode - Class in edu.cs.ai.kreator.logic.prolog
This class models a rule node in the SLD resolution tree of a prolog query.
RuleSldNode(Clause, List<AtomExpression>) - Constructor for class edu.cs.ai.kreator.logic.prolog.RuleSldNode
Constructs a rule node with the given clause.
run(String) - Method in class edu.cs.ai.kreator.scripting.KreatorScriptableObject
Function to be called from JavaScript.
runnew(String) - Method in class edu.cs.ai.kreator.scripting.KreatorScriptableObject
Function to be called from JavaScript.

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