- unCommit(Object) - Method in class kb.KnowledgeBase
-
Method to "delete" an object from this KnowledgeBase.
- UnCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.Concept
-
Perform whatever activities are required for this concept to be committed
to a knowledge base.
- unCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.GEdge
-
- unCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.GenSpecLink
-
- unCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.Graph
-
Perform whatever activities are required for this concept to be deleted from a knowledge base.
- unCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.GraphObject
-
Subclasses will implement this method in order to perform whatever
object-specific actions are appropriate for removing this object from the
knowledge base.
- UnCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.Relation
-
Perform whatever activities are required for this concept to be committed to a knowledge base.
- UnCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.RelationLabel
-
Perform whatever activities are required for this concept to be committed to a knowledge base.
- unCommitFromKnowledgeBase(KnowledgeBase) - Method in class charger.obj.TypeLabel
-
Perform whatever activities are required for this concept to be removed
from a knowledge base.
- undoAvailable() - Method in class charger.EditManager
-
- UndoItem - Variable in class charger.EditFrame
-
- undoList - Variable in class charger.EditManager
-
Each past copy of the graph, in text form, is added to the list, up to
its max
- undoRedoSizes(String) - Method in class charger.EditManager
-
Announce the number of items on the undo and redo stacks
- unionDisplayRects(ArrayList) - Static method in class charger.util.CGUtil
-
Determines the union of a set of nodes' display rectangles.
- unMakeContext(ArrayList<GraphObject>, Rectangle2D.Double) - Method in class charger.EditFrame
-
Takes a single context and un-makes its border, moving all its contents
out one graph level.
- unMakeContextButton - Variable in class charger.EditToolbar
-
- unMakeContextButtonActionPerformed(ActionEvent) - Method in class charger.EditToolbar
-
- unquotify(String) - Method in class cgif.parser.CGIFParserHelper
-
- updateAllCorefsForCharger(Graph) - Static method in class charger.obj.Coref
-
- updateCoref(GNode, Coref) - Method in class charger.act.GraphUpdater
-
If a referent is changed, then we update the referents of any
coreferenced concepts.
- updateForCharGer(Concept) - Static method in class charger.obj.Coref
-
Create a CharGer Coref link from the given CharGer concept.
- updateGEdge(GEdge) - Method in class charger.act.GraphUpdater
-
Performs whatever update or validate routine required for the given edge.
- updateGNode(GNode) - Method in class charger.act.GraphUpdater
-
Performs whatever update or validate routine required for the given node.
- updateGraph(Graph) - Method in class charger.act.GraphUpdater
-
For all concepts or graphs in a graph, update each of them.
- updateGraphObject(GraphObject) - Method in class charger.act.GraphUpdater
-
General routine for verifying/updating/validating any node.
- UpdateLineColumn(char) - Method in class cgif.parser.javacc.SimpleCharStream
-
- urlString - Variable in class actorplugin.StockQuotePlugin
-
- urMgr - Variable in class charger.EditManager
-
- use_1_0_actors - Static variable in class charger.Global
-
Whether to use 1-0 as true-false or else use "top" and "absurd"
- use_1_0_actors - Variable in class charger.prefs.ActorsPrefPanel
-
- use_1_0_actorsItemStateChanged(ItemEvent) - Method in class charger.prefs.ActorsPrefPanel
-
- useBufferedImage - Static variable in class charger.Global
-
- usedMemory - Variable in class charger.HubFrame
-
- useNewUndoRedo - Variable in class charger.EditManager
-
- useOnlyBinaryRelationsinCraft - Static variable in class craft.Craft
-
- useOnlyBinaryRelationsinCraft - Variable in class craft.CraftPrefPanel
-
- useOnlyBinaryRelationsinCraftItemStateChanged(ItemEvent) - Method in class craft.CraftPrefPanel
-
- useOnlyGenericConceptsinCraft - Static variable in class craft.Craft
-
- useOnlyGenericConceptsinCraft - Variable in class craft.CraftPrefPanel
-
- useOnlyGenericConceptsinCraftItemStateChanged(ItemEvent) - Method in class craft.CraftPrefPanel
-
- userBackground - Static variable in class charger.Global
-
- userEdgeAttributes - Static variable in class charger.Global
-
- userEditable - Variable in class craft.SenseQueryDialog
-
- userEditedGraphObject - Variable in class charger.CanvasPanel
-
indicates which GNode whose text the user is currently editing; null if
no editing.
- userFinishedEditingText(String) - Method in class charger.CanvasPanel
-
Once the user leaves the edit field, take over and process the new
contents.
- userForeground - Static variable in class charger.Global
-
the user's color scheme, with any changes as per their prefs or session
choices
- userStartedEditingText(GraphObject, Point2D.Double) - Method in class charger.CanvasPanel
-
Sets up the text field for a user to edit.