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 _

A

ableToSend - Variable in class ix.applet.AppletCommunicationStrategy
 
ableToSend - Variable in class ix.iserve.ipc.IServeCommStrategy
 
aboutDialog() - Method in class ix.iface.ui.JFrameMT
 
aboutDialog() - Method in class ix.iview.DomainEditorFrame
 
AboutFrame - Class in ix.iface.ui
A frame with a menu bar to close it, and a scrollable, enabled, but non-editable text area.
AboutFrame() - Constructor for class ix.iface.ui.AboutFrame
Puts up a frame with a menu bar and a scrollable text area that can display HTML (including images), follow links when clicked, and select text, but NOT edit.
AboutFrame(ImageIcon, String) - Constructor for class ix.iface.ui.AboutFrame
As above but the given URL is displayed and remembered as the original page.
AboutFrame(String) - Constructor for class ix.iface.ui.AboutFrame
As above but the given file name is converted to a URL using the text area of the resources.
AboutFrame(String, String) - Constructor for class ix.iface.ui.AboutFrame
As above but the given file name is converted to a URL using the text area of the resources.
AboutFrame(String[]) - Constructor for class ix.iface.ui.AboutFrame
As above but the given file name is converted to a URL using the text area of the resources.
AboutFrame(String, String[]) - Constructor for class ix.iface.ui.AboutFrame
As above but the given file name is converted to a URL using the text area of the resources.
aboutFrame - Variable in class ix.ip2.Ip2Frame
 
aboutFrame - Variable in class ix.iview.DomainEditorFrame
 
aboutItem - Variable in class ix.iface.ui.JFrameMT
 
aboutITestController - Variable in class ix.itest.ItestFrame
 
AbstractAgendaItemPopupMenu - Class in ix.ip2
Provides the shell of a popup menu for agenda items in an agenda viewer.
AbstractAgendaItemPopupMenu(Ip2, AgendaItem) - Constructor for class ix.ip2.AbstractAgendaItemPopupMenu
 
AbstractAgentGroup - Class in ix.ispace
A base class that can support both intensionally and extensionally secified groups.
AbstractAgentGroup(String, ContactManager) - Constructor for class ix.ispace.AbstractAgentGroup
 
AbstractAnnotatedObject - Class in ix.icore
Provides an implementation of the Annotated interface plus support for AnnotationListeners.
AbstractAnnotatedObject() - Constructor for class ix.icore.AbstractAnnotatedObject
 
AbstractDirectedGraph - Class in ix.util
A utility class that makes it easier to define a DirectedGraph.
AbstractDirectedGraph() - Constructor for class ix.util.AbstractDirectedGraph
 
AbstractEditorPanel - Class in ix.iface.ui
A simple panel with a label (title), a component, and optional buttons.
AbstractEditorPanel(boolean) - Constructor for class ix.iface.ui.AbstractEditorPanel
Creates a panel with a label (top left) or a border (depending on the default) Other components (a JComponent and a button panel) are usually added via one of the other constructors; the label text is set in other constructors.
AbstractEditorPanel(boolean, boolean) - Constructor for class ix.iface.ui.AbstractEditorPanel
Creates a panel as above but with a given border setting.
AbstractEditorPanel(EventListener, boolean, String, boolean, JComponent) - Constructor for class ix.iface.ui.AbstractEditorPanel
Creates a panel with a title and a component (left).
AbstractEditorPanel(EventListener, boolean, String, JComponent) - Constructor for class ix.iface.ui.AbstractEditorPanel
 
AbstractEditorPanel(EventListener, String, boolean, JComponent) - Constructor for class ix.iface.ui.AbstractEditorPanel
Creates a panel with a title and a component (left) as above with default border/label.
AbstractEditorPanel(EventListener, String, JComponent) - Constructor for class ix.iface.ui.AbstractEditorPanel
 
AbstractEditorPanel(EventListener, String, boolean, String[]) - Constructor for class ix.iface.ui.AbstractEditorPanel
Creates a panel with a label (top left) and buttons (right) only.
AbstractEditorPanel(EventListener, String, String[]) - Constructor for class ix.iface.ui.AbstractEditorPanel
 
AbstractEditorPanel(EventListener, boolean, String, boolean, JComponent, String[]) - Constructor for class ix.iface.ui.AbstractEditorPanel
Creates a panel with a title, component (left) and buttons (right).
AbstractEditorPanel(EventListener, boolean, String, JComponent, String[]) - Constructor for class ix.iface.ui.AbstractEditorPanel
 
AbstractEditorPanel(EventListener, String, boolean, JComponent, String[]) - Constructor for class ix.iface.ui.AbstractEditorPanel
Creates a panel as above but with the default border/label setting.
AbstractEditorPanel(EventListener, String, JComponent, String[]) - Constructor for class ix.iface.ui.AbstractEditorPanel
 
AbstractEditorPanel.ListRightClickMenuItem - Class in ix.iface.ui
 
AbstractEditorPanel.ListRightClickMenuItem(AbstractButton) - Constructor for class ix.iface.ui.AbstractEditorPanel.ListRightClickMenuItem
 
AbstractFileSyntax - Class in ix.util.xml
Convenient base class for FileSyntaxes.
AbstractFileSyntax() - Constructor for class ix.util.xml.AbstractFileSyntax
 
AbstractIFormModel - Class in ix.iface.ui
An abstract model class to be used to fill an IFormPanel.
AbstractIFormModel(Class) - Constructor for class ix.iface.ui.AbstractIFormModel
 
AbstractIFormModel(EditableObject) - Constructor for class ix.iface.ui.AbstractIFormModel
 
AbstractIXObject - Class in ix.icore
Provides an implementation of the IXObject interface.
AbstractIXObject() - Constructor for class ix.icore.AbstractIXObject
 
AbstractIXTableModel - Class in ix.iface.ui.table
An abstract class for table models.
AbstractIXTableModel(boolean) - Constructor for class ix.iface.ui.table.AbstractIXTableModel
Makes an empty model.
AbstractIXTableModel(boolean, Object[]) - Constructor for class ix.iface.ui.table.AbstractIXTableModel
Makes a model that contains the given nodes.
AbstractIXTableModel(boolean, Object[], String[]) - Constructor for class ix.iface.ui.table.AbstractIXTableModel
Makes a model as above but with the given strings as column names.
AbstractIXTableModel(boolean, Class, Object[]) - Constructor for class ix.iface.ui.table.AbstractIXTableModel
Makes a model that contains the given nodes and derives which fields to use.
AbstractIXTableModel.TableMarkListener - Interface in ix.iface.ui.table
 
AbstractOptionListener - Class in ix.iplan.event
 
AbstractOptionListener() - Constructor for class ix.iplan.event.AbstractOptionListener
 
AbstractPlanItem - Class in ix.icore.plan
Common superclass for PlanIssue and PlanNode.
AbstractPlanItem() - Constructor for class ix.icore.plan.AbstractPlanItem
 
AbstractPMM - Class in ix.icore.process
 
AbstractPMM() - Constructor for class ix.icore.process.AbstractPMM
 
AbstractPMM.Sentinel - Interface in ix.icore.process
 
AbstractRefinement - Class in ix.icore.plan
 
AbstractRefinement() - Constructor for class ix.icore.plan.AbstractRefinement
 
AbstractSetEditor - Class in ix.iface.ui
Support for editing sets of objects (e.g. constraints) Looks after adding/removing/editing the objects and keeping the set consistent.
AbstractSetEditor(ObjectManager, LinkedList) - Constructor for class ix.iface.ui.AbstractSetEditor
 
AbstractTreeTableModel - Class in ix.iface.ui.table
An abstract class for tree table models.
AbstractTreeTableModel(boolean) - Constructor for class ix.iface.ui.table.AbstractTreeTableModel
Makes an empty model.
AbstractTreeTableModel(boolean, TreeNode[]) - Constructor for class ix.iface.ui.table.AbstractTreeTableModel
Makes a model that contains the given nodes at top level.
AbstractUISetEditor - Class in ix.iview
Support for editing sets of named objects (e.g. refinements or object classes).
AbstractUISetEditor(DomainObjectManager, LinkedList) - Constructor for class ix.iview.AbstractUISetEditor
 
AbstractUndoAction - Class in ix.util
Base implementation of an object used to undo something.
AbstractUndoAction(String) - Constructor for class ix.util.AbstractUndoAction
 
ACCELERATE - Variable in class ix.isim.ISimTimer
 
acceleration - Variable in class ix.isim.StartSimDialog
 
accelerationLable - Variable in class ix.isim.StartSimDialog
 
accelerationPanel - Variable in class ix.isim.StartSimDialog
 
accelerationTextField - Variable in class ix.isim.StartSimDialog
 
accept(File) - Method in class ix.util.FileExtensionFileFilter
 
accept(File) - Method in class ix.util.xml.SyntaxFileFilter
 
acceptOnlySafeBuiltins - Variable in class ix.util.lisp.Interpreter
Controls whether only safe builtin functions are added.
acceptReport(Report) - Method in class ix.ip2.ActivityAgenda
 
acceptReport(Report) - Method in class ix.ip2.Agenda
 
accessedProperty(String) - Method in class ix.util.Parameters.AccessRecordingProperties
 
accessor(Class, String) - Static method in class ix.util.Fn
Returns a function that calls the 0-argument method specified by a class and method name.
acknowledgedReceipt(Integer) - Method in class ix.applet.MessageServer.User
 
aClass(Class) - Static method in class ix.util.Util
Returns a "nice" name for a class, using dash-syntax rather than Java capitalisation, prefixed by "a" or "an" as appropriate.
aClass(Object) - Static method in class ix.util.Util
Returns a "nice" name for an object's class, using dash-syntax rather than Java capitalisation, prefixed by "a" or "an" as appropriate.
AConstructEditorPanel - Class in ix.iview
An interface to be implemented by any panel that actually edits a construct.
AConstructEditorPanel() - Constructor for class ix.iview.AConstructEditorPanel
 
AConstructFramePanel - Class in ix.iview
An abstract editor/viewer panel for domain constructs.
AConstructFramePanel() - Constructor for class ix.iview.AConstructFramePanel
Creates an editor panel.
AConstructFramePanel(DomainEditorFrame) - Constructor for class ix.iview.AConstructFramePanel
Creates an editor panel with the given parent.
AConstructFramePanel.FieldValue - Class in ix.iview
 
AConstructFramePanel.FieldValue(String, Object) - Constructor for class ix.iview.AConstructFramePanel.FieldValue
 
AConstructFramePanel.JModifyDialog - Class in ix.iview
 
AConstructFramePanel.JModifyDialog(JFrame, AConstructFramePanel, Icon) - Constructor for class ix.iview.AConstructFramePanel.JModifyDialog
 
AConstructFramePanel.JModifyDialog(JFrame, AConstructFramePanel) - Constructor for class ix.iview.AConstructFramePanel.JModifyDialog
 
AcrossNode - Class in ix.icore.domain
A constraint-range that can be used when the range is from the 'begin' of a node to the 'end' of that same node.
AcrossNode() - Constructor for class ix.icore.domain.AcrossNode
 
AcrossNode(Name) - Constructor for class ix.icore.domain.AcrossNode
 
act - Variable in class ix.iquery.IQuery.LookupThread
 
actAgenda - Variable in class ix.ip2.ExpandHandler
 
actAgenda - Variable in class ix.iplan.ThatcherActivityHandler
 
actEd - Variable in class ix.iview.ConditionEffectEditor
 
action - Variable in class ix.ip2.ActionUnreadyReason
 
action - Variable in class ix.ip2.ForwardingHandler
 
action - Variable in class ix.ip2.log.ItemHandledEvent
 
action - Variable in class ix.isim.ExecutableAction
 
ACTION_COL - Variable in class ix.ip2.AgendaItemTableModel
 
actionCanBeTakenNow(HandlerAction) - Method in class ix.ip2.ActivityAgenda.OtherReportsActivity
 
actionCanBeTakenNow(HandlerAction) - Method in class ix.ip2.AgendaItem
 
actionCanBeTakenNow(HandlerAction) - Method in class ix.ip2.WaitForReportsItem
 
actionChanged(Component, UIRefinement, UIRefinement) - Method in class ix.iview.ActionEditorPanel
 
actionChanged(Component, UIRefinement, UIRefinement) - Method in interface ix.iview.event.CurrentActionListener
Implement this method to take note of action selections
actionChanged(Component, UIRefinement, UIRefinement) - Method in class ix.iview.GlobalFramePanel
 
actionChoice - Variable in class ix.ip2.AgendaViewTable.Row
 
actionChoiceDescr(HandlerAction) - Method in class ix.ip2.AgendaViewTable
 
actionCol - Variable in class ix.ip2.AgendaViewTable
 
actionDescription - Variable in class ix.ip2.ItemHandler
A short description of the action(s) implemented by this handler.
ActionEditorPanel - Class in ix.iview
An editor/viewer panel for refinement structures.
ActionEditorPanel(DomainEditorFrame) - Constructor for class ix.iview.ActionEditorPanel
Creates the editor panel with the given parent.
ActionEditorPanel(DomainEditorFrame, Symbol, Symbol) - Constructor for class ix.iview.ActionEditorPanel
Creates the editor panel with the given parent with the given view and the indicated set of constraints shown.
ActionFormModel - Class in ix.iview
An default model to be used to fill an IFormPanel.
ActionFormModel(DomainEditorFrame) - Constructor for class ix.iview.ActionFormModel
 
ActionFormModel(DomainEditorFrame, Class) - Constructor for class ix.iview.ActionFormModel
 
ActionFormModel(DomainEditorFrame, EditableObject) - Constructor for class ix.iview.ActionFormModel
 
ActionFormPanel - Class in ix.iview
A panel containing form-style sub-panels for viewing/editing an object
ActionFormPanel(AConstructFramePanel) - Constructor for class ix.iview.ActionFormPanel
 
actionListener - Variable in class ix.itest.SendPanel
 
actionListeners - Variable in class ix.iface.util.RadioButtonBox
This box's ActionListeners.
actionListeners - Variable in class ix.iview.ActionEditorPanel
Listeners interested in the current action
actionListeners - Variable in class ix.iview.AROEditorPanel.AROFormPanel
Listeners interested in the current action
actionListeners - Variable in class ix.iview.GlobalFormPanel
Listeners interested in the current action
ActionListRenderer - Class in ix.iview.util
 
ActionListRenderer(boolean) - Constructor for class ix.iview.util.ActionListRenderer
 
actionPanel - Variable in class ix.iview.DomainEditorFrame
 
actionPerformed(ActionEvent) - Method in class ix.ichat.ChatFrame
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.iface.ui.AboutFrame
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.HelpFrame
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.HTMLFrame
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.HTMLPanel.LinkPopupMenu
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.IFormPanel
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.JFrameMT
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.JFrameMTP
Implements the ActionListener interface.
actionPerformed(ActionEvent) - Method in class ix.iface.ui.ListEditorPanel
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
 
actionPerformed(ActionEvent) - Method in class ix.iface.ui.ToggleEditorPanel
 
actionPerformed(ActionEvent) - Method in class ix.iface.util.CatchingActionListener
Calls CatchingActionListener.innerActionPerformed(ActionEvent) on the same event, but inside a try-catch statement that catches any exception or error thrown.
actionPerformed(ActionEvent) - Method in class ix.iface.util.CheckTableDialog
 
actionPerformed(ActionEvent) - Method in class ix.iface.util.KeyValueTable.RowPopupMenu
 
actionPerformed(ActionEvent) - Method in class ix.iface.util.ListSelectionDialog
 
actionPerformed(ActionEvent) - Method in class ix.iface.util.SelectionPanel.ButtonPanel
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.iface.util.SortingKVTable.SortMenu
 
actionPerformed(ActionEvent) - Method in class ix.ip2.AbstractAgendaItemPopupMenu
Action interpreter for this menu's menu-items.
actionPerformed(ActionEvent) - Method in class ix.ip2.ActivityEditor
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.SyntaxChoiceListener
 
actionPerformed(ActionEvent) - Method in class ix.ip2.BindingViewer
 
actionPerformed(ActionEvent) - Method in class ix.ip2.Ip2Applet.AppletIp2Frame
 
actionPerformed(ActionEvent) - Method in class ix.ip2.Ip2Frame
 
actionPerformed(ActionEvent) - Method in class ix.ip2.Ip2XMLConfig.LookItem
 
actionPerformed(ActionEvent) - Method in class ix.ip2.IssueEditor
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.ip2.IssueEditor.IssueEditPanel
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.ip2.ItemEditor
Action interpreter.
actionPerformed(ActionEvent) - Method in class ix.ip2.ItemEditor.EditPanel
Action interpreter.
actionPerformed(ActionEvent) - Method in class ix.ip2.IVarTool.View
 
actionPerformed(ActionEvent) - Method in class ix.ip2.LoadPlanFrame
 
actionPerformed(ActionEvent) - Method in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
actionPerformed(ActionEvent) - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.ip2.test.PanelTest.TestItemListener
 
actionPerformed(ActionEvent) - Method in class ix.ip2.test.PanelTest.TestSequenceListener
 
actionPerformed(ActionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionToolFrame
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.iplan.OptionUI
 
actionPerformed(ActionEvent) - Method in class ix.isim.dynamic.ObjectAnimator.ActionInterpreter
 
actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame_clearMenuItem_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame_closeMenuItem_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame_loadMenuItem_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame_nextMenuItem_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame_pauseMenuItem_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame_resumeMenuItem_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame_startMenuItem_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.StartSimDialog_cancelButton_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.isim.StartSimDialog_startButton_actionAdapter
 
actionPerformed(ActionEvent) - Method in class ix.ispace.GroupSender
 
actionPerformed(ActionEvent) - Method in class ix.ispace.GroupSender.GroupPanel
 
actionPerformed(ActionEvent) - Method in class ix.ispace.ISpaceTool
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.itest.ItestFrame
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.itest.SendPanel
 
actionPerformed(ActionEvent) - Method in class ix.iview.AConstructFramePanel
Wakes up the ActionListener with a user action.
actionPerformed(ActionEvent) - Method in class ix.iview.ActionEditorPanel
Wakes up the ActionListener with a user action.
actionPerformed(ActionEvent) - Method in class ix.iview.AROEditorPanel
Wakes up the ActionListener with a user action.
actionPerformed(ActionEvent) - Method in class ix.iview.DomainEditorFrame
Implements the ActionListener interface.
actionPerformed(ActionEvent) - Method in class ix.iview.GlobalFramePanel
Wakes up the ActionListener with a user action.
actionPerformed(ActionEvent) - Method in class ix.iview.GrammarEditorPanel
Wakes up the ActionListener with a user action.
actionPerformed(ActionEvent) - Method in class ix.iview.igraph.GExpansionEditor
Wakes up the ActionListener with a user action.
actionPerformed(ActionEvent) - Method in class ix.iview.PanelSearcher
 
actionPerformed(ActionEvent) - Method in class ix.iview.SimpleDomainEditor
 
actionPerformed(ActionEvent) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
actionPerformed(ActionEvent) - Method in class ix.iview.SimpleEditorPanel
Wakes up the ActionListener with a user action.
actionPerformed(ActionEvent) - Method in class ix.util.xml.XMLTreeEditFrame
Action interpreter for items in the frame's "File" menu.
actionPerformed(ActionEvent) - Method in class ix.util.xml.XMLTreeEditPanel
Action interpreter for panel buttons
actionPerformed(ActionEvent) - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
Action interpreter for cut-frame buttons
actionPerformed(ActionEvent) - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
actionPerformed(ActionEvent) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
Action interpreter
actionPerformed(ActionEvent) - Method in class ix.util.xml.XMLTreeNamespaceManager.RowPopupMenu
 
actionPerformed(ActionEvent) - Method in class ix.util.xml.XMLTreeSendFrame
 
actions - Variable in class ix.ip2.AgendaItem
 
actionSelected(AgendaItem, String) - Method in class ix.ip2.AgendaTableViewer
 
actionShadowingTable - Variable in class ix.ip2.AgendaViewTable
Says which action to use when an item has more than one that have the same description.
ActionTreeTableModel - Class in ix.iview.table
A TreeTableModel that can display Refinement and Node objects.
ActionTreeTableModel(boolean, UIDomain) - Constructor for class ix.iview.table.ActionTreeTableModel
 
ActionUnreadyReason - Class in ix.ip2
An explanation of why a HandlerAction is not ready to be used.
ActionUnreadyReason(HandlerAction) - Constructor for class ix.ip2.ActionUnreadyReason
Creates an unready reason for the indicated action.
activateDomainItems() - Method in class ix.iview.DomainEditorFrame
 
activateTool(ToolController) - Method in class ix.iface.util.ToolManager
Creates the tool if it does not already exist and then makes it visible.
activateUndo() - Method in class ix.iview.DomainEditorFrame
 
active - Variable in class ix.postix.PostixFrame
 
active - Variable in class ix.util.xml.XMLTreeEditPanel.RecordingExpansionListener
 
activities - Variable in class ix.examples.PicoIX.Controller
 
activities - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
activities - Variable in class ix.test.CompendiumToIX
 
Activity - Class in ix.icore
An Activity.
Activity() - Constructor for class ix.icore.Activity
 
Activity(String) - Constructor for class ix.icore.Activity
 
Activity(LList) - Constructor for class ix.icore.Activity
 
activity - Variable in class ix.icore.plan.PlanNode
 
activity - Variable in class ix.icore.plan.ProcessParameter
 
ActivityAgenda - Class in ix.ip2
An agenda of activities
ActivityAgenda(PanelController) - Constructor for class ix.ip2.ActivityAgenda
 
ActivityAgenda.OtherReportsActivity - Class in ix.ip2
An activity specialised for receiving "other reports" -- reports that aren't directed to any other Issue or Activity.
ActivityAgenda.OtherReportsActivity(String) - Constructor for class ix.ip2.ActivityAgenda.OtherReportsActivity
 
activityDescription(Activity) - Static method in class ix.iface.util.Reporting
 
ActivityEditor - Class in ix.ip2
A simple editor for entering and viewing Activities
ActivityEditor(AgendaViewer, String) - Constructor for class ix.ip2.ActivityEditor
 
ActivityEditor.ActivityEditPanel - Class in ix.ip2
 
ActivityEditor.ActivityEditPanel() - Constructor for class ix.ip2.ActivityEditor.ActivityEditPanel
 
ActivityEditor.ActivityEditPanel.ExpansionPanel - Class in ix.ip2
A panel for editing subitems and their ordering constraints.
ActivityEditor.ActivityEditPanel.ExpansionPanel() - Constructor for class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
ActivityEditor.ActivityEditPanel.SyntaxChoiceListener - Class in ix.ip2
 
ActivityEditor.ActivityEditPanel.SyntaxChoiceListener() - Constructor for class ix.ip2.ActivityEditor.ActivityEditPanel.SyntaxChoiceListener
 
ActivityEditor.ActivityEditPanel.SyntaxComboBox - Class in ix.ip2
 
ActivityEditor.ActivityEditPanel.SyntaxComboBox() - Constructor for class ix.ip2.ActivityEditor.ActivityEditPanel.SyntaxComboBox
 
activityFromControls() - Method in class ix.itest.SendPanel.ActivityControls
Construct an activity from the current state of the GUI.
ActivityHandledEvent - Class in ix.ip2.log
 
ActivityHandledEvent() - Constructor for class ix.ip2.log.ActivityHandledEvent
 
ActivityHandler - Class in ix.ip2
Generates HandlerActions for an ActivityItem.
ActivityHandler(String) - Constructor for class ix.ip2.ActivityHandler
 
activityId(AbstractPlanItem) - Method in class ix.iface.plan.TextPlanWriter
 
ActivityInsertionEditor - Class in ix.ip2
A simple editor for entering and viewing Activities
ActivityInsertionEditor(Ip2) - Constructor for class ix.ip2.ActivityInsertionEditor
 
ActivityInsertionEditor.InsertionEditPanel - Class in ix.ip2
 
ActivityInsertionEditor.InsertionEditPanel() - Constructor for class ix.ip2.ActivityInsertionEditor.InsertionEditPanel
 
ActivityItem - Class in ix.ip2
An AgendaEntry to represents an activity.
ActivityItem(Activity) - Constructor for class ix.ip2.ActivityItem
 
ActivityItem(ActivityItem, Activity) - Constructor for class ix.ip2.ActivityItem
 
activityPattern - Static variable in class ix.test.MatchChoiceHandler
 
activitySy - Static variable in class ix.isim.actions.SendMessage
 
ActivityTableViewer - Class in ix.ip2
 
ActivityTableViewer(Ip2) - Constructor for class ix.ip2.ActivityTableViewer
 
activityViewer - Variable in class ix.ip2.Ip2
 
activityViewer - Variable in class ix.ip2.Ip2Frame
 
ActivityViewTable - Class in ix.ip2
 
ActivityViewTable(Ip2) - Constructor for class ix.ip2.ActivityViewTable
 
actListA - Variable in class ix.iview.OrderingEditor
 
actListB - Variable in class ix.iview.OrderingEditor
 
adaptDefaultMenu() - Method in class ix.iface.ui.JFrameMT
Dummy method that can be overridden by sub-classes to adapt the default.
adaptDefaultMenu() - Method in class ix.iview.DomainEditorFrame
 
adaptDefaultMenuToolbar() - Method in class ix.iface.ui.JFrameMT
Dummy method that can be overridden by sub-classes to adapt the default.
adaptDefaultToolbar() - Method in class ix.iface.ui.JFrameMT
Dummy method that can be overridden by sub-classes to adapt the default.
adaptMenusToPanel(JPanel) - Method in class ix.iface.ui.JFrameMTP
 
adaptMenusToPanel(JPanel) - Method in class ix.iview.DomainEditorFrame
Called whenever the current panel is updated
adaptMenusToPanelTrial(JPanel) - Method in class ix.iview.DomainEditorFrame
Called whenever the current panel is updated
adaptMenuToAction() - Method in class ix.iview.DomainEditorFrame
 
ADD - Static variable in class ix.iface.ui.AbstractSetEditor
 
add(String) - Method in class ix.iface.ui.IXPopupMenu
 
add(FourField) - Method in class ix.iface.ui.IXPopupMenu
 
add(FourField) - Method in class ix.iface.ui.table.TablePopupMenu
Same as that for IXPopuoMenu, but uses plain font, not bold.
add(JMenuItem) - Method in class ix.iface.util.ChainingMenu
 
add(Component) - Method in class ix.iface.util.VerticalPanel
 
add(Component, int) - Method in class ix.iface.util.VerticalPanel
 
add(Component, Object) - Method in class ix.iface.util.VerticalPanel
Unsupported operation.
add(Component, Object, int) - Method in class ix.iface.util.VerticalPanel
Unsupported operation.
add(String, Component) - Method in class ix.iface.util.VerticalPanel
Unsupported operation.
add(VirtualWorld) - Method in class ix.iserve.ipc.sl.WorldTable
 
add - Variable in class ix.iview.SimpleDeclarationEditor
 
add(Object) - Method in class ix.test.DigestSet
 
add(int) - Method in class ix.util.context.ContextInt
Increment by the indicated amount, then return the new value.
add(E) - Method in class ix.util.context.LLQueue
 
add(long, long) - Static method in class ix.util.Inf
 
add(Object) - Method in class ix.util.lisp.LListCollector
 
add(Object) - Method in class ix.util.lisp.LListCollector.LListCollectorListIterator
 
add(Object) - Method in class ix.util.lisp.LListListIterator
 
add(MatchChoice) - Method in class ix.util.match.MatchChoiceManager
 
add(FieldDescr) - Method in class ix.util.reflect.FieldMap
 
add(XMLTreeEditFrame) - Method in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
add(Namespace, Color) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
addAboutInfo(List) - Method in class ix.ip2.Ip2
Called to add "About" information.
addAboutInfo(List) - Method in class ix.ip2.PanelController
 
addAboutInfo(List) - Method in class ix.iserve.IServe
 
addAboutInfo(List) - Method in class ix.util.xml.FileSyntaxManager
 
addAction(HandlerAction) - Method in class ix.ip2.AgendaItem
Add an action to this item.
addActionListener(ActionListener) - Method in class ix.iface.ui.IXButPanel
 
addActionListener(JComponent, ActionListener) - Static method in class ix.iface.ui.util.UIUtil
 
addActionListener(ActionListener) - Method in class ix.iface.util.RadioButtonBox
Adds an ActionListener to this RadioButtonBox.
addActivities(List) - Method in class ix.test.SimpleExpandingSimulator.SimController
 
addActivity(PicoIX.Activity) - Method in class ix.examples.PicoIX.Controller
 
addActivity(Activity) - Method in class ix.icore.plan.build.ExamplePlanBuilder
 
addActivity(Activity) - Method in interface ix.icore.plan.build.PlanBuilder
Adds a top-level activity to the plan.
addActivity(Activity) - Method in class ix.ip2.PanelController
 
addActivityHandler(ItemHandler) - Method in class ix.ip2.PanelController
 
addActivityHandlers(Object[]) - Method in class ix.examples.PicoIX.IX_System
 
addActivityListener(AgendaListener) - Method in class ix.ip2.PanelController
 
addActivityToPlan(Activity) - Method in class ix.test.CompendiumToIX
Adds an activity as a subactivity of its parent activity, if it has one, else as a top-level activity.
addAgendaListener(AgendaListener) - Method in class ix.ip2.Agenda
 
addAgent(String) - Method in class ix.ispace.ContactManager
Adds the agent as a contact.
addAgent(String, AgentRelationship) - Method in class ix.ispace.ContactManager
Adds the agent, recording it as having the specified relationship to this agent.
addAgentGroup(AgentGroup) - Method in class ix.ispace.ContactManager
 
addAgentNameListener(AgentNameListener) - Method in class ix.icore.IXAgent
 
addAgents(List, AgentRelationship) - Method in class ix.ispace.ContactManager
Adds the agents by calling ContactManager.addAgent(String, AgentRelationship).
addAll(Collection) - Method in class ix.util.lisp.Cons
 
addAnnotationListener(AnnotationListener) - Method in class ix.icore.AbstractAnnotatedObject
 
addAnnotationListener(AnnotationListener) - Method in interface ix.icore.Annotated
 
addAttribute(Element, XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
addAttributes(Element, XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
addButton(EventListener, Object) - Method in class ix.iface.ui.IXButPanel
Adds a button with the given listener to this panel.
addCapability(Capability) - Method in class ix.ispace.AgentData
 
addCard(String, Component) - Method in class ix.itest.SendPanel.CardPanel
 
addCase(MatchCase) - Method in class ix.util.match.MatchTable
addCase adds a new MatchCase after those that were added earlier.
addCellEditorListener(CellEditorListener) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
addChild(PNode, PNode) - Method in class ix.icore.process.PNode
 
addChild(IXNode) - Method in interface ix.iface.ui.tree.IXNode
 
addChild(IXTreeNode) - Method in interface ix.iface.ui.tree.IXTreeNode
 
addChild(Symbol) - Method in class ix.iview.domain.UIObjectClass
 
addChild(String) - Method in class ix.iview.domain.UIObjectClass
 
addChild(IXNode) - Method in class ix.iview.domain.UIObjectClass
 
addChild(IXTreeNode) - Method in class ix.iview.tree.ObjectClassTreeNode
 
addChild(IXTreeNode) - Method in class ix.iview.tree.RefinementTreeNode
 
addChild() - Method in class ix.util.xml.XMLTreeEditPanel
Adds a new node after the existing children of the selected node.
addChild() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
addChildren(List) - Method in class ix.iview.domain.UIObjectClass
Adds a list of UIObjectClass to sub classes.
addClassSyntax(RelaxNGSyntax.Schema, Class) - Method in class ix.util.xml.RelaxNGSyntax
 
addClassSyntax(XMLSchemaSyntax.Schema, Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
addClient(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
addComment(String) - Method in class ix.util.xml.RelaxNGSyntax.Schema
 
addComponentListener(EventListener) - Method in class ix.iface.ui.AbstractEditorPanel
 
addConstraint(PicoIX.Constraint) - Method in class ix.examples.PicoIX.ActivityHandler
 
addConstraint(PicoIX.Constraint) - Method in class ix.examples.PicoIX.ConstraintManager
 
addConstraint(PicoIX.Constraint) - Method in class ix.examples.PicoIX.ModelManager
 
addConstraint(PicoIX.Constraint) - Method in class ix.examples.SimResource.CM
 
addConstraint(PNode, Constraint) - Method in interface ix.icore.ConstraintManager
 
addConstraint(Constraint) - Method in interface ix.icore.ConstraintManager
 
addConstraint(Constraint) - Method in class ix.icore.plan.build.ExamplePlanBuilder
 
addConstraint(Constraint) - Method in interface ix.icore.plan.build.PlanBuilder
Adds a top-level constraint to the plan.
addConstraint(PNode, Constraint) - Method in interface ix.icore.process.ProcessModelManager
 
addConstraint(Constrainer) - Method in interface ix.icore.process.ProcessModelManager
 
addConstraint(Constraint) - Method in class ix.icore.Report
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.AdviceManager
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.ConstraintAssociator
 
addConstraint(Constraint) - Method in class ix.ip2.ConsumeTheOnlyCM
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.ConsumeTheOnlyCM
 
addConstraint(Constraint) - Method in class ix.ip2.ForAllCM
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.ForAllCM
 
addConstraint(Constrainer) - Method in class ix.ip2.Ip2ModelManager
 
addConstraint(Map, Constrainer) - Method in class ix.ip2.Ip2ModelManager
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.Ip2ModelManager
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.Ip2WorldStateManager
 
addConstraint(Constraint) - Method in class ix.ip2.Scrum
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.Scrum
 
addConstraint(Constraint) - Method in class ix.ip2.UseCM
 
addConstraint(PNode, Constraint) - Method in class ix.ip2.UseCM
 
addConstraint(Constraint) - Method in class ix.iplan.TimePointNet
 
addConstraint(PNode, Constraint) - Method in class ix.iplan.TimePointNet
 
addConstraint(Object) - Method in class ix.iview.domain.UIRefinement
 
addConstraintListener(JConstraintListener) - Method in class ix.iface.ui.JConstraintEditor
 
addConstraintManager(ConstraintManager, Symbol, Symbol[]) - Method in interface ix.icore.ConstraintManagerRegistry
 
addConstraintManager(ConstraintManager, Symbol, Symbol[]) - Method in class ix.ip2.ConstraintAssociator
 
addConstraintManager(ConstraintManager) - Method in class ix.ip2.Ip2ModelManager
 
addConstraintManagers(Object[]) - Method in class ix.examples.PicoIX.IX_System
 
addConstraintParsers() - Method in class ix.iface.domain.LTF_Parser
 
addConstraintRules() - Method in class ix.util.xml.BNFSyntax.RuleList
 
addConstraints(PNode, List) - Method in class ix.icore.process.AbstractPMM
 
addConstraints(List) - Method in class ix.icore.process.AbstractPMM
 
addConstraints(PNode, List) - Method in interface ix.icore.process.ProcessModelManager
 
addConstraints(List) - Method in interface ix.icore.process.ProcessModelManager
 
addConstraintToPlan(Constraint) - Method in class ix.test.CompendiumToIX
Adds a top-level constraint.
addConstruct(Object) - Method in class ix.iface.ui.AbstractSetEditor
Adds a given construct to the set.
addConstruct(UIObject) - Method in class ix.iview.domain.UIDomain
 
addContactListener(ContactListener) - Method in class ix.ispace.ContactManager
 
addControllerListener(ControllerListener) - Method in class ix.ip2.PanelController
 
addCurrentActionListener(CurrentActionListener) - Method in class ix.iview.ActionEditorPanel
 
addCurrentActionListener(CurrentActionListener) - Method in class ix.iview.GlobalFormPanel
 
addCurrentActionListener(CurrentActionListener) - Method in class ix.iview.GlobalFramePanel
 
addCurrentConstructListener(CurrentConstructListener) - Method in class ix.iview.AConstructFramePanel
 
addData(Object) - Method in class ix.iface.ui.table.AbstractIXTableModel
Adds the given data object to the table's rows if it is not already there and notifies listeners.
addData(int, Object) - Method in class ix.iface.ui.table.AbstractIXTableModel
Adds the given data object to the table's rows at the given position if it is not already there and notifies listeners.
addData(Object) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Adds the given TreeNode object to the table's rows and notifies listeners.
addData(ItemVar) - Method in class ix.iview.DeclarationEditor.VarTypeTableModel
 
addDataChangeListener(DataChangeListener) - Method in interface ix.iface.ui.EditableObject
 
addDataChangeListener(DataChangeListener) - Method in class ix.iview.domain.UIDomain
 
addDataChangeListener(DataChangeListener) - Method in class ix.iview.domain.UIObjectClass
 
addDataChangeListener(DataChangeListener) - Method in class ix.iview.domain.UIRefinement
 
addDataListener(FormDataListener) - Method in class ix.iface.ui.AbstractIFormModel
 
addDataListener(FormDataListener) - Method in interface ix.iface.ui.IFormModel
 
addDefaultMenuBar() - Method in class ix.iface.util.SimpleToolFrame
 
addDomainListener(DomainListener) - Method in class ix.icore.domain.Domain
 
added - Variable in class ix.iface.ui.AbstractSetEditor
list of Objects added to the set (unless removed).
addedObject(Object, Object) - Method in class ix.iface.ui.AbstractSetEditor
 
addedObject(UIObject, IXObject) - Method in class ix.iview.domain.UIDomain
from UIRefinement and UIObjectClass when they are created
addElement(Object) - Method in interface ix.util.Collector
 
addElement(Object) - Method in class ix.util.lisp.LListCollector
 
addElementAtEnd(Object, long) - Method in interface ix.isim.util.LongPriorityQueue
This function adds the given object at the given priority to this priority queue.
addElementAtEnd(Object, long) - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function adds the given object at the given priority to this priority queue.
addElementAtFront(Object, long) - Method in interface ix.isim.util.LongPriorityQueue
This function adds the given object at the given priority to this priority queue.
addElementAtFront(Object, long) - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function adds the given object at the given priority to this priority queue.
addEndStatus(List, PNodeEnd) - Method in class ix.ip2.ItemEditor
 
addEnumeration(Collector, Enumeration) - Static method in class ix.util.Seq
 
addEnumerationSyntax(RelaxNGSyntax.Schema, Class) - Method in class ix.util.xml.RelaxNGSyntax
 
addEnumerationSyntax(XMLSchemaSyntax.Schema, Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
addEventActivity(MessageQueue) - Method in class ix.examples.PicoIX.Controller
 
addExampleTool() - Method in class ix.test.Ip2Example
Adds a simple tool.
addExitHook(Runnable) - Method in class ix.icore.IXAgent
 
addExpansionPanel() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Adds a panel for editing subitems and their ordering constraints.
addExtraForAchiever(SlipAchiever, Set) - Method in class ix.iplan.Slip.PossibleConditionFinder
 
addExtraForAchiever(SlipAchiever, Set) - Method in class ix.iplan.Slip.PossibleEffectFinder
 
addExtraForAchiever(SlipAchiever, Set) - Method in class ix.iplan.Slip.PossiblesFinder
 
addFixedHeight(Component) - Method in class ix.iface.util.VerticalPanel
 
addFormActionListener(ActionListener) - Method in class ix.iface.ui.IFormPanel
 
addForwardingHandler(String, AgentRelationship, boolean) - Method in class ix.ip2.Ip2
 
addFrameworkDeclarations(XMLSchemaSyntax.Schema, Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
addGenericConstraint(Symbol, Symbol, String) - Method in class ix.iview.domain.UIGrammar
 
addGenericConstraint(Constraint) - Method in class ix.iview.domain.UIGrammar
 
addGenericConstraints(Collection) - Method in class ix.iview.domain.UIGrammar
 
addGraph(Named) - Method in class ix.iview.domain.UIDomain
 
addHandledItem(AgendaItem) - Method in class ix.ip2.PanelController
 
addHandler(ItemHandler) - Method in class ix.ip2.PanelController
Install the handler as a handler for issues, activities, or both, as appropriate.
addHandlerActions(AgendaItem) - Method in class ix.ip2.Agenda
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.CompletionHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.ConditionHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.ConnectHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.ExpandHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.ForwardingHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.Ip2.AddExtensionsHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.Ip2.AddHandlersHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.ItemHandler
Called to add any HandlerActions that this handler regards as appropriate for the specified AgendaItem.
addHandlerActions(AgendaItem) - Method in class ix.ip2.LoadDomainHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.LoadPlanHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.LoadStateHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.QueryHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.QueryHandler.AnswerHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.SendReportHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.SetCapabilitiesHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.ShowURLHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.SimpleCompletionHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.SyncSimulationTimeHandler
 
addHandlerActions(AgendaItem) - Method in class ix.ip2.SyncState.SyncStateHandler
 
addHandlerActions(AgendaItem) - Method in class ix.iplan.IPlanCompletionHandler
 
addHandlerActions(AgendaItem) - Method in class ix.iplan.IPlanConditionHandler
 
addHandlerActions(AgendaItem) - Method in class ix.iplan.IPlanExpandHandler
 
addHandlerActions(AgendaItem) - Method in class ix.iplan.ThatcherActivityHandler
 
addHandlerActions(AgendaItem) - Method in class ix.iserve.AddServletHandler
 
addHandlerActions(AgendaItem) - Method in class ix.test.ChangeSymbolNameHandler
 
addHandlerActions(AgendaItem) - Method in class ix.test.MatchChoiceHandler
 
addHandlerActions(AgendaItem) - Method in class ix.test.MatchStateHandler
 
addHandlerActions(AgendaItem) - Method in class ix.test.TestAutoHandler
 
addHandlerActionStatus(List, AgendaItem) - Method in class ix.ip2.ItemEditor
 
addHandlers(List) - Method in class ix.ip2.Ip2
Add one instance of each of the specified classes as a handler for issues, activities, or both, as appropriate.
addHandlers() - Method in class ix.ip2.Ip2
Install any built-in issue and activity handlers.
addHandlers() - Method in class ix.iplan.IPlan
Install any built-in issue and activity handlers.
addHandlers() - Method in class ix.iplan.PlannerBase
 
addHandlers() - Method in class ix.iplan.Slip
Install any built-in issue and activity handlers.
addHandlers() - Method in class ix.iplan.Thatcher
Install any built-in issue and activity handlers.
addHandlers() - Method in class ix.iserve.IServe
 
addHandlers() - Method in class ix.test.Ip2Example
Called to add issue and activity handlers.
addHandlers() - Method in class ix.test.SimpleExpandingSimulator
 
addHistoryEvent(HistoryEvent) - Method in class ix.icore.TaskItem
 
addHistoryEvent(HistoryEvent) - Method in class ix.ip2.AgendaItem
 
addIfField(Collection, Class, String) - Static method in class ix.iface.ui.AbstractIFormModel
 
addImpl(Component, Object, int) - Method in class ix.iface.util.GridColumn
 
addImpl(Component, Object, int) - Method in class ix.iface.util.RadioButtonBox
Called whenever a component is added to this RadioButtonBox.
addImport(String) - Method in class ix.util.reflect.ClassFinder
Records an import that allows a class name or names to be used without package-qualification.
addImport(String) - Static method in class ix.util.xml.XML
Adds an import in the default ClassFinder.
addImport(String) - Method in class ix.util.xml.XMLConfig
Adds an import in the default ClassFinder.
addInheritanceRule(ClassDescr) - Method in class ix.util.xml.BNFSyntax.RuleList
 
addInitialImports() - Method in class ix.ip2.Ip2XMLConfig
Adds an initial set of imports to the default ClassFinder.
addInitialImports() - Method in class ix.util.reflect.ClassFinder
Adds the initial set of imports.
addInitialNames() - Method in class ix.util.reflect.ClassFinder
Adds the initial set of name mappings.
addInitialNamespaces(XMLTreeNamespaceManager.NamespaceMap) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
addIp2Tools() - Method in class ix.ip2.Ip2Frame
 
addIp2Tools() - Method in class ix.postix.PostixFrame
 
addIPCListener(IPCListener) - Static method in class ix.util.IPC
 
addIssue(Issue) - Method in class ix.icore.plan.build.ExamplePlanBuilder
 
addIssue(Issue) - Method in interface ix.icore.plan.build.PlanBuilder
Adds a top-level issue to the plan.
addIssue(Issue) - Method in class ix.ip2.PanelController
 
addIssue(Issue) - Method in class ix.iview.domain.UIRefinement
 
addIssueHandler(ItemHandler) - Method in class ix.ip2.PanelController
 
addIssueListener(AgendaListener) - Method in class ix.ip2.PanelController
 
addIssueToPlan(Issue) - Method in class ix.test.CompendiumToIX
Adds an issue as a subissue of its parent issue, if it has one, else as a top-level issue.
addItem(AgendaItem) - Method in class ix.ip2.ActivityAgenda
 
addItem() - Method in class ix.ip2.ActivityInsertionEditor.InsertionEditPanel
 
addItem(AgendaItem) - Method in class ix.ip2.Agenda
 
addItem(AgendaItem) - Method in interface ix.ip2.AgendaManager
 
addItem(AgendaItem) - Method in class ix.ip2.AgendaTableViewer
 
addItem(String) - Method in class ix.ip2.AgendaTableViewer
Useful methods for adding test items.
addItem(Priority, String) - Method in class ix.ip2.AgendaTableViewer
 
addItem(AgendaItem) - Method in interface ix.ip2.AgendaViewer
 
addItem(AgendaItem) - Method in class ix.ip2.AgendaViewTable
 
addItem(AgendaItem) - Method in class ix.ip2.IssueAgenda
 
addItem() - Method in class ix.ip2.ItemEditor.EditPanel
Tells the item viewer to add a new item
addItemConditons(List, AgendaItem) - Method in class ix.ip2.ItemEditor
 
addItemHandler(ItemHandler) - Method in class ix.ip2.Agenda
 
addItemHandler(ItemHandler) - Method in class ix.ip2.PanelController
 
addItemListener(ItemListener) - Method in class ix.iface.ui.CardPanel
 
addItemListener(AgendaItemListener) - Method in class ix.ip2.AgendaItem
 
addItemsBefore(AgendaItem, List) - Method in class ix.ip2.ActivityAgenda
 
addItemsBefore(AgendaItem, List) - Method in class ix.ip2.Agenda
 
addItemsBefore(AgendaItem, List) - Method in class ix.ip2.IssueAgenda
 
addItestTools() - Method in class ix.itest.ItestFrame
 
addLaunchTool() - Method in class ix.test.MultiAgentIp2
Adds a simple tool.
addLeftLabel(String) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
addLink(Object, Object) - Method in class ix.iview.igraph.ExpansionModel
 
addLinksAnnotation(IXObject, IXObject) - Method in class ix.test.CompendiumToIX
Gives the item an annotation with key CompendiumToIX.K_LINKS and value a list of link descriptions.
addListener(EventListener) - Method in class ix.iface.ui.IXButPanel
 
addListener(JComponent, EventListener) - Static method in class ix.iface.ui.util.UIUtil
 
addListener(TextAreaFrame.TListener) - Method in class ix.util.TextAreaFrame
 
addListSelectionListener(ListSelectionListener) - Method in class ix.iface.ui.ListEditorPanel
 
addListSelectionListener(ListSelectionListener) - Method in class ix.iface.ui.ToggleEditorPanel
 
addLiteralDocumentSyntax(RelaxNGSyntax.Schema, Class) - Method in class ix.util.xml.RelaxNGSyntax
 
addLiteralDocumentSyntax(XMLSchemaSyntax.Schema, Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
addLookAtMenu(JMenu) - Method in class ix.util.xml.XMLTreeEditFrame
 
addMapEntryRule() - Method in class ix.util.xml.BNFSyntax.RuleList
 
addMarkListener(AbstractIXTableModel.TableMarkListener) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
addMatchChoice(List) - Method in class ix.ip2.Ip2ModelManager
 
addMenu(JMenu) - Method in class ix.ispace.ISpaceTool
Adds a menu to the menu bar.
addMenuBarItem(JFrame, String, JMenuItem) - Static method in class ix.iface.util.IFUtil
Adds an item to a menu in a frame's menu bar.
addMenuItems() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
addMenuItems() - Method in class ix.util.xml.XMLTreeViewPanel.ViewerNodePopupMenu
 
addMessage(AppletMessage) - Method in class ix.applet.MessageServer.User
 
addMessage(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.User
 
addMessage(IPC.InputMessage) - Method in class ix.util.xml.XMLTreeEditor.MessageFrame
 
addModelListener(FormModelListener) - Method in class ix.iface.ui.AbstractIFormModel
 
addModelListener(FormModelListener) - Method in interface ix.iface.ui.IFormModel
 
addMouseListener(MouseListener) - Method in class ix.iface.ui.IXButPanel
 
addName(String, Class) - Method in class ix.util.reflect.ClassFinder
Adds an explicit mapping in both directions between a name and a class.
addNamespaceListener(NamespaceListener) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
addNewNode() - Method in class ix.iview.igraph.ExpansionModel
Called when a node is added by the user.
addNode(PNode) - Method in interface ix.icore.process.ProcessModelManager
 
addNode(PNode) - Method in class ix.ip2.Ip2ModelManager
 
addNode(NodeSpec) - Method in class ix.iview.domain.UIRefinement
 
addNode(UINodeSpec) - Method in class ix.iview.igraph.ExpansionModel
 
addNodeAnnotations(IXObject, Element) - Method in class ix.test.CompendiumToIX
Give the IXObject any "standard" annotations derived from the Compendium node.
addNodesBefore(PNode, List) - Method in class ix.ip2.Ip2ModelManager
 
addNote(String) - Method in class ix.iview.util.ModellingState
 
addObject(Object) - Method in class ix.ip2.ObjectView
 
addObject(Symbol) - Method in class ix.ip2.ObjectWhiteboard
 
addObject(Symbol, Object) - Method in class ix.ip2.ObjectWhiteboard
 
addObjectClass(ObjectClass) - Method in class ix.icore.domain.Domain
 
addObjectMenuItems(JMenu, Set) - Method in class ix.ip2.StateViewTable.ViewTable.StatePopupMenu
 
addOptionListener(OptionListener) - Method in class ix.iplan.IPlanOptionManager
 
addOrdering(Map, Ordering) - Static method in class ix.icore.process.PNodeEnd
 
addOrdering(Map, Ordering) - Method in class ix.iplan.TimePointNet
 
addOrdering(Constraint) - Method in class ix.iview.domain.UIRefinement
 
addOrdering(Ordering) - Method in class ix.iview.domain.UIRefinement
 
addOrderingsAsTimeConstraints(PNode, ListOfOrdering) - Method in class ix.ip2.Ip2ModelManager
 
addPanel(JPanel) - Method in class ix.iface.ui.CardPanel
 
addPanel(JPanel, String) - Method in class ix.iface.ui.CardPanel
 
addPanel(JPanel, String, String) - Method in class ix.iface.ui.JFrameMTP
Adds a panel to the set of panels that can be displayed.
addPanels() - Method in class ix.iview.DomainEditorFrame
Adds all panels to the frame.
addParent(IXNode) - Method in interface ix.iface.ui.tree.IXNode
 
addParent(IXNode) - Method in class ix.iview.domain.UIObjectClass
 
addParents(List) - Method in class ix.iview.domain.UIObjectClass
Adds a list of UIObjectClass to super classes.
addPlanEvaluator(PlanEvaluator) - Method in class ix.iplan.PlanEvalManager
 
addPlanEvaluators() - Method in class ix.iplan.PlanEvalManager
 
addPlanEvaluators() - Method in class ix.iplan.TechnicalPlanEvalManager
 
addPostConstraint(TimePointNet.TimeConstraint) - Method in class ix.icore.process.TimePoint
 
addPreConstraint(TimePointNet.TimeConstraint) - Method in class ix.icore.process.TimePoint
 
addPrimitiveSyntax(RelaxNGSyntax.Schema, Class) - Method in class ix.util.xml.RelaxNGSyntax
 
addPrimitiveSyntax(XMLSchemaSyntax.Schema, Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
addProcessStatusListener(ProcessStatusListener) - Method in class ix.icore.process.AbstractPMM
 
addProcessStatusListener(ProcessStatusListener) - Method in interface ix.icore.process.ProcessModelManager
 
addProperty(Symbol, ObjectProperty.Syntax) - Method in class ix.iview.domain.UIObjectClass
 
addProperty(String, ObjectProperty.Syntax) - Method in class ix.iview.domain.UIObjectClass
 
addProperty(String, String) - Method in class ix.iview.domain.UIObjectClass
 
addProperty(Symbol) - Method in class ix.iview.domain.UIObjectClass
 
addProperty(String) - Method in class ix.iview.domain.UIObjectClass
 
addProperty(ObjectProperty) - Method in class ix.iview.domain.UIObjectClass
 
addPropertyChangeListener(PropertyChangeListener) - Method in class ix.iface.ui.JPreferencesDialog
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface ix.iface.ui.JPropertiesEditor
 
addPropertyConstraintsListener(PropertyConstraintsListener) - Method in class ix.iview.table.PropertyTableModel
 
addPropValueIfNew(Symbol, Object, Object) - Method in class ix.ip2.ObjectWorld
 
addr - Variable in class ix.applet.MessageServer
 
addr - Variable in class ix.util.ipc.SerializedCommunicationStrategy.AgentRecord
 
addr - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
addr - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
addRecipientAndSendButton() - Method in class ix.itest.SendPanel.SendControls
 
addRefinement(Refinement) - Method in class ix.icore.domain.Domain
 
addReport(Report) - Method in class ix.ip2.ActivityAgenda.OtherReportsActivity
 
addReport(Report) - Method in class ix.ip2.AgendaItem
 
addResetHook(Runnable) - Method in class ix.ip2.Ip2
Records an object that will be run when this panel is asked to reset.
addRootChild(Document) - Method in class ix.util.xml.XMLTreeEditPanel
 
addRootSyntax(XMLSchemaSyntax.Schema) - Method in class ix.util.xml.XMLSchemaSyntax
 
addRule(BNFSyntax.Rule) - Method in class ix.util.xml.BNFSyntax.RuleList
 
addRule(ClassDescr) - Method in class ix.util.xml.BNFSyntax.RuleList
 
addSelectionListener(JSelectorDialog.JSelectorListener) - Method in class ix.iface.ui.JSelectorDialog
 
addSentinel(AbstractPMM.Sentinel) - Method in class ix.icore.process.AbstractPMM
 
addSentinel(AbstractPMM.Sentinel) - Method in class ix.ip2.Ip2ModelManager
 
addSeparator() - Method in class ix.iface.util.ChainingMenu
 
addServlet(HttpServlet, String) - Method in class ix.iserve.ipc.IServeCommServer
 
addServlet(HttpServlet, String) - Method in class ix.util.http.HttpServer
Add a servlet serving URLs that match the specified path.
addServlet(String, HttpServlet) - Method in class ix.util.http.HttpServer
 
AddServletHandler - Class in ix.iserve
A handler for adding servlets.
AddServletHandler(IServe) - Constructor for class ix.iserve.AddServletHandler
 
addServlets() - Method in class ix.iserve.ipc.IServeCommServer
 
addServlets() - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
addSimEvent(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.SimController
 
addSimEventHandlers(Object[]) - Method in class ix.examples.PicoISim.IX_Simulator
 
addStandardAgentGroups() - Method in class ix.ispace.ContactManager
 
addStartupHook(Runnable) - Method in class ix.icore.IXAgent
 
addState(Map) - Method in class ix.ip2.ObjectWorld
 
addStats(PlanStats) - Method in interface ix.iplan.PlanStats
Increments, or otherwise modifies, the values in this object using values from the specified PlanStats object.
addStats(PlanStats) - Method in class ix.iplan.SlipStats
 
addStatus(List, String, HasStatus) - Method in class ix.ip2.ItemEditor
 
addStructSyntax(RelaxNGSyntax.Schema, Class) - Method in class ix.util.xml.RelaxNGSyntax
 
addStructSyntax(XMLSchemaSyntax.Schema, Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
addSubactivity(Activity, Activity) - Method in class ix.icore.plan.build.ExamplePlanBuilder
 
addSubactivity(Activity, Activity) - Method in interface ix.icore.plan.build.PlanBuilder
Adds a subactivity of the specified activity.
addSubclass(Class, Class) - Method in class ix.util.reflect.InheritanceTree
 
addSubissue(Issue, Issue) - Method in class ix.icore.plan.build.ExamplePlanBuilder
 
addSubissue(Issue, Issue) - Method in interface ix.icore.plan.build.PlanBuilder
Adds a subissue of the specified issue.
addSubitems() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Adds subitems to an existing item.
addSyntax(FileSyntax) - Method in class ix.util.xml.FileSyntaxManager
 
addSyntaxes() - Method in class ix.util.xml.FileSyntaxManager
 
addTab(String, Component) - Method in class ix.ispace.ISpaceTool
Adds a new tab and corresponding component
addTableEntry(String, Object) - Method in class ix.iface.util.SelectionPanel
Inserts a row containing the specified name and value.
addTableMouseListener(TableMouseListener) - Method in class ix.iface.ui.table.IXTable
 
addTemplate(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel
 
addTemplates() - Method in class ix.util.xml.XMLTreeEditPanel
 
addTemplates() - Method in class ix.util.xml.XMLTreeViewPanel
 
addTemplatesFor(Class[]) - Method in class ix.util.xml.XMLTreeEditPanel
 
addTest(TestElement) - Method in class ix.ip2.Ip2
Adds the specified test to the main frame's "Test" menu.
addTest(String, ActionListener) - Method in class ix.ip2.PanelFrame
Adds a test by adding a menu item to the "Test" menu.
addTestMenuItems() - Method in class ix.ip2.Ip2
Called when the main frame is set up to add items to the frame menu bar's "Test" menu.
addTestMenuItems() - Method in class ix.test.Ip2Example
Called to add items to the main frame menu bar's "Test" menu.
addTestResources(List) - Method in class ix.ip2.PanelFrame
 
addTests(String) - Method in class ix.ip2.PanelFrame
 
addTests(List) - Method in class ix.ip2.PanelFrame
 
addTests() - Method in class ix.itest.Itest
Adds any tests common to all versions of I-TEST.
addTestSeparator() - Method in class ix.ip2.PanelFrame
Adds a separator to this panel's "Test" menu.
addTestSubmenu(String, List) - Method in class ix.ip2.PanelFrame
 
addTimeConstraint(TimePoint, TimePoint, long, long) - Method in class ix.iplan.TimePointNet
 
addTimeConstraintElseFail(TimePoint, TimePoint) - Method in class ix.iplan.TimePointNet
 
addTimePoint(long, long) - Method in class ix.iplan.TimePointNet
 
addTimePoint(TimePoint) - Method in class ix.iplan.TimePointNet
 
addToDomain(Domain) - Method in class ix.iview.domain.UIDomain
 
addToDomain(Domain) - Method in interface ix.iview.domain.UIObject
Adds the contents of this UIObject to the domain (part of publish).
addToDomain() - Method in class ix.iview.domain.UIObjectClass
 
addToDomain(Domain) - Method in class ix.iview.domain.UIObjectClass
 
addToDomain() - Method in class ix.iview.domain.UIRefinement
 
addToDomain(Domain) - Method in class ix.iview.domain.UIRefinement
 
addToMenu(PanelFrame) - Method in class ix.ip2.test.PanelTest
Adds a test menu item based on a PanelTest such as a TestItem and sets this PanelTests's frame.
addToMenu(PanelFrame) - Method in interface ix.ip2.test.TestElement
 
addToMenu(PanelFrame) - Method in class ix.ip2.test.TestSeparator
Tells the panel to add a separator to the test menu.
addToMenu(PanelFrame) - Method in class ix.ip2.test.TestSubmenu
Tells the panel to add a submenu to the test menu.
addTool(ToolController) - Method in class ix.icore.IXAgent
Adds a tool, usually by adding an entry to a "Tools" menu in the GUI.
addTool(ToolController) - Method in class ix.iface.util.ToolManager
Adds a tool to the list of tools managed by this ToolManager.
addTool(ToolController) - Method in class ix.ip2.Ip2
Records the tool and adds an entry to the main frame's "Tools" menu.
addTool(ToolController) - Method in class ix.ip2.PanelFrame
 
addTool(ToolController) - Method in class ix.iquery.IQuery
 
addTool(ToolController) - Method in class ix.itest.Itest
 
addTool(ToolController) - Method in class ix.test.SimpleIXAgent
 
addTool(ToolController) - Method in class ix.util.ipc.SeparateStrategy.SeparateAgent
 
addTool(ToolController) - Method in class ix.util.TextAreaFrame
 
addTool(ToolController) - Method in class ix.util.xml.XMLTreeEditFrame
 
addTool(ToolController) - Method in class ix.util.xml.XMLTreeEditor
 
addToolManager() - Method in class ix.util.TextAreaFrame
 
addToTable(SelectionPanel.SelectionTable) - Method in class ix.iface.util.SelectionPanel.Row
 
addToTable() - Method in class ix.ip2.AgendaViewTable.Row
 
addTreeNode(Object, TreeNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Associate the given TreeNode to the given object
addTreeParent(IXTreeNode, UIObject) - Method in class ix.iface.ui.tree.EditableTreeModel
 
addTreeParent(IXTreeNode, IXTreeNode) - Method in class ix.iface.ui.tree.EditableTreeModel
 
addTreeTableModelListener(TreeTableStructureListener) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
addUIDomainListener(UIDomainListener) - Method in class ix.iview.domain.UIDomain
 
addUndoListener(UndoChangeListener) - Method in class ix.iview.AConstructFramePanel
 
addUndoListener(UndoChangeListener) - Method in class ix.iview.UndoManager
 
addUser(PNode) - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
addUserChild(Object, Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
addUserChild(Object, Object) - Method in class ix.iview.tree.DomainTreeModel
 
addUserChild(Object, Object) - Method in class ix.iview.tree.ObjectClassTreeModel
 
addUserChild(Object, Object) - Method in class ix.iview.tree.RefinementTreeModel
 
addUserParent(Object, Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
addUserParent(Object, Object) - Method in class ix.iview.tree.ObjectClassTreeModel
Can only deal with UIObjectClass arguments
addUserParent(Object, Object) - Method in class ix.iview.tree.RefinementTreeModel
 
addValue(Object, Object) - Method in class ix.util.MultiHashMap
 
addValue(Object, Object) - Method in interface ix.util.MultiMap
 
addValueMenuItemIfKnown() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
addVariable(Variable) - Method in interface ix.icore.process.ProcessModelManager
 
addVariable(Variable) - Method in class ix.ip2.Ip2ModelManager
 
addVariableDeclaration(String) - Method in class ix.iview.AConstructFramePanel
 
addVariableDeclaration(String) - Method in class ix.iview.ConstraintEditor
 
addVariableDeclaration(String) - Method in interface ix.iview.VarSpecifier
Add the given variable name as a declaration, return the name or "".
adjustAgendaItemPopup(AbstractAgendaItemPopupMenu, AgendaItem) - Method in class ix.ip2.Ip2Frame
 
adjustFont(FontUIResource) - Method in class ix.iface.util.IXMetalTheme
 
adjustFont(FontUIResource) - Method in class ix.iface.util.IXOceanTheme
 
adjustLookAndFeel() - Method in class ix.icore.IXAgent
 
adjustLookAndFeel() - Static method in class ix.iface.util.IFUtil
Makes any standard I-X changes to the look and feel.
adjustSizes() - Method in class ix.ip2.AgendaViewTable
 
adjustStatus(AgendaItem) - Method in class ix.ip2.CompletionHandler.DoneAction
 
adjustStatus(AgendaItem) - Method in class ix.ip2.ConditionHandler.SatisfyAction
 
adjustStatus(AgendaItem) - Method in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
adjustStatus(AgendaItem) - Method in class ix.iplan.SlipAchieveConds.SatisfyEvalNowConds
 
adjustStatus(AgendaItem) - Method in class ix.iplan.SlipSatisfyConds
 
adjustTable(IXTable) - Method in class ix.iview.table.PropertyTableModel
Adjust the given table (which should be the table whose model this is).
adjustWidth(IXComboBox, JTable, int) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
adjustWidths() - Method in class ix.iface.ui.table.IXTable
Adjusts column widths to sensible values.
advancedIcon - Variable in class ix.iview.DomainEditorFrame
 
advancedItem - Variable in class ix.iview.DomainEditorFrame
 
AdviceManager - Class in ix.ip2
 
AdviceManager(Ip2ModelManager) - Constructor for class ix.ip2.AdviceManager
 
adviceManager - Variable in class ix.ip2.Ip2ModelManager
 
adviseMinimise() - Method in class ix.iface.ui.AbstractEditorPanel
 
AFTER - Static variable in class ix.ip2.ActivityInsertionEditor
 
afterFirst(String, String) - Static method in class ix.util.Strings
Returns the substring that begins directly after the first occurrence of the separator.
afterLast(String, String) - Static method in class ix.util.Strings
Returns the substring starting directly after the last occurrence of the separator.
afterSwitching() - Method in class ix.iview.AConstructFramePanel
Ensures that displays are updated for new view/construct.
age - Variable in class ix.test.ExampleData
 
Agenda - Class in ix.ip2
A collection of things to do.
Agenda(PanelController) - Constructor for class ix.ip2.Agenda
 
AgendaEvent - Class in ix.ip2.event
 
AgendaEvent(Object) - Constructor for class ix.ip2.event.AgendaEvent
 
AgendaItem - Class in ix.ip2
An entry in an Agenda.
AgendaItem(TaskItem) - Constructor for class ix.ip2.AgendaItem
 
AgendaItem(AgendaItem, TaskItem) - Constructor for class ix.ip2.AgendaItem
 
AgendaItem.UndoAddHistoryEvent - Class in ix.ip2
 
AgendaItem.UndoAddHistoryEvent(HistoryEvent) - Constructor for class ix.ip2.AgendaItem.UndoAddHistoryEvent
 
AgendaItem.UndoSetComments - Class in ix.ip2
 
AgendaItem.UndoSetComments() - Constructor for class ix.ip2.AgendaItem.UndoSetComments
 
AgendaItem.UndoSetPriority - Class in ix.ip2
 
AgendaItem.UndoSetPriority() - Constructor for class ix.ip2.AgendaItem.UndoSetPriority
 
AgendaItem.UndoSetStatus - Class in ix.ip2
 
AgendaItem.UndoSetStatus() - Constructor for class ix.ip2.AgendaItem.UndoSetStatus
 
AgendaItemAdapter - Class in ix.ip2.event
An implementation of AgendaItemListener in which all methods do nothing.
AgendaItemAdapter() - Constructor for class ix.ip2.event.AgendaItemAdapter
 
agendaItemEdited(AgendaItemEvent) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
agendaItemEdited(AgendaItemEvent) - Method in class ix.ip2.AgendaViewTable.Row
 
agendaItemEdited(AgendaItemEvent) - Method in class ix.ip2.ConditionHandler.ItemListener
 
agendaItemEdited(AgendaItemEvent) - Method in class ix.ip2.event.AgendaItemAdapter
 
agendaItemEdited(AgendaItemEvent) - Method in interface ix.ip2.event.AgendaItemListener
 
agendaItemEdited(AgendaItemEvent) - Method in class ix.ip2.ExpandHandler.ItemListener
 
agendaItemEdited(AgendaItemEvent) - Method in class ix.ip2.ItemEditor.EditPanel
 
AgendaItemEvent - Class in ix.ip2.event
 
AgendaItemEvent(Object) - Constructor for class ix.ip2.event.AgendaItemEvent
 
AgendaItemListener - Interface in ix.ip2.event
 
AgendaItemTableModel - Class in ix.ip2
A TreeTableModel that can display Issue objects.
AgendaItemTableModel(AgendaTableViewer) - Constructor for class ix.ip2.AgendaItemTableModel
 
AgendaItemTableModel.TreeAgendaItem - Class in ix.ip2
 
AgendaItemTableModel.TreeAgendaItem(AgendaItemTableModel, AgendaItem) - Constructor for class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
AgendaListener - Interface in ix.ip2.event
 
AgendaManager - Interface in ix.ip2
 
agendaManager - Variable in class ix.ip2.AgendaTableViewer
 
agendaManager - Variable in class ix.ip2.AgendaViewTable
 
AgendaTableViewer - Class in ix.ip2
A table viewer for an agenda (set of agenda items).
AgendaTableViewer(Ip2) - Constructor for class ix.ip2.AgendaTableViewer
Constructs a viewer for the indicated agent.
AgendaTreeTable - Class in ix.iview.table
Tree table for displaying agenda items (actions and issues)
AgendaTreeTable() - Constructor for class ix.iview.table.AgendaTreeTable
 
AgendaTreeTable(AbstractTreeTableModel) - Constructor for class ix.iview.table.AgendaTreeTable
Makes a table and sets the given model, adjusts column widths, registers model as mouse listener (if appropriate).
AgendaViewer - Interface in ix.ip2
 
agendaViewer - Variable in class ix.ip2.ItemEditor
 
AgendaViewTable - Class in ix.ip2
A viewer for a set of AgendaItems.
AgendaViewTable(Ip2) - Constructor for class ix.ip2.AgendaViewTable
Constructs a viewer for the indicated agent.
AgendaViewTable.ActionCellRenderer - Class in ix.ip2
 
AgendaViewTable.ActionCellRenderer(AgendaItem) - Constructor for class ix.ip2.AgendaViewTable.ActionCellRenderer
 
AgendaViewTable.ItemPopupMenu - Class in ix.ip2
The popup menu that appears when the user right-clicks on a item.
AgendaViewTable.ItemPopupMenu(AgendaItem) - Constructor for class ix.ip2.AgendaViewTable.ItemPopupMenu
 
AgendaViewTable.Row - Class in ix.ip2
A row of the table - corresponds to one item.
AgendaViewTable.Row(AgendaItem) - Constructor for class ix.ip2.AgendaViewTable.Row
 
agent - Variable in class ix.applet.AppletCommunicationStrategy
 
agent - Variable in class ix.ichat.ChatFrame
 
agent - Variable in class ix.icore.log.EventLogger
 
agent - Variable in class ix.icore.log.HistoryEvent
 
agent - Variable in class ix.ip2.ConnectHandler
 
agent - Variable in class ix.ip2.ForwardingHandler
 
agent - Variable in class ix.ip2.ItemEditor
 
agent - Variable in class ix.ip2.PanelFrame
 
agent - Variable in class ix.ip2.SetCapabilitiesHandler
 
agent - Variable in class ix.ip2.SyncSimulationTimeHandler
 
agent - Variable in class ix.ispace.GroupSender
 
agent - Variable in class ix.ispace.ISpaceTool
 
agent - Variable in class ix.itest.ReceivePanel
 
agent - Variable in class ix.itest.SendPanel
 
agent - Variable in class ix.iview.DomainEditor
 
agent - Variable in class ix.iview.DomainEditorFrame
 
agent - Variable in class ix.iview.SimpleDomainEditor
 
agent - Variable in class ix.util.ipc.DispatchingStrategy
 
agent - Variable in class ix.util.xml.XMLTreeEditFrame
 
agent_argv - Variable in class ix.util.AgentLauncher
 
agentClassName - Variable in class ix.util.AgentLauncher
 
AgentData - Class in ix.ispace
What we know about another agent.
AgentData() - Constructor for class ix.ispace.AgentData
 
AgentData(String, AgentRelationship) - Constructor for class ix.ispace.AgentData
 
AgentData(AgentData) - Constructor for class ix.ispace.AgentData
 
agentData - Variable in class ix.ispace.ContactManager
 
AgentEvent - Class in ix.icore.event
 
AgentEvent(IXAgent) - Constructor for class ix.icore.event.AgentEvent
 
AgentGroup - Interface in ix.ispace
Represents a collection of agents that cen be referred to for message-sending or other purposes.
AgentLauncher - Class in ix.util
 
AgentLauncher() - Constructor for class ix.util.AgentLauncher
 
AgentLauncher.AgentClassLoader - Class in ix.util
 
AgentLauncher.AgentClassLoader(URL[]) - Constructor for class ix.util.AgentLauncher.AgentClassLoader
 
AgentNameEvent - Class in ix.icore.event
 
AgentNameEvent(IXAgent, String, String) - Constructor for class ix.icore.event.AgentNameEvent
 
AgentNameListener - Interface in ix.icore.event
 
AgentRelationship - Class in ix.ispace
Standard relationships between agents.
agentsListener - Variable in class ix.util.ipc.DispatchingStrategy.Strategy
 
agentTable - Variable in class ix.util.ipc.SerializedCommunicationStrategy
 
agentTypeName - Variable in class ix.ip2.Ip2
 
agoTime(Date, Date) - Method in class ix.applet.MessageServer
 
agoTime(Date, Date) - Method in class ix.iserve.ipc.IServeCommServer
 
agreeFileToWrite() - Method in class ix.util.xml.XMLSaver
Asks the user to select a file and, if it already exists, whether to overwrite it.
al - Variable in class ix.iface.ui.IXToolItem
 
AliasFields - Annotation Type in ix.util.reflect
Annotation for listing fields that should be treated as having a different name in the the visible syntax for a class.
AliceBlue - Static variable in class ix.iface.util.XColors
 
alistEntry(Object) - Method in class ix.util.lisp.LList
Treats this LList as an association list (alist) of (key value) pairs and returns the first pair with a key that equals the one specified.
alistKeys() - Method in class ix.util.lisp.LList
 
alistToMap(Map) - Method in class ix.util.lisp.LList
Treats this LList as an association list (alist) and returns a map that maps the same keys to the same values.
alistValue(Object) - Method in class ix.util.lisp.LList
 
ALL - Static variable in class ix.icore.domain.Constraint
 
allActivities() - Method in class ix.iplan.Thatcher
 
allBlocks(List) - Method in class ix.test.BlockStacker
 
allButtons - Variable in class ix.iview.DomainEditorFrame
 
allComputeStatus(List) - Static method in class ix.icore.process.PNode
 
allComputeStatus(List) - Method in class ix.iplan.Slip
 
allFans - Variable in class ix.util.FanComposer
 
allHaveStatus(List, Status) - Static method in class ix.icore.process.PNode
 
allHaveStatus(List, Status) - Static method in class ix.icore.process.StatusStepper
 
allHaveStatus(List, Status) - Method in class ix.iplan.Slip
 
allMenuItems - Variable in class ix.iview.DomainEditorFrame
 
allNodeEnds - Variable in class ix.iplan.SlipFindExecutable.Resume
 
allowed - Variable in class ix.util.FileExtensionFileFilter
 
allowsReplan() - Method in class ix.iplan.IPlanOptionManager.Opt
 
allParametersWereUsed() - Static method in class ix.util.Parameters
 
allSelectedActivities - Variable in class ix.ip2.PlanMaker
 
ALPHABET - Variable in class ix.test.MakeRandomInstance
 
AlphabetizingMenu - Class in ix.iface.util
A JMenu that can insert items in alphabetical order.
AlphabetizingMenu(String) - Constructor for class ix.iface.util.AlphabetizingMenu
 
Alternative - Class in ix.iplan
Alternative -- a backtrack point.
Alternative() - Constructor for class ix.iplan.Alternative
 
alternatives - Variable in class ix.iplan.Slip
 
altPicked() - Method in class ix.iplan.SlipStats
 
altPosted() - Method in class ix.iplan.SlipStats
 
always(Object) - Static method in class ix.util.Fn
Returns a function that always returns the same value.
alwaysFalse - Static variable in class ix.util.Fn
A predicate that returns false for any object.
alwaysTrue - Static variable in class ix.util.Fn
A predicate that returns true for any object.
amount - Variable in class ix.examples.SimResource.Constraint
 
AnagramPairs - Class in ix.test
 
AnagramPairs() - Constructor for class ix.test.AnagramPairs
 
analyse() - Method in class ix.iplan.DomainAnalyser
Construct tables of derived information.
analyseDomain() - Method in class ix.icore.domain.Domain
 
analyseDomain() - Method in class ix.iview.domain.UIDomain
 
analyseHTML(Map, HTMLDocument) - Method in class ix.ip2.ObjectWhiteboard
Sets up connections between the world state and the HTML.
analyseIfNeeded() - Method in class ix.iplan.DomainAnalyser
 
analyseTD(Element, Object, ObjectProperty) - Method in class ix.ip2.ObjectWhiteboard.HtmlAnalyser
 
analysis - Variable in class ix.iplan.Slip
 
And - Class in ix.iscript
 
And() - Constructor for class ix.iscript.And
 
AnimatedObject - Class in ix.isim.dynamic
Title: I-X Simple Object Animation Tool Copyright: Copyright (c) 2005 Company: AIAI, University of Edinburgh
AnimatedObject(StreamTokenizer) - Constructor for class ix.isim.dynamic.AnimatedObject
 
annMap() - Method in class ix.icore.AbstractAnnotatedObject
 
annMap() - Method in class ix.util.context.ContextAnnotatedObject
 
annotateConditionType(Constraint) - Method in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
Annotated - Interface in ix.icore
Objects that have annotations.
AnnotationEditor - Class in ix.ip2
 
AnnotationEditor(Ip2) - Constructor for class ix.ip2.AnnotationEditor
 
annotationEditor - Variable in class ix.ip2.AnnotationViewTable
 
AnnotationEditor.AnnotationEditPanel - Class in ix.ip2
 
AnnotationEditor.AnnotationEditPanel() - Constructor for class ix.ip2.AnnotationEditor.AnnotationEditPanel
 
AnnotationEvent - Class in ix.icore.event
 
AnnotationEvent(Object, Object, Object) - Constructor for class ix.icore.event.AnnotationEvent
 
AnnotationListener - Interface in ix.icore.event
 
annotationListeners - Variable in class ix.icore.AbstractAnnotatedObject
 
annotations - Variable in class ix.icore.AbstractAnnotatedObject
 
Annotations - Class in ix.icore
A Map for annotations.
Annotations() - Constructor for class ix.icore.Annotations
 
Annotations(Map) - Constructor for class ix.icore.Annotations
 
annotations - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
annotations - Variable in class ix.iview.domain.UIDomain
 
annotations - Variable in class ix.iview.domain.UIObjectClass
 
annotations - Variable in class ix.iview.domain.UIRefinement
 
annotations - Variable in class ix.util.reflect.FieldDescr
 
AnnotationViewer - Interface in ix.ip2
 
annotationViewer - Variable in class ix.ip2.Ip2
 
annotationViewer - Variable in class ix.ip2.Ip2Frame
 
AnnotationViewTable - Class in ix.ip2
 
AnnotationViewTable(Ip2) - Constructor for class ix.ip2.AnnotationViewTable
Constructs a viewer for the indicated agent.
AnnotationViewTable.ViewTable - Class in ix.ip2
 
AnnotationViewTable.ViewTable() - Constructor for class ix.ip2.AnnotationViewTable.ViewTable
 
AnnotationViewTable.ViewTable.AnnotationPopupMenu - Class in ix.ip2
 
AnnotationViewTable.ViewTable.AnnotationPopupMenu() - Constructor for class ix.ip2.AnnotationViewTable.ViewTable.AnnotationPopupMenu
 
ANSWER_KEY - Static variable in class ix.ip2.QueryHandler
 
AntiqueWhite - Static variable in class ix.iface.util.XColors
 
any - Variable in class ix.iview.DeclarationEditor
 
any - Variable in class ix.iview.SimpleDeclarationEditor
 
ANY_ARITY - Static variable in interface ix.util.lisp.Interpreter.Function
 
ANY_CLASS - Static variable in class ix.util.xml.AbstractFileSyntax
 
anyXMLPattern() - Method in class ix.util.xml.RelaxNGSyntax
 
anyXMLPatternDefinition() - Method in class ix.util.xml.RelaxNGSyntax
 
append(String) - Method in class ix.iface.util.TranscriptTextArea
Appends the text, then moves the caret position to the end, which should also cause scrolling to the end.
append(String) - Method in class ix.iface.util.TranscriptTextPane
Adds the text at the end of the pane.
append(Color, String) - Method in class ix.iface.util.TranscriptTextPane
Adds the text at the end of the pane using the specified color.
append(List, List) - Static method in class ix.util.Collect
Returns a new list of the same class as its first argument and that contains the elements of the first list followed by those of the second.
append(LList) - Method in class ix.util.lisp.Cons
 
append(LList) - Method in class ix.util.lisp.LList
 
append(LList) - Method in class ix.util.lisp.Null
 
append(String) - Method in class ix.util.SimpleStringBuffer
Appends all the characters in a String.
append(String, int, int) - Method in class ix.util.SimpleStringBuffer
Appends a substring.
append(char) - Method in class ix.util.SimpleStringBuffer
Appends a single character.
append(String) - Method in class ix.util.TextAreaFrame
 
appendArrays(Object[]) - Static method in class ix.util.Util
Appends the arrays in an array of arrays.
appendArrays(Object, Object) - Static method in class ix.util.Util
Appends two arrays.
appendCapitalized(String) - Method in class ix.util.SimpleStringBuffer
Appends the string with its first character converted to upper case.
appendIndentedLines(int, String) - Method in class ix.iface.util.TranscriptTextArea
Breaks the text into lines, then appends the lines, each prefixed by the specified number of spaces.
appendIndentedLines(int, String) - Method in class ix.iface.util.TranscriptTextPane
Breaks the text into lines, then appends the lines, each prefixed by the specified number of spaces.
appendIndentedLines(int, Color, String) - Method in class ix.iface.util.TranscriptTextPane
Breaks the text into lines, then appends the lines using the specified color and with each line prefixed by the specified number of spaces.
appendLine(String) - Method in class ix.iface.util.TranscriptTextArea
Appends the text, followed by a line separator.
appendLine(String) - Method in class ix.iface.util.TranscriptTextPane
Appends the text, followed by a newline.
appendLine(Color, String) - Method in class ix.iface.util.TranscriptTextPane
 
appendLList(LList) - Method in class ix.util.lisp.LListCollector
 
appendUncapitalized(String) - Method in class ix.util.SimpleStringBuffer
Appends the string with its first character converted to lower case.
AppletCommunicationStrategy - Class in ix.applet
Lets I-P2 applets talk with each other.
AppletCommunicationStrategy() - Constructor for class ix.applet.AppletCommunicationStrategy
 
AppletCommunicationStrategy.ConnectFailure - Exception in ix.applet
 
AppletCommunicationStrategy.ConnectFailure(String) - Constructor for exception ix.applet.AppletCommunicationStrategy.ConnectFailure
 
AppletCommunicationStrategy.ReceiveThread - Class in ix.applet
 
AppletCommunicationStrategy.ReceiveThread() - Constructor for class ix.applet.AppletCommunicationStrategy.ReceiveThread
 
AppletCommunicationTool - Class in ix.applet
The user interface to an AppletCommunicationStrategy.
AppletCommunicationTool(AppletCommunicationStrategy) - Constructor for class ix.applet.AppletCommunicationTool
 
AppletCommunicationTool.Controller - Class in ix.applet
A ToolController for an AppletCommunicationTool.
AppletCommunicationTool.Controller(AppletCommunicationStrategy) - Constructor for class ix.applet.AppletCommunicationTool.Controller
 
AppletCommunicationTool.ToolFrame - Class in ix.applet
A simple GUI.
AppletCommunicationTool.ToolFrame(String) - Constructor for class ix.applet.AppletCommunicationTool.ToolFrame
 
AppletCommunicationTool.ToolFrame.ToolTFrame - Class in ix.applet
 
AppletCommunicationTool.ToolFrame.ToolTFrame(String, String[]) - Constructor for class ix.applet.AppletCommunicationTool.ToolFrame.ToolTFrame
 
AppletCommunicationTool.ToolFrame.ToolTListener - Class in ix.applet
 
AppletCommunicationTool.ToolFrame.ToolTListener() - Constructor for class ix.applet.AppletCommunicationTool.ToolFrame.ToolTListener
 
appletDestroy() - Method in class ix.applet.AppletCommunicationStrategy
 
AppletMessage - Class in ix.applet
Wrapper for messages between applets.
AppletMessage() - Constructor for class ix.applet.AppletMessage
 
AppletMessage(String, String) - Constructor for class ix.applet.AppletMessage
 
AppletMessage(String, String, Object) - Constructor for class ix.applet.AppletMessage
 
AppletMessage(String, String, Object, Object) - Constructor for class ix.applet.AppletMessage
 
AppletMessage(String, String, LList) - Constructor for class ix.applet.AppletMessage
 
appletStart() - Method in class ix.applet.AppletCommunicationStrategy
 
appletStop() - Method in class ix.applet.AppletCommunicationStrategy
 
application - Variable in class ix.iface.ui.JPropertiesManager
 
appliesTo(AgendaItem) - Method in class ix.ip2.ConditionHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.ConnectHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.ExpandHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.Ip2.AddExtensionsHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.Ip2.AddHandlersHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.ItemHandler
Gives this handler a say in whether it should add actions to an item.
appliesTo(AgendaItem) - Method in class ix.ip2.LoadDomainHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.LoadPlanHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.QueryHandler.AnswerHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.QueryHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.SendReportHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.SetCapabilitiesHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.ShowURLHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.SyncSimulationTimeHandler
 
appliesTo(AgendaItem) - Method in class ix.ip2.SyncState.SyncStateHandler
 
appliesTo(AgendaItem) - Method in class ix.iplan.IPlanConditionHandler
 
appliesTo(AgendaItem) - Method in class ix.iplan.ThatcherActivityHandler
 
appliesTo(AgendaItem) - Method in class ix.iserve.AddServletHandler
 
appliesTo(AgendaItem) - Method in class ix.test.ChangeSymbolNameHandler
 
appliesTo(AgendaItem) - Method in class ix.test.MatchChoiceHandler
 
appliesTo(AgendaItem) - Method in class ix.test.MatchStateHandler
 
appliesTo(AgendaItem) - Method in class ix.test.TestAutoHandler
 
apply(Map) - Method in class ix.util.FanComposer
 
apply(DirectedGraph) - Method in class ix.util.FanComposer
 
apply(Function1) - Method in class ix.util.FanComposer
 
apply(Object, String, List) - Static method in class ix.util.Fn
Calls the indicated method.
apply(Object, String, Object[]) - Static method in class ix.util.Fn
Calls the indicated method.
apply(Object, Method, Object[]) - Static method in class ix.util.Fn
Calls the indicated method.
apply(String[]) - Method in class ix.util.ipc.DispatchingStrategy
 
apply(String[]) - Method in interface ix.util.ipc.ParameterizedCommStrategy
Process the arguments in whatever way is appropriate.
apply(String[]) - Method in class ix.util.ipc.WrapperStrategy
 
applyEnv(MatchEnv) - Method in class ix.ip2.Ip2ModelManager
 
applyStatic(Class, String, List) - Static method in class ix.util.Fn
Calls the indicated static method.
applyStatic(Class, String, Object[]) - Static method in class ix.util.Fn
Calls the indicated static method.
applyTo(Object[]) - Method in class ix.test.ComputeExtensionExample.ExampleFunction
 
applyTo(Object[]) - Method in class ix.util.lisp.Interpreter.Closure
 
applyTo(Object[]) - Method in interface ix.util.lisp.Interpreter.Function
Returns the result of applying this function to the specified arguments.
Aqua - Static variable in class ix.iface.util.XColors
 
Aquamarine - Static variable in class ix.iface.util.XColors
 
areConsistent(Map, Map) - Static method in class ix.util.Collect
Checks whether two maps are consistent.
argExprs - Variable in class ix.util.lisp.Interpreter.Call
 
args - Variable in class ix.applet.AppletMessage
 
args - Variable in class ix.examples.PicoIX.Constraint
 
ARGUMENT - Static variable in class ix.test.CompendiumToIX
Compendium node type
ARGUMENT_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
arguments - Variable in class ix.iscript.Call
 
arity - Variable in class ix.util.lisp.Interpreter.JFunction
 
AROEditorPanel - Class in ix.iview
An editor/viewer panel for AROs, i.e.
AROEditorPanel(DomainEditorFrame) - Constructor for class ix.iview.AROEditorPanel
Make the editor panel and set up the class tree
AROEditorPanel.AROFormPanel - Class in ix.iview
 
AROEditorPanel.AROFormPanel(AConstructFramePanel, IFormModel) - Constructor for class ix.iview.AROEditorPanel.AROFormPanel
 
AROEditorPanel.ClassTreeTableModel - Class in ix.iview
 
AROEditorPanel.ClassTreeTableModel(UIDomain) - Constructor for class ix.iview.AROEditorPanel.ClassTreeTableModel
 
aroPanel - Variable in class ix.iview.DomainEditorFrame
 
asElement() - Method in class ix.util.xml.BNFSyntax.CollectionInstance
 
asElement() - Method in class ix.util.xml.BNFSyntax.Instance
 
asElement() - Method in class ix.util.xml.BNFSyntax.MapInstance
 
asElement() - Method in class ix.util.xml.BNFSyntax.SimpleInstance
 
asElement() - Method in class ix.util.xml.BNFSyntax.StructInstance
 
asElement() - Method in class ix.util.xml.BNFSyntax.TemplateInstance
 
asElementTypeName(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
ask(UIObject) - Method in class ix.iview.AConstructFramePanel.JModifyDialog
 
ask(String) - Static method in class ix.test.MessageQueueTest
 
askForConditionsLoop() - Method in class ix.iplan.DomainAnalyser
 
askForEffectsLoop() - Method in class ix.iplan.DomainAnalyser
 
askForResourceReport(PicoISim.IX_Simulator) - Static method in class ix.examples.PicoISimTest3
 
askIfSafe() - Method in class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
askLine(String) - Static method in class ix.util.Util
Simple, text-based user interaction.
askLines(String) - Static method in class ix.util.Util
Prompts for multi-line textual input.
askLoop(String, Function1) - Method in class ix.iplan.DomainAnalyser
 
askMessageServer(AppletMessage) - Method in class ix.applet.CGIRelay
 
askModifyDialog(UIObject) - Method in class ix.iview.AConstructFramePanel
 
askModifyOptions(UIObject) - Method in class ix.iview.AConstructFramePanel
 
askNameServer(Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy
Requests a ServiceAddress from the name-server.
askToggle - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
askUserToSelectOption(String, String) - Method in class ix.iplan.OptionUI
 
asMilliseconds() - Method in class ix.util.Duration
Return the total number of milliseconds represented by this Duration.
asPlan() - Method in class ix.iplan.IPlanOptionManager.Opt
 
AssertionFailure - Exception in ix.util
The exception thrown by Debug.expect when an assertion is false.
AssertionFailure() - Constructor for exception ix.util.AssertionFailure
 
AssertionFailure(String) - Constructor for exception ix.util.AssertionFailure
 
assign(LList, Object, PNode) - Method in class ix.ip2.Ip2WorldStateManager
 
assign(LList, Object, PNode) - Method in class ix.iplan.IPlanWorldStateManager
 
assign(Interpreter.VarRef, Object) - Method in interface ix.util.lisp.Interpreter.Env
Changes the value bound to the variable and then returns the new value.
assign(Interpreter.VarRef, Object) - Method in class ix.util.lisp.Interpreter.GlobalEnv
 
assign(Symbol, Object) - Method in class ix.util.lisp.Interpreter.GlobalEnv
 
assign(Interpreter.VarRef, Object) - Method in class ix.util.lisp.Interpreter.LexicalEnv
 
Assignment - Class in ix.iscript
 
Assignment() - Constructor for class ix.iscript.Assignment
 
assignmentsToMap(Collection) - Static method in class ix.icore.domain.PatternAssignment
 
assignRelevantSuperclasses(List) - Method in class ix.util.reflect.InheritanceTree
 
assignStatus(Status) - Method in class ix.icore.process.PNode
Called when loading a plan to give this PNode the status specified in the plan.
assignStatus(Status) - Method in class ix.ip2.AgendaItem
 
assignUUID() - Method in class ix.iserve.ipc.IServeCommServer.User
 
asString(long) - Static method in class ix.util.Inf
 
asString(Long) - Static method in class ix.util.Inf
 
asValue() - Method in class ix.util.xml.BNFSyntax.CollectionInstance
 
asValue() - Method in class ix.util.xml.BNFSyntax.Instance
 
asValue() - Method in class ix.util.xml.BNFSyntax.Literal
 
asValue() - Method in class ix.util.xml.BNFSyntax.Nonterminal
 
asValue() - Method in class ix.util.xml.BNFSyntax.SimpleInstance
 
asValue() - Method in class ix.util.xml.BNFSyntax.StructInstance
 
at - Variable in class ix.util.JavaNameWordIterator
 
at - Variable in class ix.util.lisp.LListIterator
 
AtNodeEnd - Class in ix.icore.domain
A constraint-range that should be used when the constraint applies 'at' at a node-end rather than across a range.
AtNodeEnd() - Constructor for class ix.icore.domain.AtNodeEnd
 
AtNodeEnd(NodeEndRef) - Constructor for class ix.icore.domain.AtNodeEnd
 
ATOM_NAMESPACE - Variable in class ix.test.TwitterAtomSearchTest
 
atomicClasses - Variable in class ix.ip2.Ip2XMLConfig
 
attachTo(Activity) - Method in class ix.icore.plan.Input
 
attachTo(Activity) - Method in class ix.icore.plan.Output
 
attachTo(Activity) - Method in class ix.icore.plan.ProcessParameter
Returns a copy of this ProcessParameter with the activity field filled-in.
attributeFieldP - Variable in class ix.util.xml.XMLSyntax
 
attributeFieldPattern(FieldDescr) - Method in class ix.util.xml.RelaxNGSyntax
 
attributeFields(List) - Method in class ix.util.xml.XMLSyntax
 
ATTRIBUTES - Static variable in class ix.util.xml.XMLTreeEditPanel
 
auto - Variable in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
auto - Variable in class ix.test.xml.MissionaryTest.MissionaryTestRunner
 
auto - Variable in class ix.test.xml.TrainsTest.TrainsTestRunner
 
autoAutoLayout(GraphView) - Method in class ix.iview.igraph.GExpansionEditor
 
autoLayout(GraphView) - Method in class ix.iview.igraph.GExpansionEditor
 
autoLayoutLeft(GraphView) - Method in class ix.iview.igraph.GExpansionEditor
 
autoPoints - Variable in class ix.iview.domain.UIRefinement
 
autoSelect - Variable in class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
AutoTester - Class in ix.iplan
Runs a list of PlanTests.
AutoTester() - Constructor for class ix.iplan.AutoTester
 
AutoTester.TestRunner - Class in ix.iplan
Conducts a plan-test.
AutoTester.TestRunner(PlanTest) - Constructor for class ix.iplan.AutoTester.TestRunner
Constructs a test-runner for the indicated test.
awaitStart() - Method in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
awaitStartedReceiving() - Method in class ix.iserve.ipc.IServeCommStrategy
 
Azure - Static variable in class ix.iface.util.XColors
 

B

back() - Method in class ix.iface.ui.HTMLFrame
 
back() - Method in class ix.iface.ui.HTMLPanel
 
badAnnotation(LList) - Method in class ix.iface.domain.LTF_Parser
 
badAnnotations - Variable in class ix.iface.domain.LTF_Parser
 
badAnnotationsAreErrors - Variable in class ix.iface.domain.LTF_Parser
 
bar - Variable in class ix.iface.ui.IXToolItem
 
baseAgent - Variable in class ix.util.ipc.SeparateStrategy.SeparateAgent
 
baseDomain - Variable in class ix.test.BlockStacker
 
baseGraph - Variable in class ix.util.DAGTransitiveClosure
 
baseGraph - Variable in class ix.util.FullTransitiveClosure
 
baseObject - Variable in class ix.iface.ui.AbstractIFormModel
 
baseObject - Variable in class ix.iview.domain.UIObjectClass
 
baseObject - Variable in class ix.iview.domain.UIRefinement
 
baseObjectClass - Variable in class ix.iface.ui.AbstractIFormModel
 
baseReference - Variable in class ix.iview.domain.UIDomain
 
baseReference - Variable in class ix.iview.domain.UIObjectClass
 
baseReference - Variable in class ix.iview.domain.UIRefinement
 
BasicContextHolder - Class in ix.util.context
A simple object that contains a Context.
BasicContextHolder() - Constructor for class ix.util.context.BasicContextHolder
 
BasicContextHolder(Context) - Constructor for class ix.util.context.BasicContextHolder
 
basicIXClasses - Variable in class ix.ip2.Ip2XMLConfig
 
BearingMoveSpec - Class in ix.isim.dynamic
Title: I-X Simple Object Animation Tool Copyright: Copyright (c) 2005 Company: AIAI, University of Edinburgh
BearingMoveSpec(StreamTokenizer) - Constructor for class ix.isim.dynamic.BearingMoveSpec
 
becomeVisible() - Method in class ix.ip2.Ip2Frame
 
becomeVisible() - Method in class ix.ip2.NewIp2Frame
 
becomeVisible() - Method in class ix.postix.PostixFrame
 
BEFORE - Static variable in class ix.ip2.ActivityInsertionEditor
 
BEFORE - Static variable in class ix.iplan.TimePointNet
Syntax word.
beforeClosing() - Method in class ix.iview.AConstructFramePanel
 
beforeClosing() - Method in class ix.iview.ActionEditorPanel
 
beforeClosing() - Method in class ix.iview.AROEditorPanel
 
beforeFirst(String, String) - Static method in class ix.util.Strings
Returns the substring that ends directly before the first occurrence of the separator.
beforeLabel - Variable in class ix.iview.OrderingEditor
 
beforeLast(String, String) - Static method in class ix.util.Strings
Returns the substring that ends directly before the last occurrence of the separator.
beforeOpening() - Method in class ix.iview.AConstructFramePanel
 
beforeSwitching() - Method in class ix.iview.AConstructFramePanel
Notes the current panel's contents in the current construct before switching.
beforeSwitching() - Method in class ix.iview.GrammarEditorPanel
 
BEGIN - Static variable in class ix.icore.domain.End
 
beginEnd - Variable in class ix.icore.process.PNode
 
beginEventDescription(HistoryEvent) - Method in class ix.icore.log.PrintEventLog
 
beginUndoableTransaction(String) - Method in class ix.ip2.Ip2ModelManager
 
beginUndoableTransaction(String) - Method in class ix.iplan.IPlanOptionManager
 
Beige - Static variable in class ix.iface.util.XColors
 
bg - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
bind(Map) - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
bind(Map) - Method in class ix.ip2.CompletionHandler.DoneAction
 
bind(Map) - Method in class ix.ip2.ConditionHandler.SatisfyAction
 
bind(Map) - Method in class ix.ip2.IVarTool
 
bind(Map) - Method in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
bind(Symbol[], Object[]) - Method in interface ix.util.lisp.Interpreter.Env
Returns a new Env in which the variables are bound to the corresponding values.
bind(Symbol[], Object[]) - Method in class ix.util.lisp.Interpreter.GlobalEnv
 
bind(Symbol[], Object[]) - Method in class ix.util.lisp.Interpreter.LexicalEnv
 
bindCommand() - Method in class ix.ip2.BindingViewer
 
Binding - Class in ix.iscript
 
Binding() - Constructor for class ix.iscript.Binding
 
BindingEvent - Class in ix.icore.log
 
BindingEvent() - Constructor for class ix.icore.log.BindingEvent
 
BindingEvent(Map) - Constructor for class ix.icore.log.BindingEvent
 
bindings - Variable in class ix.icore.log.BindingEvent
 
bindings - Variable in class ix.iscript.Let
 
Bindings - Class in ix.util.match
A wrapper around a Map from Variables to their values.
Bindings(Map) - Constructor for class ix.util.match.Bindings
 
bindingsToMaps(List) - Static method in class ix.util.match.Bindings
 
BindingViewer - Class in ix.ip2
 
BindingViewer(Ip2, Set) - Constructor for class ix.ip2.BindingViewer
 
BindingViewer.ButtonPanel - Class in ix.ip2
 
BindingViewer.ButtonPanel(String...) - Constructor for class ix.ip2.BindingViewer.ButtonPanel
 
BindingViewer.ValComboBox - Class in ix.ip2
 
BindingViewer.ValComboBox(Variable) - Constructor for class ix.ip2.BindingViewer.ValComboBox
 
BindingViewer.Value - Class in ix.ip2
Class to hold values in a ValComboBox so that we don't have to convert back from strings.
BindingViewer.Value(Object) - Constructor for class ix.ip2.BindingViewer.Value
 
BindingViewer.VarPanel - Class in ix.ip2
 
BindingViewer.VarPanel(Set) - Constructor for class ix.ip2.BindingViewer.VarPanel
 
bindItem - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
bindVariables(Map) - Method in interface ix.icore.process.ProcessModelManager
Tells the model manager to bind the indicated variables.
bindVariables(Map) - Method in class ix.ip2.Ip2ModelManager
Assigns values to Variables.
Bisque - Static variable in class ix.iface.util.XColors
 
bitsBox - Variable in class ix.iface.ui.JConstraintEditor
 
bitsBox - Variable in class ix.iface.ui.JSelectorDialog
 
Black - Static variable in class ix.iface.util.XColors
 
BlanchedAlmond - Static variable in class ix.iface.util.XColors
 
BLANK - Static variable in class ix.icore.Status
 
BLANK - Variable in class ix.ip2.ObjectWhiteboard
 
blockSet(List<List<Symbol>>) - Method in class ix.test.BlockStacker
 
BlockStacker - Class in ix.test
A useful base class for classes that run block-stacking planning problems.
BlockStacker(String) - Constructor for class ix.test.BlockStacker
 
BlockStackingTest - Class in ix.test.xml
Describes a block-stacking plan test.
BlockStackingTest() - Constructor for class ix.test.xml.BlockStackingTest
 
BlockStackingTest.BlockTestRunner - Class in ix.test.xml
 
BlockStackingTest.BlockTestRunner(BlockStackingTest, AutoTester) - Constructor for class ix.test.xml.BlockStackingTest.BlockTestRunner
 
Blue - Static variable in class ix.iface.util.XColors
 
BlueViolet - Static variable in class ix.iface.util.XColors
 
BNFSyntax - Class in ix.util.xml
Describes the (XML) syntax of data objects in a BNF-like style.
BNFSyntax() - Constructor for class ix.util.xml.BNFSyntax
 
BNFSyntax(XMLTranslator) - Constructor for class ix.util.xml.BNFSyntax
 
BNFSyntax.Alternatives - Class in ix.util.xml
A RHS that represents a disjunction of BNFSyntax.Instances.
BNFSyntax.Alternatives(BNFSyntax.Instance) - Constructor for class ix.util.xml.BNFSyntax.Alternatives
 
BNFSyntax.Alternatives(List<BNFSyntax.Instance>) - Constructor for class ix.util.xml.BNFSyntax.Alternatives
 
BNFSyntax.CollectionInstance - Class in ix.util.xml
Represents an instance of a collection class.
BNFSyntax.CollectionInstance(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.CollectionInstance
 
BNFSyntax.ConstraintTemplate - Class in ix.util.xml
A TemplateInstance based on a Constraint.
BNFSyntax.ConstraintTemplate(Constraint) - Constructor for class ix.util.xml.BNFSyntax.ConstraintTemplate
 
BNFSyntax.Instance - Class in ix.util.xml
A RHS that describes an instance of a class.
BNFSyntax.Instance() - Constructor for class ix.util.xml.BNFSyntax.Instance
 
BNFSyntax.InstanceField - Class in ix.util.xml
Represents a field of a structure class.
BNFSyntax.InstanceField(FieldDescr) - Constructor for class ix.util.xml.BNFSyntax.InstanceField
 
BNFSyntax.ListInstance - Class in ix.util.xml
 
BNFSyntax.ListInstance(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.ListInstance
 
BNFSyntax.Literal - Class in ix.util.xml
An instance used when only a (simple) literal value shoud appear.
BNFSyntax.Literal(String) - Constructor for class ix.util.xml.BNFSyntax.Literal
 
BNFSyntax.MapEntryInstance - Class in ix.util.xml
 
BNFSyntax.MapEntryInstance() - Constructor for class ix.util.xml.BNFSyntax.MapEntryInstance
 
BNFSyntax.MapInstance - Class in ix.util.xml
 
BNFSyntax.MapInstance(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.MapInstance
 
BNFSyntax.Nonterminal - Class in ix.util.xml
An Instance used when only the name of a nonterminal should appear.
BNFSyntax.Nonterminal(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.Nonterminal
 
BNFSyntax.Nonterminal(String) - Constructor for class ix.util.xml.BNFSyntax.Nonterminal
 
BNFSyntax.RHS - Class in ix.util.xml
The right-hand side of a syntax rule.
BNFSyntax.RHS() - Constructor for class ix.util.xml.BNFSyntax.RHS
 
BNFSyntax.Rule - Class in ix.util.xml
A syntax rule.
BNFSyntax.Rule(String, BNFSyntax.RHS) - Constructor for class ix.util.xml.BNFSyntax.Rule
 
BNFSyntax.Rule(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.Rule
 
BNFSyntax.RuleList - Class in ix.util.xml
Represents the grammar that is being produced.
BNFSyntax.RuleList(List) - Constructor for class ix.util.xml.BNFSyntax.RuleList
 
BNFSyntax.SetInstance - Class in ix.util.xml
 
BNFSyntax.SetInstance(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.SetInstance
 
BNFSyntax.SimpleInstance - Class in ix.util.xml
Represents an instance of a primitve or atomic class.
BNFSyntax.SimpleInstance(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.SimpleInstance
 
BNFSyntax.StructInstance - Class in ix.util.xml
Represents an instance of a structure class.
BNFSyntax.StructInstance(ClassDescr) - Constructor for class ix.util.xml.BNFSyntax.StructInstance
 
BNFSyntax.TemplateInstance - Class in ix.util.xml
An instance that's already XML in the form of a JDOM Element.
BNFSyntax.TemplateInstance() - Constructor for class ix.util.xml.BNFSyntax.TemplateInstance
 
BNFSyntax.TemplateInstance(Element) - Constructor for class ix.util.xml.BNFSyntax.TemplateInstance
 
body - Variable in class ix.util.lisp.Interpreter.Closure
 
body - Variable in class ix.util.lisp.Interpreter.Lambda
 
body - Variable in class ix.util.lisp.Interpreter.Let
 
body - Variable in class ix.util.lisp.Interpreter.While
 
Body - Annotation Type in ix.util.reflect
Annotation that marks a field as the main "body" of the object.
body() - Method in class ix.util.WithCleanup
The main part of what this object should do when its WithCleanup.run() method is called.
booleanKeys - Variable in class ix.iface.ui.JPreferencesDialog
 
booleanToProperty(boolean) - Static method in class ix.iface.ui.util.UIUtil
 
border - Variable in class ix.iface.ui.AbstractEditorPanel
The panel's border (if it has one)
border - Variable in class ix.iplan.IPlanTool.ToolFrame
 
borderHeight - Variable in class ix.iface.ui.IXLabelRenderer
 
borderHeight - Variable in class ix.iface.ui.IXTextRenderer
 
borderWidth - Variable in class ix.iface.ui.IXLabelRenderer
 
borderWidth - Variable in class ix.iface.ui.IXTextRenderer
 
bothEmpty(Collection, Collection) - Static method in class ix.iview.util.IVUtil
 
bothEmpty(Map, Map) - Static method in class ix.iview.util.IVUtil
 
bottom - Variable in class ix.iview.igraph.CompositeRectangularNode
 
BoundedGraph - Interface in ix.util
A simple "view" interface for directed graphs that have unique start and finish nodes.
box - Variable in class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
branches - Variable in class ix.util.match.MatchChoice
 
breakAt(String, String) - Static method in class ix.util.Strings
Returns a list of the substrings delimited by the given separator.
breakAtAny(String, String) - Static method in class ix.util.Strings
Returns a list of substrings, breaking the string at every occurrence of a separator charater.
breakAtFirst(String, String) - Static method in class ix.util.Strings
breakAtFirst takes a string containing fields separated by a (string) delimiter and returns a two-element string array containing the substring before the first occurrence of the separator and the substring after.
breakAtLast(String, String) - Static method in class ix.util.Strings
breakAtLast takes a string containing fields separated by a (string) delimiter and returns a two-element string array containing the substring before the last occurrence of the separator and the substring after.
breakIntoLines(String) - Static method in class ix.util.Strings
Returns a List of the lines in a string.
breakStringAtFirst(String, String) - Static method in class ix.iface.ui.util.UIUtil
breakStringAtFirst takes a string containing fields separated by a (string) delimiter and returns a two-element string array containing the substring before the first occurrence of the char, and the substring after.
breakup(long) - Method in class ix.util.Duration
Separate the total milliseconds into days, hours, minutes, ...
Brown - Static variable in class ix.iface.util.XColors
 
BROWSE_BUT_WIDTH - Static variable in class ix.iface.ui.IXGUIConsts
The width of a common Browse button, often the widest button
buildChildSiblingOrderings(ActivityItem) - Method in class ix.ip2.PlanMaker
 
buildConstraints(Symbol, Symbol, List) - Method in class ix.ip2.PlanMaker
 
builder - Variable in class ix.test.CompendiumToIX
 
buildExpansion(AbstractPlanItem, List) - Method in class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
buildExpansion(PlanIssue, List) - Method in class ix.icore.plan.build.SimplePlanBuilder
 
buildExpansion(PlanNode, List) - Method in class ix.icore.plan.build.SimplePlanBuilder
 
buildExpansion(ActivityItem, PlanNode) - Method in class ix.ip2.PlanMaker
 
buildIssueExpansion(IssueItem, PlanIssue) - Method in class ix.ip2.PlanMaker
 
buildNonSiblingOrderings() - Method in class ix.ip2.PlanMaker
 
buildRefinementSuccessorTable() - Method in class ix.iplan.DomainAnalyser
 
buildSubTree(IXTreeNode) - Method in class ix.iface.ui.tree.EditableTreeModel
Only call this if the sub-tree really needs to be built.
buildTree(Object, String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
BurlyWood - Static variable in class ix.iface.util.XColors
 
butBox - Variable in class ix.iface.ui.JConstraintEditor
 
butBox - Variable in class ix.iface.ui.JSelectorDialog
 
butPanel - Variable in class ix.iface.ui.AbstractEditorPanel
A sub-panel containing buttons
butPanel - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
button - Variable in class ix.iface.ui.IXToolItem
 
button - Variable in class ix.ip2.test.PanelTest.SendingThread
 
button - Variable in class ix.ip2.test.PanelTest.TestSequenceListener
 
buttonLabel - Variable in class ix.iface.ui.IXToolItem
 
buttonListener - Variable in class ix.util.TextAreaFrame.TFrame
 
buttonPanel - Variable in class ix.isim.StartSimDialog
 
buttonPanel - Variable in class ix.ispace.GroupSender
 
buttonPressed(String) - Method in class ix.applet.AppletCommunicationTool.ToolFrame.ToolTListener
 
buttonPressed(String) - Method in class ix.iplan.IPlanTool.ToolFrame.ToolTListener
 
buttonPressed(String) - Method in class ix.iserve.ipc.IServeCommTool.ToolFrame.ToolTListener
 
buttonPressed(String) - Method in interface ix.util.TextAreaFrame.TListener
 
buttonPressed(String) - Method in class ix.util.xml.XMLTreeEditFrame.FindListener
 
buttons - Variable in class ix.iface.ui.IXButPanel
 
buttons - Variable in class ix.iface.ui.ToggleEditorPanel
 
buttonShown - Variable in class ix.iface.ui.IXToolItem
 
BYE - Variable in class ix.test.MatchChoiceTest
 
bytesToLong(byte[]) - Static method in class ix.test.LongToBytes
Converts a (big-endian) array of bytes to a long
bytesToLongStrings(byte[]) - Static method in class ix.test.LongToBytes
Converts an array of bytes to a string containing the "/"-separated string representations of longs taken from the array.

C

C_ALL - Static variable in interface ix.iview.IDESymbols
 
C_CONDITIONS_ONLY - Static variable in interface ix.iview.IDESymbols
 
C_CONDITIONS_OTHER - Static variable in interface ix.iview.IDESymbols
 
C_NONE - Static variable in interface ix.iview.IDESymbols
 
C_ORDER_CONDITIONS - Static variable in interface ix.iview.IDESymbols
 
C_ORDER_ONLY - Static variable in interface ix.iview.IDESymbols
 
C_ORDER_OTHER - Static variable in interface ix.iview.IDESymbols
 
C_OTHER_ONLY - Static variable in interface ix.iview.IDESymbols
 
cacheBothWays(String, Class) - Method in class ix.util.reflect.ClassFinder
Caches the mapping from name to class and from class to name.
cacheBothWays(String, Class) - Method in class ix.util.reflect.DashSyntaxClassFinder
 
CadetBlue - Static variable in class ix.iface.util.XColors
 
calcCost(Slip) - Method in class ix.iplan.Alternative
 
calcLongestPathLength() - Method in class ix.iplan.SlipStats
 
calcLongestPathLength(List) - Method in class ix.iplan.SlipStats
 
calcSize() - Method in class ix.util.context.ContextHashMap.EntrySet
 
Call - Class in ix.iscript
 
Call() - Constructor for class ix.iscript.Call
 
call() - Method in class ix.util.Proc
 
call(Object) - Method in class ix.util.Proc
 
call(Object, Object) - Method in class ix.util.Proc
 
call(Object, Object, Object) - Method in class ix.util.Proc
 
call(Object, Object, Object, Object) - Method in class ix.util.Proc
 
call(Object, Object, Object, Object, Object) - Method in class ix.util.Proc
 
call(T) - Method in interface ix.util.Proc1
 
callOnContents(Proc) - Method in class ix.util.MessageQueue
 
canAlwaysBeTakenNow() - Method in class ix.ip2.HandlerAction
Indicates whether this action can be taken now regardless of the current status of the AgendaItem.
canBeUsedForEffect(Constraint, Refinement, Domain) - Static method in class ix.iplan.Slip
 
CANCEL - Static variable in class ix.iface.ui.AbstractSetEditor
Constants for handling overwrite
cancelBut - Variable in class ix.iface.ui.JConstraintEditor
 
cancelBut - Variable in class ix.iface.ui.JSelectorDialog
 
cancelButton - Variable in class ix.isim.StartSimDialog
 
cancelButton - Variable in class ix.ispace.GroupSender.ButtonPanel
 
cancelButton_actionPerformed(ActionEvent) - Method in class ix.isim.StartSimDialog
 
cancelCellEditing() - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
cancelCellEditing() - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Not implemented.
cancelLocalChoices() - Method in class ix.iplan.Slip
 
canDelete(AgendaItem) - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
canExecBegin(PNodeEnd) - Method in class ix.iplan.Slip
 
canExecEnd(PNodeEnd) - Method in class ix.iplan.Slip
 
canHandleAutomatically(TaskItem) - Method in class ix.ip2.Agenda
 
canHandleAutomatically(TaskItem) - Method in class ix.ip2.PanelController
 
canPerformAction(EditableTree, IXTreeNode, int, Point) - Method in class ix.iface.ui.tree.TreeTransferHandler
Can perform copy and move.
canRead() - Method in class ix.ip2.Ip2XMLConfig.ChecklistFiles
 
canRead() - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
canRead() - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
canRead() - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
canRead() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
canRead() - Method in class ix.util.xml.AbstractFileSyntax
 
canRead() - Method in interface ix.util.xml.FileSyntax
Is reading supported?
canRead() - Method in class ix.util.xml.FileSyntax.RDFFiles
 
canRead() - Method in class ix.util.xml.FileSyntax.XMLFiles
 
canRead(FileSyntax, Class) - Method in class ix.util.xml.FileSyntaxManager
 
canRedo() - Method in class ix.iview.AConstructFramePanel
 
canRedo() - Method in class ix.iview.UndoManager
 
canSimulate(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.SimController
 
canTakeInput() - Method in class ix.iplan.IPlanOptionManager
 
canUndo() - Method in class ix.iview.AConstructFramePanel
 
canUndo() - Method in class ix.iview.UndoManager
 
canWrite() - Method in class ix.ip2.Ip2XMLConfig.HtmlFiles
 
canWrite() - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
canWrite() - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
canWrite() - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
canWrite() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
canWrite() - Method in class ix.ip2.Ip2XMLConfig.TextFiles
 
canWrite() - Method in class ix.ip2.Ip2XMLConfig.TFFiles
 
canWrite() - Method in class ix.util.xml.AbstractFileSyntax
 
canWrite() - Method in interface ix.util.xml.FileSyntax
Is writing supported?
canWrite() - Method in class ix.util.xml.FileSyntax.RDFFiles
 
canWrite() - Method in class ix.util.xml.FileSyntax.XMLFiles
 
canWrite(FileSyntax, Class) - Method in class ix.util.xml.FileSyntaxManager
 
capabilities - Variable in class ix.ispace.AgentData
 
capabilitiesAreUnknown() - Method in class ix.ispace.AgentData
 
Capability - Class in ix.ispace
Represents something an agent is able to do.
Capability() - Constructor for class ix.ispace.Capability
 
capabilityDefault - Variable in class ix.ip2.ForwardingHandler
 
capabilityPanel - Variable in class ix.ispace.ISpaceTool
 
capabilityTable - Variable in class ix.ispace.ISpaceTool.CapabilityPanel
 
capitalize(String) - Static method in class ix.util.Strings
Returns a copy of the string in which the first character is in upper case and the rest of the string is left as it was.
car - Variable in class ix.util.lisp.Cons
 
car() - Method in class ix.util.lisp.Cons
 
car() - Method in class ix.util.lisp.LList
 
car() - Method in class ix.util.lisp.Null
 
CardPanel - Class in ix.iface.ui
A panel with a combo-box and a card panel that can display other panels.
CardPanel() - Constructor for class ix.iface.ui.CardPanel
Creates a panel for a combo box and a card panel.
CardPanel(ItemListener) - Constructor for class ix.iface.ui.CardPanel
 
cards - Variable in class ix.itest.SendPanel.CardPanel
 
cardsPanel - Variable in class ix.iface.ui.CardPanel
 
cardsPanel - Variable in class ix.iface.ui.JFrameMTP
 
cases - Variable in class ix.util.match.MatchTable
The MatchCases in this MatchTable.
CatchingActionListener - Class in ix.iface.util
An ActionListener that catches and reports exceptions.
CatchingActionListener(ActionListener) - Constructor for class ix.iface.util.CatchingActionListener
Constructs a catching listener around the specified inner listener.
CatchingActionListener() - Constructor for class ix.iface.util.CatchingActionListener
Constructs a catching listener without an inner listener.
catchingListener - Variable in class ix.iface.ui.JFrameMT
 
CatchingThread - Class in ix.util
A thread that catches and reports errors or exceptions.
CatchingThread() - Constructor for class ix.util.CatchingThread
 
CatchingThread(Runnable) - Constructor for class ix.util.CatchingThread
 
cd - Variable in class ix.util.xml.BNFSyntax.CollectionInstance
 
cd - Variable in class ix.util.xml.BNFSyntax.SimpleInstance
 
cd - Variable in class ix.util.xml.BNFSyntax.StructInstance
 
cdr - Variable in class ix.util.lisp.Cons
 
cdr() - Method in class ix.util.lisp.Cons
 
cdr() - Method in class ix.util.lisp.LList
 
cdr() - Method in class ix.util.lisp.Null
 
cellClicked(MouseEvent, int, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
If the left button was clicked on the tree-column, expand/collapse node.
cellClicked(MouseEvent, int, int) - Method in interface ix.iface.ui.table.TableMouseListener
Called when a cell has been clicked in the table.
CGIRelay - Class in ix.applet
Passes messages between an AppletCommunicationStrategy and a MessageServer.
CGIRelay() - Constructor for class ix.applet.CGIRelay
 
CGIServerStatus - Class in ix.applet
 
CGIServerStatus() - Constructor for class ix.applet.CGIServerStatus
 
chain - Variable in class ix.util.context.ContextHashMap.EntrySet
 
chain - Variable in class ix.util.context.ContextHashMap.EntrySetIterator
 
chain - Variable in class ix.util.StableHashMap.EntrySet
 
chain - Variable in class ix.util.StableHashMap.EntrySetIterator
 
ChainingMenu - Class in ix.iface.util
A JMenu that can handle a long list of items by "chaining" every so many items to a "More" submenu.
ChainingMenu(String) - Constructor for class ix.iface.util.ChainingMenu
 
ChainingMenu(String, boolean) - Constructor for class ix.iface.util.ChainingMenu
 
changeAccelerationFactor(double) - Method in class ix.isim.ISimTimer
This function changes the time acceleration factor to the given value.
changeAccelerationFactor(double) - Method in class ix.isim.ISimTimerServer
 
changeColor() - Method in class ix.util.xml.XMLTreeNamespaceManager.RowPopupMenu
 
changedSinceRecalc - Variable in class ix.util.match.MatchChoiceManager
 
changedState - Variable in class ix.iplan.AutoTester.TestRunner
 
changeEvent - Variable in class ix.iface.ui.table.IXDefaultCellEditor
 
changeName(Object, String) - Method in class ix.iview.domain.UIDomain
 
changePanelStyle() - Method in class ix.iface.ui.JFrameMTP
 
changeRelationship(String, AgentRelationship) - Method in class ix.ispace.ContactManager
 
changesAllItem - Variable in class ix.iview.DomainEditorFrame
 
changesItem - Variable in class ix.iview.DomainEditorFrame
 
changesOItem - Variable in class ix.iview.DomainEditorFrame
 
changeStatus(PNode, Status) - Method in class ix.icore.process.StatusStepper
 
ChangeSymbolNameHandler - Class in ix.test
Adds a handler action that changes the agent's symbol-name.
ChangeSymbolNameHandler(Ip2) - Constructor for class ix.test.ChangeSymbolNameHandler
 
changeValue(Object) - Method in class ix.ip2.ObjectWhiteboard.Fact
 
changingDocumnent - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
changingIdentityCheckerFrom(IServeCommServer.IdentityChecker) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
changingIdentityCheckerFrom(IServeCommServer.IdentityChecker) - Method in class ix.iserve.ipc.IServeCommServer.IXIdentityChecker
 
changingIdentityCheckerFrom(IServeCommServer.IdentityChecker) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
channel - Variable in class ix.iserve.ipc.sl.SLRpcMessage
 
Chartreuse - Static variable in class ix.iface.util.XColors
 
ChatFrame - Class in ix.ichat
A frame for chat dialogues.
ChatFrame(IXAgent, String) - Constructor for class ix.ichat.ChatFrame
 
ChatFrame.ChatSendPanel - Class in ix.ichat
A panel for sending issues, activities, reports, and chat messages.
ChatFrame.ChatSendPanel(IXAgent) - Constructor for class ix.ichat.ChatFrame.ChatSendPanel
 
ChatMessage - Class in ix.ichat
An object to send when conducting chat dialogues.
ChatMessage() - Constructor for class ix.ichat.ChatMessage
 
ChatMessage(String, String) - Constructor for class ix.ichat.ChatMessage
 
chatMessageDescription(ChatMessage) - Static method in class ix.iface.util.Reporting
 
chatMessageFromControls() - Method in class ix.itest.SendPanel.ChatMessageControls
Construct a chat message from the current state of the GUI.
check(String) - Method in class ix.test.CheckDomains
 
checkActionValidity(ItemHandler, Object) - Method in class ix.ip2.Agenda
Called by the controller when a handler has discovered that some actions may need to be deleted.
checkActionValidity() - Method in class ix.ip2.Agenda
Checks the validity of all handler-actions.
checkActionValidity(AgendaItem) - Method in class ix.ip2.Agenda
 
checkActionValidity(ItemHandler, Object) - Method in class ix.ip2.PanelController
Called by a handler when it discovers that some actions may need to be deleted.
checkAddMessage(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
checkAddMessage(MessageWrapper) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
checkAndListConsistency() - Method in class ix.iview.domain.UIDomain
todo!!!!!!!!!!
checkAndReportConsistency() - Method in class ix.iview.domain.UIDomain
 
checkArity(int) - Method in class ix.util.lisp.Interpreter.AbstractFunction
 
checkArity(int) - Method in interface ix.util.lisp.Interpreter.Function
Checks whether this function can accept the indicated number of arguments.
checkBlockStackingMoves(Slip) - Method in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
checkBodyUsage(ClassDescr) - Method in class ix.util.xml.CompactXMLTranslator
 
checkComputeCondition(Constraint) - Method in class ix.iplan.PlanCheckingSimulator
 
checkComputeResult(LList, Object, Object) - Method in class ix.iplan.PlanCheckingSimulator
 
checkConditions(PNodeEnd, Set) - Method in class ix.iplan.PlanCheckingSimulator
 
checkCondsSatisfied(List) - Method in class ix.iplan.SlipAchieveConds.SatisfyEvalNowConds
 
checkCondsSatisfied(List) - Method in class ix.iplan.SlipSatisfyConds
 
checkConnectivity() - Method in class ix.iplan.SanityChecker.NodeEndConnectivityChecker
 
checkConsistency() - Method in class ix.icore.domain.Domain
Checks the consistency of this domain.
checkConsistency() - Method in class ix.icore.domain.Refinement
Checks the consistency of this refinement.
checkConsistency() - Method in class ix.iview.domain.UIDomain
 
checkConsistency() - Method in class ix.iview.domain.UIRefinement
 
checkConstraint(Constraint, PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator
 
checkConstraint(Constraint, PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator.ConstraintChecker
 
checkConstraint(Constraint, PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator.UseChecker
 
checkConstruct() - Method in class ix.iview.ActionEditorPanel
User request to check the refinement - not implemented.
checkConstruct() - Method in class ix.iview.AROEditorPanel
Check a construct of the panel's type for errors and inconsistencies
checkConstruct() - Method in interface ix.iview.ConstructFraming
Checks a construct of the panel's type for errors and inconsistencies.
checkConstruct() - Method in class ix.iview.GlobalFramePanel
 
checkConstruct() - Method in class ix.iview.GrammarEditorPanel
Check a construct of the panel's type for errors and inconsistencies
checkConstruct() - Method in class ix.iview.SimpleEditorPanel
Check a construct of the panel's type for errors and inconsistencies
checkCopyObject(String, UIObject, String) - Static method in class ix.iview.util.IVUtil
Check if the object should be overwritten or copied.
CheckDomains - Class in ix.test
Checks all domains given as command-line arguments.
CheckDomains() - Constructor for class ix.test.CheckDomains
 
checkedPut(Object, Object) - Method in class ix.util.match.MatchEnv
 
checkElements(Collection, Class) - Static method in class ix.util.ListOf
 
checker - Variable in class ix.iserve.ipc.IServeCommServer.User
 
checkerTable - Variable in class ix.iplan.PlanCheckingSimulator
 
checkExpansionRefinements() - Method in class ix.iplan.SanityChecker
Checks whether the correct expansion refinement was recorded for each expanded activity in the plan.
checkForDeleters(PNodeEnd, LList, Object, Set) - Method in class ix.iplan.PlanCheckingSimulator
 
checkForMaximalNodes() - Method in class ix.iplan.SanityChecker
 
checkForMinimalNodes() - Method in class ix.iplan.SanityChecker
 
checkForSend(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.User
 
checkIcon - Variable in class ix.iview.DomainEditorFrame
 
checkInputsAndOutputs() - Method in class ix.icore.domain.Refinement
 
checkItem - Variable in class ix.iview.DomainEditorFrame
 
checkItemToNodeMap(List, List) - Method in class ix.ip2.PlanMaker
 
checkLegalParent(UIObjectClass) - Method in class ix.iview.domain.UIObjectClass
 
checkLength(int, LList) - Method in class ix.util.lisp.LispInterpreter.Syntax
 
checkLinksAgainstTemporalConstraints() - Method in class ix.iplan.SanityChecker
 
ChecklistParser - Class in ix.iface.domain
Reads .checklist files as Domains.
ChecklistParser(URL) - Constructor for class ix.iface.domain.ChecklistParser
Constructs a ChecklistParser for a given URL.
ChecklistParser.Line - Class in ix.iface.domain
A line represented as an indentation count and a list of words.
ChecklistParser.Line(int, List) - Constructor for class ix.iface.domain.ChecklistParser.Line
 
ChecklistParser.LineParser - Class in ix.iface.domain
Line-at-a-time parser with multi-line backup.
ChecklistParser.LineParser(BufferedReader) - Constructor for class ix.iface.domain.ChecklistParser.LineParser
 
checkMessageHost(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
checkMessagePassword(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
checkMessageSource(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.DefaultIdentityChecker
 
checkMessageSource(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
Checks whether the message came from an acceptable source.
checkMessageSource(MessageWrapper) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
checkMessageUUID(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
checkNextMessageRequest(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
checkNodeEndStatusValue(PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator
 
checkNodeEndStatusValues() - Method in class ix.iplan.PlanCheckingSimulator
 
checkNodeRefConsistency(UIRefinement, Ordering) - Static method in class ix.iview.util.IVUtil
This should be a method within Orderings and Constraints!
checkNodeRefs() - Method in class ix.icore.domain.Refinement
Checks that every node mentioned in a constraint is defined in this refinement.
checkNodeStatusValues() - Method in class ix.iplan.PlanCheckingSimulator
 
checkNodesVsNodeEnds() - Method in class ix.iplan.SanityChecker
 
checkOrderingLinkConnectivity() - Method in class ix.iplan.SanityChecker
 
checkOrderingLinkConnectivityBackward() - Method in class ix.iplan.SanityChecker
 
checkOrderingLinkConnectivityForward() - Method in class ix.iplan.SanityChecker
 
checkOtherConstraints(PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator
 
checkParametersAgainstConstraints(Symbol, List) - Method in class ix.icore.domain.Refinement
 
checkParameterUse() - Static method in class ix.util.Parameters
 
checkPattern(Map, LList, Symbol, List) - Method in class ix.test.BlockStacker
 
checkPlan(Slip) - Method in class ix.iplan.AutoTester.TestRunner
Checks the plan.
checkPlan() - Method in class ix.iplan.IPlanTool
 
checkPlan(PlanCheckingSimulator) - Method in class ix.iplan.IPlanTool
 
checkPlan() - Method in class ix.iplan.SanityChecker
 
checkPlan() - Method in class ix.test.BlockStacker
 
checkPlan() - Method in class ix.test.PlanningTest
 
checkPlan(Slip) - Method in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
checkPlanCompatibility() - Method in class ix.ip2.PlanInstaller
 
checkRegisterRequest(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
checkRegisterRequest(MessageWrapper) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
checkSameBlocks(List<List<Symbol>>, List<List<Symbol>>) - Method in class ix.test.BlockStacker
 
checkSelection(Object, Object) - Method in class ix.iface.ui.JSelectorDialog
Checks the selection against the given object.
checkSender(AppletMessage) - Method in class ix.applet.MessageServer
 
checkSendRequest(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
ChecksimPlanEvaluation - Class in ix.iplan
A plan-evaluation that runs the plan-checking simulator.
ChecksimPlanEvaluation(Ip2, String) - Constructor for class ix.iplan.ChecksimPlanEvaluation
 
checkStartAndFinishTimes() - Method in class ix.iplan.SanityChecker
 
checkSyntax(FileSyntax, Class, String) - Method in class ix.util.xml.FileSyntaxManager
 
CheckTable - Class in ix.iface.util
Packages a JTable together with a table model for showing a list of checkable items.
CheckTable(String, Object[], Object[]) - Constructor for class ix.iface.util.CheckTable
 
CheckTable.ViewJTable - Class in ix.iface.util
 
CheckTable.ViewJTable(TableModel) - Constructor for class ix.iface.util.CheckTable.ViewJTable
 
CheckTable.ViewTableModel - Class in ix.iface.util
Mediates between the data and the JTable.
CheckTable.ViewTableModel(String, Object[], Object[]) - Constructor for class ix.iface.util.CheckTable.ViewTableModel
 
CheckTableDialog - Class in ix.iface.util
 
CheckTableDialog(Frame, String, Object[], Object[]) - Constructor for class ix.iface.util.CheckTableDialog
Creates a modal dialog with the specified owner frame, title, and list data.
checkTemporalConstraintConnectivity() - Method in class ix.iplan.SanityChecker
 
checkTemporalConstraintConnectivityForward() - Method in class ix.iplan.SanityChecker
 
checkTemporalConstraintsAgainstLinks() - Method in class ix.iplan.SanityChecker
 
checkTFactory(TransformerFactory) - Static method in class ix.util.xml.Xform
 
checkThatEnoughParametersWereGiven() - Method in class ix.test.FilePlanner
 
checkTowerState(Map, List) - Method in class ix.test.BlockStacker
 
checkUseBegin(LList, PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator.UseChecker
 
checkUseEnd(LList, PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator.UseChecker
 
checkValue(Object) - Method in class ix.util.reflect.FieldDescr
 
checkVariableRefs() - Method in class ix.icore.domain.Refinement
Checks that the set of variables declared in this refinement and the set of variables referred to (used) in this refinement are the same.
childName(String, int) - Method in class ix.iplan.IPlanOptionManager
 
children() - Method in class ix.iface.ui.table.IXTNTreeTableNode
 
children() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
children() - Method in class ix.iview.domain.UINodeSpec
 
children() - Method in class ix.iview.domain.UIObjectClass
 
children() - Method in class ix.iview.domain.UIRefinement
 
children - Variable in class ix.util.context.Context
A collection of this context's children.
Chocolate - Static variable in class ix.iface.util.XColors
 
choiceCol - Variable in class ix.iface.util.SelectionPanel.SelectionTable
 
choiceColTitle - Variable in class ix.iface.util.SelectionPanel
 
choiceManager - Variable in class ix.test.MatchChoiceTest
 
chooseFileToRead() - Method in class ix.util.xml.XMLLoader
Asks the user to choose a file.
chooseFileToWrite() - Method in class ix.util.xml.XMLSaver
Asks the user to choose a file.
ClassDescr - Class in ix.util.reflect
A view or description of a class.
ClassDescr(ClassSyntax, Class) - Constructor for class ix.util.reflect.ClassDescr
 
ClassDescr(ClassSyntax, Class, Class) - Constructor for class ix.util.reflect.ClassDescr
 
ClassDescr(ClassSyntax, Class, Class, Class) - Constructor for class ix.util.reflect.ClassDescr
 
classEd - Variable in class ix.iview.ObjectConstraintEditor
 
classes - Variable in class ix.iview.DeclarationEditor.VarTypeTableModel
 
classes - Variable in class ix.iview.table.PropertyTableModel
 
ClassFinder - Class in ix.util.reflect
Converts between class names (Strings) and classes.
ClassFinder() - Constructor for class ix.util.reflect.ClassFinder
 
ClassFinder(ClassFinder) - Constructor for class ix.util.reflect.ClassFinder
 
classFinder - Variable in class ix.util.reflect.ClassSyntax
 
ClassFinder.Import - Class in ix.util.reflect
Internal class that performs the name-to-class mapping that corresponds to a single import specification.
ClassFinder.Import(String) - Constructor for class ix.util.reflect.ClassFinder.Import
 
classForExternalName(String) - Method in class ix.util.reflect.ClassSyntax
 
classForName(String) - Method in class ix.util.reflect.ClassFinder
Returns the class that corresponds to the name, as determined by any imports or explicit mappings.
classForNameElseNull(String) - Static method in class ix.util.Util
Returns the class of the specified name or else null if the class cannot be found.
classForXmlName(String) - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
classHasShortName(Class, String) - Method in class ix.util.reflect.ClassFinder
 
classic - Variable in class ix.ip2.Ip2
 
classify(Object) - Method in class ix.test.MethodTest.C1
 
classify(String) - Method in class ix.test.MethodTest.C1
 
classify(String) - Method in class ix.test.MethodTest.C2
 
classNameMap - Variable in class ix.icore.domain.Domain
 
classRefs(List) - Method in class ix.util.xml.RelaxNGSyntax
 
ClassSyntax - Class in ix.util.reflect
Provides a syntax for objects by acting as a factory for class and field descriptions.
ClassSyntax() - Constructor for class ix.util.reflect.ClassSyntax
 
ClassSyntax(ClassFinder) - Constructor for class ix.util.reflect.ClassSyntax
 
classSyntax - Variable in class ix.util.xml.XMLSyntax
 
classSyntax - Variable in class ix.util.xml.XMLTranslator
 
classToDescrCache - Variable in class ix.util.reflect.ClassSyntax
 
classToName - Variable in class ix.util.reflect.ClassFinder
 
classToNameCache - Variable in class ix.util.reflect.ClassFinder
 
classToStringerMap - Variable in class ix.util.reflect.ClassSyntax
 
classToSubclasses - Variable in class ix.util.reflect.InheritanceTree
 
classToSuperclass - Variable in class ix.util.reflect.InheritanceTree
 
ClassVisitor - Interface in ix.util.reflect
Provides methods for the principal ClassDescr cases when examining a ClassDescr.
cleanup() - Method in class ix.util.WithCleanup
Whatever this object should always do after its WithCleanup.body() method has returned.
clear() - Method in interface ix.icore.ConstraintManager
 
clear() - Method in class ix.icore.domain.Domain
 
clear() - Method in interface ix.icore.process.ProcessModelManager
 
clear(long, long) - Method in class ix.icore.process.TimePoint
 
clear() - Method in class ix.iface.ui.AbstractSetEditor
 
clear() - Method in class ix.iface.ui.IFormPanel
Clears the data in the panel.
clear() - Method in class ix.ip2.ActivityAgenda
 
clear() - Method in class ix.ip2.Agenda
 
clear() - Method in class ix.ip2.ConstraintAssociator
 
clear() - Method in class ix.ip2.ConsumeTheOnlyCM
 
clear() - Method in class ix.ip2.ForAllCM
 
clear() - Method in class ix.ip2.Ip2ModelManager
 
clear() - Method in class ix.ip2.Ip2WorldStateManager
 
clear() - Method in class ix.ip2.ItemEditor.TreeViewFrame
 
clear() - Method in class ix.ip2.Scrum
 
clear() - Method in class ix.ip2.UseCM
 
clear() - Method in class ix.iplan.IPlanOptionManager.Opt
 
clear() - Method in class ix.iplan.IPlanOptionManager.Opt.UndoTrail
 
clear() - Method in class ix.iplan.IPlanWorldStateManager
 
clear() - Method in class ix.iplan.TimePointNet
 
clear() - Method in class ix.iserve.ipc.MessageMemory
 
clear() - Method in class ix.isim.util.LongKeyTreeMap
This function removes all mappings from this map.
clear() - Method in class ix.iview.AConstructFramePanel
 
clear() - Method in class ix.iview.AROEditorPanel
 
clear() - Method in class ix.iview.DeclarationEditor.VarTypeTableModel
 
clear() - Method in class ix.iview.domain.UIDomain
 
clear() - Method in class ix.iview.GlobalFramePanel
 
clear() - Method in class ix.iview.ObjectConstraintEditor
 
clear() - Method in class ix.iview.table.PropertyTableModel
 
clear() - Method in class ix.util.context.ContextHashMap
 
clear() - Method in class ix.util.context.ContextMultiHashMap
 
clear() - Method in class ix.util.context.LLQueue
Removes all elements in the current context.
clear() - Method in class ix.util.lisp.EqMap
 
clear() - Method in class ix.util.lisp.LListCollector
 
clear() - Method in class ix.util.match.MatchChoiceManager
 
clear() - Method in class ix.util.MessageQueue
 
clear() - Method in class ix.util.reflect.InheritanceTree
 
clear() - Method in class ix.util.StableHashMap
 
clear() - Method in class ix.util.StableHashMap.EntrySet
 
clear() - Method in class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
clearActions() - Method in class ix.ip2.AgendaItem
 
clearAllButState() - Method in class ix.ip2.Ip2
 
clearAllButState() - Method in class ix.iplan.IPlanOptionManager.Opt
 
clearAllWaitingEvents() - Method in class ix.isim.ISimEngine
 
clearAnnotations() - Method in class ix.icore.AbstractAnnotatedObject
 
clearAnnotations() - Method in interface ix.icore.Annotated
 
clearAnnotationsCompletely() - Method in class ix.util.context.ContextAnnotatedObject
 
clearArmed() - Method in class ix.iface.ui.IXPopupMenu
 
clearBase() - Method in class ix.iview.domain.UIDomain
 
clearBits(HashMap) - Static method in class ix.iface.ui.IFormPanel
 
clearButton - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
clearCompletely() - Method in class ix.util.context.ContextHashMap
Remove all entries in all contexts.
clearCompletely() - Method in interface ix.util.context.ContextMap
 
clearCompletely() - Method in class ix.util.context.ContextMultiHashMap
 
clearCompletely() - Method in interface ix.util.context.ContextMultiMap
 
clearCompletely() - Method in class ix.util.context.LLQueue
Remove all elements in all contexts.
clearConstraints() - Method in class ix.iview.domain.UIRefinement
 
clearContexts() - Static method in class ix.util.context.Context
Removes all contexts except the root context.
clearContexts() - Method in class ix.util.context.ContextHoldingStrategy
Tells any ContextHolders it knows about to set their current context to the root context.
clearContexts() - Method in class ix.util.context.GlobalHoldingStrategy
 
clearContexts() - Method in class ix.util.context.ThreadLocalHoldingStrategy
Clears contexts in the current thread's holder by telling it to set its current context to the root context.
clearData() - Method in class ix.iface.ui.AbstractIFormModel
 
clearData() - Method in interface ix.iface.ui.IFormModel
Clears the model of its data;
clearData() - Method in class ix.iface.ui.table.AbstractIXTableModel
Removes all data objects from the table's rows and notifies listeners.
clearData() - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
clearData() - Method in class ix.ip2.AgendaItemTableModel
 
clearDomain() - Method in class ix.iview.SimpleDomainEditor
 
clearDraft() - Method in class ix.iview.domain.UIDomain
Clear all constructs in the draft domain.
clearEdit() - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
clearFacts() - Method in class ix.ip2.ObjectWhiteboard
 
clearField(String) - Method in class ix.iface.ui.IFormPanel
Clears the panel bit of the given field.
clearFields() - Method in class ix.iface.ui.IFormPanel
Clears the panel bits of all fields.
clearIssues() - Method in class ix.iview.domain.UIRefinement
 
clearItem - Variable in class ix.iview.DomainEditorFrame
 
clearMarks() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
clearMarks() - Method in class ix.iface.ui.table.IXTable
 
clearMenuItem - Variable in class ix.isim.ISimEventsFrame
 
clearMenuItem_actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame
 
clearModel() - Method in class ix.iface.ui.tree.EditableTreeModel
 
clearModel() - Method in class ix.ip2.Ip2
Remove everything in the model in the current context.
clearModel() - Method in class ix.ip2.PanelController
 
clearNodes() - Method in class ix.iview.domain.UIRefinement
 
clearOption() - Method in class ix.iplan.IPlanOptionManager
 
clearOptionAllButState() - Method in class ix.iplan.IPlanOptionManager
 
clearOptionMenu - Variable in class ix.iplan.OptionUI
 
clearOrderings() - Method in class ix.iview.ActionEditorPanel
 
clearOrderings() - Method in class ix.iview.domain.UIRefinement
 
clearPanels() - Method in class ix.iview.DomainEditorFrame
Clears all panels of the frame.
clearPattern() - Method in class ix.iview.domain.UIRefinement
 
clearQuiet() - Method in class ix.iview.domain.UIDomain
This gets rid of everything, including lists that keep track of changes.
clearSelectedItem() - Method in class ix.iface.ui.IXComboBox
This is a hack to make sure the box generates an event (that can be detected by a table cell) if the same item is selected again.
clearSelectionEtc() - Method in class ix.util.xml.XMLTreeEditPanel.EditorTree
 
clearSelections() - Method in class ix.iface.util.CheckTable
 
clearSelections() - Method in class ix.iface.util.CheckTable.ViewTableModel
 
clearSent() - Method in class ix.itest.SendPanel.SendTextArea
 
clearTable() - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
clearTable() - Method in class ix.ip2.AgendaTableViewer
Clears what's displayed without resetting anything else.
clearTable() - Method in class ix.ip2.AgendaViewTable
Clears what's displayed without resetting anything else.
clearText() - Method in class ix.iserve.ipc.IServeCommTool.ToolFrame
 
clearText() - Method in class ix.util.TextAreaFrame
 
clearThis() - Method in class ix.iview.domain.UIDomain
 
clearUIConstruct() - Method in class ix.iview.ActionEditorPanel
Clears the current construct and the panel.
clearUIConstruct() - Method in class ix.iview.AROEditorPanel
 
clearUnacknowledgedMessages() - Method in class ix.iserve.ipc.IServeCommServer.User
 
clearUndos() - Method in class ix.iview.UndoManager
 
clearUsers() - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
clearViews() - Method in class ix.ip2.ItemEditor
 
clickCountToStart - Variable in class ix.iface.ui.table.IXDefaultCellEditor
 
clientName - Variable in class ix.ip2.SyncState.AbstractServerOperation
 
clientName - Variable in class ix.ip2.SyncStateClient
 
clients - Variable in class ix.ip2.SyncStateServer
 
clients - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
clientService(ObjectStreamConnection) - Method in class ix.applet.MessageServer
 
clientServiceLoop(ObjectStreamConnection) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
clips - Variable in class ix.iface.ui.tree.EditableTree
 
clockLayout - Variable in class ix.isim.ISimTimeFrame
 
clone() - Method in class ix.ichat.ChatMessage
 
clone() - Method in class ix.icore.domain.Constraint
 
clone() - Method in class ix.icore.domain.ConstraintRange
 
clone() - Method in class ix.icore.domain.Domain
 
clone() - Method in class ix.icore.domain.ObjectClass
 
clone() - Method in class ix.icore.domain.Refinement
 
clone() - Method in class ix.icore.Report
 
clone() - Method in interface ix.icore.Sendable
 
clone() - Method in class ix.icore.TaskItem
 
clone() - Method in class ix.isim.util.LongKeyTreeMap
This class does not support cloning and an exception will be thrown if this method is called.
clone() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This class does not support cloning and an Exception will be thrown if this method is called.
clone() - Method in class ix.iview.domain.UIDomain
 
clone() - Method in class ix.iview.domain.UINodeSpec
 
clone() - Method in class ix.iview.domain.UISpec
 
clone() - Method in class ix.iview.igraph.IGraph
 
clone() - Method in class ix.util.lisp.Cons
 
clone() - Method in class ix.util.lisp.LList
 
clone(Object) - Static method in class ix.util.Util
Clones an object without any declared checked exceptions.
cloneBySerializing(Object) - Static method in class ix.util.Util
Performs a deep-copy clone by serializing then deserialising an object.
cloneConstruct(Object) - Method in class ix.iface.ui.AbstractSetEditor
Clones the given construct so as not to overwrite the original.
cloneConstruct(Object) - Method in class ix.iview.AbstractUISetEditor
 
cloneConstruct(UIObject) - Method in class ix.iview.AConstructFramePanel
 
cloneConstruct(UIObject) - Method in class ix.iview.ActionEditorPanel
 
cloneConstruct(UIObject) - Method in class ix.iview.AROEditorPanel
 
cloneConstruct(UIObject) - Method in class ix.iview.GlobalFramePanel
 
cloneConstruct(UIObject) - Method in class ix.iview.GrammarEditorPanel
 
cloneConstruct(UIObject) - Method in class ix.iview.SimpleEditorPanel
 
cloneThis() - Method in class ix.iview.domain.UIObjectClass
 
cloneThis() - Method in class ix.iview.domain.UIRefinement
 
close() - Method in class ix.iface.ui.JFrameMT
 
close() - Method in class ix.iface.util.HtmlStringWriter
 
close() - Method in class ix.iface.util.HtmlWriter
 
close() - Method in class ix.iview.PanelSearcher
 
close() - Method in interface ix.util.IPC.Connection
 
close() - Method in class ix.util.ipc.ObjectStreamConnection
 
close() - Method in class ix.util.lisp.LispReader
 
closeBut - Variable in class ix.iview.PanelSearcher
 
closeCommand() - Method in class ix.ip2.BindingViewer
 
CLOSEDC - Static variable in class ix.iface.ui.table.AbstractTreeTableModel
the character used to indicate an un-expanded node
CLOSEDI - Static variable in class ix.iface.ui.table.AbstractTreeTableModel
 
closeEditor() - Method in class ix.iface.ui.JConstraintEditor
 
closeEditor() - Method in class ix.iface.ui.JSelectorDialog
 
closeEditor() - Method in class ix.iview.DeclarationEditor
 
closeFrame() - Method in class ix.ip2.PropertyViewTable
 
closeFrame() - Method in class ix.util.xml.XMLTreeEditFrame
Exit if this is the last visible frame for this frame's agent; otherwise just become invisible.
closeItem - Variable in class ix.iface.ui.JFrameMT
 
closeMenuItem - Variable in class ix.isim.ISimEventsFrame
 
closeMenuItem_actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame
 
closePanels() - Method in class ix.iview.DomainEditorFrame
Closes all panels of the frame.
closePreferences() - Method in class ix.iface.ui.JPreferencesDialog
 
closeTag(String) - Method in class ix.iface.plan.HtmlPlanWriter
 
CMTable - Variable in class ix.examples.PicoIX.ModelManager
 
colItems - Variable in class ix.iface.util.HtmlTableWalker
 
collect(Object, T) - Method in class ix.iplan.SanityChecker.ReachableWithin
 
Collect - Class in ix.util
Collection and Map utilities
Collect.ShortestFirstComparator - Class in ix.util
A Comparator that orders shorter Collections before longer ones.
Collect.ShortestFirstComparator() - Constructor for class ix.util.Collect.ShortestFirstComparator
 
collectAllChanges() - Method in class ix.iview.domain.UIDomain
Collects the differences between this object and the published one.
collectAllChanges(Domain) - Method in class ix.iview.domain.UIDomain
 
collectChanges() - Method in class ix.iview.domain.UIDomain
Collects the differences between this object and the base one (draft).
collectChanges(Domain) - Method in class ix.iview.domain.UIDomain
 
collectChanges(Domain, String) - Method in class ix.iview.domain.UIDomain
 
collectChanges() - Method in interface ix.iview.domain.UIObject
Collects the object's changes since it was last saved to draft.
collectChanges() - Method in class ix.iview.domain.UIObjectClass
Collects the differences between this object and the base one.
collectChanges(ObjectClass) - Method in class ix.iview.domain.UIObjectClass
Collects the differences between this object and the given one.
collectChanges(ObjectClass, String) - Method in class ix.iview.domain.UIObjectClass
 
collectChanges(Refinement) - Method in class ix.iview.domain.UIRefinement
Collects the differences between this object and the given one.
collectChanges(Refinement, String) - Method in class ix.iview.domain.UIRefinement
 
collectChanges() - Method in class ix.iview.domain.UIRefinement
Collects the differences between this object and the base one.
collectChangesFromOriginal() - Method in class ix.iview.domain.UIDomain
Collects the differences between this object and the published one.
collectChangesFromOriginal() - Method in interface ix.iview.domain.UIObject
Collects the object's changes since it was last published.
collectChangesFromOriginal() - Method in class ix.iview.domain.UIObjectClass
Collects the differences between this object and the base one.
collectChangesFromOriginal() - Method in class ix.iview.domain.UIRefinement
Collects the differences between this object and the base one.
collectClassNames(List) - Static method in class ix.iview.domain.UIObjectClass
 
collectConstraint() - Method in class ix.iface.ui.IFormPanel.FieldChooser
 
collectConstraint() - Method in class ix.iface.ui.JConstraintEditor
Collects input from the panel components and builds the right kind of constraint.
collectConstraint() - Method in class ix.iview.ConditionEffectEditor
Reads the selected relation and let interested parties know.
collectConstraint() - Method in class ix.iview.ConstraintEditor
Collects input from the panel components and builds the right kind of constraint.
collectConstraint() - Method in class ix.iview.DeclarationEditor
Reads the given declarations and type and property constraints and updates the current refinement.
collectConstraint() - Method in class ix.iview.DefaultConstraintEditor
Reads the selected relation and let interested parties know.
collectConstraint() - Method in class ix.iview.ObjectConstraintEditor
Normally reads the constraint and updates the current object.
collectConstraint() - Method in class ix.iview.OrderingEditor
Reads the selected relation and let interested parties know.
collectConstraint() - Method in class ix.iview.PropertyEditor
Reads the selected relation and let interested parties know.
collectConstraint() - Method in class ix.iview.SimpleDeclarationEditor
Reads the given declaration and lets interested parties know.
collectConstraint() - Method in class ix.iview.SpecEditor
Reads the selected relation and let interested parties know.
collectConstructChanges() - Method in class ix.iface.ui.AbstractSetEditor
Collects descriptions of any changes in constructs in the set.
collectConstructChanges() - Method in class ix.iview.AbstractUISetEditor
Collects descriptions of any changes in constructs in the set.
collectFieldInfo(Class) - Method in class ix.util.reflect.ClassSyntax
 
collectFields(Class, FieldMap) - Method in class ix.util.reflect.ClassSyntax
Returns an initial List of FieldDescrs.
collectIf(Object, Predicate1) - Static method in class ix.util.ObjectWalker
Uses a HashSet to collect subobjects that satisfy a predicate.
collectIf(Object, Collection, Predicate1) - Static method in class ix.util.ObjectWalker
Uses the specified result collection to collect subobjects that satisfy a predicate.
collectInconsistencies() - Method in class ix.iview.domain.UIDomain
 
collectionFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
collectionSize - Variable in class ix.test.MakeRandomInstance
 
collectionToElement(Class, Collection) - Method in class ix.util.xml.XMLTranslator
 
collectListofClasses(List, Collection) - Method in class ix.util.xml.XMLSyntax
Adds all classes C that need list-of C definitions.
collectObjects(Set, List) - Method in class ix.iplan.TechnicalPlanEvalManager.ObjectUseEval
 
Collector - Interface in ix.util
A Collector can be given new elements and can return the "result" derived from those elements.
collectRelevantClasses(Class, List, List) - Method in class ix.util.reflect.ClassSyntax
 
collectRelevantClasses(ClassDescr, List, List) - Method in class ix.util.reflect.ClassSyntax
 
collectSelection() - Method in class ix.iface.ui.JSelectorDialog
Collects input from the panel components and builds the right kind of constraint.
color - Variable in class ix.isim.util.LongKeyTreeMap.Entry
 
colorGen - Variable in class ix.ispace.ContactManager
 
ColorGenerator - Class in ix.util
A source of "nice" colors for use in GUIs.
ColorGenerator() - Constructor for class ix.util.ColorGenerator
 
colour - Variable in class ix.iface.ui.DefaultColourField
 
column - Variable in class ix.iface.ui.table.IXDefaultCellEditor
 
column - Variable in class ix.iface.ui.table.TablePopupMenu
 
columnClasses - Variable in class ix.iface.ui.table.AbstractIXTableModel
 
columnFields - Variable in class ix.iface.ui.table.AbstractIXTableModel
 
columnFixedWidths - Variable in class ix.iface.ui.table.IXTable
 
columnName - Variable in class ix.iface.util.CheckTable.ViewTableModel
 
columnName - Variable in class ix.iface.util.KeyValueTable.ViewTableModel
 
columnName - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
columnNames - Variable in class ix.iface.ui.table.AbstractIXTableModel
 
columns - Variable in class ix.iview.DeclarationEditor.VarTypeTableModel
 
columns - Variable in class ix.iview.table.PropertyTableModel
 
columnToolTips - Variable in class ix.iface.ui.table.IXTable
 
columnWidths - Variable in class ix.iface.ui.table.IXTable
 
colWidth - Variable in class ix.iface.ui.table.IXDefaultCellEditor
 
combine(long, int, int, int, int) - Method in class ix.util.Duration
Combine the components into a total number of milliseconds.
CombinedPlanChangeListener - Class in ix.iplan
Listens for changes in a process panel's current plan.
CombinedPlanChangeListener() - Constructor for class ix.iplan.CombinedPlanChangeListener
 
combineKeys(K1, K2) - Method in class ix.util.TwoKeyHashMap
 
ComboChoice - Class in ix.iface.util
An editable JComboBox that automatically adds any typed-in items to the menu.
ComboChoice() - Constructor for class ix.iface.util.ComboChoice
 
ComboChoice(ComboBoxModel) - Constructor for class ix.iface.util.ComboChoice
 
ComboChoice(Object[]) - Constructor for class ix.iface.util.ComboChoice
 
command - Variable in class ix.applet.AppletMessage
 
command - Variable in class ix.iface.ui.IXToolItem
 
command - Variable in class ix.iserve.ipc.MessageWrapper
 
commandTable - Variable in class ix.iplan.SlipSingleStepper
 
commaSyntax(LList) - Method in class ix.test.MatchStateHandler
Parser for comma-separated pattern = value pairs.
commentRows - Variable in class ix.ip2.ItemEditor.EditPanel
 
comments - Variable in class ix.iview.domain.UIDomain
 
comments - Variable in class ix.iview.domain.UIRefinement
 
COMMENTS_COL - Variable in class ix.ip2.AgendaItemTableModel
 
commentsCol - Variable in class ix.ip2.AgendaViewTable
 
commentsText - Variable in class ix.ip2.AgendaViewTable.Row
 
commentsWidth - Variable in class ix.ip2.AgendaViewTable
 
commentText - Variable in class ix.ip2.ItemEditor.EditPanel
 
commentText - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
commitChanges() - Method in class ix.iface.util.SelectionPanel.SelectionTable
 
commStrategy - Variable in class ix.ip2.Ip2Applet.AppletIp2
 
communicationStrategy - Static variable in class ix.util.IPC
The communication strategy used by the static methods of this class that do not have a communication strategy as a parameter.
CompactXMLTranslator - Class in ix.util.xml
 
CompactXMLTranslator() - Constructor for class ix.util.xml.CompactXMLTranslator
 
CompactXMLTranslator(ClassSyntax) - Constructor for class ix.util.xml.CompactXMLTranslator
 
compare(Object, Object) - Method in class ix.icore.domain.Refinement.NameComparator
 
compare(Object, Object) - Method in class ix.iface.ui.util.UIUtil.ToStringComparator
 
compare(Object, Object) - Method in class ix.iface.util.KeyValueTable.MostRecentFirstComparator
 
compare(Object, Object) - Method in class ix.iface.util.KeyValueTable.MostRecentLastComparator
 
compare() - Method in class ix.iplan.PlanModelComparer
 
compare(Object, Object) - Method in class ix.util.Collect.ShortestFirstComparator
 
compare(Object, Object) - Method in class ix.util.ObjectComparator
Returns an int < 0, == 0, or > 0 depending on whether the first object is less than, equal to, or greater than the second.
compare(Object, Object) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceComparator
 
compareComparable(Comparable, Comparable) - Method in class ix.util.ObjectComparator
 
compareLists(List, List) - Method in class ix.iface.util.KeyValueTable.PatternObjectComparator
 
compareLists(List, List) - Method in class ix.util.ObjectComparator
 
compareNumbers(Number, Number) - Method in class ix.util.ObjectComparator
 
comparePlanModels(Ip2ModelManager, Ip2ModelManager) - Method in class ix.iplan.AutoTester.TestRunner
 
compareSymbol(Object, Object) - Method in class ix.util.ObjectComparator
 
compareTo(Object) - Method in class ix.icore.Priority
 
compareTo(Object) - Method in class ix.icore.Variable
 
compareTo(Object) - Method in class ix.util.Duration
Compares two durations.
compareTo(Object) - Method in class ix.util.lisp.Cons
 
compareTo(Object) - Method in class ix.util.lisp.Null
 
compareTo(Object) - Method in class ix.util.lisp.Symbol
 
compareTo(Object) - Method in class ix.util.Name
 
compareTo(Object) - Method in class ix.util.ThreadCondition
 
CompendiumIdToIXObjectMap - Variable in class ix.test.CompendiumToIX
 
CompendiumToIX - Class in ix.test
Converts a Compendium map expressed in Compendium's XML syntax to an I-X plan in I-X XML syntax.
CompendiumToIX() - Constructor for class ix.test.CompendiumToIX
 
CompendiumToIX.Link - Class in ix.test
A simple representation of Compendium links.
CompendiumToIX.Link(IXObject, IXObject) - Constructor for class ix.test.CompendiumToIX.Link
 
complain(Object) - Method in class ix.util.xml.XMLTreeEditPanel
 
COMPLETE - Static variable in class ix.icore.Status
 
COMPLETED - Static variable in class ix.isim.TimedEvent
 
completeItem - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
completeStartup() - Method in class ix.ip2.Ip2
Called in the AWT event thread to make the main GUI frame visible and perform any additional setup that ought to be done in that thread.
completeStartup() - Method in class ix.iplan.PlannerBase
 
completeStartup() - Method in class ix.isim.ISim
This function creates the simulator that belongs to this ISim agent.
completeStartup() - Method in class ix.postix.Postix
 
completeStartup() - Method in class ix.test.Ip2Example
Completes setup and initialization.
completeStartup() - Method in class ix.test.SimpleExpandingSimulator
 
COMPLETION_REPORT - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
CompletionHandler - Class in ix.ip2
Generates HandlerActions that let a user do nothing or make an AgendaItem complete.
CompletionHandler(Ip2) - Constructor for class ix.ip2.CompletionHandler
 
CompletionHandler.DoneAction - Class in ix.ip2
 
CompletionHandler.DoneAction(AgendaItem) - Constructor for class ix.ip2.CompletionHandler.DoneAction
 
CompletionHandler.DoneAction(AgendaItem, String, String) - Constructor for class ix.ip2.CompletionHandler.DoneAction
 
CompletionHandler.NoAction - Class in ix.ip2
 
CompletionHandler.NoAction(AgendaItem) - Constructor for class ix.ip2.CompletionHandler.NoAction
 
CompletionHandler.NotApplicableAction - Class in ix.ip2
 
CompletionHandler.NotApplicableAction(AgendaItem) - Constructor for class ix.ip2.CompletionHandler.NotApplicableAction
 
CompletionHandler.SimpleDoneAction - Class in ix.ip2
Deprecated. 
CompletionHandler.SimpleDoneAction(AgendaItem) - Constructor for class ix.ip2.CompletionHandler.SimpleDoneAction
Deprecated.  
CompletionHandler.SimpleDoneAction(AgendaItem, String) - Constructor for class ix.ip2.CompletionHandler.SimpleDoneAction
Deprecated.  
component - Variable in class ix.iview.igraph.ExpansionModel.Pin
 
CompositeRectangularNode - Class in ix.iview.igraph
 
CompositeRectangularNode(GraphView, GraphPanel, Object) - Constructor for class ix.iview.igraph.CompositeRectangularNode
 
comprehensiveConstrIndex - Variable in class ix.iview.ActionEditorPanel
 
comprehensiveFields - Variable in class ix.iview.ActionEditorPanel
 
comprehensiveIcon - Variable in class ix.iview.DomainEditorFrame
 
comprehensiveItem - Variable in class ix.iview.DomainEditorFrame
 
compute(Object) - Method in interface ix.ip2.ComputeInterpreter
 
compute(Object) - Method in class ix.ip2.LispComputeInterpreter
 
computeActionStatus() - Method in class ix.ip2.Agenda
 
computeActionStatus(AgendaItem) - Method in class ix.ip2.Agenda
 
ComputeExtensionExample - Class in ix.test
 
ComputeExtensionExample(Ip2) - Constructor for class ix.test.ComputeExtensionExample
 
ComputeExtensionExample.ExampleFunction - Class in ix.test
 
ComputeExtensionExample.ExampleFunction() - Constructor for class ix.test.ComputeExtensionExample.ExampleFunction
 
ComputeInterpreter - Interface in ix.ip2
An interpreter for "compute" conditions.
computeInterpreter - Variable in class ix.ip2.VariableManager
 
computeInterpreter - Variable in class ix.iplan.PlanCheckingSimulator
 
computePossibleConditions(LList) - Method in class ix.iplan.DomainAnalyser
 
computePossibleConditions(PatternAssignment) - Method in class ix.iplan.DomainAnalyser
 
computePossibleConstraints(LList) - Method in class ix.iplan.DomainAnalyser
 
computePossibleEffects(LList) - Method in class ix.iplan.DomainAnalyser
 
computePossibleEffects(PatternAssignment) - Method in class ix.iplan.DomainAnalyser
 
computePossibleUseForEffects(LList) - Method in class ix.iplan.DomainAnalyser
 
computeProperStatus(PNodeEnd) - Method in class ix.iplan.Slip
 
computeProperStatusValues() - Method in class ix.iplan.Slip
 
computeStatus() - Method in interface ix.icore.HasStatus
 
computeStatus() - Method in class ix.icore.process.PNode
computeStatus() is used to change the status of related nodes when a node changes its status.
computeStatus() - Method in class ix.icore.process.PNodeEnd
 
computeStatus(PNode) - Method in class ix.icore.process.StatusStepper
 
computeStatus() - Method in class ix.icore.TaskItem
 
computeStatus() - Method in class ix.ip2.ActivityAgenda.OtherReportsActivity
 
computeStatus() - Method in class ix.ip2.CompletionHandler.DoneAction
 
computeStatus() - Method in class ix.ip2.ConditionHandler.SatisfyAction
 
computeStatus() - Method in class ix.ip2.ExpandHandler.ExpandAction
 
computeStatus() - Method in class ix.ip2.HandlerAction
Called when something has happened that might have changed this action's ready status.
computeStatus - Variable in class ix.ip2.Ip2ModelManager
 
computeStatus() - Method in class ix.ip2.WaitForReportsItem
 
computeStatus() - Method in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
computeStatus(PNodeEnd) - Method in class ix.iplan.Slip
 
computeSupportCode - Variable in class ix.ip2.Ip2ModelManager
 
computeTransitiveClosure() - Method in class ix.util.DAGTransitiveClosure
 
computeTransitiveClosure() - Method in class ix.util.FullTransitiveClosure
Constructs the transitive closure using Warshall's algorithm.
computeValue() - Method in class ix.test.SecureRandomTest.FutureRandom
 
computeValue() - Method in class ix.util.FutureValue
 
computeVariableSet() - Method in class ix.util.match.MatchChoice
 
CON - Static variable in class ix.test.CompendiumToIX
Compendium node type
CON_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
concLList(LList) - Method in class ix.util.lisp.LListCollector
 
cond - Variable in class ix.iplan.SlipAchiever
 
cond - Static variable in class ix.test.ThreadConditionTest
 
COND - Static variable in class ix.util.lisp.LispInterpreter
 
condBut - Variable in class ix.iview.ConditionEffectEditor
 
condBut - Variable in class ix.iview.DefaultConstraintEditor
 
condDescrs(String, List) - Method in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
condEnv - Variable in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
condEnvs - Variable in class ix.iplan.SlipSatisfyConds.ResumeSatisfaction
 
CONDITION - Variable in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
conditionEditor - Variable in class ix.iview.ActionEditorPanel
 
conditionEditor - Variable in class ix.iview.DeclarationEditor
 
ConditionEffectEditor - Class in ix.iview
An editor for specifying conditions and effects in refinements.
ConditionEffectEditor(Frame) - Constructor for class ix.iview.ConditionEffectEditor
Creates an editor for specifying time point relations.
ConditionEffectEditor(Frame, UIRefinement) - Constructor for class ix.iview.ConditionEffectEditor
Creates an editor for specifying time point relations within the given refinement.
ConditionHandler - Class in ix.ip2
Satisfies conditions
ConditionHandler(Ip2) - Constructor for class ix.ip2.ConditionHandler
 
ConditionHandler.ItemListener - Class in ix.ip2
 
ConditionHandler.ItemListener() - Constructor for class ix.ip2.ConditionHandler.ItemListener
 
ConditionHandler.SatisfyAction - Class in ix.ip2
 
ConditionHandler.SatisfyAction(AgendaItem) - Constructor for class ix.ip2.ConditionHandler.SatisfyAction
 
conditions - Variable in class ix.test.MatchStateHandler.MatchStateAction
 
condMatchEnv - Variable in class ix.iplan.SlipAchiever
 
conds - Variable in class ix.iplan.SlipAchieveConds
 
conds - Variable in class ix.iplan.SlipFindExecutable.SatisfyByAchieveAlt
 
conds - Variable in class ix.iplan.SlipSatisfyConds
 
conds - Variable in class ix.iplan.SlipSatisfyConds.ResumeSatisfaction
 
config - Variable in class ix.test.MakeRandomInstance
 
config - Variable in class ix.test.SerializationTest
 
config() - Static method in class ix.util.xml.XML
Returns the configuration currently being used by the XML tools.
configureServer(HttpServer) - Method in class ix.iserve.IServe
Configures the http-server before it's started.
conjunction(Collection) - Static method in class ix.util.Strings
Returns a conjunction formed from the elements of a collection.
CONNECT_TIMEOUT - Variable in class ix.test.TwitterAtomSearchTest
 
ConnectHandler - Class in ix.ip2
 
ConnectHandler(IXAgent) - Constructor for class ix.ip2.ConnectHandler
 
connection - Variable in class ix.util.ipc.SerializedCommunicationStrategy.AgentRecord
 
connectionQueue - Variable in class ix.applet.MessageServer.User
 
connections - Variable in class ix.iview.igraph.ExpansionModel.Pin
 
connectTimeout - Variable in class ix.util.http.HttpObjectClient
 
connectTo(ProcessModelManager) - Method in class ix.ip2.PanelController
 
connectTo(Object) - Method in interface ix.util.IPC.SocketlikeCommunicationStrategy
 
connectYourself(Ip2) - Method in class ix.iplan.CombinedPlanChangeListener
 
connectYourself() - Method in class ix.iplan.IPlanOptionManager
 
conponent - Variable in class ix.iface.ui.NeutralIconRenderer
 
Cons - Class in ix.util.lisp
Non-empty lists.
Cons(Object, LList) - Constructor for class ix.util.lisp.Cons
 
Cons(Collection) - Constructor for class ix.util.lisp.Cons
 
cons(Object, LList) - Static method in class ix.util.lisp.Lisp
 
ConsEnumeration - Class in ix.util.lisp
Cons enumerations.
ConsEnumeration(Cons) - Constructor for class ix.util.lisp.ConsEnumeration
 
ConsistencyException - Exception in ix.util
Thrown when a consistency check detects a problem.
ConsistencyException() - Constructor for exception ix.util.ConsistencyException
 
ConsistencyException(Throwable) - Constructor for exception ix.util.ConsistencyException
 
ConsistencyException(String) - Constructor for exception ix.util.ConsistencyException
 
ConsistencyException(String, Object) - Constructor for exception ix.util.ConsistencyException
 
consistentBinding(Variable, Object) - Method in class ix.ip2.VariableManager
 
consistentBindings(MatchEnv) - Method in class ix.ip2.VariableManager
 
constantPart(String) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.SyntaxChoiceListener
 
constPrefToInt(Symbol) - Static method in class ix.iview.util.IDEUtil
 
constPrefToString(int) - Static method in class ix.iview.util.IDEUtil
 
constPrefToSymbol(String) - Static method in class ix.iview.util.IDEUtil
 
constPrefToSymbol(int) - Static method in class ix.iview.util.IDEUtil
 
Constrainer - Class in ix.icore.domain
A common superclass for Constraint and Ordering.
Constrainer() - Constructor for class ix.icore.domain.Constrainer
 
constrainMax(TimePoint, TimePoint, long) - Method in class ix.iplan.TimePointNet
 
constrainMin(TimePoint, TimePoint, long) - Method in class ix.iplan.TimePointNet
 
Constraint - Class in ix.icore.domain
A general-purpose container for constraint information.
Constraint() - Constructor for class ix.icore.domain.Constraint
 
Constraint(Symbol, Symbol, List) - Constructor for class ix.icore.domain.Constraint
 
Constraint(String, String, List) - Constructor for class ix.icore.domain.Constraint
A constructor that takes the type and relation as strings and converts them to symbols.
CONSTRAINT_PATTERN - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
ConstraintAssociator - Class in ix.ip2
 
ConstraintAssociator(Ip2ModelManager) - Constructor for class ix.ip2.ConstraintAssociator
 
constraintAssociator - Variable in class ix.ip2.Ip2ModelManager
 
constraintDescription(Constraint) - Static method in class ix.iface.util.Reporting
 
constraintEditor - Variable in class ix.iview.ActionEditorPanel
 
ConstraintEditor - Class in ix.iview
An abstract class with useful things for building constraint editors.
ConstraintEditor(Frame, String, String, Object) - Constructor for class ix.iview.ConstraintEditor
 
ConstraintEditor(Frame, String, String) - Constructor for class ix.iview.ConstraintEditor
 
ConstraintEditor(Frame, String) - Constructor for class ix.iview.ConstraintEditor
 
constraintFromControls() - Method in class ix.itest.SendPanel.ConstraintControls
Construct a constraint from the current state of the GUI.
constraintListeners - Variable in class ix.iface.ui.JConstraintEditor
 
ConstraintManager - Interface in ix.icore
Constraint Managers.
ConstraintManagerRegistry - Interface in ix.icore
Constraint Manager Registries.
constraintManagers - Variable in class ix.ip2.ConstraintAssociator
 
constraintMentionsNode(Constraint, Name) - Static method in class ix.iview.domain.UIRefinement
 
constraintMentionsNode(Ordering, Name) - Static method in class ix.iview.domain.UIRefinement
 
constraintPanel - Variable in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
constraintPanel - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
constraintParser - Variable in class ix.itest.SendPanel.ConstraintControls
 
constraintParser - Variable in class ix.iview.ConditionEffectEditor
 
ConstraintRange - Class in ix.icore.domain
Represents the range covered by a constraint, 'from' one node-end 'to' another.
ConstraintRange() - Constructor for class ix.icore.domain.ConstraintRange
 
ConstraintRange(NodeEndRef, NodeEndRef) - Constructor for class ix.icore.domain.ConstraintRange
 
constraints - Variable in class ix.icore.domain.Refinement
 
constraints - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
constraints - Variable in class ix.icore.plan.Plan
 
constraints - Variable in class ix.icore.plan.PlanRefinement
 
constraints - Variable in class ix.iview.domain.UIRefinement
 
constraints - Variable in class ix.test.CompendiumToIX
 
ConstraintStatement - Interface in ix.icore.domain
An interface for IX constraint statements.
constraintSy - Static variable in class ix.isim.actions.SendMessage
 
constraintTemplate(Constraint) - Method in class ix.util.xml.BNFSyntax.ConstraintTemplate
 
constructAdded(UIDomainEvent) - Method in class ix.iview.ActionEditorPanel
Called when a UI construct is added.
constructAdded(DomainEvent) - Method in class ix.iview.ActionEditorPanel
 
constructAdded(UIDomainEvent) - Method in class ix.iview.AROEditorPanel
Called when a UI construct is added.
constructAdded(DomainEvent) - Method in class ix.iview.AROEditorPanel
 
constructAdded(UIDomainEvent) - Method in class ix.iview.DeclarationEditor
 
constructAdded(DomainEvent) - Method in class ix.iview.DeclarationEditor
 
constructAdded(UIDomainEvent) - Method in interface ix.iview.domain.event.UIDomainListener
Called when a UI construct is added.
constructAdded(DomainEvent) - Method in interface ix.iview.domain.event.UIDomainListener
 
constructAdded(UIDomainEvent) - Method in class ix.iview.domain.UIGrammar
 
constructAdded(DomainEvent) - Method in class ix.iview.domain.UIGrammar
 
constructAdded(DomainEvent) - Method in class ix.iview.DomainEditorFrame
 
constructAdded(UIDomainEvent) - Method in class ix.iview.DomainEditorFrame
 
constructAdded(DomainEvent) - Method in class ix.iview.GlobalFormPanel
 
constructAdded(UIDomainEvent) - Method in class ix.iview.GlobalFormPanel
 
constructAdded(UIDomainEvent) - Method in class ix.iview.GrammarEditorPanel
 
constructAdded(DomainEvent) - Method in class ix.iview.GrammarEditorPanel
 
constructAdded(UIDomainEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
constructAdded(DomainEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
constructAdded(DomainEvent) - Method in class ix.iview.tree.DomainTreeModel
 
constructAdded(UIDomainEvent) - Method in class ix.iview.tree.DomainTreeModel
 
constructChanged(Component, UIObject, UIObject) - Method in interface ix.iview.event.CurrentConstructListener
Implement this method to take note of action selections
constructChanged(Component, UIObject, UIObject) - Method in class ix.iview.UndoManager
 
constructEdited(UIDomainEvent) - Method in class ix.iview.ActionEditorPanel
Called when a UI construct is edited.
constructEdited(UIDomainEvent) - Method in class ix.iview.AROEditorPanel
Called when a UI construct is edited.
constructEdited(UIDomainEvent) - Method in class ix.iview.DeclarationEditor
 
constructEdited(UIDomainEvent) - Method in interface ix.iview.domain.event.UIDomainListener
Called when a UI construct is edited.
constructEdited(UIDomainEvent) - Method in class ix.iview.domain.UIGrammar
 
constructEdited(UIDomainEvent) - Method in class ix.iview.DomainEditorFrame
 
constructEdited(UIDomainEvent) - Method in class ix.iview.GlobalFormPanel
 
constructEdited(UIDomainEvent) - Method in class ix.iview.GrammarEditorPanel
 
constructEdited(UIDomainEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
constructEdited(UIDomainEvent) - Method in class ix.iview.tree.DomainTreeModel
 
ConstructEditing - Interface in ix.iview
An interface to be implemented by any panel that actually edits a construct.
ConstructFraming - Interface in ix.iview
An interface to be implemented by any FramePanel that is part of a DomainEditor
constructOptionMenu() - Method in class ix.iplan.OptionUI
 
constructPanel - Variable in class ix.iview.PanelSearcher
 
constructRemoved(UIDomainEvent) - Method in class ix.iview.ActionEditorPanel
Called when a UI construct is removed.
constructRemoved(UIDomainEvent) - Method in class ix.iview.AROEditorPanel
Called when a UI construct is removed.
constructRemoved(UIDomainEvent) - Method in class ix.iview.DeclarationEditor
 
constructRemoved(UIDomainEvent) - Method in interface ix.iview.domain.event.UIDomainListener
Called when a UI construct is removed.
constructRemoved(UIDomainEvent) - Method in class ix.iview.domain.UIGrammar
 
constructRemoved(UIDomainEvent) - Method in class ix.iview.DomainEditorFrame
 
constructRemoved(UIDomainEvent) - Method in class ix.iview.GlobalFormPanel
 
constructRemoved(UIDomainEvent) - Method in class ix.iview.GrammarEditorPanel
 
constructRemoved(UIDomainEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
constructRemoved(UIDomainEvent) - Method in class ix.iview.tree.DomainTreeModel
 
ConstructTableMouser - Class in ix.iview.table
A Mouse Adapter for construct summary tables
ConstructTableMouser(IXTable, AConstructFramePanel) - Constructor for class ix.iview.table.ConstructTableMouser
A Mouse Adapter for construct summary tables.
consume(ContextHashMap, LList, PNode, long) - Method in class ix.ip2.Scrum
 
ConsumeTheOnlyCM - Class in ix.ip2
Manager for "consume-the-only" constraints.
ConsumeTheOnlyCM() - Constructor for class ix.ip2.ConsumeTheOnlyCM
 
CONTACT - Static variable in class ix.ispace.AgentRelationship
 
contactChange(ContactEvent) - Method in class ix.ip2.ForwardingHandler
 
contactChange(ContactEvent) - Method in interface ix.ispace.event.ContactListener
 
contactChange(ContactEvent) - Method in class ix.ispace.ISpaceTool.CapabilityPanel
 
contactChange(ContactEvent) - Method in class ix.ispace.ISpaceTool.RelationPanel
 
contactChange(ContactEvent) - Method in class ix.itest.DestinationChoice
 
contactChange(ContactEvent) - Method in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
ContactEvent - Class in ix.ispace.event
A change in what we know about another agent.
ContactEvent(ContactManager, AgentData, AgentData) - Constructor for class ix.ispace.event.ContactEvent
 
ContactListener - Interface in ix.ispace.event
 
contactManager - Variable in class ix.icore.IXAgent
 
contactManager - Variable in class ix.ip2.ForwardingHandler
 
contactManager - Variable in class ix.ispace.AbstractAgentGroup
 
ContactManager - Class in ix.ispace
Keeps track of known relationships between agents and agent capabilities.
ContactManager() - Constructor for class ix.ispace.ContactManager
 
contactManager - Variable in class ix.ispace.GroupSender
 
contactManager - Variable in class ix.ispace.ISpaceTool
 
contactManager - Variable in class ix.itest.ReceivePanel
 
contactManager - Variable in class ix.itest.SendPanel
 
contactManager - Variable in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
contains(Object) - Method in class ix.test.DigestSet
 
contains(Object) - Method in class ix.util.StableHashMap.EntrySet
 
containsElementAt(Object, long) - Method in interface ix.isim.util.LongPriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(Object, long) - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function throws an UnsupportedOperationException as there is no efficient implementation of this operation for this class.
containsEq(Collection, Object) - Static method in class ix.util.Collect
Determines whether a collection contains an element == to an object.
containsKey(Object) - Method in class ix.applet.MessageMemory
 
containsKey(Object) - Method in class ix.iserve.ipc.MessageMemory
 
containsKey(long) - Method in class ix.isim.util.LongKeyTreeMap
This function returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class ix.util.context.ContextHashMap
 
containsKey(Object) - Method in class ix.util.StableHashMap
 
contentPane - Variable in class ix.ichat.ChatFrame
 
contentPane - Variable in class ix.iface.util.SimpleToolFrame
 
contentPane - Variable in class ix.ip2.BindingViewer
 
contentPane - Variable in class ix.ip2.Ip2Frame
 
contentPane - Variable in class ix.ip2.ItemEditor
 
contentPane - Variable in class ix.ip2.LoadPlanFrame
 
contentPane - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
contentPane - Variable in class ix.ip2.PropertyViewTable.ViewFrame
 
contentPane - Variable in class ix.iplan.IPlanOptionTool.OptionToolFrame
 
contentPane - Variable in class ix.ispace.GroupSender
 
contentPane - Variable in class ix.ispace.ISpaceTool
 
contentPane - Variable in class ix.iview.SimpleDomainEditor
 
contentPane - Variable in class ix.util.TextAreaFrame.TFrame
 
contentPane - Variable in class ix.util.xml.XMLTreeEditFrame
 
contentPane - Variable in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
contentPane - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
contents - Variable in class ix.icore.log.HistoryComment
 
contents - Variable in class ix.icore.log.MessageReceived
 
contents - Variable in class ix.icore.log.MessageSent
 
contents - Variable in class ix.ip2.test.TestItem
 
contents - Variable in class ix.iserve.ipc.MessageWrapper
 
contents - Variable in class ix.ispace.GroupSender
 
contents() - Method in class ix.util.context.LLQueue
 
contents - Variable in class ix.util.IPC.BasicInputMessage
 
contents() - Method in class ix.util.lisp.LListCollector
 
contents - Variable in class ix.util.MessageQueue
 
contentStrings - Variable in class ix.ip2.test.TestSequenceGenerator
 
contentText - Variable in class ix.itest.SendPanel
 
context - Variable in class ix.iplan.Alternative
 
context - Variable in class ix.util.context.BasicContextHolder
 
Context - Class in ix.util.context
A Context is an object that is used as an additional, often implicit, parameter when accessing values, such as in a "get"-method.
Context() - Constructor for class ix.util.context.Context
Create a context with the root context as its parent.
Context(Context) - Constructor for class ix.util.context.Context
Create a context with a given parent.
context - Variable in class ix.util.context.SynchronizedContextHolder
 
ContextAnnotatedObject - Class in ix.util.context
Provides context-dependent annotations.
ContextAnnotatedObject() - Constructor for class ix.util.context.ContextAnnotatedObject
 
ContextBoolean - Class in ix.util.context
An object that contains a single context-dependent boolean value.
ContextBoolean(boolean) - Constructor for class ix.util.context.ContextBoolean
 
ContextBoolean(ContextHolder, boolean) - Constructor for class ix.util.context.ContextBoolean
 
ContextChangeException - Exception in ix.util.context
Thrown when the current context is not what it should be.
ContextChangeException() - Constructor for exception ix.util.context.ContextChangeException
 
ContextChangeException(String) - Constructor for exception ix.util.context.ContextChangeException
 
ContextChangeException(String, Object) - Constructor for exception ix.util.context.ContextChangeException
 
contextDepartureReason - Variable in class ix.iplan.IPlanOptionManager
 
ContextGensym - Class in ix.util.context
Context-dependent name and ID generator a la gensym.
ContextGensym.Generator - Class in ix.util.context
 
ContextGensym.Generator() - Constructor for class ix.util.context.ContextGensym.Generator
 
ContextGensym.Generator(ContextHolder) - Constructor for class ix.util.context.ContextGensym.Generator
 
ContextHashMap<K,V> - Class in ix.util.context
A context-layered version of HashMap.
ContextHashMap() - Constructor for class ix.util.context.ContextHashMap
 
ContextHashMap(int) - Constructor for class ix.util.context.ContextHashMap
 
ContextHashMap(int, float) - Constructor for class ix.util.context.ContextHashMap
 
ContextHashMap(Map) - Constructor for class ix.util.context.ContextHashMap
 
ContextHashMap(ContextHolder) - Constructor for class ix.util.context.ContextHashMap
 
ContextHashMap(ContextHolder, Map) - Constructor for class ix.util.context.ContextHashMap
 
ContextHashMap.Entry - Class in ix.util.context
The Map.Entry implementation for a ContextHashMap.
ContextHashMap.Entry(K, ContextLink) - Constructor for class ix.util.context.ContextHashMap.Entry
 
ContextHashMap.EntrySet - Class in ix.util.context
The Set implementation for a ContextHashMap entrySet.
ContextHashMap.EntrySet(ContextHashMap<K, V>.Entry) - Constructor for class ix.util.context.ContextHashMap.EntrySet
 
ContextHashMap.EntrySetIterator - Class in ix.util.context
The Iterator implementation for a ContextHashMap entrySet.
ContextHashMap.EntrySetIterator(ContextHashMap<K, V>.Entry, Context) - Constructor for class ix.util.context.ContextHashMap.EntrySetIterator
 
ContextHashMap.IteratorContextException - Exception in ix.util.context
 
ContextHashMap.IteratorContextException(Context, Context) - Constructor for exception ix.util.context.ContextHashMap.IteratorContextException
 
ContextHolder - Interface in ix.util.context
An interface for objects that contain a Context that they provide to other objects.
contextHoldingStrategy - Static variable in class ix.util.context.Context
The current context-holding strategy.
ContextHoldingStrategy - Class in ix.util.context
An object that provides context-holders.
ContextHoldingStrategy() - Constructor for class ix.util.context.ContextHoldingStrategy
 
ContextInt - Class in ix.util.context
An object that contains a single context-dependent int value.
ContextInt(int) - Constructor for class ix.util.context.ContextInt
 
ContextInt(ContextHolder, int) - Constructor for class ix.util.context.ContextInt
 
contextIsPoisoned - Variable in class ix.iplan.Slip
 
ContextLink<T> - Class in ix.util.context
An element in a chain of associations between contexts and values.
ContextLink(T) - Constructor for class ix.util.context.ContextLink
Creates a link that specifies a value in the root context.
ContextLink(Context, T) - Constructor for class ix.util.context.ContextLink
Creates a link that specifies a value for a given context.
ContextLink(Context, T, ContextLink<T>) - Constructor for class ix.util.context.ContextLink
Constructs a new link at the head of a chain.
ContextLink(long, T, ContextLink<T>) - Constructor for class ix.util.context.ContextLink
Constructs a new link at the head of a chain.
ContextList<E> - Class in ix.util.context
A context-dependent list.
ContextList() - Constructor for class ix.util.context.ContextList
 
ContextList(Collection) - Constructor for class ix.util.context.ContextList
 
ContextList(ContextHolder) - Constructor for class ix.util.context.ContextList
 
ContextList(ContextHolder, Collection) - Constructor for class ix.util.context.ContextList
 
ContextLockingProxy - Class in ix.util.context
Provides a static method that can be used to wrap a context-managing proxy around an object.
ContextLockingProxy.Handler - Class in ix.util.context
The invocation-handler for a context-locking proxy.
ContextLockingProxy.Handler(Object) - Constructor for class ix.util.context.ContextLockingProxy.Handler
 
ContextLong - Class in ix.util.context
An object that contains a single context-dependent long value.
ContextLong(Long) - Constructor for class ix.util.context.ContextLong
 
ContextLong(ContextHolder, Long) - Constructor for class ix.util.context.ContextLong
 
ContextMap<K,V> - Interface in ix.util.context
 
ContextMultiHashMap - Class in ix.util.context
Maps a key to a context-dependent list.
ContextMultiHashMap() - Constructor for class ix.util.context.ContextMultiHashMap
 
ContextMultiMap - Interface in ix.util.context
 
contextNumber - Variable in class ix.util.context.ContextLink
 
ContextString - Class in ix.util.context
An object that contains a single context-dependent String value.
ContextString(String) - Constructor for class ix.util.context.ContextString
 
ContextString(ContextHolder, String) - Constructor for class ix.util.context.ContextString
 
ContextValue<T> - Class in ix.util.context
An object that contains a single context-dependent value.
ContextValue(T) - Constructor for class ix.util.context.ContextValue
 
ContextValue(ContextHolder, T) - Constructor for class ix.util.context.ContextValue
 
contributor - Variable in class ix.iplan.IPlanWorldStateManager.Fact
 
controller - Variable in class ix.examples.PicoIX.IX_System
 
controller - Variable in class ix.ip2.Agenda
 
controller - Variable in class ix.ip2.Ip2
 
controller - Variable in class ix.ip2.PlanInstaller
 
controller - Variable in class ix.ip2.PlanMaker
 
ControllerEvent - Class in ix.ip2.event
 
ControllerEvent(Object) - Constructor for class ix.ip2.event.ControllerEvent
 
ControllerListener - Interface in ix.ip2.event
 
controllers - Variable in class ix.iface.util.ToolManager
 
copy(Object) - Method in class ix.util.ObjectCopier
Returns a copy of the object.
copyConstruct() - Method in class ix.iview.AConstructFramePanel
User request to copy the current action.
copyIcon - Variable in class ix.iface.ui.JFrameMT
 
copyItem - Variable in class ix.iface.ui.JFrameMT
 
copyItem() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Starts editing a new item based on an existing one.
copyItem() - Method in class ix.ip2.ItemEditor.EditPanel
Starts editing a new item based on an existing one.
copyItemToMessenger() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
copyLList(LList) - Method in class ix.util.ObjectCopier
Copies an LList that has a spine made of instances of any mixture of Cons subclasses, calling ObjectCopier.mapElement(Object) on each list element as it goes.
copyMM - Variable in class ix.iplan.PlanModelComparer
 
copyOption(String) - Method in class ix.iplan.IPlanOptionManager
 
copyOptionItem - Variable in class ix.iplan.OptionUI
 
copySubtree() - Method in class ix.util.xml.XMLTreeEditPanel
Copy the subtree below and including the currently selected node.
copySubtree() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
copySubtree() - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
copyTemplate() - Method in class ix.ip2.test.TestSequenceGenerator
 
Coral - Static variable in class ix.iface.util.XColors
 
CornflowerBlue - Static variable in class ix.iface.util.XColors
 
Cornsilk - Static variable in class ix.iface.util.XColors
 
cost - Variable in class ix.iplan.Alternative
 
count - Static variable in class ix.util.context.Context
The number of contexts that have been created.
count - Static variable in class ix.util.Mark
 
count - Static variable in class ix.util.ThreadCondition
 
count - Variable in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
counters - Variable in class ix.util.context.ContextGensym.Generator
 
counters - Variable in class ix.util.Gensym.Generator
 
cPanel - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
createdBy - Variable in class ix.util.Mark
 
createDefaultDocument() - Method in class ix.iface.util.HtmlTableEditorPane.TableEditorKit
 
createDefaultTableHeader() - Method in class ix.iface.ui.table.IXTable
 
createFilters(List) - Method in class ix.test.xml.WorldStateView
 
createHorizontalBox() - Static method in class ix.iface.util.RadioButtonBox
Creates a RadioButtonBox that arranges components from left to right.
createParser() - Method in class ix.util.xml.XML.XSAXBuilder
 
createPlanContext() - Method in class ix.iplan.Slip
 
createPlanner(Plan) - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
createTool() - Method in class ix.applet.AppletCommunicationTool.Controller
 
createTool() - Method in class ix.iface.util.ToolController
Consturucts the tool when it does not already exist.
createTool() - Method in class ix.iserve.ipc.IServeCommTool.Controller
 
createTool() - Method in class ix.test.Ip2Example.ExampleToolController
 
createVerticalBox() - Static method in class ix.iface.util.RadioButtonBox
Creates a RadioButtonBox that arranges components from top to bottom.
creationContext - Variable in class ix.util.context.ContextHashMap.EntrySet
 
Crimson - Static variable in class ix.iface.util.XColors
 
currentAction - Variable in class ix.iview.igraph.ExpansionModel
 
CurrentActionListener - Interface in ix.iview.event
An interface for things that are interested in current action selection
CurrentConstructListener - Interface in ix.iview.event
An interface for things that are interested in changes to which construct is being edited.
currentConstructListeners - Variable in class ix.iview.AConstructFramePanel
 
currentInput - Variable in class ix.test.Ip2Test
 
currentNode - Variable in class ix.iview.igraph.GExpansionEditor
 
currentObject - Variable in class ix.iface.ui.JConstraintEditor
 
currentObject - Variable in class ix.iface.ui.JSelectorDialog
 
currentObject - Variable in class ix.iview.UndoManager
 
currentOption - Variable in class ix.iplan.IPlanOptionManager
 
currentPanel - Variable in class ix.iview.ActionEditorPanel
 
currentPanelChanging(JPanel, JPanel) - Method in class ix.iface.ui.JFrameMTP
Changing current panel from old to new.
currentPanelChanging(JPanel, JPanel) - Method in class ix.iview.DomainEditorFrame
Changing current panel from old to new.
currentSubmenu - Variable in class ix.iface.util.ChainingMenu
 
currentUndos - Variable in class ix.iview.UndoManager
A list of slot / previous value pairs for the current object
currentURL() - Method in class ix.iface.ui.HTMLPanel
 
cutIcon - Variable in class ix.iface.ui.JFrameMT
 
cutItem - Variable in class ix.iface.ui.JFrameMT
 
cutNodeSubtree(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.EditorTree
 
cutNodeSubtree(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TemplateTree
 
cutSubtree() - Method in class ix.util.xml.XMLTreeEditPanel
"Cut" the subtree below and including the currently selected node.
cutSubtree() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
Cyan - Static variable in class ix.iface.util.XColors
 

D

DAGTransitiveClosure - Class in ix.util
The transitive closure of a directed acyclic graph (DAG).
DAGTransitiveClosure(DirectedGraph) - Constructor for class ix.util.DAGTransitiveClosure
 
dagTransitiveClosure(DirectedGraph) - Static method in class ix.util.Graphs
Transitive closure of a directed acyclic graph (DAG).
DarkBlue - Static variable in class ix.iface.util.XColors
 
DarkCyan - Static variable in class ix.iface.util.XColors
 
DarkGoldenRod - Static variable in class ix.iface.util.XColors
 
DarkGray - Static variable in class ix.iface.util.XColors
 
DarkGreen - Static variable in class ix.iface.util.XColors
 
DarkKhaki - Static variable in class ix.iface.util.XColors
 
DarkMagenta - Static variable in class ix.iface.util.XColors
 
DarkOliveGreen - Static variable in class ix.iface.util.XColors
 
Darkorange - Static variable in class ix.iface.util.XColors
 
DarkOrchid - Static variable in class ix.iface.util.XColors
 
DarkRed - Static variable in class ix.iface.util.XColors
 
DarkSalmon - Static variable in class ix.iface.util.XColors
 
DarkSeaGreen - Static variable in class ix.iface.util.XColors
 
DarkSlateBlue - Static variable in class ix.iface.util.XColors
 
DarkSlateGray - Static variable in class ix.iface.util.XColors
 
DarkTurquoise - Static variable in class ix.iface.util.XColors
 
DarkViolet - Static variable in class ix.iface.util.XColors
 
DASHES - Static variable in class ix.test.CheckDomains
 
dashNameToFullJavaName(String) - Static method in class ix.util.Strings
Like dashNameToJavaName but also allows package names, separated by dots, to prefix the class name.
dashNameToJavaName(String) - Static method in class ix.util.Strings
Converts a name in which words are separate by dashes into one that uses Java-style capitalisation instead.
DashSyntaxClassFinder - Class in ix.util.reflect
A translator between names and classes that uses lower-case names and separates words within names with dashes.
DashSyntaxClassFinder() - Constructor for class ix.util.reflect.DashSyntaxClassFinder
 
DashSyntaxClassFinder(ClassFinder) - Constructor for class ix.util.reflect.DashSyntaxClassFinder
 
data - Variable in class ix.util.xml.event.NamespaceEvent
 
dataChanged(ObjectChangeEvent) - Method in class ix.iface.ui.AbstractIFormModel
Listening to changes to the object generated elsewhere.
dataChanged(EditableObject, String, Object, Object) - Method in class ix.iface.ui.AbstractIFormModel
 
dataChanged(EditableObject, String, Object, Object) - Method in interface ix.iface.ui.event.DataChangeListener
 
dataChanged(EditableObject, String, Object, Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
dataChanged(EditableObject, String, Object, Object) - Method in class ix.iview.AConstructFramePanel
 
dataChanged(EditableObject, String, Object, Object) - Method in class ix.iview.ActionEditorPanel
 
dataChanged(EditableObject, String, Object, Object) - Method in class ix.iview.DeclarationEditor
 
dataChanged(EditableObject, String, Object, Object) - Method in class ix.iview.ObjectConstraintEditor
 
dataChanged(EditableObject, String, Object, Object) - Method in class ix.iview.UndoManager
make sure you only call this if data really has changed!
DataChangeListener - Interface in ix.iface.ui.event
An interface listener to be used to listen to EditableObject data changes.
dataChangeListeners - Variable in class ix.iview.domain.UIDomain
 
dataChangeListeners - Variable in class ix.iview.domain.UIObjectClass
 
dataChangeListeners - Variable in class ix.iview.domain.UIRefinement
 
dataListeners - Variable in class ix.iface.ui.AbstractIFormModel
 
dataSet(Object) - Method in class ix.iface.ui.AbstractEditorPanel
 
dataValueDefinition(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
date - Variable in class ix.icore.log.HistoryEvent
 
date - Static variable in class ix.iview.IDERelease
 
date - Static variable in class ix.Release
 
dateFormat - Static variable in class ix.iface.util.Reporting
 
dateString() - Static method in class ix.iface.util.Reporting
 
dateTimePattern - Static variable in class ix.test.HttpGetDocumentTest
 
dateTimePattern - Variable in class ix.test.TwitterAtomSearchTest
 
dateTimePattern - Variable in class ix.util.ISODateFormat
 
days - Variable in class ix.util.Duration
 
Debug - Class in ix.util
Class for useful static debugging tools
DECISION - Static variable in class ix.test.CompendiumToIX
Compendium node type
DECISION_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
declarationEditor - Variable in class ix.iview.ActionEditorPanel
 
DeclarationEditor - Class in ix.iview
An editor for specifying variable declarations Declarations are attached to self (the refinement).
DeclarationEditor(Frame) - Constructor for class ix.iview.DeclarationEditor
Creates an editor for specifying variable declarations.
DeclarationEditor(Frame, UIRefinement) - Constructor for class ix.iview.DeclarationEditor
Creates an editor for specifying variable declarations within the given refinement.
DeclarationEditor.VarListEditor - Class in ix.iview
A list editor panel that will find type constraints for the data variables.
DeclarationEditor.VarListEditor(MouseListener, String, JComponent) - Constructor for class ix.iview.DeclarationEditor.VarListEditor
 
DeclarationEditor.VarListEditor() - Constructor for class ix.iview.DeclarationEditor.VarListEditor
 
DeclarationEditor.VarTypeTableModel - Class in ix.iview
A table model for ItemVar-Type pairs
DeclarationEditor.VarTypeTableModel() - Constructor for class ix.iview.DeclarationEditor.VarTypeTableModel
 
declareAllVariables() - Method in class ix.iview.domain.UIDomain
Declare the variables of all refinements as they are currently used.
declareItem - Variable in class ix.iview.DomainEditorFrame
 
decode(String) - Method in class ix.iserve.ipc.LinearIXSyntax
Decoding
decode(String) - Static method in class ix.test.LongToBytes
 
decodeActivity(String) - Method in class ix.iserve.ipc.LinearIXSyntax
 
decodeAttribute(String) - Static method in class ix.util.xml.XML
Decodes text containing encoded double quotes, ampersands, and angle brackets.
decodeChatMessage(String) - Method in class ix.iserve.ipc.LinearIXSyntax
 
decodeConstraint(String) - Method in class ix.iserve.ipc.LinearIXSyntax
 
decodeConstraint(String) - Method in class ix.iserve.ipc.sl.SLReplyDecoder
 
decodeContents(String) - Method in class ix.iserve.ipc.sl.SLReplyDecoder
 
decodeQueryArgs(String) - Method in class ix.test.TwitterAtomSearchTest
 
decoder - Variable in class ix.iserve.ipc.sl.IServeSLCommServer.SLReplyServlet
 
decodeReceived(String) - Method in class ix.util.http.HttpObjectClient
Turns response contents into an object.
decodeReceived(String) - Method in class ix.util.http.HttpObjectServlet
Turns request contents into an object.
decodeReceived(String) - Method in class ix.util.http.HttpStringClient
 
decodeReceived(String) - Method in class ix.util.http.HttpStringServlet
 
decodeReceived(String) - Method in class ix.util.http.HttpUtilities
 
decodeReply(String) - Method in class ix.applet.AppletCommunicationStrategy
 
decodeReport(String) - Method in class ix.iserve.ipc.LinearIXSyntax
 
decodeReport(String) - Method in class ix.iserve.ipc.sl.SLReplyDecoder
 
decodeResponse(String) - Method in class ix.iserve.ipc.sl.SLRpc
Decodes an XML response from SL into an SLRpcMessage.
decodeText(String) - Static method in class ix.util.xml.XML
Decodes text containing encoded ampersands and angle brackets.
DeepCopier - Class in ix.util
Copies Objects, recursively copying subobjects.
DeepCopier() - Constructor for class ix.util.DeepCopier
 
DeepCopier(ClassSyntax) - Constructor for class ix.util.DeepCopier
 
DeepPink - Static variable in class ix.iface.util.XColors
 
DeepSkyBlue - Static variable in class ix.iface.util.XColors
 
DEFAULT - Static variable in class ix.icore.domain.ObjectProperty.Syntax
Indicates that we aren't sure of a property's type.
DEFAULT - Variable in class ix.util.lisp.Interpreter
The value this interpreter thinks expressions should return when they cannot determine any more appropriate value.
DEFAULT_ADDRESS - Static variable in class ix.http.HttpNameServer
 
DEFAULT_NAME_SERVER_ADDRESS - Static variable in class ix.util.ipc.SerializedCommunicationStrategy
 
DEFAULT_QUERY - Variable in class ix.test.TwitterAtomSearchTest
 
DEFAULT_SORT - Static variable in class ix.iview.AConstructFramePanel
 
defaultAttributes - Variable in class ix.iface.util.HtmlWriter
 
defaultB - Variable in class ix.iview.MiniConstraintPanel
 
defaultCase - Variable in class ix.util.match.MatchTable
This table's default case.
defaultClassFinder - Variable in class ix.util.xml.XMLConfig
 
defaultClassFinder() - Method in class ix.util.xml.XMLConfig
 
defaultClassSyntax - Variable in class ix.util.xml.XMLConfig
 
defaultClassSyntax() - Method in class ix.util.xml.XMLConfig
 
DefaultColourField - Class in ix.iface.ui
An interface with four aspects: string, colour, symbol, image.
DefaultColourField(String) - Constructor for class ix.iface.ui.DefaultColourField
 
DefaultColourField(String, Color) - Constructor for class ix.iface.ui.DefaultColourField
 
DefaultColourField(String, Color, int) - Constructor for class ix.iface.ui.DefaultColourField
 
defaultCompare(Object, Object) - Method in class ix.util.ObjectComparator
 
DefaultConstraintEditor - Class in ix.iview
An editor for specifying generic constraints in refinements.
DefaultConstraintEditor(Frame) - Constructor for class ix.iview.DefaultConstraintEditor
Creates an editor for specifying time point relations.
DefaultConstraintEditor(Frame, UIRefinement) - Constructor for class ix.iview.DefaultConstraintEditor
Creates an editor for specifying time point relations within the given refinement.
defaultDescribeException(Throwable) - Static method in class ix.util.Debug
 
defaultedIncludeURL(String) - Method in class ix.iface.domain.LTF_Parser
 
defaultFileSyntaxManager - Variable in class ix.util.xml.XMLConfig
 
defaultFileSyntaxManager() - Method in class ix.util.xml.XMLConfig
 
defaultGetCellValueAt(Object, int) - Method in class ix.iface.ui.table.AbstractIXTableModel
Looks up the value in the columnField of the given index.
defaultListClass - Variable in class ix.util.xml.XMLTranslator
 
defaultMakeOwnObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
defaultMapClass - Variable in class ix.util.xml.XMLTranslator
 
defaultMenuText() - Method in class ix.ip2.test.TestItem
 
defaultParser - Static variable in class ix.util.PatternParser
Used by the static methods in the PatternParser class.
defaultServerURL - Variable in class ix.iserve.ipc.sl.SLRpc
 
defaultSetClass - Variable in class ix.util.xml.XMLTranslator
 
defaultSetColumnFields(String[]) - Method in class ix.iface.ui.table.AbstractIXTableModel
Sets the fields to be used as table columns
defaultStrategy - Variable in class ix.util.ipc.DispatchingStrategy
 
defaultSyntax - Variable in class ix.util.xml.FileSyntaxManager
 
defaultTranslator() - Static method in class ix.util.xml.XML
The XMLTranslator used by static method in this class.
defaultValue() - Method in class ix.util.lisp.Interpreter.AbstractEnv
Returns its Interpreter's default value.
defaultValue() - Method in interface ix.util.lisp.Interpreter.Env
Returns the value that should be returned by expressions that do not have anything more appropriate to return.
defaultWidth - Variable in class ix.iface.ui.table.IXTable
 
defaultXMLTranslator - Variable in class ix.util.xml.XMLConfig
 
defaultXMLTranslator() - Method in class ix.util.xml.XMLConfig
 
define(Interpreter.JFunction) - Method in interface ix.ip2.ComputeInterpreter
 
define(SlipSingleStepper.Command) - Method in class ix.iplan.SlipSingleStepper
 
define(LispInterpreter.Syntax) - Method in class ix.util.lisp.LispInterpreter
 
define(Interpreter.JFunction) - Method in class ix.util.lisp.LispInterpreter
 
define(String, Object) - Method in class ix.util.lisp.LispInterpreter
 
defineBuiltins() - Method in class ix.ip2.LispComputeInterpreter
 
defineBuiltins() - Method in class ix.util.lisp.LispInterpreter
 
defineInitialValues() - Method in class ix.util.lisp.LispInterpreter
 
defineNewRefinement() - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
definePlanTestGroup(PlanTestGroup) - Method in class ix.iplan.AutoTester
 
defineRenamedRefinement() - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
defineSyntax() - Method in class ix.iscript.IScriptInterpreter.IScriptLispInterpreter
 
defineSyntax() - Method in class ix.util.lisp.LispInterpreter
 
definitionEnv - Variable in class ix.util.lisp.Interpreter.Closure
 
deFrame - Variable in class ix.iview.DomainEditor
 
delay - Variable in class ix.ispace.GroupSender.SendingThread
 
delayBefore - Variable in class ix.ip2.test.TestItem
 
delayBetween - Variable in class ix.ip2.test.TestSequenceGenerator
 
delayedMessages - Variable in class ix.iplan.IPlanOptionManager.Opt
 
delays - Variable in class ix.test.xml.TestGen
 
delegate - Variable in class ix.iface.ui.table.IXDefaultCellEditor
 
delete() - Method in class ix.ip2.ObjectWhiteboard.Fact
 
delete - Variable in class ix.iview.SimpleDeclarationEditor
 
delete(Object) - Method in class ix.util.lisp.LList
 
deleteAgent(String) - Method in class ix.ispace.ContactManager
 
deleteAllNodeViews() - Method in class ix.iview.igraph.ExpansionModel
 
deleteButton - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
deleteClosedSubnodes() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
deleteConstraint(Constraint) - Method in interface ix.icore.process.ProcessModelManager
 
deleteConstraint(Constraint) - Method in class ix.ip2.Ip2ModelManager
 
deleteConstraint(Constraint) - Method in class ix.iview.domain.UIRefinement
Removes the given constraint;
deleteConstraint(ObjectProperty, Constraint) - Method in class ix.iview.ObjectConstraintEditor
 
deleteConstruct() - Method in class ix.iview.AConstructFramePanel
User request to delete the current action.
deleteConstruct() - Method in class ix.iview.AROEditorPanel
Deletes the construct, then sets its parent.
deleted() - Method in class ix.iserve.ipc.IServeCommServer.User
 
deleteEffect(PatternAssignment) - Method in class ix.ip2.Ip2ModelManager
 
deleteEffect(PatternAssignment) - Method in class ix.ip2.Ip2WorldStateManager
 
deleteEffect(PatternAssignment) - Method in class ix.iplan.IPlanWorldStateManager
 
deleteElement(Object) - Method in class ix.util.lisp.LListCollector
 
deleteEntry(Object, Object) - Method in class ix.iface.util.KeyValueTable
 
deleteEntry(Object) - Method in class ix.iface.util.KeyValueTable
 
deleteEntry(Object, Object) - Method in class ix.ip2.PropertyViewTable
 
deleteGNodesIcon - Variable in class ix.iview.igraph.GExpansionEditor
 
deleteGNodesItem - Variable in class ix.iview.igraph.GExpansionEditor
 
deleteIssue(Issue) - Method in class ix.iview.domain.UIRefinement
 
deleteItem - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
deleteItem() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
deleteNamedObjectClass(String) - Method in class ix.icore.domain.Domain
 
deleteNamedRefinement(String) - Method in class ix.icore.domain.Domain
 
deleteNode(NodeSpec) - Method in class ix.iview.domain.UIRefinement
 
deleteNode(NodeSpec) - Method in class ix.iview.igraph.ExpansionModel
 
deleteNodeConstraints(NodeSpec) - Method in class ix.iview.domain.UIRefinement
 
deleteNodeView(ExpansionModel.NodeComponent) - Method in class ix.iview.igraph.ExpansionModel
 
deleteObjectClass(ObjectClass) - Method in class ix.icore.domain.Domain
 
deleteOption() - Method in class ix.iplan.IPlanOptionManager
 
deleteOptionItem - Variable in class ix.iplan.OptionUI
 
deleteOptionMenu - Variable in class ix.iplan.OptionUI
 
deleteOptions(List) - Method in class ix.iplan.IPlanOptionManager
 
deleteRefinement(Refinement) - Method in class ix.icore.domain.Domain
 
deleteRefinement() - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
Delete a refinement.
deleteSelectedOptions() - Method in class ix.iplan.OptionUI
 
deleteState(Map) - Method in class ix.ip2.ObjectWorld
 
deleteTimeConstraint(TimePointNet.TimeConstraint) - Method in class ix.iplan.TimePointNet
Removes the constraint from its pre- and post-points.
deleteValuelessAttributes() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
deleteYourself() - Method in class ix.iplan.IPlanOptionManager.Opt
 
deletionUtility(ListOfPatternAssignment) - Method in class ix.ip2.SyncState
 
DelimitedSymbol - Class in ix.util.lisp
Symbols that would not parse as symbols without escaping.
DelimitedSymbol(String) - Constructor for class ix.util.lisp.DelimitedSymbol
 
deliverEnqueuedInput() - Method in class ix.iplan.IPlanOptionManager
 
delta - Variable in class ix.ip2.SyncState.ClientStateDelta
 
delta - Variable in class ix.ip2.SyncState.ServerStateDelta
 
deminBut - Variable in class ix.iface.ui.AbstractEditorPanel
 
deminIcon - Variable in class ix.iface.ui.AbstractEditorPanel
 
deMinimise() - Method in class ix.iface.ui.AbstractEditorPanel
 
deMinimise() - Method in interface ix.iface.ui.IXEditorPanel
 
departContext(String) - Method in class ix.iplan.IPlanOptionManager
 
DEPTH_FIRST - Static variable in class ix.iplan.Slip
 
deref(Variable, MatchEnv) - Static method in class ix.util.match.Matcher
 
deRenderValue(String, Object) - Method in class ix.iface.ui.IFormPanel
Default de-rendering of the given value for the given field - transforms arrays to collections.
deRenderValue(String, Object) - Method in class ix.iview.ActionFormPanel
De-render values for: pattern (lisp.elementsFromString), nodes (parse if text, otherwise ignore because updates are immediate) orderings (return als LList)
deriveClass(String) - Method in class ix.iface.ui.GenericIFormModel
 
deriveClass(String) - Method in class ix.iview.ActionFormModel
 
deriveClass(String) - Method in class ix.iview.DomainFormModel
 
deriveClasses() - Method in class ix.iface.ui.AbstractIFormModel
Collects name and display fields and calls deriveClasses(fields).
deriveClasses(List) - Method in class ix.iface.ui.AbstractIFormModel
Derives the classes of the given fields and puts them into HashMap fieldClasses.
deriveClasses(List) - Method in class ix.iface.ui.GenericIFormModel
 
deriveColumnFields() - Method in class ix.iface.ui.table.AbstractIXTableModel
Collects usable fields from the objectClass
deriveColumnFields() - Method in class ix.iface.ui.table.AbstractTreeTableModel
Collects usable fields from the objectClass; puts the name field in front.
deriveDisplayFields() - Method in class ix.iface.ui.AbstractIFormModel
Derives the fields to be used for displaying the object information
deriveDisplayFields() - Method in class ix.iface.ui.GenericIFormModel
 
deriveDisplayFields() - Method in class ix.iview.ActionFormModel
 
deriveDisplayFields() - Method in class ix.iview.DomainFormModel
 
deriveName(String) - Method in class ix.iface.ui.GenericIFormModel
 
deriveName(String) - Method in class ix.iview.ActionFormModel
 
deriveNameFields() - Method in class ix.iface.ui.AbstractIFormModel
Derives the fields to be used for displaying the object name(s)
deriveNameFields() - Method in class ix.iface.ui.GenericIFormModel
 
deriveNames() - Method in class ix.iface.ui.AbstractIFormModel
Collects name and display fields and calls deriveNames(fields).
deriveNames(List) - Method in class ix.iface.ui.AbstractIFormModel
Derives the names of the given fields and puts them into HashMap fieldNames.
deriveNames(List) - Method in class ix.iface.ui.GenericIFormModel
 
describe(HTMLDocument) - Method in class ix.iface.util.HtmlDescriber
 
describe(Element) - Method in class ix.iface.util.HtmlDescriber
 
describe(Interpreter.Expr, Object) - Method in class ix.util.lisp.LispInterpreter.Syntax
 
describeAlternative(Alternative) - Method in class ix.iplan.Slip
 
describeAlternatives() - Method in class ix.iplan.Slip
 
describeChangedWorldState() - Method in class ix.iplan.PlanCheckingSimulator
 
describeChangedWorldState(PrintStream) - Method in class ix.iplan.PlanCheckingSimulator
 
describeClass(Class) - Method in class ix.util.reflect.ClassSyntax
Prints a description of a class on System.out.
describeClass(Class, PrintStream) - Method in class ix.util.reflect.ClassSyntax
Prints a description of a class on the designated PrintStream.
describeClass(String, PrintStream) - Method in class ix.util.xml.BNFSyntax
Prints the syntax for the indicated class and for any related classes that can be found.
describeClass(String, PrintStream) - Method in class ix.util.xml.XMLSyntax
 
describeEvent(HistoryEvent) - Method in class ix.icore.log.PrintEventLog
 
describeEvent(HistoryComment) - Method in class ix.icore.log.PrintEventLog
 
describeEvent(MessageSent) - Method in class ix.icore.log.PrintEventLog
 
describeEvent(MessageReceived) - Method in class ix.icore.log.PrintEventLog
 
describeEvent(ItemHandledEvent) - Method in class ix.icore.log.PrintEventLog
 
describeEvent(BindingEvent) - Method in class ix.icore.log.PrintEventLog
 
describeEventByType(HistoryEvent) - Method in class ix.icore.log.PrintEventLog
 
describeException(Throwable) - Static method in class ix.util.Debug
Returns a relatively readable description of an exception.
describeFinalWorldState() - Method in class ix.iplan.PlanCheckingSimulator
 
describeFinalWorldState(PrintStream) - Method in class ix.iplan.PlanCheckingSimulator
 
describeFinalWorldState() - Method in class ix.test.SimpleRSim
 
describeFinalWorldState(PrintStream) - Method in class ix.test.SimpleRSim
 
describeHtmlDocument() - Method in class ix.iface.util.HtmlTableEditorPane
 
describeLinks(PNodeEnd, String, List) - Method in class ix.iplan.Slip
 
describeMessage(AppletMessage) - Method in class ix.applet.MessageServer.User
 
describeNodeEnd(PNodeEnd) - Method in class ix.iplan.Slip
 
describeNodeEnds() - Method in class ix.iplan.Slip
 
describeNodeEnds(List) - Method in class ix.iplan.Slip
 
describePlan(Slip) - Method in class ix.iplan.AutoTester.TestRunner
 
describeRequest(HttpServletRequest) - Method in class ix.util.http.HttpObjectServlet
Utility method that produces debugging output that describes the request.
describeResponse(HttpURLConnection) - Method in class ix.util.http.HttpObjectClient
Utility method that produces debugging output that describes the response.
describeState(PrintStream, String, Map) - Method in class ix.iplan.PlanCheckingSimulator
 
describeState(PrintStream, String, Map) - Method in class ix.test.SimpleRSim
 
describeTest() - Method in class ix.iplan.AutoTester.TestRunner
 
describeTPN(PrintStream) - Method in class ix.iplan.TimePointNet
 
description(Object) - Static method in class ix.iface.util.Reporting
 
description - Variable in class ix.util.FileExtensionFileFilter
 
description - Variable in class ix.util.lisp.Interpreter.Expr
 
description() - Method in class ix.util.reflect.ClassDescr
 
description() - Method in class ix.util.xml.BNFSyntax.InstanceField
 
description - Variable in class ix.util.xml.SyntaxFileFilter
 
DESCRIPTION_COL - Variable in class ix.ip2.AgendaItemTableModel
 
descriptionCol - Variable in class ix.ip2.AgendaViewTable
 
descriptionLabel - Variable in class ix.ip2.ActivityInsertionEditor
 
descriptionText - Variable in class ix.ip2.AgendaViewTable.Row
 
descriptionWidth - Variable in class ix.ip2.AgendaViewTable
 
desiredResultClass - Variable in class ix.util.xml.XMLLoader
 
destination - Variable in class ix.test.xml.WorldStateExport
 
destination - Variable in class ix.util.ipc.ObjectStreamConnection
 
destination - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
DestinationChoice - Class in ix.itest
 
DestinationChoice(IXAgent, Object[]) - Constructor for class ix.itest.DestinationChoice
 
DestinationChoice(IXAgent, ComboBoxModel) - Constructor for class ix.itest.DestinationChoice
 
destinationChoice - Variable in class ix.itest.SendPanel.SendControls
 
destinationChoice - Variable in class ix.util.xml.XMLTreeSendFrame
 
destinationChoiceModel - Variable in class ix.itest.SendPanel
 
destinationModel - Variable in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
destinationToStrategyMap - Variable in class ix.util.ipc.DispatchingStrategy
 
destinationTree - Variable in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
destroy() - Method in class ix.ip2.Ip2Applet.AppletIp2
 
destroy() - Method in class ix.ip2.Ip2Applet
 
detailsRequested() - Method in class ix.iplan.ChecksimPlanEvaluation
 
detailsRequested() - Method in class ix.iplan.ErrorPlanEvaluation
 
detailsRequested() - Method in interface ix.iplan.PlanEvaluation
Tells the evaluation that the user has requested more information.
detailsRequested() - Method in class ix.iplan.SimplePlanEvaluation
 
determineElementType() - Method in class ix.util.reflect.FieldDescr
 
determineImplClass(Class) - Method in class ix.test.MakeRandomInstance
 
determineServerBase() - Method in class ix.iserve.ipc.IServeCommStrategy
 
determineType(Class) - Method in class ix.util.reflect.ClassDescr
 
dialogConfirms(Component, Object) - Static method in class ix.util.Util
Displays a confirmation dialog and returns true or false depending on whether the use selected "Yes" or "No".
diff(long, long) - Static method in class ix.util.Inf
 
difference(Collection, Collection) - Static method in class ix.util.Collect
Returns a new collection of the same class as its first argument and that contains the elements of the first collection that do not appear in the second.
difference(Map, Map) - Static method in class ix.util.Collect
Returns a map of the same class as its first argument and that contains the entries from the first map that do not appear in the second.
digested - Variable in class ix.test.DigestSet
 
digestObject(Object) - Method in class ix.test.DigestSet
 
digestObjectCache - Variable in class ix.test.DigestSet
 
DigestSet - Class in ix.test
 
DigestSet() - Constructor for class ix.test.DigestSet
 
DigestSet.IsNewPredciate - Class in ix.test
 
DigestSet.IsNewPredciate() - Constructor for class ix.test.DigestSet.IsNewPredciate
 
DIGITS - Variable in class ix.test.MakeRandomInstance
 
DimGray - Static variable in class ix.iface.util.XColors
 
DirectedGraph - Interface in ix.util
A simple "view" interface for directed graphs.
directory - Variable in class ix.iface.ui.JFrameMT
Te directory that the application's files live in
directory - Variable in class ix.iview.DomainEditor
 
directory - Variable in class ix.iview.DomainEditorFrame
 
directoryChooser - Variable in class ix.iplan.OptionUI
 
directSuccessors(Refinement) - Method in class ix.iplan.DomainAnalyser
 
disableActions() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
disableLink() - Method in class ix.iface.ui.RendererLinkLabel
 
disablePriority() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
discard() - Method in class ix.util.context.Context
Remove this context and all of its descendents from the context tree and the number-to-context table.
discardPlanner() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
discardToggle - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
discardYourself() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
disjunction(Collection) - Static method in class ix.util.Strings
Returns a disjunction formed from the elements of a collection.
DispatchingStrategy - Class in ix.util.ipc
 
DispatchingStrategy() - Constructor for class ix.util.ipc.DispatchingStrategy
 
DispatchingStrategy.Strategy - Class in ix.util.ipc
 
DispatchingStrategy.Strategy(String) - Constructor for class ix.util.ipc.DispatchingStrategy.Strategy
 
DispatchingStrategy.StrategyComboBox - Class in ix.util.ipc
A combo-box for selecting communication strategies
DispatchingStrategy.StrategyComboBox() - Constructor for class ix.util.ipc.DispatchingStrategy.StrategyComboBox
 
DispatchingStrategy.StrategyPanel - Class in ix.util.ipc
 
DispatchingStrategy.StrategyPanel(ISpaceTool) - Constructor for class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
dispatchTable - Variable in class ix.ip2.ConstraintAssociator
 
display(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
displayAndWait(Component, Object) - Static method in class ix.util.Util
Asks the GUI event-handling thread to display a text message in a dialogue box and does not return until this has occurred and the user has dismissed the dialogue.
displayBits - Variable in class ix.iface.ui.IFormPanel
 
displayException(Throwable) - Static method in class ix.util.Debug
Calls Debug.displayException(String, Throwable) with a null pre-message.
displayException(String, Throwable) - Static method in class ix.util.Debug
Puts up a description of the exception in a message dialog, making sure that this happens in the AWT event thread.
displayFieldData(String) - Method in class ix.iface.ui.IFormPanel
XXXX Loads the data of the given field into the panel.
displayFieldData(String) - Method in class ix.iview.ActionFormPanel
 
displayFieldData(String) - Method in class ix.iview.igraph.GExpansionEditor
 
displayFields - Variable in class ix.iface.ui.AbstractIFormModel
 
displayFrame() - Static method in class ix.iplan.IPlan
 
displayIconText(ImageIcon, String) - Method in class ix.iface.ui.AboutFrame
Displays the given URL in the text area.
displayMessage(String) - Method in class ix.icore.IXAgent
Adds the specified string to the default message display.
displayModelData() - Method in class ix.iface.ui.IFormPanel
Loads the data of the current model into the panel.
displayName - Variable in class ix.icore.IXAgent
 
displayNames - Variable in class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
displayNewRowDialog() - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
displayRes - Static variable in class ix.isim.dynamic.AnimatedObject
 
displayString() - Method in class ix.icore.Variable
 
displayText(String) - Method in class ix.iface.ui.AboutFrame
Sets the given text into the first line, then appends IX and Java versions in seperate lines.
displayText(String[]) - Method in class ix.iface.ui.AboutFrame
As above, but puts each array element into its own line.
displayURL(URL) - Method in class ix.iface.ui.HTMLFrame
 
displayURL(URL) - Method in class ix.iface.ui.HTMLPanel
Displays the given URL in the text area.
disposeFrames() - Method in class ix.ip2.Ip2Applet.AppletIp2
 
do_expansion(AgendaItem) - Method in class ix.ip2.ExpandHandler.ExpandAction
 
do_hyperlinkUpdate(HyperlinkEvent) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix.LinkListener
 
do_installPlan() - Method in class ix.ip2.PlanInstaller
 
do_main(String[], Class<? extends IServeCommServer>) - Static method in class ix.iserve.ipc.IServeCommServer
 
do_main(String[]) - Method in class ix.test.SerializationTest
 
do_main(String[]) - Method in class ix.test.TwitterAtomSearchTest
 
do_main(ClassFinder) - Static method in class ix.util.reflect.ClassFinder
A test loop that asks the user for a name and prints the corresponding class (or else null) as determined by the ClassFinder.
do_mainStartup(String[]) - Method in class ix.icore.IXAgent
The main body of IXAgent.mainStartup(String[]).
do_outputTimeline(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
do_parseExpression(Expression) - Method in class ix.iscript.IScriptParser
 
do_readDomain(Domain) - Method in class ix.iface.domain.LTF_Parser
 
do_readLog(String) - Method in class ix.icore.log.EventLogReader
 
do_reloadViewers() - Method in class ix.ip2.Ip2
 
do_transcript(String) - Method in class ix.applet.AppletCommunicationStrategy
 
do_transcript(String) - Method in class ix.iquery.IQuery
A utility that adds a line to this agent's transcript text area.
do_transcript(String) - Method in class ix.iserve.ipc.IServeCommStrategy
 
doAddNamespace() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
docBase - Variable in class ix.applet.AppletCommunicationStrategy
 
docModel - Variable in class ix.util.xml.XMLTreeEditPanel
 
docSplit - Variable in class ix.util.xml.XMLTreeEditPanel
 
docTree - Variable in class ix.util.xml.XMLTreeEditPanel
 
document - Variable in class ix.util.xml.XMLTreeEditPanel
The document this panel is editing.
documentFrom(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
documentToXMLString(Document) - Static method in class ix.util.xml.XML
Converts a JDOM Document to a string of XML using the default translator.
documentToXMLString(Document) - Method in class ix.util.xml.XMLTranslator
Converts a JDOM Document to a string of XML.
DodgerBlue - Static variable in class ix.iface.util.XColors
 
doEffects(PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator
 
doesntReach(PNodeEnd, PNodeEnd) - Method in class ix.iplan.SanityChecker.NodeEndConnectivityChecker
 
doExpansion() - Method in class ix.iplan.SlipExpander
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class ix.iserve.ipc.IServeCommServer.ControlServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class ix.iserve.ipc.IServeCommServer.StatusServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class ix.util.http.HelloServlet
 
doInclude(LList) - Method in class ix.iface.domain.LTF_Parser
 
doing - Variable in class ix.iplan.SlipFindExecutable.Resume
 
doingUpdateFromServer - Variable in class ix.ip2.SyncStateClient
 
dom - Variable in class ix.iview.SimpleDomainEditor
 
Domain - Class in ix.icore.domain
A Domain contains descriptions of ways to refine activities by expanding them into subactivities and adding constraints.
Domain() - Constructor for class ix.icore.domain.Domain
 
domain - Variable in class ix.ip2.Ip2
 
domain - Variable in class ix.iplan.DomainAnalyser
 
domain - Variable in class ix.iplan.PlanTest
 
domain - Variable in class ix.test.PlanningTest
 
DomainAnalyser - Class in ix.iplan
Analyses a Domain.
DomainAnalyser(Domain) - Constructor for class ix.iplan.DomainAnalyser
Make an analyser for a domain.
DomainAnalyser.MinFullExpandFinder - Class in ix.iplan
 
DomainAnalyser.MinFullExpandFinder() - Constructor for class ix.iplan.DomainAnalyser.MinFullExpandFinder
 
DomainAsPlan - Class in ix.icore.plan
A plan constructed from a domain that's meant to represent a plan.
DomainAsPlan() - Constructor for class ix.icore.plan.DomainAsPlan
 
DomainAsPlan(Domain) - Constructor for class ix.icore.plan.DomainAsPlan
 
DomainAsPlan.InvalidPlanDomain - Exception in ix.icore.plan
 
DomainAsPlan.InvalidPlanDomain(String) - Constructor for exception ix.icore.plan.DomainAsPlan.InvalidPlanDomain
 
DomainAsPlan.Pass1 - Class in ix.icore.plan
 
DomainAsPlan.Pass1() - Constructor for class ix.icore.plan.DomainAsPlan.Pass1
 
domainCleared(UIDomainEvent) - Method in class ix.iview.ActionEditorPanel
 
domainCleared(UIDomainEvent) - Method in class ix.iview.AROEditorPanel
 
domainCleared(UIDomainEvent) - Method in class ix.iview.DeclarationEditor
 
domainCleared(UIDomainEvent) - Method in interface ix.iview.domain.event.UIDomainListener
Called when the domain is cleared.
domainCleared(UIDomainEvent) - Method in class ix.iview.domain.UIGrammar
 
domainCleared(UIDomainEvent) - Method in class ix.iview.DomainEditorFrame
 
domainCleared(UIDomainEvent) - Method in class ix.iview.GlobalFormPanel
 
domainCleared(UIDomainEvent) - Method in class ix.iview.GrammarEditorPanel
 
domainCleared(UIDomainEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
domainCleared(UIDomainEvent) - Method in class ix.iview.tree.DomainTreeModel
 
domainEdited(UIDomainEvent) - Method in class ix.iview.ActionEditorPanel
 
domainEdited(UIDomainEvent) - Method in class ix.iview.AROEditorPanel
 
domainEdited(UIDomainEvent) - Method in class ix.iview.DeclarationEditor
 
domainEdited(UIDomainEvent) - Method in interface ix.iview.domain.event.UIDomainListener
Called when the domain's own fields changed (currently only name).
domainEdited(UIDomainEvent) - Method in class ix.iview.domain.UIGrammar
 
domainEdited(UIDomainEvent) - Method in class ix.iview.DomainEditorFrame
 
domainEdited(UIDomainEvent) - Method in class ix.iview.GlobalFormPanel
 
domainEdited(UIDomainEvent) - Method in class ix.iview.GrammarEditorPanel
 
domainEdited(UIDomainEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
domainEdited(UIDomainEvent) - Method in class ix.iview.tree.DomainTreeModel
 
DomainEditor - Class in ix.iview
An editor/viewer frame for domain details.
DomainEditor() - Constructor for class ix.iview.DomainEditor
Makes the editor with the default (simple) mode.
DomainEditor(boolean, boolean) - Constructor for class ix.iview.DomainEditor
Makes the editor with the given mode and the given stand-alone or not.
DomainEditor(boolean) - Constructor for class ix.iview.DomainEditor
Makes the editor with the given stand alone mode.
DomainEditor(Domain) - Constructor for class ix.iview.DomainEditor
Makes the editor with the given domain - simple, stand-alone by default.
DomainEditor(Domain, boolean) - Constructor for class ix.iview.DomainEditor
Makes the editor with the given mode and load the given domain.
DomainEditor(IXAgent, Domain) - Constructor for class ix.iview.DomainEditor
Makes the editor with the given domain in not-stand-alone mode.
DomainEditorFrame - Class in ix.iview
An editor/viewer frame for domain details.
DomainEditorFrame(DomainEditor) - Constructor for class ix.iview.DomainEditorFrame
Makes the editor in stand-alone mode.
DomainEditorFrame(DomainEditor, boolean) - Constructor for class ix.iview.DomainEditorFrame
Makes the editor frame with the given stand alone mode.
DomainEditorFrame(DomainEditor, Domain) - Constructor for class ix.iview.DomainEditorFrame
Makes the editor with the given domain - simple, stand-alone by default.
DomainEditorFrame(DomainEditor, Domain, boolean) - Constructor for class ix.iview.DomainEditorFrame
Makes the editor with the given mode and load the given domain.
DomainEditorFrame.IXWindow - Class in ix.iview
 
DomainEditorFrame.IXWindow() - Constructor for class ix.iview.DomainEditorFrame.IXWindow
 
DomainEvent - Class in ix.icore.domain.event
 
DomainEvent(Domain) - Constructor for class ix.icore.domain.event.DomainEvent
 
domainFile - Variable in class ix.iface.domain.DomainParser.DomainParserWrapper
 
domainFile - Variable in class ix.iface.domain.DomainWriter.DomainWriterWrapper
 
domainFile - Variable in class ix.test.FilePlanner
 
DomainFormModel - Class in ix.iview
An default model to be used to fill an IFormPanel.
DomainFormModel() - Constructor for class ix.iview.DomainFormModel
 
DomainFormModel(EditableObject) - Constructor for class ix.iview.DomainFormModel
 
domainHasChanged - Variable in class ix.iplan.DomainAnalyser
 
DomainListener - Interface in ix.icore.domain.event
 
domainName - Variable in class ix.iface.domain.LTF_Writer
 
domainName - Variable in class ix.test.PlanningTest
 
DomainObjectManager - Interface in ix.iview
An interface to provide access to an (ordered) set of objects.
domainPanel - Variable in class ix.iview.DomainEditorFrame
 
DomainParser - Class in ix.iface.domain
An object that parses a domain description to populate a Domain.
DomainParser() - Constructor for class ix.iface.domain.DomainParser
 
DomainParser.DomainParserWrapper - Class in ix.iface.domain
Class used to wrap a FileSyntax as a DomainParser.
DomainParser.DomainParserWrapper(File, FileSyntax) - Constructor for class ix.iface.domain.DomainParser.DomainParserWrapper
 
DomainReferenceException - Exception in ix.iview.domain
 
DomainReferenceException(String) - Constructor for exception ix.iview.domain.DomainReferenceException
 
domainSays(String) - Method in class ix.iplan.Slip
 
domainSet(UIDomainEvent) - Method in class ix.iview.ActionEditorPanel
 
domainSet(UIDomainEvent) - Method in class ix.iview.AROEditorPanel
 
domainSet(UIDomainEvent) - Method in class ix.iview.DeclarationEditor
 
domainSet(UIDomainEvent) - Method in interface ix.iview.domain.event.UIDomainListener
Called when the domain is added.
domainSet(UIDomainEvent) - Method in class ix.iview.domain.UIGrammar
 
domainSet(UIDomainEvent) - Method in class ix.iview.DomainEditorFrame
 
domainSet(UIDomainEvent) - Method in class ix.iview.GlobalFormPanel
 
domainSet(UIDomainEvent) - Method in class ix.iview.GrammarEditorPanel
 
domainSet(UIDomainEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
domainSet(UIDomainEvent) - Method in class ix.iview.tree.DomainTreeModel
 
DomainTreeModel - Class in ix.iview.tree
 
DomainTreeModel(UIDomain, IXTreeNode) - Constructor for class ix.iview.tree.DomainTreeModel
Constructs a new instance with the given node as the root node of the tree.
DomainTreeModel(UIDomain, IXTreeNode, HashSet, HashMap) - Constructor for class ix.iview.tree.DomainTreeModel
Constructs a new instance with a default root node of the tree.
domainUsesConditionTypes(Domain) - Static method in class ix.iplan.Slip
 
DomainWriter - Class in ix.iface.domain
An object that writes a domain description in textual form.
DomainWriter() - Constructor for class ix.iface.domain.DomainWriter
 
DomainWriter.DomainWriterWrapper - Class in ix.iface.domain
Class used to wrap a FileSyntax as a DomainWriter.
DomainWriter.DomainWriterWrapper(File, FileSyntax) - Constructor for class ix.iface.domain.DomainWriter.DomainWriterWrapper
 
done - Static variable in class ix.test.ThreadConditionHangTest
 
doPopupAction(ActionEvent, int, Object) - Method in class ix.iface.util.KeyValueTable
Called by the row popup menu to intepret any action command selected from the menu.
doPopupAction(ActionEvent, int, Object) - Method in class ix.ip2.AnnotationViewTable.ViewTable
 
doPopupAction(ActionEvent, int, Object) - Method in class ix.ip2.StateViewTable.ViewTable
 
doPopupAction(ActionEvent, int, Object) - Method in class ix.ispace.ISpaceTool.CapabilityTable
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class ix.util.http.HttpObjectServlet
Handle an HTTP POST request.
doRehooks - Variable in class ix.iview.UIObjectClassSetEditor
 
doSomething() - Method in class ix.test.InnerClassTest.Inner1
 
doSomething() - Method in class ix.test.InnerClassTest.Inner2
 
drop(int) - Method in class ix.util.lisp.LList
 
dropPlanGen() - Method in class ix.iplan.IPlanOptionManager.Opt
 
dropTo(Object) - Method in class ix.util.lisp.LList
 
DURATION - Static variable in class ix.iplan.TimePointNet
Syntax word.
Duration - Class in ix.util
The difference between two dates.
Duration(Date, Date) - Constructor for class ix.util.Duration
Constructs a duration by taking the difference of two dates.
Duration(long) - Constructor for class ix.util.Duration
Constructs a duration that corresponds to the specified number of milliseconds.
Duration(long, int, int, int, int) - Constructor for class ix.util.Duration
Constructs a duration from the specified component times.
Duration(String) - Constructor for class ix.util.Duration
Constructs a duration from a string written in a subset of the ISO 8601 notation used for the XML Schema duration datatype.
Duration.SyntaxException - Exception in ix.util
Describes a syntax error found when constructing a duration from a string.
Duration.SyntaxException(String, String, int) - Constructor for exception ix.util.Duration.SyntaxException
 
Duration.SyntaxException(String, String) - Constructor for exception ix.util.Duration.SyntaxException
 
Duration.SyntaxException(String) - Constructor for exception ix.util.Duration.SyntaxException
 

E

EARLIER_EST_P - Static variable in class ix.examples.PicoISim.SimController
 
editable - Variable in class ix.iface.ui.EditableColourField
 
editable - Variable in class ix.iview.util.EditablePriority
 
EditableColourField - Class in ix.iface.ui
An interface with four aspects: string, colour, symbol, image.
EditableColourField(String, Color, boolean) - Constructor for class ix.iface.ui.EditableColourField
 
EditableObject - Interface in ix.iface.ui
An interface for objects to be edited, especially via IForm editors
EditablePriority - Class in ix.iview.util
Priority values.
EditablePriority(Priority, boolean) - Constructor for class ix.iview.util.EditablePriority
 
EditablePriorityRenderer - Class in ix.iview.util
A renderer for editable items that represent priorities; uses colour and text.
EditablePriorityRenderer(boolean) - Constructor for class ix.iview.util.EditablePriorityRenderer
 
EditableTree - Class in ix.iface.ui.tree
An IXTree that can be edited.
EditableTree() - Constructor for class ix.iface.ui.tree.EditableTree
Creates a new tree which is editable.
EditableTree(EditableTreeModel) - Constructor for class ix.iface.ui.tree.EditableTree
Creates a new instance with the given model
EditableTreeModel - Class in ix.iface.ui.tree
A DefaultTreeModel for Named objects that can be edited.
EditableTreeModel() - Constructor for class ix.iface.ui.tree.EditableTreeModel
 
EditableTreeModel(IXTreeNode) - Constructor for class ix.iface.ui.tree.EditableTreeModel
Constructs a new instance with the given node as the root node of the tree.
EditableTreeModel(IXTreeNode, HashSet, HashMap) - Constructor for class ix.iface.ui.tree.EditableTreeModel
Constructs a new instance with the given node as the root node of the tree.
editAnnotation(Object, Object) - Method in class ix.ip2.AnnotationEditor
 
editAnnotation(Object, Object) - Method in class ix.ip2.AnnotationViewTable
 
editConstruct(Object) - Method in class ix.iview.AConstructFramePanel
 
editDocument(Document) - Method in class ix.util.xml.XMLTreeEditFrame
 
editDocument(Document) - Method in class ix.util.xml.XMLTreeEditPanel
 
edited - Variable in class ix.iface.ui.AbstractSetEditor
list of Objects edited in the set (unless added).
edited() - Method in class ix.ip2.ObjectWhiteboard.Fact
 
editedElement(Element) - Method in class ix.iface.util.HtmlTableEditorPane
Called after an element is edited if HtmlTableEditorPane.settingText is false -- ie if we're not in a call to HtmlTableEditorPane.setDocText(String).
editedElement(Element) - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame.WhiteboardEditorPane
 
editFields(Frame) - Method in class ix.iface.ui.IFormPanel
 
editHelp - Variable in class ix.util.xml.XMLTreeEditFrame
Help text appended to XMLTreeEditFrame.sharedHelp in editors.
editing - Variable in class ix.iface.util.HtmlTableEditorPane.TableDocumentFilter
 
editingCanceled(ChangeEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
editingCanceled(ChangeEvent) - Method in class ix.ip2.AgendaTableViewer
 
editingItem - Variable in class ix.ip2.ItemEditor.EditPanel
 
editingNode - Variable in class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
editingRefinement - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
editingStopped(ChangeEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
editingStopped(ChangeEvent) - Method in class ix.ip2.AgendaTableViewer
 
editIsAllowed(int, int) - Method in class ix.iface.util.HtmlTableEditorPane.TableDocumentFilter
 
editItemButtons - Variable in class ix.ip2.ItemEditor.EditPanel
 
editMenu - Variable in class ix.iface.ui.JFrameMT
 
editMessageColor() - Method in class ix.itest.SendPanel
 
editNewRefinement() - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
editObject(Object) - Method in class ix.ip2.ItemEditor.TreeViewFrame
 
editObject(Object) - Method in class ix.util.xml.XMLTreeEditFrame
 
editObject(Object) - Method in class ix.util.xml.XMLTreeEditPanel
 
editOptionForInput() - Method in class ix.iplan.OptionUI
 
editor() - Method in class ix.iview.DomainEditorFrame
 
editor - Variable in class ix.iview.igraph.ExpansionModel
 
editorComponent - Variable in class ix.iface.ui.table.IXDefaultCellEditor
 
editPanel - Variable in class ix.ip2.ItemEditor
 
editPanel - Variable in class ix.util.xml.XMLTreeEditFrame
 
editPartialRefinement(Refinement) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
editPreferences() - Method in class ix.iface.ui.JPropertiesManager
 
editPreferences() - Method in class ix.iplan.OptionUI
 
editRefinement(Refinement) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
editText - Variable in class ix.util.xml.XMLTreeEditPanel
 
EFF_COL - Variable in class ix.iview.table.PropertyTableModel
 
effBut - Variable in class ix.iview.ConditionEffectEditor
 
effBut - Variable in class ix.iview.DefaultConstraintEditor
 
EFFECT - Variable in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
effect - Variable in class ix.iplan.SlipAchiever
 
effectSy - Static variable in class ix.isim.actions.SendConstraint
 
elementAdder() - Method in class ix.util.lisp.LListCollector
 
elementAdder(Collector) - Static method in class ix.util.Seq
 
elementAt(int) - Method in class ix.util.lisp.Cons
 
elementAt(int) - Method in class ix.util.lisp.LList
 
elementAt(int) - Method in class ix.util.lisp.Null
 
elementClass(List) - Static method in class ix.util.ListOf
 
elementClass(Class) - Static method in class ix.util.ListOf
 
ElementClass - Annotation Type in ix.util.reflect
Annotation for indicating the class of elements of a collection.
elementClass() - Method in interface ix.util.TypedList
 
elementFieldPattern(FieldDescr) - Method in class ix.util.xml.RelaxNGSyntax
 
elementFields(List) - Method in class ix.util.xml.XMLSyntax
 
elementFrom(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
elementPusher() - Method in class ix.util.lisp.LListCollector
 
elementRefDefinition(Class, String) - Method in class ix.util.xml.RelaxNGSyntax
 
elements() - Method in interface ix.isim.util.LongPriorityQueue
This function returns an iterator of the elements in this priority queue.
elements() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function returns an Iterator for this priority queue.
elements() - Method in class ix.util.lisp.Cons
 
elements() - Method in class ix.util.lisp.LList
 
elements() - Method in class ix.util.lisp.LListCollector
 
elements() - Method in class ix.util.lisp.Null
 
elements(Vector) - Static method in class ix.util.Seq
 
elements(LList) - Static method in class ix.util.Seq
 
elements(Object[]) - Static method in class ix.util.Seq
 
elements(Collection) - Static method in class ix.util.Seq
 
elementsFromString(String) - Static method in class ix.util.lisp.Lisp
 
elementsMatch(List, Class...) - Static method in class ix.util.Collect
Tests whether each element of the list is an instance of the corresponding class.
elementsToString(Collection, Function1) - Static method in class ix.util.Collect
Returns the toString() representation of the elements of the collection as transformed by the function and separated by commas.
elementsToString(Collection) - Static method in class ix.util.Collect
Returns the toString() representation of the elements of the collection, separated by commas.
elementsToString(Object) - Static method in class ix.util.lisp.Lisp
Returns a string containing the speficied object(s), converted to strings as if by calling Lisp.printToString(Object) and with a single space as the separator.
elementsToString(Object) - Method in class ix.util.lisp.LispPrinter
Returns a string containing the speficied object(s), converted to strings by calling LispPrinter.printToString(Object) and with a single space as the separator.
elementToNodeMap - Variable in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
ELLIPSIS - Static variable in class ix.util.lisp.LispInterpreter
 
eltType - Variable in class ix.util.reflect.ClassDescr
 
embeddedXMLFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
embeddedXMLToElement(Object) - Method in class ix.util.xml.XMLTranslator
 
empty(String) - Method in class ix.iface.util.HtmlWriter
 
empty(String, String) - Method in class ix.iface.util.HtmlWriter
 
empty(String, String[][]) - Method in class ix.iface.util.HtmlWriter
 
emptyEnv - Static variable in class ix.util.match.Matcher
emptyEnv is used to return non-null without allocating an env.
emptyEnv - Static variable in class ix.util.match.SimpleMatcher
emptyEnv is used to return non-null without allocating an env.
enableActions() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
enableLink(HTMLFrame) - Method in class ix.iface.ui.RendererLinkLabel
 
enablePriority() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
enableVars(VarSpecifier, JTextComponent) - Static method in class ix.iview.util.IVUtil
Enables the use of declarations when a question-mark is typed in a text componenet.
enableView(Symbol) - Method in class ix.iview.DomainEditorFrame
 
enclosingEnv - Variable in class ix.util.lisp.Interpreter.LexicalEnv
 
encode(Sendable) - Method in class ix.iserve.ipc.LinearIXSyntax
Encoding
encode(Activity) - Method in class ix.iserve.ipc.LinearIXSyntax
 
encode(ChatMessage) - Method in class ix.iserve.ipc.LinearIXSyntax
 
encode(long) - Static method in class ix.test.LongToBytes
 
encodeAttribute(String) - Static method in class ix.util.xml.XML
Encodes double quotes as well as ampersands and angle brackets to make text safe for use as XML attribute values.
encodeForSend(AppletMessage) - Method in class ix.applet.AppletCommunicationStrategy
 
encodeForSend(Object) - Method in class ix.util.http.HttpObjectClient
Turns an object into request contents.
encodeForSend(Object) - Method in class ix.util.http.HttpObjectServlet
Turns an object into response contents.
encodeForSend(Object) - Method in class ix.util.http.HttpStringClient
 
encodeForSend(Object) - Method in class ix.util.http.HttpStringServlet
 
encodeForSend(Object) - Method in class ix.util.http.HttpUtilities
Encode an object using the I-X XML representation and the UTF-8 character set.
encodeForSend(Object, String) - Method in class ix.util.http.HttpUtilities
Encode an object using the I-X XML representation and the specified character set.
encodeForSL(Object) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLNextMessageServlet
 
encodeText(String) - Static method in class ix.util.xml.XML
Encodes ampersands and angle brackets so that they can appear in XML without being mistaken for markup.
End - Class in ix.icore.domain
Used to specify the begin or end of a node in a NodeEndRef.
END - Static variable in class ix.icore.domain.End
 
end - Variable in class ix.icore.domain.NodeEndRef
 
end(String) - Method in class ix.iface.util.HtmlWriter
 
endEnd - Variable in class ix.icore.process.PNode
 
endEventDescription(HistoryEvent) - Method in class ix.icore.log.PrintEventLog
 
endIterator(LList) - Method in class ix.iplan.SlipFindExecutable
 
endKeyword(End) - Method in class ix.test.OPlanPSGraph
 
endTag(String) - Method in class ix.iface.util.HtmlWriter
 
endUndoableTransaction(String) - Method in class ix.ip2.Ip2ModelManager
 
endUndoableTransaction(String) - Method in class ix.iplan.IPlanOptionManager
 
endUpdate() - Method in class ix.iface.ui.AbstractIFormModel
 
endUpdate() - Method in interface ix.iface.ui.IFormModel
 
enqueueInput(IPC.InputMessage) - Method in class ix.iplan.IPlanOptionManager
 
ensureAboutFrame(String, String) - Method in class ix.ip2.Ip2Frame
 
ensureAboutIP2() - Method in class ix.ip2.Ip2Frame
 
ensureAboutSyntax() - Method in class ix.ip2.Ip2Frame
 
ensureAgent(String, AgentRelationship) - Method in class ix.ispace.ContactManager
Ensures that the agent is recorded as having the specified relationship to this agent.
ensureButtons(Box) - Method in class ix.ip2.ItemEditor.EditPanel
 
ensureChatFrameExists() - Method in class ix.ip2.PanelFrame
 
ensureCheckItem() - Method in class ix.iface.ui.IXToolItem
 
ensureChildrenLinkedToParent() - Method in class ix.icore.process.PNode
Ensures that all children of this PNode are linked, directly or indirectly, between its ends.
ensureConditionEditor() - Method in class ix.iview.ActionEditorPanel
 
ensureConditionEditor() - Method in class ix.iview.DeclarationEditor
 
ensureConstraintEditor() - Method in class ix.iview.ActionEditorPanel
 
ensureConstruct(Object) - Method in class ix.iface.ui.AbstractSetEditor
Adds a given construct to the set unless it is already there or undefined.
ensureConstruct(UIObject) - Method in class ix.iview.domain.UIDomain
 
ensureConstructSet(EditableObject) - Method in class ix.iview.UndoManager
 
ensureDeclarationEditor() - Method in class ix.iview.ActionEditorPanel
 
ensureFields() - Method in class ix.util.reflect.ClassDescr
 
ensureFileChooser() - Method in class ix.iface.ui.JFrameMT
 
ensureHelpFrame() - Method in class ix.iface.ui.JFrameMT
 
ensureHelpFrame() - Method in class ix.ip2.Ip2Frame
 
ensureHelpFrame(String) - Method in class ix.ip2.Ip2Frame
 
ensureHTMLViewer() - Method in class ix.ip2.Ip2Frame
 
ensureId() - Method in class ix.icore.TaskItem
 
ensureInsertionEditor() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
ensureIssueSpecEditor() - Method in class ix.iview.ActionEditorPanel
 
ensureItemEditor() - Method in class ix.ip2.AgendaTableViewer
 
ensureItemEditor() - Method in class ix.ip2.AgendaViewTable
 
ensureIXTreeNode(Object, String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
ensureIXUser(String) - Method in class ix.iserve.ipc.IServeCommServer
 
ensureList(Object) - Static method in class ix.iface.domain.LTF_Parser
 
ensureList(List) - Static method in class ix.util.Collect
Ensures that a value is a List object by returning an empty list if the value is null.
ensureListofClassTypes(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
ensureMap(Map) - Static method in class ix.util.Collect
Ensures that a value is a Map object by returning an empty map if the value is null.
ensureMap(String) - Method in class ix.util.PropertyLogger
Returns this logger's LoggingMap for the named property, creating it if it does not already exist.
ensureMapEntry(IXTreeNode, String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
ensureMenuBarMenu(JFrame, String) - Static method in class ix.iface.util.IFUtil
Ensures that a frame's menu bar contains a menu of the specified name, creating a menu and adding it if it is not alreay present.
ensureNamespaceManager() - Method in class ix.util.xml.XMLTreeEditFrame
 
ensureNodeSpecEditor() - Method in class ix.iview.ActionEditorPanel
 
ensureNoExpansionPanel() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Removes the panel for editing subitems if it is being displayed.
ensureObjectConstraintEditor() - Method in class ix.iview.ActionEditorPanel
 
ensurePanelBits(IFormModel) - Method in class ix.iface.ui.IFormPanel
Ensures that the panel bits for the given model are made.
ensureParenthesized(String) - Static method in class ix.iface.ui.util.UIUtil
Makes sure that the given string is enclosed in parentheses.
ensurePreferencesDialog() - Method in class ix.iface.ui.JPropertiesManager
 
ensurePropEditor() - Method in class ix.iview.AROEditorPanel
 
ensureProperties() - Method in class ix.iview.DomainEditor
 
ensurePropertiesManager() - Method in class ix.iview.DomainEditor
 
ensureReceiving() - Method in class ix.iserve.ipc.IServeCommStrategy
 
ensureRefinementEditor() - Method in class ix.iview.SimpleDomainEditor
 
ensureRelationEditor() - Method in class ix.iview.ActionEditorPanel
 
ensureRightClickMenu() - Method in class ix.iface.ui.AbstractEditorPanel
 
ensureSearcher() - Method in class ix.iview.ActionEditorPanel
 
ensureSearcher() - Method in class ix.iview.AROEditorPanel
 
ensureSendPanelExists() - Method in class ix.ip2.PanelFrame
 
ensureSendPanelExists() - Method in class ix.itest.ItestFrame
 
ensureSLUser(String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
ensureStatusView() - Method in class ix.ip2.ItemEditor
 
ensureStrategy(Object) - Method in class ix.util.ipc.DispatchingStrategy
 
ensureTextView() - Method in class ix.ip2.ItemEditor
 
ensureTool(String) - Method in class ix.icore.IXAgent
Returns the tool of the specified name, causing it to be created if it does not already exist.
ensureTool() - Method in class ix.iface.util.ToolController
Returns the tool after calling ToolController.setTool() if the tool has not already been created.
ensureTool(String) - Method in class ix.ip2.Ip2
Returns the tool of the specified name, causing it to be created if it does not already exist.
ensureTool(String) - Method in class ix.util.ipc.SeparateStrategy.SeparateAgent
 
ensureToolVisible() - Method in class ix.iface.util.ToolController
Returns the tool after calling ToolController.ensureTool() and ToolController.setToolVisible(boolean) with argument true.
ensureTreeView() - Method in class ix.ip2.ItemEditor
 
ensureUIDomainListeners(UIDomain) - Method in class ix.iview.DomainEditorFrame
transfer listeners and tell them things have changed
ensureUser(String) - Method in class ix.iserve.ipc.IServeCommServer
 
ensureVarName(String) - Static method in class ix.iview.util.IVUtil
 
entries - Variable in class ix.test.xml.Mapping
 
entryAdded(String, Object) - Method in class ix.iface.util.SelectionPanel
Called when the user commits to adding a row.
entryAdded(String, Object) - Method in class ix.ispace.ISpaceTool.RelationPanel
 
entryAdded(String, Object) - Method in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
entryDeleted(String) - Method in class ix.iface.util.SelectionPanel
Called when the user commits to a deletion.
entryDeleted(String) - Method in class ix.ispace.ISpaceTool.RelationPanel
 
entryDeleted(String) - Method in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
entrySet() - Method in class ix.util.context.ContextHashMap
 
entrySet() - Method in class ix.util.PropertyLogger.LoggingMap
 
entrySet() - Method in class ix.util.StableHashMap
 
EnumeratedValue - Class in ix.util
Base/utility class for type-safe enumerated values.
EnumeratedValue() - Constructor for class ix.util.EnumeratedValue
 
enumerationToList(Enumeration) - Static method in class ix.iface.ui.util.UIUtil
 
enumValueDefinition(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
enumValueElements(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
EnumValuesTest - Class in ix.test
 
EnumValuesTest() - Constructor for class ix.test.EnumValuesTest
 
EnumValuesTest.Direction - Enum in ix.test
 
env - Variable in class ix.ip2.CompletionHandler.DoneAction
 
env - Variable in class ix.ip2.ConditionHandler.SatisfyAction
 
env - Variable in class ix.ip2.ExpandHandler.ExpandAction
 
env - Variable in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
envDescription(MatchEnv) - Method in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
EOF - Static variable in class ix.iface.domain.ChecklistParser
 
EOF - Static variable in class ix.util.lisp.Lisp
 
EQ - Static variable in class ix.test.xml.WorldStateView
 
EqMap - Class in ix.util.lisp
A minimal HashMap-like mapping with == as the equality test.
EqMap() - Constructor for class ix.util.lisp.EqMap
 
equal(Object, Object) - Method in class ix.test.SerializationTest.StrictEquality
 
equal(LList) - Method in class ix.util.lisp.Cons
 
equal(Object, Object) - Static method in class ix.util.lisp.Lisp
 
equal(LList) - Method in class ix.util.lisp.LList
 
equal(LList) - Method in class ix.util.lisp.Null
 
equal(Object, Object) - Method in class ix.util.StructuralEquality
Compares two objects, returning true if they are structurally equal and false otherwise.
equalAsSets(Collection, Collection) - Static method in class ix.util.Collect
Determines whether two collections have the same elements regardless of order.
equalLists(List, List) - Method in class ix.util.StructuralEquality
 
equalMaps(Map, Map) - Method in class ix.util.StructuralEquality
 
equals(Object) - Method in class ix.icore.domain.Constraint
 
equals(Object) - Method in class ix.icore.domain.ConstraintRange
 
equals(Object) - Method in class ix.icore.domain.NodeEndRef
 
equals(Object) - Method in class ix.icore.domain.Ordering
 
equals(Object) - Method in class ix.icore.domain.PatternAssignment
 
equals(IXTreeTableNode) - Method in class ix.iface.ui.table.IXTreeTableNode
 
equals(ExecutableAction) - Method in class ix.isim.ExecutableAction
 
equals(Object) - Method in class ix.isim.util.LongKeyTreeMap.Entry
 
equals(Object) - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This class does not support equality testing and an exception will be thrown if this method is called.
equals(Object) - Method in class ix.ispace.VerbCapability
 
equals(NodePosition) - Method in class ix.iview.igraph.NodePosition
 
equals(Object) - Method in class ix.iview.igraph.NodePosition
 
equals(Object) - Method in class ix.test.xml.LispSourceText
 
equals(Object) - Method in class ix.test.xml.MapEntry
 
equals(Object) - Method in class ix.util.context.ContextHashMap.Entry
 
equals(Object) - Method in class ix.util.Duration
Determines whether two durations represent the same amount of time.
equals(Object) - Method in class ix.util.Name
 
equals(Object) - Method in class ix.util.StableHashMap.Entry
 
equalSets(Set, Set) - Method in class ix.util.StructuralEquality
 
equalStructs(Object, Object, ClassDescr) - Method in class ix.util.StructuralEquality
 
eRad - Static variable in class ix.isim.dynamic.BearingMoveSpec
 
eRad - Static variable in class ix.isim.dynamic.PointListMoveSpec
 
error(String) - Static method in class ix.util.Debug
Deprecated. As of I-X 4.0, just throw instead.
ErrorPlanEvaluation - Class in ix.iplan
 
ErrorPlanEvaluation(Throwable) - Constructor for class ix.iplan.ErrorPlanEvaluation
 
est - Variable in class ix.examples.PicoISim.SimEvent
 
eval(HttpServletRequest, IServeCommServer) - Method in enum ix.iserve.ipc.IServeCommServer.ServerCommand
 
evalArgs(Interpreter.Expr[], Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Expr
A utility for evaluating argument expressions.
evalAtBegin(PNodeEnd, Constraint) - Method in interface ix.icore.ConstraintManager
 
evalAtBegin(PNodeEnd, Constraint) - Method in class ix.ip2.ConstraintAssociator
 
evalAtBegin(PNodeEnd, Constraint) - Method in class ix.ip2.ConsumeTheOnlyCM
 
evalAtBegin(PNodeEnd, Constraint) - Method in class ix.ip2.ForAllCM
 
evalAtBegin(PNodeEnd, List<Constraint>) - Method in class ix.ip2.Ip2ModelManager
 
evalAtBegin(PNodeEnd, Constraint) - Method in class ix.ip2.Scrum
 
evalAtBegin(PNodeEnd, Constraint) - Method in class ix.ip2.UseCM
 
evalAtBegin(PNodeEnd, Constraint) - Method in class ix.iplan.TimePointNet
 
evalAtEnd(PNodeEnd, Constraint) - Method in interface ix.icore.ConstraintManager
 
evalAtEnd(PNodeEnd, Constraint) - Method in class ix.ip2.ConstraintAssociator
 
evalAtEnd(PNodeEnd, Constraint) - Method in class ix.ip2.ConsumeTheOnlyCM
 
evalAtEnd(PNodeEnd, Constraint) - Method in class ix.ip2.ForAllCM
 
evalAtEnd(PNodeEnd, List<Constraint>) - Method in class ix.ip2.Ip2ModelManager
 
evalAtEnd(PNodeEnd, Constraint) - Method in class ix.ip2.Scrum
 
evalAtEnd(PNodeEnd, Constraint) - Method in class ix.ip2.UseCM
 
evalAtEnd(PNodeEnd, Constraint) - Method in class ix.iplan.TimePointNet
 
evalBeforeConstraint(PNode, Constraint) - Method in class ix.iplan.TimePointNet
 
evalCommand(LList) - Method in class ix.iplan.SlipSingleStepper
 
evalComputeFilter(Constraint, LList, MatchEnv) - Method in class ix.ip2.VariableManager.FilterMatcher
 
evalConstraint(PNode, Constraint) - Method in class ix.ip2.Scrum
 
evalConstraint(PNode, Constraint) - Method in class ix.iplan.TimePointNet
 
evalDurationConstraint(PNode, Constraint) - Method in class ix.iplan.TimePointNet
 
evalFilters(ListOfConstraint, MatchEnv) - Method in interface ix.icore.process.ProcessModelManager
 
evalFilters(ListOfConstraint, MatchEnv) - Method in class ix.ip2.Ip2ModelManager
 
evalFilters(ListOfConstraint, Map, MatchEnv) - Method in class ix.ip2.VariableManager
Returns a list of MatchEnvs, one for each way in which all of the conditions can be satisfied together.
evalFilters(ListOfConstraint, MatchEnv) - Method in class ix.ip2.VariableManager.FilterMatcher
 
evalGetMessage(AppletMessage, ObjectStreamConnection) - Method in class ix.applet.MessageServer
 
evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Assignment
 
evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Expr
Provides public access to this expression's semantics.
evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Literal
 
evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.VarRef
 
evalMessage(AppletMessage, ObjectStreamConnection) - Method in class ix.applet.MessageServer
 
evalRegisterAs(AppletMessage) - Method in class ix.applet.MessageServer
 
evalSafely(PlanEvaluator, Ip2, String) - Method in class ix.iplan.PlanEvalManager
 
evalSendTo(AppletMessage) - Method in class ix.applet.MessageServer
 
evalServerStatus(AppletMessage) - Method in class ix.applet.MessageServer
 
evalStrategyExpr(String) - Static method in class ix.util.IPC
Evaluate the description of a ParameterizedCommStrategy.
evaluatePlan() - Method in class ix.iplan.IPlanOptionManager.Opt
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.PlanEvalManager
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.PlanEvaluator
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.TechnicalPlanEvalManager.ChecksimEval
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.TechnicalPlanEvalManager.IssueCountEval
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.TechnicalPlanEvalManager.LongestPathLengthEval
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.TechnicalPlanEvalManager.NodeCountEval
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.TechnicalPlanEvalManager.ObjectCountEval
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.TechnicalPlanEvalManager.ObjectUseEval
 
evaluatePlan(Ip2, String) - Method in class ix.iplan.TechnicalPlanEvalManager.TaskDescriptionEval
 
evalWindowAtConstraint(PNode, Constraint) - Method in class ix.iplan.TimePointNet
 
EVENT - Static variable in class ix.icore.ReportType
 
event - Variable in class ix.ip2.AgendaItem.UndoAddHistoryEvent
 
EVENT - Static variable in class ix.isim.EventsTableModel
 
event - Variable in class ix.isim.TimedEvent
the agenda entry for the activity of this event
eventClassName(HistoryEvent) - Method in class ix.icore.log.PrintEventLog
 
eventLogger - Variable in class ix.icore.IXAgent
 
EventLogger - Class in ix.icore.log
 
EventLogger(IXAgent) - Constructor for class ix.icore.log.EventLogger
 
EventLogger.LoggingIPCListener - Class in ix.icore.log
 
EventLogger.LoggingIPCListener() - Constructor for class ix.icore.log.EventLogger.LoggingIPCListener
 
EventLogReader - Class in ix.icore.log
Utility for reading logs of HistoryEvents.
EventLogReader() - Constructor for class ix.icore.log.EventLogReader
 
eventReceived(EventObject) - Method in class ix.ip2.IVarTool.ComboListener
 
eventReceived(EventObject) - Method in class ix.iplan.CombinedPlanChangeListener
 
eventRows - Variable in class ix.isim.EventsTableModel
 
events - Variable in class ix.isim.EventsTableModel
 
eventsMenu - Variable in class ix.isim.ISimEventsFrame
 
eventsTable - Variable in class ix.isim.ISimEventsFrame
 
EventsTableModel - Class in ix.isim
 
EventsTableModel(ISimEngine) - Constructor for class ix.isim.EventsTableModel
 
eventsTableModel - Variable in class ix.isim.ISimEventsFrame
 
eventToActivity(Object) - Method in class ix.examples.PicoIX.IX_System
 
eventUpdated(TimedEvent) - Method in class ix.isim.EventsTableModel
 
every(Collection, Predicate1) - Static method in class ix.util.Collect
Tests whether a predicate is true of every element of a collection.
example - Variable in class ix.icore.GenericConstraint
 
Example - Class in ix.test.xml
Example of how to define a class whose instances can be translated to and from XML using the I-X XML utilities.
Example() - Constructor for class ix.test.xml.Example
 
ExampleData - Class in ix.test
Example of a class whose instances can be converted to XML.
ExampleData() - Constructor for class ix.test.ExampleData
 
ExamplePlanBuilder - Class in ix.icore.plan.build
Plan-construction utility.
ExamplePlanBuilder() - Constructor for class ix.icore.plan.build.ExamplePlanBuilder
 
ExamplePlanBuilder.ActivityExpander - Class in ix.icore.plan.build
 
ExamplePlanBuilder.ActivityExpander(List, List) - Constructor for class ix.icore.plan.build.ExamplePlanBuilder.ActivityExpander
 
ExamplePlanBuilder.Expander - Class in ix.icore.plan.build
Constructs the plan-items and refinements used to tie an issue or activity to its subissues or subactivities.
ExamplePlanBuilder.Expander(List, List) - Constructor for class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
ExamplePlanBuilder.IssueExpander - Class in ix.icore.plan.build
 
ExamplePlanBuilder.IssueExpander(List, List) - Constructor for class ix.icore.plan.build.ExamplePlanBuilder.IssueExpander
 
excessLengthAllowed - Variable in class ix.iface.util.TranscriptTextArea
 
excessLengthAllowed - Variable in class ix.iface.util.TranscriptTextPane
 
execBegin(PNodeEnd) - Method in class ix.iplan.Slip
 
execEnd(PNodeEnd) - Method in class ix.iplan.Slip
 
ExecutableAction - Class in ix.isim
 
ExecutableAction() - Constructor for class ix.isim.ExecutableAction
 
ExecutableAction.ActionExecutionThread - Class in ix.isim
 
ExecutableAction.ActionExecutionThread() - Constructor for class ix.isim.ExecutableAction.ActionExecutionThread
 
execute(PicoISim.IX_Simulator) - Method in class ix.examples.PicoISim.SimEvent
 
execute(PicoISim.IX_Simulator) - Method in class ix.examples.PicoISimTest3.ResourceEvent
 
execute(ActivityItem) - Method in class ix.test.SimpleExpandingSimulator.SimController
 
executeAction(MatchEnv) - Method in class ix.isim.actions.PointListMoveAction
 
executeAction(MatchEnv) - Method in class ix.isim.actions.SendActivity
 
executeAction(MatchEnv) - Method in class ix.isim.actions.SendConstraint
 
executeAction(MatchEnv) - Method in class ix.isim.actions.SendMessage
 
executeAction(MatchEnv) - Method in class ix.isim.ExecutableAction
 
executeDrop(EditableTree, IXTreeNode, IXTreeNode, int) - Method in class ix.iface.ui.tree.TreeTransferHandler
 
executeNextEvent() - Method in class ix.isim.ISimEngine
 
executeRefinementEffects(Refinement, MatchEnv) - Method in class ix.ip2.Ip2ModelManager
Applies the world-state effects specified by the refinement, changing the current world state.
executeTrivialEnds(LList) - Method in class ix.iplan.SlipFindExecutable
 
executeWithSy - Static variable in class ix.isim.ISimEngine
the annotation "predicate" that tells the simulation which class to invoke to simulate an action
EXECUTING - Static variable in class ix.icore.Status
 
EXECUTING - Static variable in class ix.isim.TimedEvent
 
executionOrder - Variable in class ix.iplan.PlanCheckingSimulator
 
ExecutionStages - Class in ix.iplan
Sorts node-ends into execution-stages.
ExecutionStages(List<PNodeEnd>) - Constructor for class ix.iplan.ExecutionStages
 
existingCheckerIsOk(IServeCommServer.IdentityChecker) - Method in class ix.iserve.ipc.IServeCommServer.DefaultIdentityCheckerFactory
 
existingCheckerIsOk(IServeCommServer.IdentityChecker) - Method in interface ix.iserve.ipc.IServeCommServer.IdentityCheckerFactory
 
existingCheckerIsOk(IServeCommServer.IdentityChecker) - Method in class ix.iserve.ipc.IServeCommServer.IXIdentityCheckerFactory
 
existingCheckerIsOk(IServeCommServer.IdentityChecker) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityCheckerFactory
 
exists(String) - Static method in class ix.util.lisp.Symbol
Returns true iff a symbol with the specified name exists.
existsAchieversForCond(Constraint) - Method in class ix.iplan.Slip
 
existsClass(String) - Method in class ix.util.xml.AbstractFileSyntax
 
existsDomainEditor() - Method in class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
existsVisibleEditor() - Method in class ix.util.xml.XMLTreeViewPanel.ViewerNodePopupMenu
 
exit - Variable in class ix.applet.MessageServer.UserMessageThread
 
exit() - Method in class ix.icore.IXAgent
Called when the agent should cease execution.
exit() - Method in class ix.iface.ui.JFrameMT
 
exit() - Method in class ix.ip2.Ip2Applet.AppletIp2
 
exit - Variable in class ix.ip2.test.PanelTest.SendingThread
 
exit() - Method in class ix.iquery.IQuery
Called when the agent should cease execution.
exitApplication() - Method in class ix.iface.ui.JFrameMT
 
exitApplication() - Method in class ix.iview.DomainEditorFrame
 
exitHooks - Variable in class ix.icore.IXAgent
 
exitIfUserConfirms() - Method in class ix.util.xml.XMLTreeEditFrame
 
exitItem - Variable in class ix.iface.ui.JFrameMT
 
expandAllOrderings(LList) - Static method in class ix.iface.domain.LTF_Parser
Expands a list of orderings into a list of simple orderings.
expandDocument(int) - Method in class ix.util.xml.XMLTreeEditFrame
 
expandDocument(int) - Method in class ix.util.xml.XMLTreeEditPanel
 
expanded - Variable in class ix.iface.ui.table.IXTreeTableNode
 
expandedDescr - Variable in class ix.ip2.CompletionHandler.DoneAction
 
expanders - Variable in class ix.iplan.SlipExpandNode
 
ExpandHandler - Class in ix.ip2
Adds expansion actions to activities based on refinements in the agent's domain.
ExpandHandler(Ip2) - Constructor for class ix.ip2.ExpandHandler
 
ExpandHandler.ExpandAction - Class in ix.ip2
Handles an activity by expanding it into subactivities as specified by a refinement schema.
ExpandHandler.ExpandAction(AgendaItem, Refinement, MatchEnv) - Constructor for class ix.ip2.ExpandHandler.ExpandAction
 
ExpandHandler.ItemListener - Class in ix.ip2
 
ExpandHandler.ItemListener() - Constructor for class ix.ip2.ExpandHandler.ItemListener
 
expandItem(AgendaItem, Refinement) - Method in class ix.ip2.ActivityAgenda
 
expandItem(AgendaItem, Refinement) - Method in class ix.ip2.Agenda
 
expandItem(AgendaItem, Refinement) - Method in interface ix.ip2.AgendaManager
 
expandItem(AgendaItem, Refinement) - Method in class ix.ip2.AgendaTableViewer
 
expandItem(AgendaItem, Refinement) - Method in interface ix.ip2.AgendaViewer
 
expandItem(AgendaItem, Refinement) - Method in class ix.ip2.AgendaViewTable
 
expandNode(IXTreeTableNode, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Gathers the node's children and splices them into the table.
expandNode(ExpansionModel.NodeComponent) - Method in class ix.iview.igraph.ExpansionModel
 
expandNode() - Method in class ix.iview.igraph.GExpansionEditor
 
expandOneLevel(Refinement, MatchEnv) - Method in class ix.icore.process.PNode
Creates child nodes as specified by a refinement and installs ordering links.
expandOneLevel(Refinement, MatchEnv) - Method in class ix.ip2.IssueItem
 
expandOrdering(LList) - Static method in class ix.iface.domain.LTF_Parser
 
expandOrderPair(Object, Object) - Static method in class ix.iface.domain.LTF_Parser
 
ExpandPlanTestGroup - Class in ix.iplan
Specifies a group of PlanTests.
ExpandPlanTestGroup() - Constructor for class ix.iplan.ExpandPlanTestGroup
 
expandRelevantClasses(List<Class>) - Method in class ix.util.reflect.ClassSyntax
Returns a recursively composed list of classes that are related to the classes in the specified list by being the types of fields, etc.
expands - Variable in class ix.icore.plan.AbstractRefinement
 
EXPANDS - Static variable in class ix.icore.plan.DomainAsPlan
 
EXPANDS - Static variable in class ix.icore.plan.PlanAsDomain
 
expandSubtree(int) - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
expansion - Variable in class ix.icore.plan.AbstractPlanItem
 
EXPANSION_REFINEMENT_NAME - Static variable in class ix.ip2.ActivityItem
 
expansionButton - Variable in class ix.ip2.ActivityEditor.ActivityEditPanel
 
expansionListener - Variable in class ix.util.xml.XMLTreeEditPanel.EditorTree
 
ExpansionModel - Class in ix.iview.igraph
graph model for the electrical demo
ExpansionModel(UIRefinement) - Constructor for class ix.iview.igraph.ExpansionModel
 
ExpansionModel() - Constructor for class ix.iview.igraph.ExpansionModel
 
ExpansionModel.NodeComponent - Class in ix.iview.igraph
 
ExpansionModel.NodeComponent(UIDomain, Name) - Constructor for class ix.iview.igraph.ExpansionModel.NodeComponent
 
ExpansionModel.NodeComponent(UIDomain, Name, LList) - Constructor for class ix.iview.igraph.ExpansionModel.NodeComponent
 
ExpansionModel.NodeComponent(UIDomain, Name, String) - Constructor for class ix.iview.igraph.ExpansionModel.NodeComponent
 
ExpansionModel.NodeComponent(UIDomain, String, LList) - Constructor for class ix.iview.igraph.ExpansionModel.NodeComponent
 
ExpansionModel.Pin - Class in ix.iview.igraph
 
ExpansionModel.Pin(ExpansionModel.NodeComponent, String) - Constructor for class ix.iview.igraph.ExpansionModel.Pin
 
expansionPanel - Variable in class ix.ip2.ActivityEditor.ActivityEditPanel
 
expansionPanelIsShown() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Determines whether the expansion panel is being displayed.
expansionText - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
expect(boolean) - Static method in class ix.util.Debug
expect checks a condition that should always be true and throws an AssertionFailure if it is not.
expect(boolean, String) - Static method in class ix.util.Debug
A variant that allows a message that describes the assertion.
expect(boolean, String, Object) - Static method in class ix.util.Debug
A variant that allows a message that describes the assertion plus an Object that the message is about.
expectedSeqNo - Variable in class ix.applet.AppletCommunicationStrategy
 
expectedSeqNo - Variable in class ix.iserve.ipc.IServeCommStrategy
 
expectEquals(Object, Object) - Static method in class ix.util.Debug
Tests whether an object equals the expected value.
expectEquals(Object, Object, String) - Static method in class ix.util.Debug
Tests whether an object equals the expected value.
expectSame(Object, Object) - Static method in class ix.util.Debug
Tests whether an object is == to the expected value.
expectSame(Object, Object, String) - Static method in class ix.util.Debug
Tests whether an object is == to the expected value.
expectsContext() - Method in class ix.iplan.IPlanOptionManager.Opt
 
explanation - Variable in class ix.ip2.SimpleUnreadyReason
 
explanation - Variable in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
exporter - Variable in class ix.test.StateExportExtension
 
exportList - Variable in class ix.test.StateExportExtension
 
Expression - Class in ix.iscript
The root class of IScript expressions.
Expression() - Constructor for class ix.iscript.Expression
 
expression - Variable in class ix.iscript.IScriptXmlSource
 
exprs - Variable in class ix.util.lisp.Interpreter.And
 
exprs - Variable in class ix.util.lisp.Interpreter.Or
 
exprs - Variable in class ix.util.lisp.Interpreter.Sequence
 
extendMap(Map, Collection, Collection) - Static method in class ix.util.Collect
Adds entries to a map from a collection of keys and a parallel collection of values.
ExtensionExample - Class in ix.test
 
ExtensionExample(Ip2) - Constructor for class ix.test.ExtensionExample
 
extensions - Variable in class ix.iface.ui.JFrameMT
A list of file extensions to be used in the file chooser.
extensions - Variable in class ix.util.xml.SyntaxFileFilter
 
externalFieldName(String) - Method in class ix.util.reflect.ClassFinder
Returns the external name that corresponds to a Java field name.
externalForm() - Method in class ix.util.lisp.Interpreter.And
 
externalForm() - Method in class ix.util.lisp.Interpreter.Assignment
 
externalForm() - Method in class ix.util.lisp.Interpreter.Call
 
externalForm() - Method in class ix.util.lisp.Interpreter.Expr
Returns a representation of this expression that can be understood by the reflection and XML utilities.
externalForm(Interpreter.Expr[]) - Static method in class ix.util.lisp.Interpreter.Expr
A utility for converting an array of Interpreter.Exprs to a List of their external forms.
externalForm() - Method in class ix.util.lisp.Interpreter.If
 
externalForm() - Method in class ix.util.lisp.Interpreter.Lambda
 
externalForm() - Method in class ix.util.lisp.Interpreter.Let
 
externalForm() - Method in class ix.util.lisp.Interpreter.Literal
 
externalForm() - Method in class ix.util.lisp.Interpreter.Or
 
externalForm() - Method in class ix.util.lisp.Interpreter.Sequence
 
externalForm() - Method in class ix.util.lisp.Interpreter.VarRef
 
externalForm() - Method in class ix.util.lisp.Interpreter.While
 
externalName - Variable in class ix.util.reflect.ClassDescr
 
externalName(String) - Method in class ix.util.reflect.ClassFinder
Returns the external name that corresponds to a Java class name.
externalName(String) - Method in class ix.util.reflect.DashSyntaxClassFinder
Returns the dash-syntax name that corresponds to a Java name.
externalName - Variable in class ix.util.reflect.FieldDescr
 
externalNameForClass(Class) - Method in class ix.util.reflect.ClassSyntax
 
externalNameForField(String) - Method in class ix.util.reflect.ClassSyntax
 
externalNameToField - Variable in class ix.util.reflect.FieldMap
 
extractType(Constraint) - Static method in class ix.iview.util.IVUtil
 
extractType(Constraint, UIDomain) - Static method in class ix.iview.util.IVUtil
 
extraToStringContents() - Method in class ix.iplan.Alternative
 
extraToStringContents() - Method in class ix.iplan.SlipFindExecutable.ExpandGoalAlt
 
extraToStringContents() - Method in class ix.iplan.SlipFindExecutable.ExpandLaterAlt
 
extraToStringContents() - Method in class ix.iplan.SlipFindExecutable.Resume
 

F

FAILED - Static variable in class ix.isim.TimedEvent
 
failedGoalPatterns(Map) - Method in class ix.test.BlockStacker
 
FAILURE - Static variable in class ix.icore.ReportType
 
FailureException - Exception in ix.util
Thrown when an operation cannot be completed.
FailureException() - Constructor for exception ix.util.FailureException
 
FailureException(String) - Constructor for exception ix.util.FailureException
 
failureReasons - Variable in class ix.iplan.AutoTester
 
FALSE - Variable in class ix.ip2.VariableManager.FilterMatcher
 
FALSE - Static variable in class ix.iplan.PlanCheckingSimulator
 
FALSE - Static variable in class ix.iplan.SanityChecker
 
FALSE - Static variable in class ix.util.lisp.Interpreter
The value that an interpreter thinks should be used by default to represent falsity.
FanComposer - Class in ix.util
Composes Object-to-Collection mappings ("fans").
FanComposer(Collection) - Constructor for class ix.util.FanComposer
Construct a FanComposer that will build a map that has the specified keys.
fd - Variable in class ix.util.xml.BNFSyntax.InstanceField
 
Features - Static variable in class ix.util.xml.Xform
 
Feldspar - Static variable in class ix.iface.util.XColors
 
field - Variable in class ix.iview.AConstructFramePanel.FieldValue
 
field - Variable in class ix.iview.UndoManager.UndoNote
 
fieldClasses - Variable in class ix.iface.ui.AbstractIFormModel
 
FieldDescr - Class in ix.util.reflect
A view or description of a field.
FieldDescr(ClassSyntax, Field) - Constructor for class ix.util.reflect.FieldDescr
 
fieldEditor - Variable in class ix.iface.ui.IFormPanel
 
fieldElementSuffices(FieldDescr) - Method in class ix.util.xml.CompactXMLTranslator
 
fieldForExternalName(String) - Method in class ix.util.reflect.ClassDescr
 
fieldForExternalName(String) - Method in class ix.util.reflect.FieldMap
 
fieldForName(String) - Method in class ix.util.reflect.ClassDescr
 
fieldForName(String) - Method in class ix.util.reflect.FieldMap
 
FieldMap - Class in ix.util.reflect
Maps an external or internal (Java) name to a FieldDescr.
FieldMap() - Constructor for class ix.util.reflect.FieldMap
 
fieldNameFromGetName(String) - Static method in class ix.util.reflect.ClassSyntax
 
fieldNameFromSetName(String) - Static method in class ix.util.reflect.ClassSyntax
 
fieldNames - Variable in class ix.iface.ui.AbstractIFormModel
 
fieldRenderers - Variable in class ix.iface.ui.IFormPanel
 
fields - Variable in class ix.util.reflect.ClassDescr
 
fields - Variable in class ix.util.reflect.FieldMap
 
fieldsToNames(Field[]) - Static method in class ix.iface.ui.util.UIUtil
 
fieldValuePattern(FieldDescr) - Method in class ix.util.xml.RelaxNGSyntax
 
FieldVisitor - Interface in ix.util.reflect
An object called to visit a field when examining class and field descriptions.
file - Variable in class ix.iface.ui.JFrameMT
The current file (for saving)
fileChooser - Variable in class ix.iface.ui.JFrameMT
 
fileChooser - Variable in class ix.util.xml.XMLLoader
 
fileChooser - Variable in class ix.util.xml.XMLSaver
 
FileExtensionFileFilter - Class in ix.util
 
FileExtensionFileFilter(String) - Constructor for class ix.util.FileExtensionFileFilter
 
FileExtensionFileFilter(Collection) - Constructor for class ix.util.FileExtensionFileFilter
 
fileLines(String) - Static method in class ix.util.Util
Returns the contents of a text file (or similar resource) as a queue of lines.
fileLines(URL) - Static method in class ix.util.Util
Returns the contents of a text file (or similar resource) as a queue of lines.
fileMenu - Variable in class ix.iface.ui.JFrameMT
 
fileMenu - Variable in class ix.iface.util.SimpleToolFrame
 
fileMenu - Variable in class ix.ip2.ItemEditor
 
fileMenu - Variable in class ix.isim.ISimEventsFrame
 
fileNameSet(File[]) - Method in class ix.iplan.OptionUI
 
FilePlanner - Class in ix.test
A Utility for running planning problems with files as input and output.
FilePlanner() - Constructor for class ix.test.FilePlanner
 
fileSelect - Static variable in class ix.isim.ISimEventsFrame
the file chooser used for selecting an events-file
FileSyntax - Interface in ix.util.xml
Reads and writes object representations.
FileSyntax.RDFFiles - Class in ix.util.xml
RDF file syntax.
FileSyntax.RDFFiles() - Constructor for class ix.util.xml.FileSyntax.RDFFiles
 
FileSyntax.XMLFiles - Class in ix.util.xml
XML file syntax
FileSyntax.XMLFiles() - Constructor for class ix.util.xml.FileSyntax.XMLFiles
 
FileSyntaxManager - Class in ix.util.xml
Maps file names, URLs, etc to FileSyntaxes.
FileSyntaxManager() - Constructor for class ix.util.xml.FileSyntaxManager
 
fileSyntaxManager() - Static method in class ix.util.xml.XML
Returns the FileSyntaxManager used by static methods in this class.
fileType - Variable in class ix.iface.ui.JFrameMT
A description of the file type to be used in the file chooser.
fillButtonGroup() - Method in class ix.iface.ui.IXButPanel
 
filledInValues - Variable in class ix.iplan.SlipStats
 
fillInPlan() - Method in class ix.icore.plan.build.ExamplePlanBuilder
Installs any non-empty values in the relevant fields of the Plan.
fillInRefinement(Refinement, MatchEnv) - Method in class ix.ip2.Ip2ModelManager
Returns a copy of the refinement in which each ItemVar that appears in the refinement is replaced the value, if any, that it has in the MatchEnv.
fillInReply(MessageWrapper, String, MessageWrapper) - Method in class ix.iserve.ipc.sl.SLReplyDecoder
 
fillInReport(Report, MessageWrapper) - Method in class ix.iserve.ipc.sl.SLReplyDecoder
 
fillInRequestInfo(MessageWrapper, HttpServletRequest) - Method in class ix.iserve.ipc.IServeCommServer
 
fillInValues() - Method in class ix.iplan.SlipStats
Calculates and stores the statistics that are not accumulated during planning but instead computed after planning has finished.
fillNodeIdToRefinementMap(Domain) - Method in class ix.icore.plan.DomainAsPlan
 
fillObjectClasses(UIDomain) - Method in class ix.iview.ObjectClassGenerator
 
fillTaskItemFromControls(TaskItem) - Method in class ix.itest.SendPanel.IssueActivityControls
Fills in the contents of an Issue or Activity.
fillVector(Vector, Enumeration) - Static method in class ix.util.Seq
 
fillWindowsMenu() - Method in class ix.iface.ui.JFrameMTP
Makes a single-selection radio menu ("Windows") with the names of all panels.
filter(Constraint, LList, MatchEnv) - Method in class ix.ip2.VariableManager.FilterMatcher
 
filter - Variable in class ix.iplan.FilteredPlanner
 
filter(Collection, Predicate1) - Static method in class ix.util.Collect
Returns a new collection of the same class as the original and containing only the elements for which the predicate returned true;
filter(Collection, Collection, Predicate1) - Static method in class ix.util.Collect
Returns the result collection after adding the elements of another collection for which the predicate returned true;
filter(Map, Predicate2) - Static method in class ix.util.Collect
Returns a new map of the same class as the original and containing only the (key, value) entries for which the predicate returned true;
filter(Map, Map, Predicate2) - Static method in class ix.util.Collect
Returns the result map after adding a map's (key, value) entries for which a predicate returns true.
filter(Enumeration, Predicate1) - Static method in class ix.util.Seq
Takes an Enumeration e and a Predicate1 p and returns a "wrapper" Enumeration w such that the elements of w are the corresponding elements of e, omitting the elements of e for which p.trueOf returns false.
filterClassConstraints(List) - Static method in class ix.iview.util.IVUtil
Looks through constraints and finds all most likely class info.
FilteredPlanner - Class in ix.iplan
A Planner that returns only plans that pass a filter.
FilteredPlanner(Planner, Predicate1) - Constructor for class ix.iplan.FilteredPlanner
 
filterEnvs - Variable in class ix.ip2.CompletionHandler.DoneAction
 
filterEnvs - Variable in class ix.ip2.ConditionHandler.SatisfyAction
 
filterEnvs - Variable in class ix.ip2.ExpandHandler.ExpandAction
 
filterEnvs - Variable in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
filterEnvs - Variable in class ix.iplan.SlipExpander
 
filterForConditions(List) - Static method in class ix.iview.domain.UIRefinement
Gets the list of conditions and effects that are in the constraints.
filterForVariable(ItemVar, List) - Static method in class ix.iview.domain.UIRefinement
Searches the given constraints for ones that constrain the variable, i.e. pattern assignments that have the variable as their subject.
filterPatterns - Variable in class ix.test.xml.WorldStateView
 
filterPlans - Variable in class ix.iplan.FilteredPlanner
 
filterProperty(String, List) - Static method in class ix.iview.util.IVUtil
Looks through constraints and finds those for given property.
filters - Variable in class ix.ip2.CompletionHandler.DoneAction
 
filters - Variable in class ix.ip2.ConditionHandler.SatisfyAction
 
filters - Variable in class ix.ip2.ExpandHandler.ExpandAction
 
filters - Variable in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
filters - Variable in class ix.test.xml.WorldStateView
 
FilterStrategy - Class in ix.test
 
FilterStrategy() - Constructor for class ix.test.FilterStrategy
 
filterVariableProperty(ItemVar, String, List) - Static method in class ix.iview.util.IVUtil
Looks through constraints and finds the most likely for class info.
FinallyTest - Class in ix.test
Tests interaction between finally and return
FinallyTest() - Constructor for class ix.test.FinallyTest
 
finalTowers - Variable in class ix.test.BlockStacker
 
finalTowers - Variable in class ix.test.SimpleBlockSim
 
find(Object) - Method in class ix.util.lisp.Cons
 
find(Object) - Method in class ix.util.lisp.LList
 
find(Object) - Method in class ix.util.lisp.Null
 
findAction(Class) - Method in class ix.ip2.AgendaItem
 
findAction(String) - Method in class ix.ip2.AgendaItem
 
findAllActions(Class) - Method in class ix.ip2.AgendaItem
 
findAllPlaces(Map) - Method in class ix.test.MakeDistanceTable
 
findAnagrams(List) - Static method in class ix.test.AnagramPairs
 
findClassConstraint(ItemVar, List) - Static method in class ix.iview.util.IVUtil
Looks through constraints and finds the most likely for class info.
findCM(PicoIX.Constraint) - Method in class ix.examples.PicoIX.ModelManager
 
findColumn(String) - Method in class ix.iface.ui.table.IXTable
 
findColumn(JTable, String) - Method in class ix.iface.util.IFUtil
Returns the column that has the specified header.
findEditedNode(List, LList) - Static method in class ix.iview.domain.UIRefinement
Tries to find a node in the given list with a similar pattern.
findExecutable() - Method in class ix.iplan.Slip
 
findExecutable(Iterator) - Method in class ix.iplan.Slip
 
findExecutable() - Method in class ix.iplan.Thatcher
 
findFirstPlan() - Method in class ix.iplan.Slip
 
findFrame - Static variable in class ix.util.xml.XMLTreeEditFrame
 
findGenericConstraint(Constraint) - Method in class ix.iview.domain.UIGrammar
 
findHandler(PicoIX.Activity) - Method in class ix.examples.PicoIX.Controller
 
findHandler(Predicate1) - Method in class ix.ip2.PanelController
 
findHandlerAction(AgendaItem, String) - Method in class ix.ip2.AgendaTableViewer
Undoes a clearTable(), taking into acount any changes in open/closed status.
findHandlerAction(AgendaItem, String) - Method in class ix.ip2.AgendaViewTable
 
findIf(Collection, Predicate1) - Static method in class ix.util.Collect
Returns the first element of the collection such that the predicate is true.
findIf(Object, Predicate1) - Static method in class ix.util.ObjectWalker
Returns the first subobject that satisfies a predicate
findImplementationClass(Class, Class) - Static method in class ix.util.ListOf
 
findImportClass(String) - Method in class ix.util.reflect.ClassFinder
Tries to find a class by asking each import in turn.
findIndex(Symbol) - Method in class ix.util.lisp.Interpreter.LexicalEnv
 
findInDocument() - Method in class ix.util.xml.XMLTreeEditFrame
 
findInteractingEnds(PNodeEnd) - Method in class ix.iplan.SlipFindExecutable
 
findInTree(String) - Method in class ix.util.xml.XMLTreeEditPanel
Finds text in the most recently selected tree even if the tree is not in this panel.
findItem(TaskItem, List) - Method in class ix.ip2.PlanInstaller
 
findItemForActivity(Activity) - Method in class ix.ip2.PlanInstaller
 
findItemForIssue(Issue) - Method in class ix.ip2.PlanInstaller
 
findIxDir() - Method in class ix.util.AgentLauncher
 
findLongestPathLengths(DirectedGraph) - Static method in class ix.util.Graphs
DAG Longest-path-lengths algorithm.
findMaxValues(List) - Method in class ix.iplan.TimePointNet
 
findMenuItem(String) - Method in class ix.iface.ui.IXPopupMenu
 
findMinValues(List) - Method in class ix.iplan.TimePointNet
 
findNameField(ArrayList) - Static method in class ix.iface.ui.util.UIUtil
Looks for a field that sounds like a good name field and returns its index in the given list.
findNameMatches(String, List) - Static method in class ix.iview.util.IVUtil
Finds objects in the given list whose names match the given string.
findNext(LList, LListIterator) - Method in class ix.iplan.SlipFindExecutable
 
findNextPlan() - Method in class ix.iplan.Slip
 
findNode(Name) - Method in class ix.iview.domain.UIRefinement
 
findNode(LList) - Method in class ix.iview.domain.UIRefinement
Tries to find a node within this refinement whose pattern matches the given pattern.
findNode(List, LList) - Method in class ix.iview.domain.UIRefinement
Tries to find a node in the given list whose pattern matches the given pattern.
findNode(Object) - Method in class ix.iview.igraph.ExpansionModel
Finds the NodeComponent referenced by the given object.
findNode(Object) - Method in class ix.iview.igraph.IGraph
 
findOffsets(Interpreter.VarRef) - Method in class ix.util.lisp.Interpreter.LexicalEnv
 
findOwnObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
Finds an ownObject from the given Object by looking it up in the "originals" list.
findParent(IXObject) - Method in class ix.test.CompendiumToIX
Returns the item's parent, if it has one; otherwise, returns null.
findPlan() - Method in class ix.test.BlockStacker
 
findRoots(List) - Static method in class ix.iface.ui.tree.IXTrees
Finds all roots in the list of TreeNode objects.
findSatisfactionMethods(List, List, List) - Method in class ix.iplan.SlipAchieveConds
 
findSimHandler(PicoIX.Activity) - Method in class ix.examples.PicoISim.SimController
 
findStrategy(String) - Method in class ix.util.ipc.DispatchingStrategy
 
findString(String, String) - Static method in class ix.iview.util.IVUtil
 
findStringTreeNode(String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
findTNode(String) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
findTool(String) - Method in class ix.iface.util.ToolManager
Returns the ToolController for the tool with the specified name, or null if no such tool is known to this ToolManager.
findToolElseError(String) - Method in class ix.iface.util.ToolManager
Calls ToolManager.findTool(String) to obtain the ToolController for the tool with the specified name.
findTreeNode(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
findTreeNodes(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
findUIObject(Object) - Method in class ix.iview.domain.UIDomain
 
findUserNode(String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
findUserNode(String) - Method in class ix.iview.tree.ObjectClassTreeModel
 
findUserNode(String) - Method in class ix.iview.tree.RefinementTreeModel
 
findUserObjects() - Method in class ix.iface.ui.tree.EditableTreeModel
 
findUserObjects() - Method in class ix.iview.tree.DomainTreeModel
 
findUserObjects() - Method in class ix.iview.tree.ObjectClassTreeModel
 
findUserObjects() - Method in class ix.iview.tree.RefinementTreeModel
 
findVariableClass(ItemVar, List) - Static method in class ix.iview.util.IVUtil
Looks through constraints and finds the most likely for class info.
findVariablesUsed() - Method in class ix.iview.domain.UIDomain
Finds all variables that are used within the domain's refinements.
findVariableUsers(ItemVar) - Method in class ix.iview.domain.UIDomain
Finds all refinements that use the variable with the given name.
findVariableUsers(String) - Method in class ix.iview.domain.UIDomain
Finds all refinements that use the variable with the given name.
findVarsItem - Variable in class ix.iview.DomainEditorFrame
 
findWorld(HttpServletRequest) - Method in class ix.iserve.ipc.sl.WorldTable
 
FINISH - Static variable in class ix.util.TopologicalSorter
 
finished() - Method in class ix.ip2.LoadPlanFrame
 
finished() - Method in class ix.ip2.test.PanelTest.TestSequenceListener
 
finished() - Method in class ix.isim.dynamic.BearingMoveSpec
 
finished() - Method in interface ix.isim.dynamic.MoveSpec
 
finished() - Method in class ix.isim.dynamic.PointListMoveSpec
 
finished() - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
finishEdits() - Method in class ix.iview.DeclarationEditor
 
finishEdits() - Method in class ix.iview.ObjectConstraintEditor
 
finishedPlanning(boolean) - Method in class ix.iplan.Slip
 
finishFrame() - Method in class ix.applet.AppletCommunicationTool.ToolFrame
 
finishFrame() - Method in class ix.ip2.Ip2Frame.Ip2AboutFrame
 
finishFrame() - Method in class ix.ip2.TimelineViewer.TimelineFrame
 
finishFrame() - Method in class ix.iplan.IPlanTool.SimFrame
 
finishFrame() - Method in class ix.iplan.IPlanTool.ToolFrame
 
finishFrame() - Method in class ix.iserve.ipc.IServeCommTool.ToolFrame
 
finishFrame() - Method in class ix.util.TextAreaFrame
 
finishFrame() - Method in class ix.util.xml.XMLTreeEditFrame.FindFrame
 
finishFrame() - Method in class ix.util.xml.XMLTreeEditFrame.TreeHelpFrame
 
fireActionSelected(AgendaItem, HandlerAction) - Method in class ix.ip2.AgendaItemTableModel
 
fireAgendaItemEdited() - Method in class ix.ip2.AgendaItem
 
FireBrick - Static variable in class ix.iface.util.XColors
 
fireButtonPressed(String) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer.TranscriptFrame
 
fireButtonPressed(String) - Method in class ix.util.TextAreaFrame
 
fireConstructAdded(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
fireConstructAdded(AbstractSetEditor, Object) - Method in interface ix.iface.ui.ObjectManager
 
fireConstructAdded(DomainEvent) - Method in class ix.iview.domain.UIDomain
 
fireConstructAdded(AbstractSetEditor, Object) - Method in class ix.iview.domain.UIDomain
 
fireConstructAdded(UIObject) - Method in class ix.iview.UIObjectClassSetEditor
 
fireConstructChanged(UIObject, UIObject, Component) - Method in class ix.iview.AConstructFramePanel
 
fireConstructEdited(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
fireConstructEdited(AbstractSetEditor, Object) - Method in interface ix.iface.ui.ObjectManager
 
fireConstructEdited(AbstractSetEditor, Object) - Method in class ix.iview.domain.UIDomain
 
fireConstructEdited(UIObject) - Method in class ix.iview.UIObjectClassSetEditor
 
fireConstructRemoved(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
fireConstructRemoved(AbstractSetEditor, Object) - Method in interface ix.iface.ui.ObjectManager
 
fireConstructRemoved(Object) - Method in class ix.iview.AbstractUISetEditor
 
fireConstructRemoved(AbstractSetEditor, Object) - Method in class ix.iview.domain.UIDomain
 
fireConstructRemoved(Object) - Method in class ix.iview.UIObjectClassSetEditor
 
fireContactChange(AgentData, AgentData) - Method in class ix.ispace.ContactManager
 
fireContactDeleted(AgentData) - Method in class ix.ispace.ContactManager
 
fireContactEvent(ContactEvent) - Method in class ix.ispace.ContactManager
 
fireDataChanged(String, Object, Object, Object) - Method in class ix.iface.ui.AbstractIFormModel
Notify listeners that data has changed.
fireDomainCleared() - Method in class ix.iview.domain.UIDomain
 
fireDomainEdited() - Method in class ix.iview.domain.UIDomain
The domain's own fields changed (currently only name)
fireDomainSet(Domain) - Method in class ix.iview.domain.UIDomain
 
fireEditingCanceled() - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
fireEditingStopped() - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
fireGraphAdded(Object) - Method in class ix.iview.domain.UIDomain
 
fireHandlerActionsChanged() - Method in class ix.ip2.AgendaItem
 
fireItemAdded(AgendaItem) - Method in class ix.ip2.Agenda
 
fireItemChanged(AgendaItemTableModel.TreeAgendaItem) - Method in class ix.ip2.AgendaItemTableModel
 
fireItemDeleted(AgendaItem) - Method in class ix.ip2.AgendaItemTableModel
 
fireItemHandled(AgendaItem, HandlerAction) - Method in class ix.ip2.Agenda
 
fireItemRemoved(AgendaItem) - Method in class ix.ip2.Agenda
 
fireLinkAdded(Object, Object) - Method in class ix.iview.igraph.ExpansionModel
 
fireLinkRemoved(Object, Object) - Method in class ix.iview.igraph.ExpansionModel
 
fireMessageReceived(IPC.InputMessage) - Static method in class ix.util.IPC
 
fireMessageSent(Object, Object) - Static method in class ix.util.IPC
 
fireModelChanged(String, ObjectChangeEvent) - Method in class ix.iface.ui.AbstractIFormModel
 
fireModelChanged(String) - Method in class ix.iface.ui.AbstractIFormModel
 
fireNamespaceEvent(NamespaceEvent) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
fireNewBindings(Map) - Method in class ix.icore.process.AbstractPMM
 
fireNewBindings(Map) - Method in interface ix.icore.process.ProcessModelManager
 
fireNewBindings(Map) - Method in class ix.ip2.Agenda
 
fireNewContact(AgentData) - Method in class ix.ispace.ContactManager
 
fireNewHandlerAction(HandlerAction) - Method in class ix.ip2.AgendaItem
 
fireNewReport(Report) - Method in class ix.ip2.AgendaItem
 
fireNodeAdded(IXTreeNode) - Method in class ix.iface.ui.tree.EditableTreeModel
 
fireNodeChanged(IXTreeNode, ObjectChangeEvent) - Method in class ix.iface.ui.tree.EditableTreeModel
 
fireNodeStructureChanged(IXTreeTableNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
A node gained or lost children
fireObjectChanged(Object) - Method in class ix.iface.ui.table.AbstractTreeTableModel
The given object changed - find its tree node, fire that and redo children
fireOptionAdded(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager
 
fireOptionContentsChanged(IPlanOptionManager.Opt, EventObject) - Method in class ix.iplan.IPlanOptionManager
 
fireOptionDeleted(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager
 
fireOptionRenamed(IPlanOptionManager.Opt, String) - Method in class ix.iplan.IPlanOptionManager
 
fireOptionSet(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager
 
firePriorityChanged() - Method in class ix.ip2.AgendaItem
 
firePropertyChange(String, boolean, boolean) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class ix.iface.util.RendererJText
Overridden for performance reasons.
firePropertyChanged(String, String, String) - Method in class ix.iface.ui.JPreferencesDialog
 
fireRefinementAdded(Refinement) - Method in class ix.icore.domain.Domain
 
fireSendingMessage(Object, Object) - Static method in class ix.util.IPC
 
fireSetAnnotation(Object, Object) - Method in class ix.icore.AbstractAnnotatedObject
 
fireSetAnnotation(Object, Object) - Method in interface ix.icore.Annotated
 
fireStateChange(Map) - Method in class ix.icore.process.AbstractPMM
 
fireStateChange(Map) - Method in interface ix.icore.process.ProcessModelManager
 
fireStateDeletion(Map) - Method in class ix.icore.process.AbstractPMM
 
fireStateDeletion(Map) - Method in interface ix.icore.process.ProcessModelManager
 
fireStatusChanged() - Method in class ix.ip2.AgendaItem
 
fireStatusUpdate() - Method in class ix.icore.process.AbstractPMM
 
fireStatusUpdate() - Method in interface ix.icore.process.ProcessModelManager
 
fireSymbolNameChanged(String, String) - Method in class ix.icore.IXAgent
 
fireTableChanged() - Method in class ix.ip2.AgendaItemTableModel
 
fireTableMarkAdded(Object) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
fireTableMarkCleared() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
fireTableMarkedAll() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
fireTableMarkRemoved(Object) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
fireTableStructureChanged() - Method in class ix.ip2.AgendaItemTableModel
This should not be necessary and is dangerous, but it stops the column widths from getting changed when rows are deleted.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class ix.iface.ui.tree.EditableTreeModel
 
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class ix.iface.ui.tree.EditableTreeModel
 
fireTreeStructureChanged() - Method in class ix.iface.ui.table.AbstractTreeTableModel
The tree lost/gained nodes (more drastic than nodeStructureChanged
fireUndoChange() - Method in class ix.iview.UndoManager
 
firstElement() - Method in class ix.util.lisp.LListCollector
 
firstKey() - Method in class ix.applet.MessageMemory
 
firstKey() - Method in class ix.iserve.ipc.MessageMemory
 
firstKey() - Method in class ix.isim.util.LongKeyTreeMap
This function returns the first (lowest) key currently in this sorted map.
firstLine(String) - Static method in class ix.util.Strings
Returns the first line of a string.
fix(String) - Method in class ix.test.FixDomain
 
fixConstraintRange(PNode, Constraint) - Method in class ix.ip2.PlanMaker
 
fixConstraintRanges(PNode, ListOfConstrainer) - Method in class ix.ip2.PlanMaker
 
FixDomain - Class in ix.test
Fixes a domain in some fashion.
FixDomain() - Constructor for class ix.test.FixDomain
 
FixDomain.Fixer - Class in ix.test
 
FixDomain.Fixer() - Constructor for class ix.test.FixDomain.Fixer
 
fixExpansions() - Method in class ix.util.xml.XMLTreeEditPanel.EditorTree
 
fixExpansions(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.EditorTree
 
fixupGoalNode(PNode) - Method in class ix.iplan.SlipExpandNode
 
fixVarDcls(Refinement) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
flatmap(Function1) - Method in class ix.util.lisp.LList
 
flexibleEquality - Variable in class ix.test.SerializationTest
 
FloralWhite - Static variable in class ix.iface.util.XColors
 
flush() - Method in class ix.iface.util.HtmlDescriber
 
flush() - Method in class ix.iface.util.HtmlStringWriter
 
flush() - Method in class ix.iface.util.HtmlWriter
 
Fn - Class in ix.util
Function utilities
Fn1<K,V> - Interface in ix.util
An interface for functions of one argument.
fnExpr - Variable in class ix.util.lisp.Interpreter.Call
 
focus() - Method in class ix.iface.ui.JConstraintEditor
 
focusComponent - Variable in class ix.iface.ui.JConstraintEditor
 
focusComponent - Variable in class ix.iface.ui.JSelectorDialog
 
focusGained(FocusEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
focusGained(FocusEvent) - Method in class ix.iface.ui.table.IXTable
 
focusGained(FocusEvent) - Method in class ix.iview.table.PropertyTableModel
 
focusLost(FocusEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
focusLost(FocusEvent) - Method in class ix.iface.ui.table.IXTable
 
focusLost(FocusEvent) - Method in class ix.iview.table.PropertyTableModel
 
fold() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
Tell the view to hide the subitems of this menu's AgendaItem.
fold() - Method in class ix.ip2.AgendaViewTable.ItemPopupMenu
 
foldException(Throwable) - Static method in class ix.util.Debug
Calls Debug.describeException(Throwable) then breaks the result into lines if it would otherwise be too long.
foldItem - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
foldLongLine(String) - Static method in class ix.util.Strings
Replaces some spaces with line separators to make a long string more readable in contexts where it would have been displayed as a single line.
foldLongLine(String, int, String) - Static method in class ix.util.Strings
Replaces some spaces with line separators to make a long string more readable in contexts where it would have been displayed as a single line.
foldLongLines - Variable in class ix.iface.util.TranscriptTextArea
 
foldLongLines - Variable in class ix.iface.util.TranscriptTextPane
 
foldToArray(String) - Static method in class ix.util.Strings
Makes a long string more readable by breaking it into lines.
followServerPointer(String) - Method in class ix.util.http.HttpUtilities
 
font - Variable in class ix.iface.ui.DefaultColourField
 
ForAllCM - Class in ix.ip2
Manager for for-all constraints.
ForAllCM(Ip2) - Constructor for class ix.ip2.ForAllCM
 
forcedBindings(MatchEnv) - Method in class ix.ip2.Ip2ModelManager
 
forcedBindings(MatchEnv) - Method in class ix.iplan.IPlanModelManager
 
forceExpandNode(IXTreeTableNode, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
forceln(String) - Static method in class ix.util.Debug
Produces output even when debug output is off.
forceNumericNodeIds - Variable in class ix.iface.domain.LTF_Parser
 
forEach(Enumeration, Function1) - Static method in class ix.util.Seq
Applies a Function1 to each element of an Enumeration and discards the results.
ForestGreen - Static variable in class ix.iface.util.XColors
 
forget(AppletMessage) - Method in class ix.applet.MessageMemory
 
forget(MessageWrapper) - Method in class ix.iserve.ipc.MessageMemory
 
forgetKey(Integer) - Method in class ix.applet.MessageMemory
 
forgetKey(Integer) - Method in class ix.iserve.ipc.MessageMemory
 
form - Variable in class ix.icore.GenericConstraint
 
format - Static variable in class ix.test.HttpGetDocumentTest
 
format - Variable in class ix.test.TwitterAtomSearchTest
 
format - Variable in class ix.util.ISODateFormat
 
formatDateTime(Date) - Method in class ix.util.ISODateFormat
 
formatTree() - Method in class ix.iface.ui.tree.IXTree
 
formDataChanged(ObjectChangeEvent) - Method in interface ix.iface.ui.event.FormDataListener
 
FormDataListener - Interface in ix.iface.ui.event
An interface listener to be used to listen to IFormModel data changes.
formModel - Variable in class ix.iview.ActionEditorPanel
 
formModelChanged(String, ObjectChangeEvent) - Method in interface ix.iface.ui.event.FormModelListener
 
formModelChanged(String, ObjectChangeEvent) - Method in class ix.iface.ui.IFormPanel
The model changed, so update the display.
FormModelListener - Interface in ix.iface.ui.event
An interface listener to be used to listen to IFormModels.
formPanel - Variable in class ix.iview.AConstructFramePanel
seems like this should not be here!
formSelector - Variable in class ix.util.xml.XMLTreeSendFrame
 
forward() - Method in class ix.iface.ui.HTMLFrame
 
forward() - Method in class ix.iface.ui.HTMLPanel
 
ForwardingHandler - Class in ix.ip2
Generates HandlerActions to forward Issues or Activities to other agents.
ForwardingHandler(IXAgent, String, AgentRelationship, boolean) - Constructor for class ix.ip2.ForwardingHandler
 
ForwardingHandler.ForwardingAction - Class in ix.ip2
Forwards an issue or activity to another agent.
ForwardingHandler.ForwardingAction(String, AgendaItem) - Constructor for class ix.ip2.ForwardingHandler.ForwardingAction
 
forwardReportItem - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
forwardTo(Object, boolean) - Method in class ix.icore.TaskItem
Sends a copy of this item to another agent, optionally asking the destination agent to send reports back.
FourField - Interface in ix.iface.ui
An interface with four aspects: string, colour, symbol, image.
frame - Variable in class ix.applet.AppletCommunicationTool
 
frame - Variable in class ix.ichat.IChat
 
frame - Variable in class ix.iface.ui.JPreferencesDialog
 
frame - Variable in class ix.iface.util.SelectionPanel
 
frame - Variable in class ix.ip2.BindingViewer
 
frame - Variable in class ix.ip2.Ip2
 
frame - Variable in class ix.ip2.Ip2XMLConfig.LookItem
 
frame - Variable in class ix.ip2.ItemEditor
 
frame - Variable in class ix.ip2.ObjectWhiteboard
 
frame - Variable in class ix.ip2.PropertyViewTable
 
frame - Variable in class ix.ip2.test.PanelTest
 
frame - Variable in class ix.ip2.TimelineViewer
 
frame - Variable in class ix.iplan.IPlanOptionTool
 
frame - Variable in class ix.iplan.IPlanTool
 
frame - Variable in class ix.iplan.OptionUI
 
frame - Variable in class ix.iserve.ipc.IServeCommTool
 
frame - Variable in class ix.ispace.GroupSender
 
frame - Variable in class ix.ispace.ISpaceTool
 
frame - Variable in class ix.itest.Itest
 
frame - Variable in class ix.iview.SimpleDomainEditor
 
frame - Variable in class ix.util.TextAreaFrame
 
frame - Variable in class ix.util.xml.XMLLoader
 
frame - Variable in class ix.util.xml.XMLSaver
 
frame - Variable in class ix.util.xml.XMLTreeEditFrame.FindListener
 
frame - Variable in class ix.util.xml.XMLTreeEditor
 
frame - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
frame - Variable in class ix.util.xml.XMLTreeSendFrame
 
frameActionPerformed(ActionEvent) - Method in interface ix.iface.ui.FramePanel
Should recognise panel specific events and processes them.
frameActionPerformed(ActionEvent) - Method in class ix.iview.AConstructFramePanel
 
frameActionPerformed(ActionEvent) - Method in class ix.iview.ActionEditorPanel
Recognises panel specific events and processes them.
frameActionPerformed(ActionEvent) - Method in class ix.iview.AROEditorPanel
Recognises panel specific events and processes them.
frameActionPerformed(ActionEvent) - Method in interface ix.iview.ConstructFraming
Tries to process an action generated in the panel's frame.
frameActionPerformed(ActionEvent) - Method in class ix.iview.GlobalFramePanel
 
frameActionPerformed(ActionEvent) - Method in class ix.iview.GrammarEditorPanel
 
frameActionPerformed(ActionEvent) - Method in class ix.iview.SimpleEditorPanel
 
frameGroup - Variable in class ix.util.xml.XMLTreeEditFrame
 
FramePanel - Interface in ix.iface.ui
An interface implemented by all panels that may handle events generated in their parent frames.
frameShowOptionName(String) - Method in class ix.iplan.OptionUI
 
FrameSnapshotExtension - Class in ix.ip2
 
FrameSnapshotExtension(Ip2) - Constructor for class ix.ip2.FrameSnapshotExtension
 
FrameSnapshotExtension.SnapshotTool - Class in ix.ip2
The GUI that lets the user ask for pictures.
FrameSnapshotExtension.SnapshotTool() - Constructor for class ix.ip2.FrameSnapshotExtension.SnapshotTool
 
FrameSymbols - Interface in ix.iface.ui
Static symbols for IX
freeTable - Variable in class ix.ip2.UseCM
 
from - Variable in class ix.applet.AppletMessage
 
from - Variable in class ix.icore.domain.ConstraintRange
 
from - Variable in class ix.icore.domain.Ordering
 
from - Variable in class ix.icore.log.MessageReceived
 
from - Variable in class ix.iserve.ipc.MessageWrapper
 
from(String) - Static method in class ix.ispace.VerbCapability
Returns the capability that corresponds to a string containing a verb.
from(LList) - Static method in class ix.ispace.VerbCapability
Returns the capability that corresponds to the pattern's verb.
from - Variable in class ix.test.CompendiumToIX.Link
 
from - Variable in class ix.util.JavaNameWordIterator
 
fromIssue - Variable in class ix.itest.SendPanel.ActivityControls
 
fromPattern - Variable in class ix.ip2.ObjectWhiteboard
 
fromRef(Map, NodeEndRef) - Static method in class ix.icore.process.PNodeEnd
 
fromString(String) - Method in interface ix.util.reflect.Stringer
Constructs an object from a textual representation.
fromTD - Variable in class ix.ip2.ObjectWhiteboard
 
fsm - Static variable in class ix.test.TranslateFile
 
Fuchsia - Static variable in class ix.iface.util.XColors
 
fullJavaNameToDashName(String) - Static method in class ix.util.Strings
Like javaNameToDashName but also allows package names, separated by dots, to prefix the class name.
FullNodeRenderer - Class in ix.iview.util
A node renderer for list or table cells that displays "[number] elements".
FullNodeRenderer(boolean) - Constructor for class ix.iview.util.FullNodeRenderer
Creates a node name renderer with/without a border.
fullSaveToDomain() - Method in class ix.iview.domain.UIDomain
Save the object and all its components into its base object
fullSaveToDomain(Object) - Method in class ix.iview.domain.UIDomain
 
FullTransitiveClosure - Class in ix.util
The transitive closure of a relation (cycles are allowed).
FullTransitiveClosure(DirectedGraph) - Constructor for class ix.util.FullTransitiveClosure
 
fullyCollapse() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
fullyExpand() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
fullyInstantiate(Object, MatchEnv) - Method in class ix.ip2.VariableManager
 
funcall(Object) - Method in class ix.icore.process.PNode.MakeVarIfUnbound
 
funcall(Object) - Method in class ix.test.SimpleRSim.RecordIfUnbound
 
funcall(K) - Method in interface ix.util.Fn1
 
funcall() - Method in interface ix.util.Function0
 
funcall(Object) - Method in interface ix.util.Function1
 
funcall(Object, Object) - Method in interface ix.util.Function2
 
funcall(Object, Object, Object) - Method in interface ix.util.Function3
 
function - Variable in class ix.iscript.Call
 
Function0 - Interface in ix.util
An interface for functions of zero arguments.
Function1 - Interface in ix.util
An interface for functions of one argument.
Function2 - Interface in ix.util
An interface for functions of two arguments.
Function3 - Interface in ix.util
An interface for functions of three arguments.
FutureValue - Class in ix.util
Computes a value in a separate thread.
FutureValue(String) - Constructor for class ix.util.FutureValue
Construct a FutureValue that has a daemon thread for computing the value.

G

Gainsboro - Static variable in class ix.iface.util.XColors
 
genColor(Object) - Method in class ix.util.ColorGenerator
 
generalSubtype - Variable in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
generateForContents(List, List) - Method in class ix.ip2.test.TestSequenceGenerator
 
generateForNames(List, List) - Method in class ix.ip2.test.TestSequenceGenerator
 
generateId() - Method in class ix.icore.Activity
 
generateId() - Method in class ix.icore.Issue
 
generateId() - Method in class ix.icore.TaskItem
 
generateObjectClasses(UIDomain) - Method in class ix.iview.ObjectClassGenerator
 
generateObjectName(Symbol) - Method in class ix.iplan.Slip
 
generateShortName(String) - Method in class ix.util.NameMapper
 
generateTestSequence() - Method in class ix.ip2.test.TestSequenceGenerator
 
generateTestSequence() - Method in class ix.test.xml.TestGen
 
GenericConstraint - Class in ix.icore
Generic constraint that is part of the grammar.
GenericConstraint(Symbol, Symbol) - Constructor for class ix.icore.GenericConstraint
 
GenericConstraint(Constraint) - Constructor for class ix.icore.GenericConstraint
 
GenericConstraint(String, String) - Constructor for class ix.icore.GenericConstraint
 
genericConstraints - Variable in class ix.iview.domain.UIGrammar
type-rel - GenericConstraint.
GenericIFormModel - Class in ix.iface.ui
An default model to be used to fill an IFormPanel.
GenericIFormModel(Class) - Constructor for class ix.iface.ui.GenericIFormModel
 
GenericIFormModel(EditableObject) - Constructor for class ix.iface.ui.GenericIFormModel
 
genericType - Variable in class ix.util.reflect.FieldDescr
 
genId(String) - Method in class ix.icore.plan.build.ExamplePlanBuilder
Generates a short id for use within the plan.
genId(String) - Method in class ix.ip2.PlanMaker
 
genItem - Variable in class ix.iview.DomainEditorFrame
 
Gensym - Class in ix.util
Name and ID generator a la gensym.
gensym - Variable in class ix.util.NameMapper
 
Gensym.Generator - Class in ix.util
A name and ID generator.
Gensym.Generator() - Constructor for class ix.util.Gensym.Generator
 
get() - Method in class ix.ip2.BindingViewer.Value
 
get(long) - Method in class ix.isim.util.LongKeyTreeMap
This function returns the value to which this map maps the specified key.
get(Object) - Method in class ix.test.xml.Mapping
 
get(Object) - Method in class ix.util.context.ContextHashMap
 
get() - Method in class ix.util.context.ContextValue
 
get(int) - Method in class ix.util.context.LLQueue
 
get() - Method in class ix.util.IntRef
 
get(Object) - Method in interface ix.util.IPC.DestinationTable
 
get(Object) - Method in class ix.util.lisp.EqMap
 
get(int) - Method in class ix.util.lisp.LList
 
get(Object) - Method in class ix.util.lisp.LList
 
get(String, String) - Method in class ix.util.PropertyLogger
Returns the object's value of the named property, or else else if no such value has been assigned.
get(String) - Method in class ix.util.PropertyLogger.LoggingMap
 
get() - Method in class ix.util.Ref
 
get(Object) - Method in class ix.util.StableHashMap
 
get(K1, K2) - Method in class ix.util.TwoKeyHashMap
 
getAbout() - Method in class ix.ip2.AgendaItem
 
getAccelerationFactor() - Method in class ix.isim.ISimTimer
Returns the currently used time acceleration factor
getAchieversForCond(Constraint) - Method in class ix.iplan.Slip
Returns a list of ways to achieve a condition by introducing a node.
getAction() - Method in class ix.ip2.ActionUnreadyReason
Returns the handler-action given when this reason was created.
getAction() - Method in class ix.ip2.log.ItemHandledEvent
 
getActionDescription() - Method in interface ix.icore.IssueHandler
 
getActionDescription() - Method in class ix.ip2.CompletionHandler.NoAction
 
getActionDescription() - Method in class ix.ip2.HandlerAction
Returns a brief description of how this action would handle an item.
getActionDescription() - Method in class ix.ip2.ItemHandler
Returns a short description of the action(s) implemented by this handler.
getActions() - Method in class ix.ip2.AgendaItem
 
getActivity() - Method in class ix.icore.plan.PlanNode
 
getActivity() - Method in class ix.icore.plan.ProcessParameter
 
getActivity() - Method in class ix.isim.TimedEvent
 
getActivityAgenda() - Method in class ix.ip2.PanelController
 
getActivityIdSet() - Method in class ix.icore.plan.inspect.PlanInspector
 
getActivityPatternSyntaxes(boolean) - Method in class ix.icore.domain.Domain
 
getActivityPatternSyntaxes() - Method in class ix.ip2.Ip2
 
getActivityView() - Method in class ix.iview.ActionEditorPanel
 
getActivityViewer() - Method in class ix.postix.Postix
 
getACurrentPanel() - Method in class ix.iface.ui.JFrameMTP
 
getAdviceManager() - Method in class ix.ip2.Ip2ModelManager
 
getAge() - Method in class ix.test.ExampleData
 
getAgenda(TaskItem) - Method in class ix.ip2.PanelController
 
getAgendaFor(AgendaItem) - Method in class ix.ip2.PlanInstaller
 
getAgent() - Method in class ix.icore.event.AgentEvent
 
getAgent() - Static method in class ix.icore.IXAgent
Returns an object that represents the agent.
getAgent() - Method in class ix.icore.log.HistoryEvent
 
getAgent() - Method in class ix.ip2.PanelController
 
getAgent() - Method in class ix.ip2.PanelFrame
 
getAgent() - Method in class ix.util.xml.XMLTreeEditFrame
 
getAgentColor(String) - Method in class ix.ispace.ContactManager
 
getAgentColor(String, Color) - Method in class ix.ispace.ContactManager
 
getAgentData() - Method in class ix.ispace.ContactManager
 
getAgentData(String) - Method in class ix.ispace.ContactManager
 
getAgentData(AgentRelationship) - Method in class ix.ispace.ContactManager
 
getAgentData(Capability) - Method in class ix.ispace.ContactManager
 
getAgentData(Capability, boolean) - Method in class ix.ispace.ContactManager
 
getAgentDisplayName() - Method in class ix.icore.IXAgent
Returns this agent's display name.
getAgentGroup(String) - Method in class ix.ispace.ContactManager
 
getAgentGroups() - Method in class ix.ispace.ContactManager
 
getAgentIPCName() - Method in class ix.icore.IXAgent
Returns the object used to represent the agent as an IPC "destination".
getAgentName() - Method in class ix.applet.AppletCommunicationStrategy
 
getAgentName() - Method in class ix.iserve.ipc.IServeCommStrategy
 
getAgentRecord(String) - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
getAgentStartupDate() - Method in class ix.icore.IXAgent
 
getAgentSymbolName() - Method in class ix.icore.IXAgent
Returns this agent's symbol name.
getAgentTypeName() - Method in class ix.ip2.Ip2
 
getAllConstraintPatterns(UIDomain) - Method in class ix.iview.domain.UIGrammar
Gets the list of allowed constraint patterns.
getAllConstructs() - Method in class ix.iface.ui.AbstractSetEditor
 
getAllConstructs() - Method in class ix.iview.ActionEditorPanel
 
getAllConstructs() - Method in class ix.iview.AROEditorPanel
Get a full list of the constructs of the panel's type in the domain.
getAllConstructs() - Method in interface ix.iview.ConstructFraming
Gets a full list of the constructs of the panel's type in the domain.
getAllConstructs() - Method in class ix.iview.GlobalFramePanel
 
getAllConstructs() - Method in class ix.iview.GrammarEditorPanel
Get a full list of the constructs of the panel's type in the domain.
getAllConstructs() - Method in class ix.iview.SimpleEditorPanel
Get a full list of the constructs of the panel's type in the domain.
getAllExpansions(UIRefinement) - Method in class ix.iview.ActionEditorPanel
 
getAllExpansions(NodeSpec) - Method in class ix.iview.ActionEditorPanel
 
getAllGraphs() - Method in class ix.iview.domain.UIDomain
 
getAllNodes() - Method in class ix.util.AbstractDirectedGraph
 
getAllNodes() - Method in class ix.util.DAGTransitiveClosure
 
getAllNodes() - Method in interface ix.util.DirectedGraph
 
getAllNodes() - Method in class ix.util.FullTransitiveClosure
 
getAllObjectClasses() - Method in class ix.iview.domain.UIDomain
 
getAllowsChildren() - Method in class ix.iface.ui.table.IXTNTreeTableNode
 
getAllowsChildren() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
getAllowsChildren() - Method in class ix.iview.domain.UINodeSpec
 
getAllowsChildren() - Method in class ix.iview.domain.UIObjectClass
 
getAllowsChildren() - Method in class ix.iview.domain.UIRefinement
 
getAllPlanVariableDeclarations() - Method in class ix.icore.plan.Plan
 
getAllProperties() - Method in class ix.iview.domain.UIObjectClass
 
getAllRefinements() - Method in class ix.iview.domain.UIDomain
 
getAllSyntaxes() - Method in class ix.util.xml.FileSyntaxManager
 
getAllUnboundVariables() - Method in class ix.ip2.IVarTool
 
getAllVariables() - Static method in class ix.icore.Variable
 
getAllVariables() - Method in class ix.ip2.IVarTool
 
getAlts() - Method in class ix.util.xml.BNFSyntax.Alternatives
 
getAmount(Object) - Method in class ix.examples.SimResource.CM
 
getAncestorProperties() - Method in class ix.iview.domain.UIObjectClass
 
getAncestors() - Method in class ix.util.context.Context
Returns a list containing the path from this context back to the root.
getAnnotation(Object) - Method in class ix.icore.AbstractAnnotatedObject
 
getAnnotation(Object) - Method in interface ix.icore.Annotated
 
getAnnotation(Class<A>) - Method in class ix.util.reflect.FieldDescr
 
getAnnotations() - Method in class ix.icore.AbstractAnnotatedObject
 
getAnnotations() - Method in interface ix.icore.Annotated
 
getAnnotations() - Method in class ix.iview.domain.UIDomain
 
getAnnotations() - Method in class ix.iview.domain.UIObjectClass
 
getAnnotations() - Method in class ix.iview.domain.UIRefinement
 
getAnyNamedObject(String) - Method in class ix.iview.AbstractUISetEditor
Finds an object whose name matches the given string.
getAnyNewComputeSupportCode() - Method in class ix.ip2.Ip2ModelManager
 
getApplet() - Method in class ix.ip2.Ip2Applet.AppletIp2
 
getArg(int) - Method in class ix.applet.AppletMessage
 
getArgs() - Method in class ix.applet.AppletMessage
 
getArguments() - Method in class ix.iscript.Call
 
getArgv(String[]) - Method in class ix.util.AgentLauncher
 
getArity() - Method in class ix.util.lisp.Interpreter.Closure
 
getArity() - Method in interface ix.util.lisp.Interpreter.Function
Returns the number of arguments this function expects.
getArity() - Method in class ix.util.lisp.Interpreter.JFunction
 
getAt() - Method in class ix.icore.domain.AtNodeEnd
 
getAtEndForGoal(PNodeEnd) - Method in class ix.iplan.Slip
 
getAtEndForGoal(ActivityItem) - Method in class ix.iplan.Slip
 
getAttributeContainingObjectNode(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
getAttributeName(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
getAttributeValue(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
getAuthorName(Element) - Method in class ix.test.TwitterAtomSearchTest
 
getAvailabilityMap(LList) - Method in class ix.ip2.Scrum
 
getBaseClass() - Method in class ix.iview.domain.UIDomain
 
getBaseClass() - Method in interface ix.iview.domain.UIObject
Gets the class of objects that can represent this one in the domain.
getBaseClass() - Method in class ix.iview.domain.UIObjectClass
 
getBaseClass() - Method in class ix.iview.domain.UIRefinement
 
getBaseObject(Named) - Method in class ix.iview.AbstractUISetEditor
 
getBaseObject() - Method in class ix.iview.domain.UIDomain
 
getBaseObject() - Method in interface ix.iview.domain.UIEditableObject
 
getBaseObject() - Method in interface ix.iview.domain.UIObject
Gets the object that corresponds to this one in the domain.
getBaseObject() - Method in class ix.iview.domain.UIObjectClass
 
getBaseObject() - Method in class ix.iview.domain.UIRefinement
 
getBasePopulation() - Method in class ix.ispace.AbstractAgentGroup
Returns the collection of AgentData objects from which this group's members are selected.
getBasePopulation() - Method in class ix.ispace.RelationshipGroup
Returns the collection of AgentData objects from which this group's members are selected.
getBaseReference() - Method in class ix.iview.domain.UIDomain
 
getBaseReference() - Method in interface ix.iview.domain.UIObject
Gets the Id that can be used to identify the base object in the domain.
getBaseReference() - Method in class ix.iview.domain.UIObjectClass
 
getBaseReference() - Method in class ix.iview.domain.UIRefinement
 
getBaseTitle() - Method in class ix.util.xml.XMLTreeEditFrame
 
getBaseUrl() - Method in class ix.util.http.HttpServer
Returns a base URL that will produce requests to this server.
getBegin() - Method in class ix.icore.process.PNode
 
getBindings() - Method in class ix.icore.log.BindingEvent
 
getBindings() - Method in class ix.ip2.BindingViewer.VarPanel
 
getBindings() - Method in class ix.iscript.Let
 
getBoolean(String) - Static method in class ix.util.Parameters
 
getBoolean(String, boolean) - Static method in class ix.util.Parameters
 
getBorder(Map, Priority, boolean) - Method in class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
getBranches() - Method in class ix.util.match.MatchChoice
 
getBuffer() - Method in class ix.iface.util.HtmlStringWriter
 
getButton() - Method in class ix.iface.ui.AbstractEditorPanel.ListRightClickMenuItem
 
getButtonGroup() - Method in class ix.iface.ui.IXButPanel
 
getButtons() - Method in class ix.iface.ui.IXButPanel
 
getCanvasPoints() - Method in class ix.iview.igraph.IGraph
 
getCapabilities() - Method in class ix.ispace.AgentData
 
getCapabilityMap() - Method in class ix.ispace.ISpaceTool.CapabilityPanel
 
getCard(String) - Method in class ix.itest.SendPanel.CardPanel
 
getCardsPanel() - Method in class ix.iface.ui.CardPanel
 
getCases() - Method in class ix.util.match.MatchTable
getCases returns a Vector of this table's MatchCases.
getCellEditorValue() - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
getCellEditorValue() - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Not implemented.
getCellRenderer(int, int) - Method in class ix.iface.ui.table.IXTable
 
getCellValueAt(Object, int) - Method in class ix.iface.ui.table.AbstractIXTableModel
Gets the object's value for the given column index.
getCellValueAt(Object, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Gets the object's value for the given column index.
getCellValueAt(Object, int) - Method in class ix.ip2.AgendaItemTableModel
Gets the cell value for normal cells (only one - the pattern).
getCellValueAt(Object, int) - Method in class ix.iview.AROEditorPanel.ClassTreeTableModel
Gets the cell value for normal cells (only one - the pattern).
getCellValueAt(Object, int) - Method in class ix.iview.DeclarationEditor.VarTypeTableModel
 
getCellValueAt(Object, int) - Method in class ix.iview.GrammarEditorPanel.GenericConstraintTableModel
 
getCellValueAt(Object, int) - Method in class ix.iview.table.ActionTreeTableModel
Gets the cell value for normal cells (only one - the pattern).
getCellValueAt(Object, int) - Method in class ix.iview.table.PropertyTableModel
 
getCellValueAt(Object, int) - Method in class ix.iview.table.ShortActionTreeTableModel
Gets the cell value for normal cells (only one - the pattern).
getChangedWorldStateMap() - Method in class ix.iplan.PlanCheckingSimulator
 
getChannel() - Method in class ix.iserve.ipc.sl.SLRpcMessage
 
getChatFrameVisible() - Method in class ix.ip2.PanelFrame
 
getChild(Element, HTML.Tag) - Method in class ix.iface.util.HtmlTableWalker
 
getChildAt(int) - Method in class ix.iface.ui.table.IXTNTreeTableNode
 
getChildAt(int) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
getChildAt(int) - Method in class ix.iview.domain.UINodeSpec
 
getChildAt(int) - Method in class ix.iview.domain.UIObjectClass
 
getChildAt(int) - Method in class ix.iview.domain.UIRefinement
 
getChildCount() - Method in class ix.iface.ui.table.IXTNTreeTableNode
 
getChildCount() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
getChildCount() - Method in class ix.iview.domain.UINodeSpec
 
getChildCount() - Method in class ix.iview.domain.UIObjectClass
 
getChildCount() - Method in class ix.iview.domain.UIRefinement
 
getChildren() - Method in class ix.icore.process.PNode
 
getChildren() - Method in interface ix.iface.ui.tree.IXNode
 
getChildren(Object) - Method in class ix.iplan.PlanCheckingSimulator.ExecOrderSorter
 
getChildren() - Method in class ix.iview.domain.UIObjectClass
 
getChildren(Object) - Method in class ix.test.SimpleRSim.ExecOrderSorter
 
getChildren() - Method in class ix.test.xml.Example
 
getChildren() - Method in class ix.test.xml.SetExample
 
getChildren() - Method in class ix.util.context.Context
Returns an unmodifiable view of this context's children.
getChildren(Object) - Method in class ix.util.TopologicalSorter
 
getClass(String) - Static method in class ix.util.Parameters
 
getClass(String, Class) - Static method in class ix.util.Parameters
 
getClassDescr(Class) - Method in class ix.util.reflect.ClassSyntax
 
getClassDescr(Class) - Method in class ix.util.xml.XMLSyntax
 
getClassFinder() - Method in class ix.util.reflect.ClassSyntax
 
getClassFromUser(UIObjectClass) - Method in class ix.iview.AROEditorPanel
 
getClassFromUser(String, UIObjectClass) - Method in class ix.iview.AROEditorPanel
 
getClassFromUser(List, UIObjectClass) - Method in class ix.iview.AROEditorPanel
 
getClassFromUser(List, String, UIObjectClass) - Method in class ix.iview.AROEditorPanel
 
getClassSyntax() - Method in class ix.util.xml.XMLTranslator
 
getClickCountToStart() - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
getClientName() - Method in class ix.ip2.SyncState.AbstractServerOperation
 
getClientName() - Method in interface ix.ip2.SyncState.ServerOperation
 
getColor() - Method in class ix.icore.Priority
 
getColor() - Method in class ix.icore.Status
 
getColor() - Method in class ix.iview.util.EditablePriority
 
getColor(Object) - Method in class ix.util.ColorGenerator
 
getColor(Object, Color) - Method in class ix.util.ColorGenerator
 
getColor(Namespace) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
getColumnClass(int) - Method in class ix.iface.ui.table.AbstractIXTableModel
JTable required TableModel function (default is Object).
getColumnClass(int) - Method in class ix.iface.util.CheckTable.ViewTableModel
 
getColumnClass(int) - Method in class ix.isim.EventsTableModel
 
getColumnClass(int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
getColumnCount() - Method in class ix.iface.ui.table.AbstractIXTableModel
JTable required TableModel function.
getColumnCount() - Method in class ix.iface.util.CheckTable.ViewTableModel
 
getColumnCount() - Method in class ix.iface.util.KeyValueTable.ViewTableModel
 
getColumnCount() - Method in class ix.isim.EventsTableModel
 
getColumnCount() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
getColumnName(int) - Method in class ix.iface.ui.table.AbstractIXTableModel
JTable required TableModel function.
getColumnName(int) - Method in class ix.iface.util.CheckTable.ViewTableModel
 
getColumnName(int) - Method in class ix.iface.util.KeyValueTable.ViewTableModel
 
getColumnName(int) - Method in class ix.isim.EventsTableModel
 
getColumnName(int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
getColumnNames() - Method in class ix.iface.ui.table.AbstractIXTableModel
Gets the strings to use as column names.
getCommand() - Method in class ix.applet.AppletMessage
 
getCommand() - Method in class ix.iserve.ipc.MessageWrapper
 
getComments() - Method in class ix.icore.AbstractAnnotatedObject
 
getComments() - Method in interface ix.icore.domain.ConstraintStatement
 
getComments() - Method in class ix.icore.domain.Refinement
 
getComments() - Method in class ix.ip2.AgendaItem
 
getComments() - Method in class ix.iview.domain.UIDomain
 
getComments() - Method in class ix.iview.domain.UIRefinement
 
getCommunicationStrategy() - Static method in class ix.util.IPC
Returns the communication strategy used by the static methods of this class that do not have a communication strategy as a parameter.
getCompendiumId(Element) - Method in class ix.test.CompendiumToIX
Returns the value of an Element's "id" attribute.
getCompendiumType(Element) - Method in class ix.test.CompendiumToIX
Returns the Compenium type as an int, or an int < 0 if that type cannot be determined.
getComponent() - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
getComputeInterpreter() - Method in class ix.ip2.Ip2ModelManager
 
getComputeInterpreter() - Method in class ix.ip2.VariableManager
 
getConditionConstraints() - Method in class ix.icore.domain.Refinement
 
getConditionEnv() - Method in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
getConditions() - Method in class ix.icore.domain.Refinement
 
getConditions(PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator
 
getConditions() - Method in class ix.iview.domain.UIRefinement
 
getConnection(Object) - Method in interface ix.util.IPC.SocketlikeCommunicationStrategy
 
getConnectionQueue() - Method in class ix.applet.MessageServer.User
 
getConnections() - Method in class ix.iview.igraph.ExpansionModel.Pin
 
getConstrainers(Refinement) - Method in class ix.icore.plan.DomainAsPlan
 
getConstraintManager(Symbol, Symbol) - Method in class ix.icore.process.AbstractPMM
 
getConstraintManager(Constraint) - Method in class ix.icore.process.AbstractPMM
 
getConstraintManager(Symbol, Symbol) - Method in interface ix.icore.process.ProcessModelManager
 
getConstraintManager(Constraint) - Method in interface ix.icore.process.ProcessModelManager
 
getConstraintManagers(Constraint) - Method in class ix.ip2.ConstraintAssociator
 
getConstraintManagers(Constraint) - Method in class ix.ip2.Ip2ModelManager
 
getConstraintParsers() - Method in class ix.iface.domain.LTF_Parser
 
getConstraintPatterns() - Method in class ix.iview.domain.UIGrammar
Gets the list of allowed constraint patterns.
getConstraintPatterns(Collection, List) - Method in class ix.iview.GrammarEditorPanel
 
getConstraintRange() - Method in class ix.icore.domain.Constraint
 
getConstraints() - Method in class ix.icore.domain.Refinement
 
getConstraints(Symbol, Symbol) - Method in class ix.icore.domain.Refinement
 
getConstraints() - Method in class ix.icore.plan.Plan
 
getConstraints() - Method in class ix.icore.plan.PlanRefinement
 
getConstraints(Class) - Method in class ix.icore.plan.PlanRefinement
 
getConstraints() - Method in class ix.icore.Report
 
getConstraints() - Method in class ix.ip2.VariableManager
 
getConstraints() - Method in class ix.iview.domain.UIRefinement
 
getConstraintSubtype(Constraint) - Method in class ix.iface.domain.LTF_Writer
 
getConstraintSyntaxList() - Method in class ix.util.xml.XMLSyntax
Returns a list of constraint objects that represent the currently supported syntactic possibilities for constaints.
getConstraintType() - Method in interface ix.icore.domain.ConstraintStatement
 
getConstraintType(String) - Method in interface ix.icore.domain.ConstraintStatement
 
getConstraintValue(Constraint) - Static method in class ix.iview.util.IVUtil
 
getConstruct() - Method in class ix.iview.AConstructEditorPanel
Gets the current construct.
getConstruct() - Method in class ix.iview.ActionFormPanel
Gets the current construct.
getConstruct() - Method in class ix.iview.AROEditorPanel.AROFormPanel
 
getConstruct() - Method in interface ix.iview.ConstructEditing
Gets the current construct.
getConstruct() - Method in class ix.iview.GlobalFormPanel
 
getConstruct() - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
getContactManager() - Method in class ix.icore.IXAgent
Returns this agent's contact manager.
getContentCharset(String) - Method in class ix.util.http.HttpUtilities
 
getContentCharset(URLConnection) - Static method in class ix.util.Util
Extracts the charset name from the content type, if given; otherwise returns null.
getContentCharset(String) - Static method in class ix.util.Util
Extracts the charset name from the content type, if given; otherwise returns null.
getContents() - Method in class ix.icore.log.HistoryComment
 
getContents() - Method in class ix.icore.log.MessageReceived
 
getContents() - Method in class ix.icore.log.MessageSent
 
getContents() - Method in class ix.ip2.test.TestItem
 
getContents() - Method in class ix.iplan.IPlanOptionManager.Opt.UndoTrail
 
getContents() - Method in class ix.iserve.ipc.MessageWrapper
 
getContents() - Method in class ix.util.IPC.BasicInputMessage
 
getContents() - Method in interface ix.util.IPC.InputMessage
 
getContentStrings() - Method in class ix.ip2.test.TestSequenceGenerator
 
getContentText(Element) - Method in class ix.test.TwitterAtomSearchTest
 
getContext() - Method in class ix.iplan.Alternative
 
getContext() - Method in class ix.util.context.BasicContextHolder
 
getContext() - Static method in class ix.util.context.Context
Returns the current context from the ContextHolder returned by the current ContextHoldingStrategy.
getContext(long) - Static method in class ix.util.context.Context
Returns the context that has the indicated number, or null if that context has been discarded or has ceased to exist.
getContext() - Method in interface ix.util.context.ContextHolder
Returns the context currently stored in the holder.
getContext() - Method in class ix.util.context.PlainContextHolder
 
getContext() - Method in class ix.util.context.SynchronizedContextHolder
 
getContextHolder() - Static method in class ix.util.context.Context
Returns the context-holder provided by the current context-holding strategy.
getContextHolder() - Method in class ix.util.context.ContextHoldingStrategy
Returns an appropriate context-holder.
getContextHolder() - Method in class ix.util.context.GlobalHoldingStrategy
 
getContextHolder() - Method in class ix.util.context.ThreadLocalHoldingStrategy
Returns the ContextHolder for the current thread.
getContextHoldingStrategy() - Static method in class ix.util.context.Context
Returns the current context-holding strategy.
getContributor() - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
getController() - Method in class ix.ip2.Ip2
 
getControlTextFont() - Method in class ix.iface.util.IXMetalTheme
 
getControlTextFont() - Method in class ix.iface.util.IXOceanTheme
Fonts
getCost() - Method in class ix.iplan.Alternative
 
getCount() - Method in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
getCurrentInput() - Method in class ix.test.Ip2Test
 
getCurrentLatitude() - Method in class ix.isim.dynamic.BearingMoveSpec
 
getCurrentLatitude() - Method in interface ix.isim.dynamic.MoveSpec
 
getCurrentLatitude() - Method in class ix.isim.dynamic.PointListMoveSpec
 
getCurrentLongitude() - Method in class ix.isim.dynamic.BearingMoveSpec
 
getCurrentLongitude() - Method in interface ix.isim.dynamic.MoveSpec
 
getCurrentLongitude() - Method in class ix.isim.dynamic.PointListMoveSpec
 
getCurrentPanel() - Method in class ix.iface.ui.JFrameMTP
 
getCurrentTreeNode() - Method in class ix.iview.AROEditorPanel
 
getCurrentValueMap() - Method in class ix.iface.util.SelectionPanel
Called when loading or relaoding the table.
getCurrentValueMap() - Method in class ix.ispace.ISpaceTool.RelationPanel
 
getCurrentValueMap() - Method in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
getData() - Method in class ix.iface.ui.AbstractEditorPanel
 
getData() - Method in interface ix.iface.ui.IXEditorPanel
Gets the current data of the panel's item component.
getData() - Method in class ix.iface.ui.ListEditorPanel
Gets the current data of a collection component.
getData() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
getData() - Method in class ix.iface.ui.ThingEditorPanel
Gets the current data of a text component.
getData() - Method in class ix.iface.ui.ToggleEditorPanel
Gets the current data of toggle components.
getData() - Method in class ix.iview.MiniConstraintPanel
Gets the current data of a text component.
getData() - Method in class ix.util.xml.event.NamespaceEvent
 
getDataListeners() - Method in class ix.iface.ui.AbstractIFormModel
 
getDataListeners() - Method in interface ix.iface.ui.IFormModel
 
getDate() - Method in class ix.icore.log.HistoryEvent
 
getDeclaredFields(Class) - Method in class ix.util.reflect.ClassSyntax
Returns the class's declared fields, or an empty array if there's a security exception (as there might be in an applet).
getDeclaredMethods(Class) - Method in class ix.util.reflect.ClassSyntax
Returns the class's declared methods, or an empty array if there's a security exception (as there might be in an applet).
getDeclaredVariables() - Method in class ix.icore.domain.Refinement
Returns a set containing the ItemVars declared with this refinement.
getDefaultAttributes(String) - Method in class ix.iface.util.HtmlWriter
 
getDefaultBaseDomainName() - Method in class ix.test.BlockStacker
 
getDefaultBaseDomainName() - Method in class ix.test.HtnBlockStacker
 
getDefaultBaseDomainName() - Method in class ix.test.PrecondBlockStacker
 
getDefaultedSyntax() - Method in class ix.icore.domain.ObjectProperty
 
getDefaultGenerator() - Static method in class ix.util.Gensym
 
getDefaultPropertiesFile() - Method in class ix.iface.ui.JPropertiesManager
Uses the application name to build a preferences file name in the current directory.
getDelayBefore() - Method in class ix.ip2.test.TestItem
 
getDelayBetween() - Method in class ix.ip2.test.TestSequenceGenerator
 
getDelays() - Method in class ix.test.xml.TestGen
 
getDelta() - Method in class ix.ip2.SyncState.ClientStateDelta
 
getDelta() - Method in class ix.ip2.SyncState.ServerStateDelta
 
getDescribedClass() - Method in class ix.util.reflect.ClassDescr
Returns the described class.
getDescription() - Method in class ix.util.FileExtensionFileFilter
 
getDescription() - Method in class ix.util.xml.SyntaxFileFilter
 
getDestination() - Method in class ix.itest.SendPanel.SendControls
 
getDestination() - Method in class ix.test.xml.WorldStateExport
 
getDestination() - Method in interface ix.util.IPC.Connection
 
getDestination() - Method in class ix.util.ipc.ObjectStreamConnection
 
getDestinationData(Object) - Method in interface ix.util.IPC.SocketlikeCommunicationStrategy
 
getDestinationToStrategyMap() - Method in class ix.util.ipc.DispatchingStrategy
 
getDimension(String) - Static method in class ix.util.Parameters
 
getDisplayClasses() - Method in class ix.iface.ui.AbstractIFormModel
Get the classes of the object's display fields (e.g.
getDisplayFields() - Method in class ix.iface.ui.AbstractIFormModel
Get the fields of the object that are to be displayed (exc. names)
getDisplayFields() - Method in interface ix.iface.ui.IFormModel
Gets the names of the object's fields that are to be displayed (exc. names)
getDisplayName(Priority) - Method in class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
getDisplayNames() - Method in class ix.iface.ui.AbstractIFormModel
Get the titles to use for the object's display fields
getDocPath() - Method in class ix.util.http.HttpServer
Returns the base path of the URLs that correspond to the files being served as static content.
getDocRoot() - Method in class ix.util.http.HttpServer
Returns the name of the directory, if any, that contains the files being served as static content.
getDocument() - Method in class ix.util.xml.XMLTreeEditFrame
 
getDocument() - Method in class ix.util.xml.XMLTreeEditPanel
 
getDocumentBase() - Method in class ix.applet.AppletCommunicationStrategy
 
getDomain() - Method in class ix.ip2.Ip2
 
getDomain(LList) - Method in class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
getDomain() - Method in class ix.iplan.PlanTest
 
getDomain() - Method in class ix.iview.AbstractUISetEditor
 
getDomain() - Method in class ix.iview.AConstructFramePanel
 
getDomain() - Method in interface ix.iview.ConstructFraming
Gets the current Domain.
getDomain() - Method in class ix.iview.domain.event.UIDomainEvent
 
getDomain() - Method in class ix.iview.domain.UIDomain
 
getDomain() - Method in interface ix.iview.domain.UIObject
Gets the base domain.
getDomain() - Method in class ix.iview.domain.UIObjectClass
 
getDomain() - Method in class ix.iview.domain.UIRefinement
 
getDomain() - Method in class ix.iview.DomainEditor
 
getDomain() - Method in class ix.iview.DomainEditorFrame
 
getDomain() - Method in interface ix.iview.DomainObjectManager
 
getDomainEditor() - Method in class ix.ip2.PanelFrame
 
getDomainFile(File) - Method in class ix.iview.domain.UIDomain
 
getDomainOriginals() - Method in class ix.iview.UIRefinementSetEditor
 
getEditFrame() - Method in class ix.util.xml.XMLTreeEditPanel
 
getEditingItem() - Method in class ix.ip2.ItemEditor.EditPanel
Returns the item being edited / viewed in the panel, if any.
getEditingPanel() - Method in class ix.iview.AConstructFramePanel
 
getEffectConstraints() - Method in class ix.icore.domain.Refinement
 
getEffectiveWidth() - Method in class ix.iface.util.TranscriptTextArea
 
getEffectiveWidth() - Method in class ix.iface.util.TranscriptTextPane
 
getEffectiveWidth() - Method in class ix.util.TextAreaFrame
 
getEffects() - Method in class ix.icore.domain.Refinement
 
getEffects(PNodeEnd) - Method in class ix.iplan.PlanCheckingSimulator
 
getElementName(ClassDescr) - Method in class ix.util.xml.XMLSyntax
 
getElementName(Class) - Method in class ix.util.xml.XMLSyntax
 
getElementName(FieldDescr) - Method in class ix.util.xml.XMLSyntax
 
getEltType() - Method in class ix.util.reflect.ClassDescr
 
getEncodedQueryArgs() - Method in class ix.test.TwitterAtomSearchTest
 
getEnd() - Method in class ix.icore.domain.NodeEndRef
 
getEnd() - Method in class ix.icore.process.PNode
 
getEnd(End) - Method in class ix.icore.process.PNode
 
getEnd() - Method in class ix.icore.process.PNodeEnd
 
getEntries() - Method in class ix.test.xml.Mapping
 
getEntry(Object) - Method in class ix.test.xml.Mapping
 
getEntryColor(int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
getEntryNamespace(int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
getEnumerationValues(Class) - Method in class ix.util.xml.XMLSyntax
Returns a list of the allowed values of an enumeration class.
getEventButton(ActionEvent) - Static method in class ix.iface.ui.util.UIUtil
 
getEventLogger() - Method in class ix.icore.IXAgent
Returns this agents event-logger.
getEventPanel(ActionEvent) - Static method in class ix.iface.ui.util.UIUtil
 
getExample() - Method in class ix.icore.GenericConstraint
 
getExceptType(String) - Method in class ix.util.xml.FileSyntaxManager
 
getExecutionOrder() - Method in class ix.iplan.PlanCheckingSimulator
 
getExpands() - Method in class ix.icore.plan.AbstractRefinement
 
getExpansion() - Method in class ix.icore.plan.AbstractPlanItem
 
getExpansionRefinementName() - Method in class ix.ip2.ActivityItem
 
getExpectedContext() - Method in class ix.iplan.IPlanOptionManager.Opt
 
getExplanation() - Method in class ix.ip2.ActionUnreadyReason
Returns an explanation in natural language, suitable for presenting to a user.
getExplanation() - Method in class ix.ip2.SimpleUnreadyReason
 
getExplanation() - Method in class ix.ip2.UnboundVariablesUnreadyReason
 
getExplanation() - Method in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
getExpression() - Method in class ix.iscript.IScriptXmlSource
 
getExternalName() - Method in class ix.util.reflect.ClassDescr
 
getExternalName() - Method in class ix.util.reflect.FieldDescr
 
getFact(LList) - Method in class ix.ip2.ObjectWhiteboard
 
getFact(Element) - Method in class ix.ip2.ObjectWhiteboard
 
getFacts() - Method in class ix.ip2.ObjectWhiteboard
 
getFactsAsPlan() - Method in class ix.ip2.ObjectWhiteboard
 
getField() - Method in class ix.icore.event.ObjectChangeEvent
 
getField(Object) - Method in class ix.iface.ui.JConstraintEditor
Gets the field that the constraint is kept in.
getField(Object) - Method in class ix.iview.ConstraintEditor
 
getField(Object) - Method in class ix.iview.PropertyEditor
 
getFieldBit(String) - Method in class ix.iface.ui.IFormPanel
 
getFieldClass(String) - Method in class ix.iface.ui.AbstractIFormModel
 
getFieldClass(String) - Method in interface ix.iface.ui.IFormModel
Gets the class of the object's given field name (e.g.
getFieldData(String) - Method in class ix.iface.ui.IFormPanel
Gets the field's value from its display component.
getFieldData(String) - Method in class ix.iview.GlobalFormPanel
reads panel components
getFieldDescrs() - Method in class ix.util.reflect.ClassDescr
Returns a List of FieldDescrs.
getFieldName(String) - Method in class ix.iface.ui.AbstractIFormModel
 
getFieldName(String) - Method in interface ix.iface.ui.IFormModel
Gets the title to use for the object's given field (e.g.
getFieldName(String) - Method in class ix.iview.ActionFormModel
 
getFields() - Method in class ix.util.reflect.FieldMap
 
getFieldValue(Object, FieldDescr) - Method in class ix.util.xml.XMLTranslator
 
getFieldValue(Element, FieldDescr) - Method in class ix.util.xml.XMLTranslator
 
getFieldWeight(String) - Method in class ix.iface.ui.AbstractIFormModel
 
getFieldWeight(String) - Method in interface ix.iface.ui.IFormModel
Gets the weight of the object's given field name to establish its portion of the display.
getFieldWeight(String) - Method in class ix.iview.ActionFormModel
 
getFiles(Class, String) - Method in class ix.util.xml.FileSyntaxManager
Returns an array of Files in a specified directory that might contain instances of a desired class.
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.ChecklistFiles
 
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.HtmlFiles
 
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.TextFiles
 
getFileTypeDescription() - Method in class ix.ip2.Ip2XMLConfig.TFFiles
 
getFileTypeDescription() - Method in interface ix.util.xml.FileSyntax
Returns a short description of the type of files understood by this FileSyntax.
getFileTypeDescription() - Method in class ix.util.xml.FileSyntax.RDFFiles
 
getFileTypeDescription() - Method in class ix.util.xml.FileSyntax.XMLFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.ChecklistFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.HtmlFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.TextFiles
 
getFileTypes() - Method in class ix.ip2.Ip2XMLConfig.TFFiles
 
getFileTypes() - Method in interface ix.util.xml.FileSyntax
Returns a set of strings representing file types / extensions.
getFileTypes() - Method in class ix.util.xml.FileSyntax.RDFFiles
 
getFileTypes() - Method in class ix.util.xml.FileSyntax.XMLFiles
 
getFilterConstraints() - Method in class ix.icore.domain.Refinement
 
getFilterPatterns() - Method in class ix.test.xml.WorldStateView
 
getFilters() - Method in class ix.test.xml.WorldStateView
 
getFinalTowers() - Method in class ix.test.BlockStacker
 
getFinishNode() - Method in interface ix.util.BoundedGraph
 
getFirst() - Method in class ix.iplan.IPlanOptionManager.Opt.UndoTrail
 
getFirstRemainingMessage() - Method in class ix.applet.MessageMemory
 
getFirstRemainingMessage() - Method in class ix.iserve.ipc.MessageMemory
 
getFirstUnacknowledgedMessage() - Method in class ix.applet.MessageServer.User
 
getFlatValues(Map) - Static method in class ix.iface.ui.util.UIUtil
 
getFocusComponent() - Method in class ix.iface.ui.JConstraintEditor
By default, there is no focus component
getFocusComponent() - Method in class ix.iface.ui.JSelectorDialog
By default, there is no focus component
getFocusComponent() - Method in class ix.iview.ConditionEffectEditor
 
getFocusComponent() - Method in class ix.iview.DefaultConstraintEditor
 
getFocusComponent() - Method in class ix.iview.ObjectConstraintEditor
 
getFocusComponent() - Method in class ix.iview.PropertyEditor
 
getFocusComponent() - Method in class ix.iview.SpecEditor
 
getForGoalNode(PNodeEnd) - Method in class ix.iplan.Slip.PossibleConditionFinder
 
getForGoalNode(PNodeEnd) - Method in class ix.iplan.Slip.PossiblesFinder
 
getForm() - Method in class ix.icore.GenericConstraint
 
getForPattern(LList) - Method in class ix.iplan.Slip.PossibleConditionFinder
 
getForPattern(LList) - Method in class ix.iplan.Slip.PossibleConstraintFinder
 
getForPattern(LList) - Method in class ix.iplan.Slip.PossibleEffectFinder
 
getForPattern(LList) - Method in class ix.iplan.Slip.PossiblesFinder
 
getForwardedTo() - Method in class ix.icore.TaskItem
 
getFrame() - Method in interface ix.iface.ui.PropertiesApplication
 
getFrame() - Method in class ix.ip2.Ip2
 
getFrame() - Method in class ix.iplan.IPlanTool
 
getFrame() - Method in class ix.ispace.ISpaceTool
 
getFrame() - Method in class ix.iview.DomainEditor
 
getFrame() - Method in class ix.util.TextAreaFrame
 
getFrameGroup() - Method in class ix.util.xml.XMLTreeEditFrame
 
getFriends() - Method in class ix.test.xml.Example
 
getFriends() - Method in class ix.test.xml.SetExample
 
getFrom() - Method in class ix.applet.AppletMessage
 
getFrom() - Method in class ix.icore.domain.ConstraintRange
 
getFrom() - Method in interface ix.icore.domain.NodeEndRange
 
getFrom() - Method in class ix.icore.domain.Ordering
 
getFrom() - Method in class ix.icore.log.MessageReceived
 
getFrom() - Method in class ix.iserve.ipc.MessageWrapper
 
getFrom() - Method in class ix.test.CompendiumToIX.Link
 
getFullMenuText() - Method in class ix.ip2.test.PanelTest
 
getFullMenuText() - Method in class ix.ip2.test.TestItem
Returns the value of getMenuText() with any occurrences of "$to" replaced by the value of getToName().
getFunction() - Method in class ix.iscript.Call
 
getGoalAchievers(PNode) - Method in class ix.iplan.Slip
 
getGoalCond(PNodeEnd) - Method in class ix.iplan.Slip
 
getGrammar() - Method in class ix.iview.domain.UIDomain
 
getGraph() - Method in class ix.iview.domain.UIRefinement
 
getGraphCanvasPoints() - Method in class ix.iview.igraph.IGraph
 
getHandledBy() - Method in class ix.ip2.AgendaItem
 
getHandlerAction(AgendaItem) - Method in class ix.ip2.AgendaItemTableModel
 
getHeader(HttpServletRequest) - Method in enum ix.iserve.ipc.sl.SLHttpHeader
 
getHeaderAnnotation(MessageWrapper, SLHttpHeader) - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
getHighestEnd() - Method in interface ix.isim.util.LongPriorityQueue
This function returns the element in this priority queue that has the highest priority.
getHighestEnd() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function returns the element in this priority queue that has the highest priority.
getHighestFront() - Method in interface ix.isim.util.LongPriorityQueue
This function returns the element in this priority queue that has the highest priority.
getHighestFront() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function returns the element in this priority queue that has the highest priority.
getHighestNodeId() - Method in class ix.iview.domain.UIRefinement
 
getHighestNodeId(List) - Static method in class ix.iview.domain.UIRefinement
 
getHistory() - Method in class ix.icore.TaskItem
 
getHistory() - Method in class ix.ip2.AgendaItem
 
getHomeNamespace() - Static method in class ix.util.xml.XML
Returns the JDOM Namespace used by the default translator.
getHomeNamespace() - Method in class ix.util.xml.XMLConfig
 
getHomeNamespace() - Method in class ix.util.xml.XMLTranslator
Returns the home namespace used by this XMLTranslator.
getHost() - Method in class ix.util.ipc.ServiceAddress
 
getHostAddr() - Method in class ix.applet.MessageServer.User
 
getHostName() - Method in class ix.util.http.HttpUtilities
Returns the name of the host machine that is running the application.
getHostName() - Static method in class ix.util.Util
Returns the name of the machine that is running this JVM.
getHowHandled() - Method in class ix.ip2.AgendaItem
 
getHTMLDocument() - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
getHttpLengthLimit() - Method in class ix.test.xml.VirtualWorld
 
getHttpServer() - Method in class ix.iserve.IServe
 
getIconImage(Frame) - Static method in class ix.iface.util.IconImage
 
getIconImage(SimpleDomainEditor) - Static method in class ix.iface.util.IconImage
 
getIconImage(ItemEditor) - Static method in class ix.iface.util.IconImage
 
getIconImage(ChatFrame) - Static method in class ix.iface.util.IconImage
 
getIconImage(ISpaceTool) - Static method in class ix.iface.util.IconImage
 
getIconImage(String) - Static method in class ix.iface.util.IconImage
 
getId() - Method in class ix.icore.domain.NodeSpec
 
getId() - Method in class ix.icore.plan.AbstractPlanItem
 
getId() - Method in class ix.icore.plan.AbstractRefinement
 
getId() - Method in class ix.icore.plan.PlanVariable
 
getId() - Method in class ix.icore.plan.PlanVariableDeclaration
 
getId() - Method in class ix.icore.TaskItem
 
getId() - Method in class ix.iview.domain.UINodeSpec
 
getIdSet(List) - Method in class ix.icore.plan.inspect.PlanInspector
 
getIfFalse() - Method in class ix.iscript.If
 
getIfTrue() - Method in class ix.iscript.If
 
getImageIcon(String) - Static method in class ix.util.Util
Constructs an ImageIcon from the named (image) resource.
getImplAttributeValue(Element) - Method in class ix.util.xml.XMLTranslator
 
getImplClass(Element, Class, Class) - Method in class ix.util.xml.XMLTranslator
 
getIn() - Method in class ix.iscript.Lambda
 
getIn() - Method in class ix.iscript.Let
 
getInContext(ContextLink<T>, Context) - Static method in class ix.util.context.Context
Searches a chain of ContextLinks to find the value associated with a given context.
getInContext(ContextLink<T>, Context, T) - Static method in class ix.util.context.Context
Searches a chain of ContextLinks to find the value associated with a given context and returns a default value if no value can be found.
getIndex(TreeNode) - Method in class ix.iface.ui.table.IXTNTreeTableNode
 
getIndex(TreeNode) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
getIndex(TreeNode) - Method in class ix.iview.domain.UINodeSpec
 
getIndex(TreeNode) - Method in class ix.iview.domain.UIObjectClass
 
getIndex(TreeNode) - Method in class ix.iview.domain.UIRefinement
 
getInitialDelay() - Method in class ix.ip2.test.TestSequenceGenerator
 
getInitialObjects(Map, Function1) - Method in class ix.ip2.ObjectView
 
getInitialPlan() - Method in class ix.iplan.PlanTest
 
getInitialTowers() - Method in class ix.test.BlockStacker
 
getInitialWorldStateMap() - Method in class ix.iplan.PlanCheckingSimulator
 
getInnerListener() - Method in class ix.iface.util.CatchingActionListener
Returns the inner action-listener that is wrapped in this CatchingActionListener.
getInput() - Method in class ix.applet.CGIRelay
 
getInputTypesForClass(Class) - Method in class ix.util.xml.FileSyntaxManager
 
getInstalled(PNodeEnd) - Method in class ix.iplan.Slip.PossibleConditionFinder
 
getInstalled(PNodeEnd) - Method in class ix.iplan.Slip.PossibleConstraintFinder
 
getInstalled(PNodeEnd) - Method in class ix.iplan.Slip.PossibleEffectFinder
 
getInstalled(PNodeEnd) - Method in class ix.iplan.Slip.PossiblesFinder
 
getInstantiationEnv() - Method in class ix.ip2.ExpandHandler.ExpandAction
 
getInt(String) - Static method in class ix.util.Parameters
 
getInt(String, int) - Static method in class ix.util.Parameters
 
getInt(String, int, int) - Static method in class ix.util.Parameters
 
getIntValue() - Method in class ix.iserve.ipc.sl.SLRpcMessage
 
getIp2() - Method in class ix.ip2.Ip2ModelManager
 
getIp2ModelManager() - Method in class ix.ip2.Ip2
 
getIsExhaustive() - Method in class ix.iplan.PlanTest
 
getISimEngine() - Method in class ix.isim.ISim
returns the simulation engine used by this ISim agent
getISimTimer() - Method in class ix.icore.IXAgent
Returns this agent's ISimTimer;
getISimTimer(IXAgent) - Static method in class ix.isim.ISimTimer
Factory for getting the right kind of timer for this agent.
getIssue() - Method in class ix.icore.plan.PlanIssue
 
getIssueAgenda() - Method in class ix.ip2.PanelController
 
getIssueIdSet() - Method in class ix.icore.plan.inspect.PlanInspector
 
getIssuePatterns(Iterator, HashSet) - Method in class ix.iview.GrammarEditorPanel
 
getIssues() - Method in interface ix.icore.domain.ConstraintStatement
 
getIssues() - Method in class ix.icore.domain.Refinement
 
getIssues() - Method in class ix.iview.domain.UIRefinement
 
getItem() - Method in class ix.icore.plan.AbstractPlanItem
 
getItem() - Method in class ix.icore.plan.PlanIssue
 
getItem() - Method in class ix.icore.plan.PlanNode
 
getItem() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
 
getItem(Name) - Method in class ix.ip2.Agenda
 
getItem() - Method in class ix.ip2.ItemEditor.EditPanel
Creates an issue or activity from the current state of the panel.
getItemComponent() - Method in class ix.iface.ui.AbstractEditorPanel
Gets the component of the panel.
getItemComponent() - Method in interface ix.iface.ui.IXEditorPanel
Gets the panel's item component
getItemHandlers() - Method in class ix.ip2.Agenda
 
getItems() - Method in class ix.ip2.Agenda
 
getItemVar(PlanVariable) - Method in class ix.icore.plan.PlanAsDomain
 
getItemVar(PlanVariableDeclaration) - Method in class ix.icore.plan.PlanAsDomain
 
getJTable() - Method in class ix.iface.util.CheckTable
 
getJTable() - Method in class ix.iface.util.KeyValueTable
 
getKey() - Method in class ix.icore.event.AnnotationEvent
 
getKey() - Method in class ix.test.xml.MapEntry
 
getKey() - Method in class ix.util.context.ContextHashMap.Entry
 
getKey() - Method in class ix.util.StableHashMap.Entry
 
getKeySortComparator() - Method in class ix.iface.util.KeyValueTable
 
getKeyType() - Method in class ix.util.reflect.ClassDescr
 
getKnownAgents() - Static method in class ix.icore.IXAgent
Returns a set containing all IXAgents that have not been garbage-collected.
getKnownMembers() - Method in class ix.ispace.AbstractAgentGroup
Returns the collection obtained by using the isMember method to filter the base population.
getKnownMembers() - Method in interface ix.ispace.AgentGroup
Returns the collection of AgendData objects that represents the currently known members of this group.
getLanguage() - Method in class ix.test.xml.LispSourceText
 
getLanguage() - Method in interface ix.util.ProgramSource
 
getLast() - Method in class ix.iview.MiniConstraintPanel
 
getLastAckDate() - Method in class ix.iserve.ipc.IServeCommServer.User
 
getLastAckdMessage() - Method in class ix.iserve.ipc.IServeCommServer.User
 
getLastContactDate() - Method in class ix.iserve.ipc.IServeCommServer.User
 
getLastExaminedElement() - Method in class ix.util.xml.XMLTranslator
Returns the JDOM Element most recently examined by the methods that convert XML to objects.
getLastSendDate() - Method in class ix.iserve.ipc.IServeCommServer.User
 
getLevel() - Method in class ix.icore.process.PNode
 
getLibraryDirectory() - Static method in class ix.iface.domain.DomainParser
Returns an abstract pathname (File) that refers to the default library of domain descriptions.
getLinks(IXObject) - Method in class ix.test.CompendiumToIX
Returns the list of CompendiumToIX.Links that go from the specified IXObject.
getLinksFrom(Object) - Method in class ix.iview.igraph.ExpansionModel
 
getLinkStrategy() - Method in class ix.iview.igraph.ExpansionModel
 
getList(String) - Static method in class ix.util.Parameters
 
getList(String, List) - Static method in class ix.util.Parameters
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class ix.iface.ui.IXLabelRenderer
Renders a list cell in colour and text.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class ix.iface.ui.IXTextRenderer
Renders a list cell in colour and text.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class ix.ip2.AgendaViewTable.ActionCellRenderer
 
getListenPort() - Method in class ix.iserve.ipc.IServeCommServer
 
getListofClasses() - Method in class ix.util.xml.XMLSchemaSyntax.Schema
List of classes that require list-of types.
getListValueType(ClassDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
getLiveBranches() - Method in class ix.util.match.MatchChoice
 
getLongId(String) - Method in class ix.iserve.ipc.TinyIds
 
getLongToShortMap() - Method in class ix.util.NameMapper
 
getLookupAgentName(Object) - Method in class ix.http.HttpNameServer.Syntax
 
getLowestEnd() - Method in interface ix.isim.util.LongPriorityQueue
This function returns the element in this priority queue that has the lowest priority.
getLowestEnd() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function returns the element in this priority queue that has the lowest priority.
getLowestFront() - Method in interface ix.isim.util.LongPriorityQueue
This function returns the element in this priority queue that has the lowest priority.
getLowestFront() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function returns the element in this priority queue that has the lowest priority.
getMainPanel() - Method in class ix.iview.AConstructFramePanel
 
getMap(String) - Method in class ix.util.PropertyLogger
Returns this logger's LoggingMap for the named property, or else null of no such map yet exists.
getMapValueType(ClassDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
getMark(int) - Method in class ix.icore.process.PNodeEnd
Returns the current mark-value for this node-end.
getMarkedObjects() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
getMarkedRows() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
getMatchingObjectClasses(String) - Method in class ix.iview.domain.UIDomain
 
getMatchingRefinements(String) - Method in class ix.iview.domain.UIDomain
Finds refinements whose names match the given string.
getMatchingRefinements(LList) - Method in class ix.iview.domain.UIDomain
 
getMatchingRefinements(LList, List) - Method in class ix.iview.UIRefinementSetEditor
 
getMatchingUIRefinements(LList, List) - Method in class ix.iview.UIRefinementSetEditor
 
getMax() - Method in class ix.icore.domain.TimeWindow
 
getMax() - Method in class ix.iplan.TimePointNet.TimeConstraint
 
getMax() - Method in class ix.util.MinMax
 
getMaxDuration() - Method in class ix.icore.domain.TimeWindow
 
getMaxMilliseconds() - Method in class ix.icore.domain.TimeWindow
 
getMaxTime() - Method in class ix.icore.process.TimePoint
 
getMemberNames(String) - Method in class ix.ispace.GroupSender.GroupPanel
 
getMentionedObjects(Object) - Method in class ix.ip2.StateViewTable.ViewTable
 
getMenuBarMenu(JMenuBar, String, boolean) - Static method in class ix.iface.util.IFUtil
Returns the named menu from a menu bar if the menu exists.
getMenuText() - Method in class ix.ip2.test.PanelTest
 
getMenuText() - Method in class ix.ip2.test.TestSubmenu
 
getMenuTextFont() - Method in class ix.iface.util.IXMetalTheme
 
getMenuTextFont() - Method in class ix.iface.util.IXOceanTheme
 
getMessage(Integer) - Method in class ix.iserve.ipc.MessageMemory
 
getMessageQueue() - Method in class ix.applet.MessageServer.User
 
getMessageUrlBase() - Method in class ix.iserve.ipc.IServeCommStrategy
 
getMethod(Object, String, Object[]) - Static method in class ix.util.Fn
Returns the specified method if it exists, else null.
getMethod(Class, String, Class[]) - Static method in class ix.util.Fn
Returns the specified method if it exists, else null.
getMin() - Method in class ix.icore.domain.TimeWindow
 
getMin() - Method in class ix.iplan.TimePointNet.TimeConstraint
 
getMin() - Method in class ix.util.MinMax
 
getMinDuration() - Method in class ix.icore.domain.TimeWindow
 
getMinFullExpandSize(LList) - Method in class ix.iplan.DomainAnalyser
 
getMinFullExpandSize(PatternAssignment) - Method in class ix.iplan.DomainAnalyser
 
getMinFullExpandSize(LList) - Method in class ix.iplan.DomainAnalyser.MinFullExpandFinder
 
getMinFullExpandSize(PatternAssignment) - Method in class ix.iplan.DomainAnalyser.MinFullExpandFinder
 
getMinMilliseconds() - Method in class ix.icore.domain.TimeWindow
 
getMinTime() - Method in class ix.icore.process.TimePoint
 
getModel() - Method in class ix.iface.ui.IFormPanel
Gets the panel's model.
getModelDirectory() - Method in class ix.iview.DomainEditor
 
getModelDirectory() - Method in class ix.iview.DomainEditorFrame
 
getModelListeners() - Method in class ix.iface.ui.AbstractIFormModel
 
getModelListeners() - Method in interface ix.iface.ui.IFormModel
 
getModelManager() - Method in class ix.icore.process.PNode
 
getModelManager() - Method in class ix.ip2.Ip2
 
getModelManager() - Method in class ix.ip2.PanelController
 
getModelManagerBeingChecked() - Method in class ix.iplan.PlanCheckingSimulator
Returns the model-manager that contains the model that this simulator is checking.
getName() - Method in class ix.applet.MessageServer.User
 
getName() - Method in interface ix.icore.domain.ConstraintStatement
 
getName() - Method in class ix.icore.domain.Domain
 
getName() - Method in interface ix.icore.domain.Named
 
getName() - Method in class ix.icore.domain.ObjectClass
 
getName() - Method in class ix.icore.domain.ObjectProperty
 
getName() - Method in class ix.icore.domain.Refinement
 
getName() - Method in class ix.icore.domain.VariableDeclaration
 
getName() - Method in class ix.icore.plan.PlanVariable
 
getName() - Method in class ix.icore.plan.PlanVariableDeclaration
 
getName() - Method in class ix.icore.plan.ProcessParameter
 
getName() - Method in class ix.icore.Variable
 
getName() - Method in class ix.iface.ui.AbstractEditorPanel
Gets the panel's name (the label)
getName(Object) - Method in class ix.iface.ui.AbstractSetEditor
Gets a string representation of the object to identify it uniquely
getName() - Method in interface ix.iface.ui.IXEditorPanel
Gets the panel's name
getName() - Method in interface ix.iface.ui.PropertiesApplication
 
getName() - Method in class ix.iface.util.IXMetalTheme
 
getName() - Method in class ix.ip2.ObjectView
 
getName() - Method in class ix.iplan.ExpandPlanTestGroup
 
getName() - Method in class ix.iplan.IPlanOptionManager.Opt
 
getName() - Method in class ix.iplan.PlanTestGroup
 
getName() - Method in class ix.iscript.Binding
 
getName() - Method in class ix.iscript.VarRef
 
getName() - Method in class ix.iserve.ipc.IServeCommServer
 
getName() - Method in class ix.iserve.ipc.IServeCommServer.User
 
getName() - Method in class ix.ispace.AbstractAgentGroup
Returns the name of this AgentGroup.
getName() - Method in class ix.ispace.AgentData
 
getName() - Method in interface ix.ispace.AgentGroup
Returns the name of this AgentGroup.
getName(Object) - Method in class ix.iview.AbstractUISetEditor
 
getName() - Method in class ix.iview.domain.UIDomain
 
getName() - Method in class ix.iview.domain.UINodeSpec
 
getName() - Method in class ix.iview.domain.UIObjectClass
 
getName() - Method in class ix.iview.domain.UIRefinement
 
getName() - Method in class ix.iview.DomainEditor
Needed for PropertiesApplication
getName() - Method in class ix.iview.igraph.IGraph
 
getName() - Method in class ix.iview.igraph.NodePosition
 
getName() - Method in class ix.test.ExampleData
 
getName() - Method in class ix.test.xml.Example
 
getName() - Method in class ix.test.xml.VirtualWorld
 
getName() - Method in class ix.test.xml.WorldStateView
 
getName() - Method in class ix.util.ipc.DispatchingStrategy.Strategy
 
getName() - Method in class ix.util.reflect.ClassDescr
 
getName() - Method in class ix.util.reflect.FieldDescr
 
getName() - Method in class ix.util.UniqueObject
 
getNameClasses() - Method in class ix.iface.ui.AbstractIFormModel
Get the classes of the object's name fields (e.g.
getNamedColor(String) - Static method in class ix.util.ColorGenerator
 
getNamedConstruct(String) - Method in class ix.iview.ActionEditorPanel
 
getNamedConstruct(String) - Method in class ix.iview.AROEditorPanel
Get a named construct of the panel's type from the domain
getNamedConstruct(String) - Method in interface ix.iview.ConstructFraming
Gets a named construct of the panel's type from the domain
getNamedConstruct(String) - Method in class ix.iview.GlobalFramePanel
 
getNamedConstruct(String) - Method in class ix.iview.GrammarEditorPanel
 
getNamedConstruct(String) - Method in class ix.iview.SimpleEditorPanel
Get a named construct of the panel's type from the domain
getNamedGraph(String) - Method in class ix.iview.domain.UIDomain
 
getNamedObject(String) - Method in class ix.iface.ui.AbstractSetEditor
Finds a construct whose getName(Object) matches the given string.
getNamedObject(String) - Method in class ix.iview.AbstractUISetEditor
Finds an object whose name matches the given string.
getNamedObjectClass(String) - Method in class ix.icore.domain.Domain
 
getNamedObjectClass(String) - Method in class ix.iview.domain.UIDomain
Finds an objectClass whose name matches the given string.
getNamedPanel(String) - Method in class ix.iface.ui.JFrameMTP
 
getNamedRefinement(String) - Method in class ix.icore.domain.Domain
 
getNamedRefinement(String) - Method in class ix.iview.domain.UIDomain
Finds a refinement whose name matches the given string.
getNameFields() - Method in class ix.iface.ui.AbstractIFormModel
Get the fields that correspond to the object's name (e.g.
getNameFields() - Method in interface ix.iface.ui.IFormModel
Gets the names of the object's fields that are to be shown as its name
getNameNames() - Method in class ix.iface.ui.AbstractIFormModel
Get the titles to use for the object's name fields (e.g.
getNamespace() - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
getNamespaceColor(Namespace) - Method in class ix.util.xml.XMLTreeEditPanel
 
getNamespaceColor(Namespace) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
getNamespaces() - Method in class ix.util.xml.XMLTreeNamespaceManager
 
getNamespaces() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
getNameString(TreeNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Gets the string to use for the tree-column (the name of the node).
getNameString(TreeNode) - Method in class ix.ip2.AgendaItemTableModel
Gets the name string of the object (row)
getNameString(TreeNode) - Method in class ix.iview.AROEditorPanel.ClassTreeTableModel
Gets the name string for the given row object.
getNameString(TreeNode) - Method in class ix.iview.table.ActionTreeTableModel
Gets the name string for the given row object.
getNameString(TreeNode) - Method in class ix.iview.table.ShortActionTreeTableModel
Gets the name string for the given row object.
getNameToChildMap() - Method in class ix.icore.process.PNode
 
getNameToOptionMap() - Method in class ix.iplan.IPlanOptionManager
 
getNewData() - Method in class ix.ispace.event.ContactEvent
 
getNewItemFromUser() - Method in class ix.ip2.AgendaTableViewer
 
getNewItemFromUser() - Method in interface ix.ip2.AgendaViewer
 
getNewItemFromUser() - Method in class ix.ip2.AgendaViewTable
 
getNewItemFromUser() - Method in interface ix.ip2.AnnotationViewer
Ask the user to enter a new annotation.
getNewItemFromUser() - Method in class ix.ip2.AnnotationViewTable
 
getNewName() - Method in class ix.icore.event.AgentNameEvent
 
getNewNodeId() - Method in class ix.iview.domain.UIRefinement
 
getNewObjects(Map, Set, Function1) - Method in class ix.ip2.ObjectView
 
getNext() - Method in class ix.util.context.ContextHashMap.Entry
 
getNode() - Method in class ix.icore.domain.AcrossNode
 
getNode() - Method in class ix.icore.domain.NodeEndRef
 
getNode() - Method in class ix.icore.process.PNodeEnd
 
getNodeConditions(PNode) - Method in interface ix.icore.process.ProcessModelManager
 
getNodeConditions(PNode) - Method in class ix.ip2.Ip2ModelManager
 
getNodeConditions(PNode) - Method in class ix.ip2.Ip2WorldStateManager
 
getNodeConstraints(ActivityItem) - Method in class ix.ip2.PlanMaker
 
getNodeEffects(PNode) - Method in class ix.ip2.Ip2ModelManager
 
getNodeEffects(PNode) - Method in class ix.ip2.Ip2WorldStateManager
 
getNodeEnds() - Method in class ix.ip2.Ip2ModelManager
 
getNodeEnds() - Method in class ix.iplan.SlipFindExecutable
 
getNodeFilters(PNode) - Method in class ix.ip2.Ip2ModelManager
 
getNodeForElement(Element) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
getNodePatterns(Collection, HashSet) - Method in class ix.iview.GrammarEditorPanel
 
getNodeRow(TreeNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
getNodes() - Method in class ix.icore.domain.Refinement
 
getNodes() - Method in interface ix.icore.process.ProcessModelManager
 
getNodes() - Method in class ix.ip2.Ip2ModelManager
 
getNodes() - Method in class ix.iview.domain.UINodeSpec
 
getNodes() - Method in class ix.iview.domain.UIRefinement
 
getNodes() - Method in class ix.iview.igraph.ExpansionModel
 
getNodeTimeConstraints(PNode) - Method in class ix.ip2.Ip2ModelManager
 
getNonOrderings(ListOfConstrainer) - Method in class ix.icore.plan.PlanAsDomain
 
getNoObjectConstraints(ItemVar) - Method in class ix.iview.DeclarationEditor
 
getNote() - Method in class ix.util.AbstractUndoAction
Returns a short note that describes what this action is about.
getNote() - Method in interface ix.util.UndoAction
Returns a short note that describes what this action is about.
getNTName(ClassDescr) - Method in class ix.util.xml.XMLSyntax
 
getNTName(Class) - Method in class ix.util.xml.XMLSyntax
 
getNumber() - Method in class ix.util.context.Context
Returns this context's number.
getNumberOfPoints() - Method in class ix.iplan.TimePointNet
 
getNumberPlansReturned() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
getNumberVisible() - Method in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
getObject() - Method in class ix.icore.event.ObjectChangeEvent
 
getObject() - Method in class ix.iface.ui.AbstractIFormModel
 
getObject() - Method in interface ix.iface.ui.IFormModel
Get the model's current base object
getObject() - Method in class ix.iface.ui.JConstraintEditor
Gets the object that is to be constrainted (UIRefinement)
getObject() - Method in class ix.iface.ui.JObjectMenu
 
getObject() - Method in class ix.iface.ui.JObjectPopup
 
getObject() - Method in class ix.ip2.Ip2XMLConfig.LookItem
 
getObject() - Method in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
getObject() - Method in class ix.util.xml.XMLTreeEditFrame
 
getObject() - Method in class ix.util.xml.XMLTreeEditPanel
 
getObjectClass() - Method in class ix.iface.ui.AbstractIFormModel
Get the class of the model's base object
getObjectClass() - Method in interface ix.iface.ui.IFormModel
Gets the class of the model's base object
getObjectClasses() - Method in class ix.icore.domain.Domain
 
getObjectClassRoot() - Method in class ix.iview.domain.UIDomain
 
getObjectClassRootOld() - Method in class ix.iview.domain.UIDomain
 
getObjectClassTree() - Method in class ix.iview.domain.UIDomain
Find all object classes in the domain
getObjectClassTreeOld() - Method in class ix.iview.domain.UIDomain
 
getObjectFieldValue(Object, String) - Static method in class ix.iface.ui.util.UIUtil
 
getObjectHeader() - Method in class ix.ip2.ObjectView
 
getObjectHeader(String) - Method in class ix.ip2.ObjectView
 
getObjectProperties() - Method in class ix.icore.domain.ObjectClass
 
getObjectProperties() - Method in class ix.iview.domain.UIObjectClass
 
getObjectProperties() - Method in class ix.iview.ObjectConstraintEditor
 
getObjectProperties(int, UIObjectClass) - Static method in class ix.iview.ObjectConstraintEditor
 
getObjectRow(Object) - Method in class ix.iface.ui.table.AbstractIXTableModel
Gets the row index of the given object
getObjectRow(Object) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
getObjects() - Method in class ix.ip2.ObjectView
 
getObjectView() - Method in class ix.ip2.ObjectWhiteboard
 
getObjectView(String) - Method in class ix.ip2.ObjectWhiteboard
 
getOf() - Method in class ix.iscript.And
 
getOf() - Method in class ix.iscript.Or
 
getOf() - Method in class ix.iscript.Sequence
 
getOldData() - Method in class ix.ispace.event.ContactEvent
 
getOldName() - Method in class ix.icore.event.AgentNameEvent
 
getOperation(AgendaItem) - Method in class ix.ip2.SyncState.SyncStateHandler
 
getOption() - Method in class ix.iplan.event.OptionEvent
 
getOption(String) - Method in class ix.iplan.IPlanOptionManager
 
getOption() - Method in class ix.iplan.IPlanOptionManager
 
getOptionForInput() - Method in class ix.iplan.IPlanOptionManager
 
getOptionManager() - Method in class ix.ip2.Ip2
 
getOptionMenu() - Method in class ix.iplan.OptionUI
 
getOptionName() - Method in class ix.iplan.event.OptionEvent
 
getOptionsAsPlans() - Method in class ix.iplan.IPlanOptionManager
Returns a map from option names to Plans.
getOrderingChoice() - Method in class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
getOrderings() - Method in class ix.icore.domain.Refinement
 
getOrderings(ListOfConstrainer) - Method in class ix.icore.plan.PlanAsDomain
 
getOrderings() - Method in class ix.icore.plan.PlanRefinement
 
getOrderings() - Method in class ix.iview.domain.UIRefinement
 
getOrderingType() - Method in class ix.iview.domain.UIRefinement
Gets the refinement's ordering type (none, parallel, sequence, other).
getOrderingType(Collection) - Method in class ix.iview.domain.UIRefinement
 
getOrientation() - Method in class ix.iface.ui.IXButPanel
 
getOriginal(Object) - Method in class ix.iface.ui.AbstractSetEditor
Finds the original version of the given object in the originals map
getOriginal(Object) - Method in class ix.iview.AbstractUISetEditor
 
getOriginal() - Method in class ix.iview.domain.UIDomain
 
getOriginal() - Method in interface ix.iview.domain.UIObject
Gets the object that corresponds to this one in the original domain.
getOriginal() - Method in class ix.iview.domain.UIObjectClass
 
getOriginal() - Method in class ix.iview.domain.UIRefinement
 
getOriginals() - Method in class ix.iface.ui.AbstractSetEditor
Gets all original objects from the originals map.
getOriginals() - Method in class ix.iview.UIRefinementSetEditor
 
getOtherConstraints() - Method in class ix.icore.domain.Refinement
 
getOtherConstraints() - Method in class ix.ip2.Ip2ModelManager
 
getOtherConstraints() - Method in class ix.iview.domain.UIRefinement
 
getOtherNodeConstraints(PNode) - Method in class ix.ip2.Ip2ModelManager
 
getOtherNodeEnd() - Method in class ix.icore.process.PNodeEnd
 
getOutputter() - Method in class ix.util.xml.XMLTranslator
 
getOutputTypesForClass(Class) - Method in class ix.util.xml.FileSyntaxManager
 
getOwnObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
getOwnProperties() - Method in class ix.iview.domain.UIObjectClass
 
getPanels() - Method in class ix.iface.ui.JFrameMTP
 
getPanelStyle() - Method in class ix.iface.ui.JFrameMTP
 
getPanelStyles() - Method in class ix.iface.ui.JFrameMTP
 
getParameter(int) - Method in class ix.icore.domain.Constraint
 
getParameter(String) - Static method in class ix.util.Parameters
Returns the value of the parameter if one was specified, else returns null.
getParameter(String, String) - Static method in class ix.util.Parameters
 
getParameters() - Method in class ix.icore.domain.Constrainer
 
getParameters() - Method in class ix.icore.domain.Constraint
 
getParameters() - Method in class ix.icore.domain.Ordering
 
getParameters() - Method in class ix.icore.TaskItem
 
getParameters() - Method in class ix.iscript.Lambda
 
getParameters() - Static method in class ix.util.Parameters
 
getParent() - Method in class ix.iface.ui.table.IXTNTreeTableNode
 
getParent() - Method in class ix.ip2.AgendaItem
 
getParent() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
getParent() - Method in class ix.iview.domain.UINodeSpec
 
getParent() - Method in class ix.iview.domain.UIObjectClass
 
getParent() - Method in class ix.iview.domain.UIRefinement
 
getParent() - Method in class ix.util.context.Context
Returns this context's parent context.
getParentPNode() - Method in class ix.icore.process.PNode
 
getParents() - Method in class ix.iface.ui.table.IXTreeTableNode
 
getParents() - Method in interface ix.iface.ui.tree.IXNode
 
getParents() - Method in class ix.iview.domain.UIObjectClass
 
getParentsBold() - Method in class ix.iface.ui.table.AbstractTreeTableModel
Returns the flag that determines whether the names of parent nodes are displayed bold or not.
getPassword() - Method in class ix.iserve.ipc.MessageWrapper
 
getPath() - Method in interface ix.iface.ui.tree.IXTreeNode
 
getPattern() - Method in class ix.icore.domain.Constraint
 
getPattern() - Method in class ix.icore.domain.NodeSpec
 
getPattern() - Method in class ix.icore.domain.PatternAssignment
 
getPattern() - Method in class ix.icore.domain.Refinement
 
getPattern() - Method in class ix.icore.process.PNode
 
getPattern() - Method in class ix.icore.TaskItem
 
getPattern() - Method in class ix.ip2.AgendaItem
 
getPattern() - Method in class ix.ip2.log.ItemHandledEvent
 
getPattern() - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
getPattern() - Method in class ix.iview.domain.UINodeSpec
 
getPattern() - Method in class ix.iview.domain.UIRefinement
 
getPattern(IXTNTreeTableNode) - Method in class ix.iview.table.ActionTreeTableModel
 
getPattern() - Method in class ix.util.match.MatchCase
getPattern returns this MatchCase's pattern.
getPatternAssignment() - Method in class ix.icore.domain.Constraint
 
getPatternsAndRun() - Method in class ix.test.SimpleExpandingSimulator
 
getPatternsAndRun(SimpleRSim) - Static method in class ix.test.SimpleRSim
 
getPatternValue(LList) - Method in class ix.ip2.Ip2WorldStateManager
 
getPatternVars() - Method in class ix.icore.TaskItem
 
getPatternVars() - Method in class ix.ip2.AgendaItem
 
getPlainValueType(ClassDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
getPlan() - Method in class ix.icore.plan.build.ExamplePlanBuilder
 
getPlan() - Method in interface ix.icore.plan.build.PlanBuilder
Builds everything added so far into a plan and returns that plan.
getPlan() - Method in class ix.icore.plan.build.SimplePlanBuilder
 
getPlan() - Method in interface ix.icore.process.ProcessModelManager
 
getPlan() - Method in class ix.ip2.Ip2
 
getPlan() - Method in class ix.ip2.Ip2ModelManager
 
getPlan() - Method in class ix.ip2.PlanMaker
 
getPlan(ActivityItem) - Method in class ix.ip2.PlanMaker
 
getPlan(ActivityItem, boolean) - Method in class ix.ip2.PlanMaker
 
getPlan() - Method in class ix.iplan.FilteredPlanner
 
getPlan() - Method in interface ix.iplan.Planner
Returns this planner's current plan.
getPlan() - Method in class ix.test.BlockStacker
 
getPlanEvaluation(PlanEvaluator) - Method in class ix.iplan.IPlanOptionManager.Opt
 
getPlanEvaluations() - Method in class ix.iplan.IPlanOptionManager.Opt
 
getPlanEvaluators() - Method in class ix.iplan.IPlanOptionManager
 
getPlanEvaluators() - Method in class ix.iplan.PlanEvalManager
 
getPlanIssueRefinement(Name) - Method in class ix.icore.plan.Plan
 
getPlanIssueRefinements() - Method in class ix.icore.plan.Plan
 
getPlanIssues() - Method in class ix.icore.plan.Plan
 
getPlanIssues() - Method in class ix.icore.plan.PlanIssueRefinement
 
getPlanNode(ActivityItem) - Method in class ix.ip2.PlanMaker
 
getPlanNode(PNode) - Method in class ix.ip2.PlanMaker
 
getPlanNodes() - Method in class ix.icore.plan.Plan
 
getPlanNodes() - Method in class ix.icore.plan.PlanRefinement
 
getPlanRefinement(Name) - Method in class ix.icore.plan.Plan
 
getPlanRefinements() - Method in class ix.icore.plan.Plan
 
getPlans() - Method in class ix.iplan.PlanTest
 
getPlanTestGroup(String) - Method in class ix.iplan.AutoTester
 
getPlanVar(ItemVar) - Method in class ix.icore.plan.DomainAsPlan
 
getPlanVariable() - Method in class ix.icore.plan.PlanVariableDeclaration
 
getPlanVariableDeclarations() - Method in class ix.icore.plan.Plan
 
getPlanVariableDeclarations() - Method in class ix.icore.plan.PlanIssueRefinement
 
getPlanVariableDeclarations() - Method in class ix.icore.plan.PlanRefinement
 
getPlanWithReportBack(ActivityItem) - Method in class ix.ip2.PlanMaker
 
getPopup() - Method in class ix.iface.ui.table.IXTable
Return the popup of the table if it has one
getPort() - Method in class ix.util.ipc.ServiceAddress
 
getPosition(Object) - Method in class ix.iview.igraph.IGraph
 
getPossibleConditions(LList) - Method in class ix.iplan.DomainAnalyser
 
getPossibleConditions(PatternAssignment) - Method in class ix.iplan.DomainAnalyser
 
getPossibleConditions(PNodeEnd) - Method in class ix.iplan.Slip
 
getPossibleConstraints(LList) - Method in class ix.iplan.DomainAnalyser
 
getPossibleEffects(LList) - Method in class ix.iplan.DomainAnalyser
 
getPossibleEffects(PatternAssignment) - Method in class ix.iplan.DomainAnalyser
 
getPossibleEffects(PNodeEnd) - Method in class ix.iplan.Slip
 
getPossibleOtherConstraints(PNodeEnd) - Method in class ix.iplan.Slip
 
getPossibles(PNodeEnd) - Method in class ix.iplan.Slip.PossiblesFinder
 
getPossibleTopLevelConditions(LList) - Method in class ix.iplan.DomainAnalyser
 
getPossibleTopLevelConditions(PNodeEnd) - Method in class ix.iplan.Slip
 
getPossibleTopLevelConstraints(LList) - Method in class ix.iplan.DomainAnalyser
 
getPossibleTopLevelEffects(LList) - Method in class ix.iplan.DomainAnalyser
 
getPossibleTopLevelEffects(PNodeEnd) - Method in class ix.iplan.Slip
 
getPossibleTopLevelOtherConstraints(PNodeEnd) - Method in class ix.iplan.Slip
 
getPossibleUseForEffects(LList) - Method in class ix.iplan.DomainAnalyser
 
getPossibleValues(Set) - Method in class ix.ip2.BindingViewer
 
getPossibleValues(Variable) - Method in class ix.util.match.MatchChoice
 
getPossibleValues() - Method in class ix.util.match.MatchChoiceManager
Returns a map: variable -> set of possible values, one entry for each variable known to this manager.
getPossibleValues(Set) - Method in class ix.util.match.MatchChoiceManager
Returns a map: variable -> set of possible values, one entry for each variable in the specified set.
getPossibleValues(Variable) - Method in class ix.util.match.MatchChoiceManager
 
getPostConstraints() - Method in class ix.icore.process.TimePoint
 
getPostPoint() - Method in class ix.iplan.TimePointNet.TimeConstraint
 
getPreConstraints() - Method in class ix.icore.process.TimePoint
 
getPredecessors() - Method in class ix.icore.process.PNodeEnd
 
getPrePoint() - Method in class ix.iplan.TimePointNet.TimeConstraint
 
getPreviousList(Object) - Method in class ix.iface.ui.JConstraintEditor
Gets the previous list of values for the given constraint.
getPreviousList(Object) - Method in class ix.iview.ConstraintEditor
 
getPreviousList(Object) - Method in class ix.iview.PropertyEditor
 
getPrimary1() - Method in class ix.iface.util.IXMetalTheme
Colours
getPrimary2() - Method in class ix.iface.util.IXMetalTheme
 
getPrimary3() - Method in class ix.iface.util.IXMetalTheme
 
getPriority() - Method in class ix.icore.Report
 
getPriority() - Method in class ix.icore.TaskItem
 
getPriority() - Method in class ix.ip2.AgendaItem
 
getProblem() - Method in class ix.test.xml.BlockStackingTest
 
getProblems() - Method in class ix.iplan.PlanCheckingSimulator
 
getProperties() - Method in class ix.iface.ui.JPropertiesManager
 
getProperties() - Method in class ix.ip2.ObjectView
 
getProperties(IXTNTreeTableNode) - Method in class ix.iview.AROEditorPanel.ClassTreeTableModel
 
getPropertiesFile() - Method in class ix.iface.ui.JPropertiesManager
Specify the name of the properties file to use; set to getDefaultPropertiesFile() if you don't care.
getPropertiesFile() - Method in class ix.iview.IDEPropertiesManager
 
getPropertiesFromComponents(boolean) - Method in class ix.iface.ui.JPreferencesDialog
 
getPropertiesFromComponents(Properties, boolean) - Method in class ix.iface.ui.JPreferencesDialog
fires change only when flag set (only for apply, not save etc)
getPropertiesFromComponents(Properties, boolean) - Method in interface ix.iface.ui.JPropertiesEditor
Looks up the current (new) values of the properties in the editor's components and puts them into the given properties object.
getPropertiesFromComponents(boolean) - Method in interface ix.iface.ui.JPropertiesEditor
As above, but works on the property manager's properties.
getProperty(String) - Method in class ix.iface.ui.JPropertiesManager
 
getProperty(String) - Method in interface ix.iface.ui.PropertiesApplication
Gets the current setting of the given property from the application.
getProperty(Symbol) - Method in class ix.iserve.ipc.IServeCommServer.User
 
getProperty(String) - Method in class ix.iview.DomainEditor
 
getProperty(String) - Method in class ix.util.Parameters.AccessRecordingProperties
 
getProperty(String, String) - Method in class ix.util.Parameters.AccessRecordingProperties
 
getPropertyFromBooleanComponent(String, Component) - Method in class ix.iface.ui.JPreferencesDialog
 
getPropertyFromComponent(String, List) - Method in class ix.iface.ui.JPreferencesDialog
 
getPropertyFromComponent(String, List) - Method in interface ix.iface.ui.JPropertiesEditor
 
getPropertyFromComponent(String, List) - Method in class ix.iview.IDEPreferencesDialog
 
getPropertyFromPattern(LList) - Static method in class ix.iview.util.IVUtil
Looks at the first element in the list and compares it to the given property.
getPropValue(ObjectProperty, Object, Map) - Method in class ix.ip2.ObjectWhiteboard
 
getPropValue(Symbol, Object) - Method in class ix.ip2.ObjectWorld
 
getPV(Variable) - Method in class ix.ip2.PlanMaker.Pass2
 
getRandomSimulations() - Method in class ix.iplan.PlanTest
 
getReason() - Method in exception ix.iplan.Poison
 
getReason() - Method in exception ix.util.http.HttpRequestException
 
getReason() - Method in exception ix.util.IPC.IPCException
 
getReasonableSize() - Method in class ix.iface.util.CheckTable.ViewJTable
 
getReceivedContents(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommStrategy
 
getRef() - Method in class ix.icore.Report
 
getRef() - Method in class ix.icore.TaskItem
 
getRefinement() - Method in class ix.icore.domain.event.RefinementEvent
 
getRefinement(Name) - Method in class ix.icore.plan.inspect.PlanInspector
 
getRefinement() - Method in class ix.icore.process.PNode
 
getRefinements() - Method in class ix.icore.domain.Domain
 
getRegisterAddress(Object) - Method in class ix.http.HttpNameServer.Syntax
 
getRegisterAgentName(Object) - Method in class ix.http.HttpNameServer.Syntax
 
getRegistrationDates() - Method in class ix.applet.MessageServer.User
 
getRegistrationDates() - Method in class ix.iserve.ipc.IServeCommServer.User
 
getRelation() - Method in class ix.icore.domain.Constrainer
 
getRelation() - Method in class ix.icore.domain.Constraint
 
getRelation() - Method in class ix.icore.domain.Ordering
 
getRelation() - Method in class ix.icore.GenericConstraint
 
getRelationship() - Method in class ix.ispace.AgentData
 
getRelativeName(Object) - Static method in class ix.iview.util.IVUtil
 
getRelativeTime() - Method in class ix.isim.TimedEvent
 
getRemoteAddr() - Method in class ix.applet.AppletMessage
 
getRemoteAddr() - Method in class ix.iserve.ipc.MessageWrapper
 
getRemoteHost() - Method in class ix.applet.AppletMessage
 
getRemoteHost() - Method in class ix.iserve.ipc.MessageWrapper
 
getRepeat() - Method in class ix.iscript.While
 
getReportBack() - Method in class ix.icore.TaskItem
 
getReports() - Method in class ix.ip2.AgendaItem
 
getReportType() - Method in class ix.icore.Report
 
getResult() - Method in exception ix.util.ThrownResult
 
getResultMap() - Method in class ix.util.FanComposer
Return the result as a Map.
getRootClass() - Method in class ix.util.xml.XMLSchemaSyntax.Schema
What this schema is about (domain, plan, or all objects).
getRootElement() - Method in class ix.util.xml.LiteralDocument
 
getRoots() - Method in class ix.util.AbstractDirectedGraph
 
getRoots() - Method in class ix.util.DAGTransitiveClosure
 
getRoots() - Method in interface ix.util.DirectedGraph
 
getRoots() - Method in class ix.util.FullTransitiveClosure
 
getRowCount() - Method in class ix.iface.ui.table.AbstractIXTableModel
JTable required TableModel function.
getRowCount() - Method in class ix.iface.util.CheckTable.ViewTableModel
 
getRowCount() - Method in class ix.iface.util.KeyValueTable.ViewTableModel
 
getRowCount() - Method in class ix.isim.EventsTableModel
 
getRowCount() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
getRowIndex(Component) - Method in class ix.iface.util.GridColumn
 
getRowIndex() - Method in class ix.ip2.AgendaViewTable.Row
 
getRowNode(int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
getRowObject(int) - Method in class ix.iface.ui.table.AbstractIXTableModel
Gets the object that is in the given row.
getRowObject(int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
getRowObjects(int) - Method in class ix.ip2.StateViewTable.ViewTable
 
getRowObjects(Object, Object) - Method in class ix.ip2.StateViewTable.ViewTable
 
getRules() - Method in class ix.util.xml.BNFSyntax.RuleList
 
getSatisfiedConditions() - Method in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
getScope() - Method in class ix.icore.plan.PlanVariableDeclaration
 
getSecondary3() - Method in class ix.iface.util.IXMetalTheme
 
getSecondary3() - Method in class ix.iface.util.IXOceanTheme
Colours
getSeed() - Method in class ix.iserve.ipc.TinyIds
 
getSelected() - Method in class ix.itest.SendPanel.SendControlsPanel
 
getSelectedCard() - Method in class ix.itest.SendPanel.CardPanel
 
getSelectedIndex() - Method in class ix.iface.ui.ListEditorPanel
 
getSelectedIndex() - Method in class ix.iface.ui.ToggleEditorPanel
find the first button that is toggled on
getSelectedNames() - Method in class ix.ispace.GroupSender.GroupPanel
 
getSelectedNode() - Method in class ix.util.xml.XMLTreeEditPanel.EditorTree
 
getSelectedObject() - Method in class ix.iface.ui.ListEditorPanel
 
getSelectedObject() - Method in class ix.iface.ui.table.IXTable
 
getSelectedObject() - Method in class ix.iface.ui.ToggleEditorPanel
find the first button that is toggled on and return its command or label
getSelectedPriority() - Method in class ix.iface.util.PriorityComboBox
 
getSelectedPriority() - Method in class ix.iview.util.PriorityComboBox
 
getSelectedString() - Method in class ix.iface.util.ComboChoice
 
getSelectedValue() - Method in class ix.iface.util.SelectionPanel.Row
 
getSelectedValue() - Method in class ix.iface.util.ValueComboBox
 
getSelectedValue() - Method in class ix.ispace.ISpaceTool.RelationComboBox
Returns an AgentRelationship.
getSelectedValue() - Method in class ix.util.ipc.DispatchingStrategy.StrategyComboBox
 
getSelectedValues() - Method in class ix.iface.util.CheckTable
 
getSelectedValues() - Method in class ix.iface.util.CheckTable.ViewTableModel
 
getSelectedValues() - Method in class ix.iface.util.CheckTableDialog
 
getSelectedValues() - Method in class ix.iface.util.ListSelectionDialog
 
getSelection() - Method in class ix.iface.util.RadioButtonBox
Returns the action command specified by the most recently selected JRadioButton in the box.
getSelectionCommand() - Method in class ix.iface.ui.IXButPanel
 
getSendDate() - Method in class ix.applet.AppletMessage
 
getSendDate() - Method in class ix.iserve.ipc.MessageWrapper
 
getSenderId() - Method in class ix.ichat.ChatMessage
 
getSenderId() - Method in class ix.icore.domain.Constraint
 
getSenderId() - Method in class ix.icore.Report
 
getSenderId() - Method in interface ix.icore.Sendable
 
getSenderId() - Method in class ix.icore.TaskItem
 
getSendPanel() - Method in class ix.ichat.ChatFrame
 
getSendPanelVisible() - Method in class ix.ip2.PanelFrame
 
getSentinels() - Method in class ix.icore.process.AbstractPMM
 
getSentinels() - Method in class ix.ip2.Ip2ModelManager
 
getSeqNo() - Method in class ix.applet.AppletMessage
 
getSeqNo() - Method in class ix.iserve.ipc.MessageWrapper
 
getSequenceNumber() - Method in class ix.applet.AppletMessage
 
getSequenceNumber() - Method in class ix.iserve.ipc.MessageWrapper
 
getServerPort() - Method in class ix.util.http.HttpServer
Returns the port this server is listening on.
getShadowedEnds() - Method in class ix.icore.process.PNodeEnd
Returns a list containing all the node-ends that are forced by ordering constraints to be after this one.
getShard() - Method in class ix.test.xml.VirtualWorld
 
getShortDescription() - Method in class ix.icore.TaskItem
 
getShortDescription() - Method in class ix.ip2.AgendaItem
 
getShortDescription() - Method in class ix.iplan.PlanEvaluator
 
getShortToLongMap() - Method in class ix.util.NameMapper
 
getSimController() - Method in class ix.test.SimpleExpandingSimulator
 
getSimFrame() - Method in class ix.iplan.IPlanTool
 
getSimpleType(Class) - Static method in class ix.util.xml.XMLSchemaSyntax
Maps classes to simple schema types.
getSimStartTime() - Method in class ix.isim.ISimEngine
This function returns the the simulated time at which the simulation was started.
getSimTime() - Method in class ix.examples.PicoISim.SimController
 
getSimTime() - Method in class ix.examples.PicoISim.SimEventHandler
 
getSimTimeInMillis() - Method in class ix.isim.ISimTimer
This function returns the current time in the simulation.
getSize() - Method in class ix.test.xml.Example
 
getSocket() - Method in class ix.util.ipc.ObjectStreamConnection
 
getSort() - Method in class ix.iview.AConstructFramePanel
 
getSort() - Method in class ix.iview.ActionEditorPanel
 
getSort() - Method in class ix.iview.GlobalFormPanel
 
getSort() - Method in class ix.iview.GlobalFramePanel
 
getSort() - Method in class ix.iview.table.ActionTreeTableModel
 
getSortedEnds() - Method in class ix.ip2.TimelineViewer
 
getSortedNameList() - Method in class ix.ispace.ContactManager
 
getSource() - Method in class ix.test.xml.LispSourceText
 
getSource() - Method in interface ix.util.ProgramSource
 
getSourceNode() - Method in class ix.icore.Variable
 
getSpec() - Method in class ix.iview.domain.UISpec
 
getSpecifiedPlan(AgendaItem) - Method in class ix.ip2.LoadPlanHandler.LoadPlanAction
 
getSpeed() - Method in class ix.isim.dynamic.BearingMoveSpec
 
getSpeed() - Method in interface ix.isim.dynamic.MoveSpec
 
getSpeed() - Method in class ix.isim.dynamic.PointListMoveSpec
 
getStages() - Method in class ix.iplan.ExecutionStages
 
getStartingEndForWalk(PNode) - Method in class ix.iplan.SanityChecker.NodeEndConnectivityChecker
 
getStartNode() - Method in interface ix.util.BoundedGraph
 
getState() - Method in class ix.iview.util.ModellingState
 
getStatistics() - Method in class ix.iplan.FilteredPlanner
 
getStatistics() - Method in interface ix.iplan.Planner
Returns statistics gathered by the most recent Planner.plan() or Planner.replan().
getStatistics() - Method in class ix.iplan.PlannerBase
 
getStatistics() - Method in class ix.iplan.Slip
 
getStats() - Method in class ix.iplan.IPlanOptionManager
 
getStats() - Method in class ix.iplan.IPlanOptionManager.Opt
 
getStats() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
getStatus() - Method in interface ix.icore.HasStatus
 
getStatus() - Method in class ix.icore.process.PNode
 
getStatus() - Method in class ix.icore.process.PNodeEnd
 
getStatus() - Method in class ix.icore.TaskItem
 
getStatus() - Method in class ix.ip2.AgendaItem
 
getStatus(PNodeEnd) - Method in class ix.iplan.Slip
 
getStatus() - Method in class ix.iserve.ipc.Registration
 
getStatus() - Method in class ix.isim.TimedEvent
 
getStatus() - Method in exception ix.util.http.HttpRequestException
 
getStepLimit() - Method in class ix.iplan.PlanTest
 
getStrategy(Object) - Method in class ix.util.ipc.DispatchingStrategy
 
getStrategy() - Method in class ix.util.ipc.DispatchingStrategy.Strategy
 
getStringer(Class<T>) - Method in class ix.util.reflect.ClassSyntax
 
getStringOriginal(String) - Method in class ix.iface.ui.AbstractSetEditor
 
getStringOriginal(String) - Method in class ix.iview.AbstractUISetEditor
 
getStringOriginal(String) - Method in class ix.iview.UIObjectClassSetEditor
 
getStringOriginal(String) - Method in class ix.iview.UIRefinementSetEditor
 
getStringValue() - Method in class ix.iserve.ipc.sl.SLRpcMessage
 
getStructFieldValueType(FieldDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
getStyleSheet() - Method in class ix.iface.util.IXHtmlEditorKit
 
getSubclasses(Class) - Method in class ix.util.reflect.InheritanceTree
 
getSubClassNames() - Method in class ix.iview.domain.UIObjectClass
 
getSubitems() - Method in class ix.icore.plan.AbstractRefinement
 
getSubitems(Object) - Method in class ix.icore.plan.build.ExamplePlanBuilder
Returns the subissues of an issue, or the subactivities of an activity, that have been added so far.
getSubitems(AbstractPlanItem) - Method in class ix.icore.plan.inspect.PlanInspector
 
getSubitems() - Method in class ix.icore.plan.PlanIssueRefinement
 
getSubitems() - Method in class ix.icore.plan.PlanRefinement
 
getSubjectInPattern(LList) - Static method in class ix.iview.util.IVUtil
Looks at the second element in the list returns it as a string.
getSubTextFont() - Method in class ix.iface.util.IXMetalTheme
 
getSubTextFont() - Method in class ix.iface.util.IXOceanTheme
 
getSuccessor(L) - Method in class ix.iplan.SanityChecker.ReachableWithin
 
getSuccessorLinks(T) - Method in class ix.iplan.SanityChecker.ReachableWithin
 
getSuccessors() - Method in class ix.icore.process.PNodeEnd
 
getSuccessors(Object) - Method in class ix.util.AbstractDirectedGraph
 
getSuccessors(Object) - Method in class ix.util.DAGTransitiveClosure
 
getSuccessors(Object) - Method in interface ix.util.DirectedGraph
 
getSuccessors(Object) - Method in class ix.util.FullTransitiveClosure
 
getSuperclass() - Method in class ix.util.reflect.ClassDescr
Returns the superclass of the described class.
getSuperclass(Class) - Method in class ix.util.reflect.InheritanceTree
 
getSuperClassNames() - Method in class ix.icore.domain.ObjectClass
 
getSuperClassNames() - Method in class ix.iview.domain.UIObjectClass
 
getSyntax() - Method in class ix.icore.domain.ObjectProperty
 
getSyntax() - Method in interface ix.iscript.IScriptSource
Returns a string that identifies the syntax of the source contained in, or represented by, this object.
getSyntax() - Method in class ix.iscript.IScriptXmlSource
 
getSyntax() - Method in class ix.test.xml.LispSourceText
 
getSyntax(String) - Method in class ix.util.xml.FileSyntaxManager
 
getSyntax(File) - Method in class ix.util.xml.FileSyntaxManager
 
getSyntax(URL) - Method in class ix.util.xml.FileSyntaxManager
 
getSyntaxes() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
 
getSyntaxForType(String) - Method in class ix.util.xml.FileSyntaxManager
 
getSyntaxList() - Method in class ix.ip2.Agenda
 
getSyntaxList() - Method in class ix.ip2.ConnectHandler
 
getSyntaxList() - Method in class ix.ip2.Ip2.AddExtensionsHandler
 
getSyntaxList() - Method in class ix.ip2.Ip2.AddHandlersHandler
 
getSyntaxList() - Method in class ix.ip2.ItemHandler
Returns a list of patterns representing the item pattern syntaxes this handler can process, or null if no particular syntax is required.
getSyntaxList() - Method in class ix.ip2.LoadDomainHandler
 
getSyntaxList() - Method in class ix.ip2.LoadPlanHandler
 
getSyntaxList() - Method in class ix.ip2.QueryHandler.AnswerHandler
 
getSyntaxList() - Method in class ix.ip2.QueryHandler
 
getSyntaxList() - Method in class ix.ip2.SendReportHandler
 
getSyntaxList() - Method in class ix.ip2.SetCapabilitiesHandler
 
getSyntaxList() - Method in class ix.ip2.ShowURLHandler
 
getSyntaxList() - Method in class ix.ip2.SyncSimulationTimeHandler
 
getSyntaxList() - Method in class ix.ip2.SyncState.SyncStateHandler
 
getSyntaxList() - Method in class ix.iserve.AddServletHandler
 
getSyntaxList() - Method in class ix.test.ChangeSymbolNameHandler
 
getSyntaxList() - Method in class ix.test.MatchChoiceHandler
 
getSyntaxList() - Method in class ix.test.MatchStateHandler
 
getSyntaxList() - Method in class ix.test.TestAutoHandler
 
getSystemTextColor() - Method in class ix.iface.util.IXMetalTheme
 
getSystemTextFont() - Method in class ix.iface.util.IXMetalTheme
 
getSystemTextFont() - Method in class ix.iface.util.IXOceanTheme
 
getTableCell(int) - Method in class ix.iface.util.HtmlTableEditorPane.TableDocumentFilter
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class ix.iface.ui.table.IXDefaultCellEditor
Overwrite this with your own initialisation if needed, then call this as the last thing you do.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ix.iface.ui.IXLabelRenderer
Renders a table cell in colour and text.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ix.iface.ui.IXTextRenderer
Renders a table cell in colour and text.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceCellRenderer
 
getTableText() - Method in class ix.ip2.ObjectWhiteboard.Fact
 
getTag(Element) - Method in class ix.iface.util.HtmlTableWalker
 
getTag(Element) - Method in class ix.ip2.ObjectWhiteboard
Returns the HTML.Tag of an Element.
getTagDepth() - Method in class ix.iface.util.HtmlWriter
 
getTagStack() - Method in class ix.iface.util.HtmlWriter
 
getTail() - Method in class ix.util.lisp.LListIterator
Returns the tail of the list that corresponds to the iterator's current position.
getTask() - Method in class ix.iplan.PlanTest
 
getTemplate() - Method in class ix.ip2.test.TestSequenceGenerator
 
getter - Variable in class ix.util.reflect.FieldDescr
 
getTest() - Method in class ix.iscript.If
 
getTest() - Method in class ix.iscript.While
 
getTestItems() - Method in class ix.ip2.test.PanelTest
 
getTestItems() - Method in class ix.ip2.test.TestItem
 
getTestItems() - Method in class ix.ip2.test.TestSequence
 
getTestItems() - Method in class ix.ip2.test.TestSequenceGenerator
 
getTestItems() - Method in class ix.ip2.test.TestSubmenu
 
getTests() - Method in class ix.iplan.ExpandPlanTestGroup
 
getTests() - Method in class ix.iplan.PlanTestGroup
 
getText() - Method in class ix.ichat.ChatMessage
 
getText() - Method in class ix.icore.Report
 
getTextComponent() - Method in class ix.iface.ui.ThingEditorPanel
 
getThread() - Method in class ix.isim.TimedEvent
 
getTimedEvent(LList) - Static method in class ix.isim.TimedEvent
This factory method must be used to create new timed events.
getTimeWindow() - Method in class ix.icore.domain.Constraint
 
getTinyId(String) - Method in class ix.iserve.ipc.TinyIds
 
getTitle() - Method in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
getTo() - Method in class ix.icore.domain.ConstraintRange
 
getTo() - Method in interface ix.icore.domain.NodeEndRange
 
getTo() - Method in class ix.icore.domain.Ordering
 
getTo() - Method in class ix.icore.log.MessageSent
 
getTo() - Method in class ix.iscript.Assignment
 
getTo() - Method in class ix.iserve.ipc.MessageWrapper
 
getTo() - Method in class ix.test.CompendiumToIX.Link
 
getToAgents(AgendaItem) - Method in class ix.ip2.ForwardingHandler
 
getToName() - Method in class ix.ip2.test.TestItem
 
getToNames(AgendaItem) - Method in class ix.ip2.ForwardingHandler
 
getToNames() - Method in class ix.ip2.test.TestSequenceGenerator
 
getTool() - Method in class ix.iface.util.ToolController
Returns the tool object if it exists, otherwise null.
getToolManager() - Method in class ix.ip2.PanelFrame
 
getToolName() - Method in class ix.iface.util.ToolController
Returns a string that can be used to identify the tool in a menu or in other lookup mechanisms.
getToolsMenu() - Method in class ix.iface.util.ToolManager
Returns a JMenu suitable for use in a menu bar.
getTopLevelConstraints() - Method in class ix.ip2.PlanMaker
 
getTowers() - Method in class ix.test.SimpleBlockSim
 
getTPNManager() - Method in class ix.ip2.Ip2ModelManager
 
getTranslator() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
getTranslator() - Method in class ix.util.xml.FileSyntax.RDFFiles
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeRenderer
 
getTreeNode(Object) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Get the (possibly new) TreeNode that is associlated with the given Object.
getTreeNode(Object, List, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
getTreeNode(Object, String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
getTreeNodeType(IXTreeTableNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Gets a character or icon to use as a reflection of the node's tree-status.
getTreeParent(IXTreeNode) - Method in class ix.iface.ui.tree.EditableTreeModel
 
getTreePath() - Method in class ix.iplan.IPlanOptionTool.TNode
 
getTreePath() - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
getTreeValueAt(IXTreeTableNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Gets the value that indicates the tree-position (indented name).
getTreeValueAt(IXTreeTableNode) - Method in class ix.ip2.AgendaItemTableModel
 
getType() - Method in class ix.icore.domain.Constrainer
 
getType() - Method in class ix.icore.domain.Constraint
 
getType() - Method in class ix.icore.domain.Ordering
 
getType() - Method in class ix.icore.GenericConstraint
 
getType() - Method in class ix.icore.plan.ProcessParameter
 
getType() - Method in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
getType() - Method in class ix.iview.domain.UISpec
 
getType() - Method in class ix.util.reflect.FieldDescr
 
getType(String) - Method in class ix.util.xml.FileSyntaxManager
 
getTypeConstraint(ItemVar) - Method in class ix.iview.domain.UIRefinement
 
getTypeConstraints() - Method in class ix.iview.domain.UIRefinement
 
getTypeDefinition(String) - Method in class ix.util.xml.XMLSchemaSyntax.Schema
Finds a definition in the existing top-level content.
getTypeDescr() - Method in class ix.util.reflect.FieldDescr
 
getTypes() - Method in class ix.ip2.ObjectView
 
getUIConstruct() - Method in class ix.iview.AConstructEditorPanel
Gets the current UI construct.
getUIConstruct() - Method in class ix.iview.AConstructFramePanel
Looks up the current construct in the main panel.
getUIConstruct() - Method in class ix.iview.ActionFormPanel
Gets the current UI construct.
getUIConstruct() - Method in class ix.iview.AROEditorPanel.AROFormPanel
 
getUIConstruct() - Method in interface ix.iview.ConstructEditing
Gets the current UI construct.
getUIConstruct() - Method in class ix.iview.GlobalFormPanel
 
getUIConstruct() - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
getUIDomain() - Method in class ix.iview.AbstractUISetEditor
 
getUIDomain() - Method in class ix.iview.AConstructEditorPanel
Gets the current UIDomain.
getUIDomain() - Method in class ix.iview.AConstructFramePanel
 
getUIDomain() - Method in class ix.iview.ActionFormPanel
Gets the current UIDomain.
getUIDomain() - Method in class ix.iview.AROEditorPanel.AROFormPanel
 
getUIDomain() - Method in interface ix.iview.ConstructEditing
Gets the current UIDomain.
getUIDomain() - Method in interface ix.iview.ConstructFraming
Gets the current UIDomain.
getUIDomain() - Method in class ix.iview.domain.UIDomain
 
getUIDomain() - Method in interface ix.iview.domain.UIObject
Gets the ui domain of which this object is part.
getUIDomain() - Method in class ix.iview.domain.UIObjectClass
 
getUIDomain() - Method in class ix.iview.domain.UIRefinement
 
getUIDomain() - Method in class ix.iview.DomainEditor
 
getUIDomain() - Method in class ix.iview.DomainEditorFrame
 
getUIDomain() - Method in interface ix.iview.DomainObjectManager
 
getUIDomain() - Method in class ix.iview.GlobalFormPanel
 
getUIDomain() - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
getUIDomain() - Method in class ix.iview.tree.DomainTreeModel
 
getUIDomainListeners() - Method in class ix.iview.domain.UIDomain
 
getUIObject() - Method in class ix.iview.domain.event.UIDomainEvent
 
getUIObject(IXObject) - Method in class ix.iview.domain.UIDomain
 
getUnboundVariables() - Method in exception ix.icore.domain.MissingValuesException
 
getUnboundVars() - Method in class ix.icore.TaskItem
 
getUnboundVars() - Method in class ix.ip2.AgendaItem
 
getUnboundVars() - Method in class ix.ip2.UnboundVariablesUnreadyReason
 
getUnboundVars() - Method in class ix.test.SimpleRSim.RecordIfUnbound
 
getUndoTrail() - Method in class ix.ip2.Ip2ModelManager
 
getUndoTrail() - Method in class ix.iplan.IPlanOptionManager
 
getUnexpandableNodes() - Method in class ix.iplan.DomainAnalyser
 
getUnreadyReason() - Method in class ix.ip2.CompletionHandler.DoneAction
 
getUnreadyReason() - Method in class ix.ip2.CompletionHandler.SimpleDoneAction
Deprecated.  
getUnreadyReason() - Method in class ix.ip2.ConditionHandler.SatisfyAction
 
getUnreadyReason() - Method in class ix.ip2.ExpandHandler.ExpandAction
 
getUnreadyReason() - Method in class ix.ip2.HandlerAction.AutomaticWhenBound
Returns a reason giving the unbound variables in the agenda-item's pattern.
getUnreadyReason() - Method in class ix.ip2.HandlerAction
Returns an object that explains why this handler is not ready to be used.
getUnreadyReason() - Method in class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
getUnreadyReason() - Method in class ix.ip2.LoadPlanHandler.LoadPlanAction
 
getUnsatisfiedConditions() - Method in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
getUpperName() - Method in class ix.util.reflect.ClassDescr
Returns an all-upper-case version of the external name.
getUpperName(ClassDescr) - Method in class ix.util.xml.XMLSyntax
 
getUpperName(Class) - Method in class ix.util.xml.XMLSyntax
 
getUser(String) - Method in class ix.applet.MessageServer
 
getUser(String) - Method in class ix.iserve.ipc.IServeCommServer
 
getUserChildren(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
getUserChildren(Object) - Method in class ix.iview.tree.DomainTreeModel
 
getUserChildren(Object) - Method in class ix.iview.tree.ObjectClassTreeModel
 
getUserChildren(Object) - Method in class ix.iview.tree.RefinementTreeModel
 
getUserName() - Static method in class ix.util.Util
Returns the name of the user who started this JVM.
getUserObject() - Method in interface ix.iface.ui.tree.IXTreeNode
 
getUserParents(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
getUserParents(Object) - Method in class ix.iview.tree.ObjectClassTreeModel
 
getUserParents(Object) - Method in class ix.iview.tree.RefinementTreeModel
 
getUserRoot() - Method in class ix.iface.ui.tree.EditableTreeModel
 
getUsers() - Method in class ix.applet.MessageServer
 
getUsers() - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
getUsers() - Method in class ix.iserve.ipc.IServeCommServer
 
getUserTextFont() - Method in class ix.iface.util.IXMetalTheme
 
getUserTextFont() - Method in class ix.iface.util.IXOceanTheme
 
getUUID() - Method in class ix.iserve.ipc.IServeCommServer.User
 
getUUID() - Method in class ix.iserve.ipc.MessageWrapper
 
getUuid() - Method in class ix.iserve.ipc.MessageWrapper
 
getUUID() - Method in class ix.iserve.ipc.Registration
 
getUuid() - Method in class ix.iserve.ipc.Registration
 
getValType() - Method in class ix.util.reflect.ClassDescr
 
getValue() - Method in class ix.icore.domain.Constraint
 
getValue() - Method in class ix.icore.domain.PatternAssignment
 
getValue() - Method in class ix.icore.event.AnnotationEvent
 
getValue() - Method in class ix.icore.plan.ProcessParameter
 
getValue() - Method in class ix.icore.Variable
 
getValue(String) - Method in class ix.iface.ui.AbstractIFormModel
Get the current object's value for the given field.
getValue(EditableObject, String) - Method in class ix.iface.ui.AbstractIFormModel
 
getValue(String) - Method in interface ix.iface.ui.IFormModel
Gets the current object's value for the given field name.
getValue(Object) - Method in class ix.iface.util.KeyValueTable
 
getValue() - Method in class ix.ip2.ObjectWhiteboard.Fact
 
getValue() - Method in class ix.iplan.ChecksimPlanEvaluation
 
getValue() - Method in class ix.iplan.ErrorPlanEvaluation
 
getValue() - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
getValue() - Method in interface ix.iplan.PlanEvaluation
Returns the current value of this evaluation.
getValue() - Method in class ix.iplan.SimplePlanEvaluation
 
getValue() - Method in class ix.iscript.Assignment
 
getValue() - Method in class ix.iscript.Binding
 
getValue() - Method in class ix.iscript.Literal
 
getValue(String) - Method in class ix.iview.ActionFormModel
 
getValue(String) - Method in class ix.iview.DomainFormModel
 
getValue() - Method in class ix.test.xml.MapEntry
 
getValue() - Method in class ix.util.context.ContextHashMap.Entry
 
getValue(List, String) - Static method in class ix.util.EnumeratedValue
 
getValue() - Method in class ix.util.FutureValue
Returns the computed value once it is available.
getValue(Object) - Method in class ix.util.reflect.FieldDescr
 
getValue() - Method in class ix.util.StableHashMap.Entry
 
getValueAt(int, int) - Method in class ix.iface.ui.table.AbstractIXTableModel
Gets the value for a cell in the table defined by the given indices.
getValueAt(int, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Get the value for a cell in the table defined by the parameters.
getValueAt(int, int) - Method in class ix.iface.util.CheckTable.ViewTableModel
 
getValueAt(int, int) - Method in class ix.iface.util.KeyValueTable.ViewTableModel
 
getValueAt(int, int) - Method in class ix.isim.EventsTableModel
 
getValueAt(int, int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
getValueClassName() - Method in class ix.icore.domain.ObjectProperty
 
getValueElseError(List, String) - Static method in class ix.util.EnumeratedValue
 
getValueFromTable() - Method in class ix.ip2.ObjectWhiteboard.Fact
 
getValueLinkInContext(ContextLink<T>, Context) - Static method in class ix.util.context.Context
Searches a chain of ContextLinks to find the link that contains the value associated with a given context.
getVarConstraints(ItemVar) - Method in class ix.iview.DeclarationEditor
Looks up the constraints for the given variable in the varConstMap
getVarEnv() - Method in interface ix.icore.process.ProcessModelManager
 
getVarEnv() - Method in class ix.ip2.Ip2ModelManager
 
getVariable(Object) - Method in interface ix.icore.process.ProcessModelManager
 
getVariable(Object) - Method in class ix.ip2.Ip2ModelManager
 
getVariableBindings(Class) - Method in class ix.util.match.MatchEnv
Returns a Map containing any variable-to-value pairs specified by this MatchEnv for instances of the specified variable class.
getVariableConstraints(ItemVar) - Method in class ix.iview.domain.UIRefinement
Find all (world-state) constraints that have the given variable in them.
getVariableDeclarations() - Method in class ix.icore.domain.Domain
 
getVariableDeclarations() - Method in class ix.icore.domain.Refinement
 
getVariableDeclarations() - Method in class ix.iview.domain.UIRefinement
 
getVariableFromId(Name) - Method in class ix.ip2.PlanInstaller
 
getVariableManager() - Method in class ix.ip2.Ip2ModelManager
 
getVariables() - Method in class ix.icore.domain.PatternAssignment
 
getVariables(Map) - Method in class ix.ip2.PlanMaker
 
getVariables() - Method in class ix.util.match.Bindings
 
getVariables() - Method in class ix.util.match.MatchChoice
 
getVariables() - Method in class ix.util.match.MatchChoiceManager
 
getVariablesUsed() - Method in class ix.icore.domain.Refinement
Returns a set containing the ItemVars used within this refinement.
getVariablesUsed() - Method in class ix.iview.domain.UIRefinement
 
getVars() - Method in class ix.ip2.BindingViewer
 
getVarsToOffer() - Method in class ix.iview.AConstructFramePanel
Offers the declared variables (if any) for completion, splices in selection (if any)
getVarsToOffer() - Method in class ix.iview.ConstraintEditor
 
getVarsToOffer() - Method in interface ix.iview.VarSpecifier
 
getVarTable() - Method in class ix.icore.process.PNode
 
getVarType(ItemVar) - Method in class ix.iview.DeclarationEditor
Looks up the var type for the given variable in the varTypeMap
getVarTypeConstraint(ItemVar) - Method in class ix.iview.DeclarationEditor
Looks up the var type for the given variable in the varTypeMap and makes a constraint that sets it.
getVerb() - Method in class ix.icore.TaskItem
 
getVerb(LList) - Method in class ix.ip2.LoadDomainHandler
 
getVerb() - Method in class ix.ispace.VerbCapability
Returns the verb.
getView(PanelFrame) - Method in interface ix.ip2.AnnotationViewer
Return the GUI component that should be placed in the agent's main user-interface frame.
getView(PanelFrame) - Method in class ix.ip2.AnnotationViewTable
 
getView(PanelFrame) - Method in class ix.ip2.NullStateViewer
 
getView(PanelFrame) - Method in class ix.ip2.ObjectWhiteboard
 
getView(PanelFrame) - Method in interface ix.ip2.StateViewer
Return the GUI component that should be placed in the agent's main user-interface frame.
getView(PanelFrame) - Method in class ix.ip2.StateViewTable
 
getView(PanelFrame) - Method in class ix.test.StateExportExtension.StateExporter
 
getViewedMap() - Method in class ix.iface.util.KeyValueTable
 
getWindowTitleFont() - Method in class ix.iface.util.IXMetalTheme
 
getWindowTitleFont() - Method in class ix.iface.util.IXOceanTheme
 
getWorldState() - Method in class ix.icore.plan.Plan
 
getWorldState() - Method in class ix.ip2.PlanMaker
 
getWorldStateMap() - Method in class ix.ip2.Ip2ModelManager
 
getWorldStateMap() - Method in class ix.ip2.Ip2WorldStateManager
 
getWorldStateMap() - Method in class ix.iplan.PlanCheckingSimulator
 
getWorldStateValue(LList) - Method in class ix.ip2.Ip2ModelManager
 
getWorldStateValue(LList) - Method in class ix.ip2.LispComputeInterpreter
 
getWorldStateValue(LList) - Method in class ix.iplan.PlanCheckingSimulator.CheckingInterpreter
 
getX() - Method in class ix.iview.igraph.NodePosition
 
getXmlRpcUrl() - Method in class ix.test.xml.VirtualWorld
 
getXMLTranslator() - Method in class ix.util.xml.XMLLoader
Returns the XMLTranslator that is used by the loadObject method to convert a JDOM document to an object.
getXMLTranslator() - Method in class ix.util.xml.XMLSaver
Returns the XMLTranslator that is used by the saveObject method to translate an object to a JDOM document.
getY() - Method in class ix.iview.igraph.NodePosition
 
GExpansionEditor - Class in ix.iview.igraph
A graphical editor/viewer panel for activity expansion structures
GExpansionEditor() - Constructor for class ix.iview.igraph.GExpansionEditor
 
GExpansionEditor(ActionEditorPanel) - Constructor for class ix.iview.igraph.GExpansionEditor
 
GhostWhite - Static variable in class ix.iface.util.XColors
 
given - Variable in class ix.iview.DeclarationEditor
 
given - Variable in class ix.iview.SimpleDeclarationEditor
 
GLOBAL - Static variable in class ix.icore.plan.VariableScope
 
globalContextHolder - Variable in class ix.util.context.GlobalHoldingStrategy
 
globalEnv - Variable in class ix.util.lisp.Interpreter
This interpreter's global / top-level environment.
GlobalFormPanel - Class in ix.iview
A panel containing form-style sub-panels for viewing/editing an object
GlobalFormPanel(AConstructFramePanel) - Constructor for class ix.iview.GlobalFormPanel
 
GlobalFormPanel(AConstructFramePanel, IFormModel) - Constructor for class ix.iview.GlobalFormPanel
 
globalFrameGroup - Static variable in class ix.util.xml.XMLTreeEditFrame
 
GlobalFramePanel - Class in ix.iview
An editor/viewer panel for the domain itself (global information) Example code for using the GlobalFramePanel: ...
GlobalFramePanel() - Constructor for class ix.iview.GlobalFramePanel
Creates a construct frame panel with the given parent, Creates all panel components, the mouse listener, and the relation editor.
GlobalFramePanel(DomainEditorFrame) - Constructor for class ix.iview.GlobalFramePanel
 
GlobalHoldingStrategy - Class in ix.util.context
A context-holding stategy that provides a single, global context-holder.
GlobalHoldingStrategy() - Constructor for class ix.util.context.GlobalHoldingStrategy
 
goalExpanders(PNodeEnd, LinkedList, LinkedList) - Method in class ix.iplan.SlipFindExecutable
 
goalStateRefinement(List) - Method in class ix.test.BlockStacker
 
goalStateRefinement(List) - Method in class ix.test.HtnBlockStacker
 
goalStateRefinement(List) - Method in class ix.test.PrecondBlockStacker
 
Gold - Static variable in class ix.iface.util.XColors
 
GoldenRod - Static variable in class ix.iface.util.XColors
 
GOOD_BUT_WIDTH - Static variable in class ix.iface.ui.IXGUIConsts
A good width for a button, currently the same as BROWSE_BUT_WIDTH
gotConstraint(JConstraintEditor, Object, Object) - Method in class ix.iface.ui.IFormPanel
 
gotConstraint(JConstraintEditor, Object, Object) - Method in interface ix.iface.ui.JConstraintListener
Implement this method to process the new constraint
goToBut - Variable in class ix.iview.PanelSearcher
 
gotSelection(JSelectorDialog, Object, Object) - Method in interface ix.iface.ui.JSelectorDialog.JSelectorListener
 
grammar - Variable in class ix.iview.domain.UIDomain
 
GrammarEditorPanel - Class in ix.iview
A grammar editor/viewer panel Waiting to be documented and implemented properly.
GrammarEditorPanel(DomainEditorFrame) - Constructor for class ix.iview.GrammarEditorPanel
 
GrammarEditorPanel.GenericConstraintTableModel - Class in ix.iview
 
GrammarEditorPanel.GenericConstraintTableModel(UIDomain) - Constructor for class ix.iview.GrammarEditorPanel.GenericConstraintTableModel
 
GrammarEditorPanel.GrammarFormPanel - Class in ix.iview
 
GrammarEditorPanel.GrammarFormPanel(AConstructFramePanel) - Constructor for class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
grammarPanel - Variable in class ix.iview.DomainEditorFrame
 
graph - Variable in class ix.iview.domain.UIRefinement
name of the original refinement
graphFromPosition(Refinement, Object) - Method in class ix.iview.domain.UIRefinement
 
graphicalIcon - Variable in class ix.iview.DomainEditorFrame
 
graphicalItem - Variable in class ix.iview.DomainEditorFrame
 
graphPanel - Variable in class ix.iview.ActionEditorPanel
 
graphs - Variable in class ix.iview.domain.UIDomain
list of graphs that apply to Refinements; should be UIRefinement slot
Graphs - Class in ix.util
Static graph utilities.
Gray - Static variable in class ix.iface.util.XColors
 
Green - Static variable in class ix.iface.util.XColors
 
GreenYellow - Static variable in class ix.iface.util.XColors
 
gridbag - Variable in class ix.iface.util.VerticalPanel
 
GridColumn - Class in ix.iface.util
A class that can be used to consruct a column of a tabular display in which different columns have different widths.
GridColumn() - Constructor for class ix.iface.util.GridColumn
 
GridColumn(String) - Constructor for class ix.iface.util.GridColumn
 
gridLayout - Variable in class ix.iface.util.GridColumn
 
group - Variable in class ix.iface.ui.IXButPanel
 
group - Variable in class ix.iface.util.RadioButtonBox
This box's ButtonGroup.
groupChoice - Variable in class ix.ispace.GroupSender.GroupPanel
 
groupFlag - Variable in class ix.iface.ui.IXButPanel
 
groupNames - Variable in class ix.ispace.GroupSender
 
groupPanel - Variable in class ix.ispace.GroupSender
 
groups - Variable in class ix.ispace.ContactManager
 
GroupSender - Class in ix.ispace
 
GroupSender(IXAgent, Sendable) - Constructor for class ix.ispace.GroupSender
 
GroupSender.ButtonPanel - Class in ix.ispace
 
GroupSender.ButtonPanel() - Constructor for class ix.ispace.GroupSender.ButtonPanel
 
GroupSender.GroupPanel - Class in ix.ispace
 
GroupSender.GroupPanel() - Constructor for class ix.ispace.GroupSender.GroupPanel
 
GroupSender.SendingThread - Class in ix.ispace
 
GroupSender.SendingThread() - Constructor for class ix.ispace.GroupSender.SendingThread
 

H

handle(AgendaItem) - Method in class ix.ip2.CompletionHandler.DoneAction
 
handle(AgendaItem) - Method in class ix.ip2.CompletionHandler.NoAction
 
handle(AgendaItem) - Method in class ix.ip2.ConditionHandler.SatisfyAction
 
handle(AgendaItem) - Method in class ix.ip2.ConnectHandler
 
handle(AgendaItem) - Method in class ix.ip2.ExpandHandler.ExpandAction
 
handle(AgendaItem) - Method in class ix.ip2.ForwardingHandler.ForwardingAction
 
handle(AgendaItem) - Method in class ix.ip2.ForwardingHandler
 
handle(AgendaItem) - Method in class ix.ip2.HandlerAction.Automatic
 
handle(AgendaItem) - Method in class ix.ip2.HandlerAction
Handle the item in the manner appropriate to this handler-action.
handle(AgendaItem) - Method in class ix.ip2.HandlerAction.NoAction
 
handle(AgendaItem) - Method in class ix.ip2.Ip2.AddExtensionsHandler
 
handle(AgendaItem) - Method in class ix.ip2.Ip2.AddHandlersHandler
 
handle(AgendaItem) - Method in class ix.ip2.ItemHandler
Called to perform the action implemented by this handler, if the selected HandlerAction so desires.
handle(AgendaItem) - Method in class ix.ip2.LoadDomainHandler
 
handle(AgendaItem) - Method in class ix.ip2.LoadDomainHandler.IncludeDomainAction
 
handle(AgendaItem) - Method in class ix.ip2.LoadDomainHandler.NewDomainAction
 
handle(AgendaItem) - Method in class ix.ip2.LoadPlanHandler.LoadPlanAction
 
handle(AgendaItem) - Method in class ix.ip2.LoadPlanHandler.ReplacePlanAction
 
handle(AgendaItem) - Method in class ix.ip2.PerformAsActivityHandler
 
handle(AgendaItem) - Method in class ix.ip2.QueryHandler.AnswerHandler.AnswerAction
 
handle(AgendaItem) - Method in class ix.ip2.QueryHandler.QueryAction
 
handle(AgendaItem) - Method in class ix.ip2.SendReportHandler
 
handle(AgendaItem) - Method in class ix.ip2.SetCapabilitiesHandler
 
handle(AgendaItem) - Method in class ix.ip2.ShowURLHandler
 
handle(AgendaItem) - Method in class ix.ip2.SyncSimulationTimeHandler
 
handle(AgendaItem) - Method in class ix.ip2.SyncState.SyncStateHandler
 
handle(SyncState.ServerStateChange) - Method in class ix.ip2.SyncStateClient
 
handle(SyncState.ServerFullState) - Method in class ix.ip2.SyncStateClient
 
handle(SyncState.ServerStateDeletion) - Method in class ix.ip2.SyncStateClient
 
handle(AgendaItem) - Method in class ix.ip2.SyncStateClient.SyncStateClientHandler
 
handle(SyncState.RegisterClient) - Method in class ix.ip2.SyncStateServer
 
handle(SyncState.ClientStateChange) - Method in class ix.ip2.SyncStateServer
 
handle(SyncState.ClientStateDeletion) - Method in class ix.ip2.SyncStateServer
 
handle(AgendaItem) - Method in class ix.ip2.SyncStateServer.SyncStateServerHandler
 
handle(AgendaItem) - Method in class ix.ip2.TransformToActivityHandler
 
handle(AgendaItem) - Method in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
handle(AgendaItem) - Method in class ix.iserve.AddServletHandler
 
handle(AgendaItem) - Method in class ix.test.ChangeSymbolNameHandler
 
handle(AgendaItem) - Method in class ix.test.MatchChoiceHandler.MatchChoiceAction
 
handle(AgendaItem) - Method in class ix.test.MatchStateHandler.MatchStateAction
 
handle(AgendaItem) - Method in class ix.test.TestAutoHandler
 
handle(Object) - Method in class ix.util.TransferThread
Called to process the message in whatever way is desired.
handleActivity(PicoIX.Activity) - Method in class ix.examples.PicoISimTest3.ResourceEventHandler
 
handleActivity(PicoIX.Activity) - Method in class ix.examples.PicoIX.ActivityHandler
 
handleActivity(PicoIX.Activity) - Method in class ix.examples.PicoIX.Controller
 
handleAutomatically(TaskItem) - Method in class ix.ip2.Agenda
 
handleAutomatically(TaskItem) - Method in class ix.ip2.PanelController
 
handleBindings(Map) - Method in class ix.ip2.BindingViewer
 
handleBindings(Map) - Method in class ix.ip2.IVarTool.View
 
handleClient(ServerSocket) - Static method in class ix.test.LowLevelIPCTest
 
handleCompletion(PNode) - Method in class ix.ip2.Ip2ModelManager
 
handledBy - Variable in class ix.ip2.AgendaItem
 
handleEffects(PNode, List) - Method in class ix.ip2.Ip2ModelManager
 
handleEffects(List) - Method in class ix.ip2.Ip2ModelManager
 
handleEffects(PNode, List) - Method in class ix.ip2.Ip2WorldStateManager
 
handleEffects(List) - Method in class ix.ip2.Ip2WorldStateManager
 
handleException(ActionEvent, Throwable) - Method in class ix.iface.util.CatchingActionListener
Called if the innerActionPerformed method throws an exception or error.
handleException(List, File, Throwable) - Method in class ix.test.SerializationTest
 
handleException(Throwable) - Method in class ix.util.CatchingThread
Called by CatchingThread.run() if CatchingThread.innerRun() throws an exception.
handleInput(Object) - Method in class ix.http.HttpCommunicationStrategy
 
handleInput(IPC.InputMessage) - Method in class ix.icore.IXAgent
Handles external input in the form of an IPC.InputMessage that contains an object such as an Issue, Activity, or Report.
handleInput(IPC.InputMessage) - Method in class ix.ip2.Ip2
 
handleInput(IPC.InputMessage) - Method in class ix.iplan.PlannerBase
 
handleInput(IPC.InputMessage) - Method in class ix.itest.Itest
Handles external input.
handleInput(IPC.InputMessage) - Method in class ix.itest.ReceivePanel
Handles external input in the form of an IPC.InputMessage that contains an Issue or Report object.
handleInput(IPC.InputMessage) - Method in class ix.postix.Postix
 
handleInput(IPC.InputMessage) - Method in class ix.test.Ip2Test
 
handleInput(IPC.InputMessage) - Method in class ix.util.xml.XMLTreeEditor
 
handleInputDirectly(IPC.InputMessage) - Method in class ix.ip2.Ip2
 
handleIssue(Issue) - Method in interface ix.icore.IssueHandler
 
handleItem(AgendaItem, HandlerAction) - Method in class ix.ip2.Agenda
 
handleItem(AgendaItem, HandlerAction) - Method in interface ix.ip2.AgendaManager
 
handleItem(AgendaItem, HandlerAction) - Method in class ix.ip2.AgendaTableViewer
 
handleItemDirectly(AgendaItem, HandlerAction) - Method in class ix.ip2.Agenda
 
handleLookup() - Method in class ix.iquery.LookupHandler
Looks up information and sends report back to the agent that sent us the activity.
handleLookup() - Method in class ix.test.SimpleIQuery.ExampleLookupHandler
 
handleLookupActivity(Activity) - Method in class ix.iquery.IQuery
Handles the activity be creating and starting a new IQuery.LookupThread.
handleMessage(AppletMessage) - Method in class ix.applet.AppletCommunicationStrategy.ReceiveThread
 
handleMessage(ObjectStreamConnection, Object) - Method in class ix.applet.MessageServer
 
handleMessage(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
handleMessage(IPC.InputMessage) - Method in class ix.util.IPC.BufferedMessageListener
Called in this BufferedMessageListener's thread to process the the next message from the queue.
handleMessage(ObjectStreamConnection, Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
handleNameClash(Named, String, Object) - Method in class ix.iface.ui.AbstractSetEditor
The two given named objects clash if changeO changes its name to newName.
handleNewActivity(Activity) - Method in class ix.icore.IXAgent
Handles new activities from external sources.
handleNewActivity(Activity) - Method in class ix.ip2.Ip2
Handles new activities from external sources.
handleNewActivity(Activity) - Method in class ix.iquery.IQuery
Handles new activities from external sources.
handleNewChatMessage(ChatMessage) - Method in class ix.ichat.IChat
Handles new chat messages.
handleNewChatMessage(ChatMessage) - Method in class ix.icore.IXAgent
Handles new chat messages from external sources.
handleNewChatMessage(ChatMessage) - Method in class ix.ip2.Ip2
Handles new chat messages.
handleNewConstraint(Constraint) - Method in class ix.icore.IXAgent
Handles new constraints from external sources.
handleNewConstraint(Constraint) - Method in class ix.ip2.Ip2
Handles new constraints from external sources.
handleNewIssue(Issue) - Method in class ix.icore.IXAgent
Handles new issues from external sources.
handleNewIssue(Issue) - Method in class ix.ip2.Ip2
Handles new issues from external sources.
handleNewReport(Report) - Method in class ix.icore.IXAgent
Handles new reports from external sources.
handleNewReport(Report) - Method in class ix.ip2.Ip2
Handles new reports from external sources.
handleNoPlan() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
handleOperation(SyncState.ClientOperation) - Method in class ix.ip2.SyncStateClient
 
handleOperation(SyncState.ServerOperation) - Method in class ix.ip2.SyncStateServer
 
handler - Variable in class ix.ip2.HandlerAction.Automatic
 
handlerAction - Variable in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
HandlerAction - Class in ix.ip2
One of the ways in which an agenda item might be handled.
HandlerAction() - Constructor for class ix.ip2.HandlerAction
Constructor used by subclasses.
HandlerAction.Automatic - Class in ix.ip2
Handles an item by invoking an item-handler's handle method.
HandlerAction.Automatic(ItemHandler) - Constructor for class ix.ip2.HandlerAction.Automatic
 
HandlerAction.Automatic(ItemHandler, String) - Constructor for class ix.ip2.HandlerAction.Automatic
 
HandlerAction.AutomaticWhenBound - Class in ix.ip2
Handles an item by invoking an item-handler's handle method, but does not become ready until all of the variables in its AgendaItem's pattern are bound.
HandlerAction.AutomaticWhenBound(AgendaItem, ItemHandler) - Constructor for class ix.ip2.HandlerAction.AutomaticWhenBound
 
HandlerAction.AutomaticWhenBound(AgendaItem, ItemHandler, String) - Constructor for class ix.ip2.HandlerAction.AutomaticWhenBound
 
HandlerAction.Manual - Class in ix.ip2
Indicates that the item has been handled by the user.
HandlerAction.Manual() - Constructor for class ix.ip2.HandlerAction.Manual
 
HandlerAction.Manual(String) - Constructor for class ix.ip2.HandlerAction.Manual
 
HandlerAction.NoAction - Class in ix.ip2
Handles an item by doing nothing.
HandlerAction.NoAction() - Constructor for class ix.ip2.HandlerAction.NoAction
 
HandlerAction.NotApplicable - Class in ix.ip2
Used to indicate the the item does not apply in the current situation.
HandlerAction.NotApplicable() - Constructor for class ix.ip2.HandlerAction.NotApplicable
 
handlerActions - Variable in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
handlerActionsChanged(AgendaItemEvent) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
handlerActionsChanged(AgendaItemEvent) - Method in class ix.ip2.AgendaViewTable.Row
 
handlerActionsChanged(AgendaItemEvent) - Method in class ix.ip2.event.AgendaItemAdapter
 
handlerActionsChanged(AgendaItemEvent) - Method in interface ix.ip2.event.AgendaItemListener
 
handlerActionsChanged(AgendaItemEvent) - Method in class ix.ip2.ItemEditor.EditPanel
 
handleReceivedReport(TaskItem) - Method in class ix.icore.IXAgent
Utility for sending a "Received" report about an issue or activity.
handleReportBack(Status) - Method in class ix.ip2.AgendaItem
 
handleReportWhenOptions(IPC.InputMessage) - Method in class ix.iplan.IPlanOptionManager
 
handleRequest() - Method in class ix.applet.CGIRelay
 
handleRequest() - Method in class ix.applet.CGIServerStatus
 
handleRequest(HttpServletRequest, String) - Method in class ix.iserve.ipc.IServeCommServer.ControlServlet
 
handleRequest(HttpServletRequest, Object) - Method in class ix.iserve.ipc.IServeCommServer.NextMessageServlet
 
handleRequest(HttpServletRequest, Object) - Method in class ix.iserve.ipc.IServeCommServer.RegistrationServlet
 
handleRequest(HttpServletRequest, Object) - Method in class ix.iserve.ipc.IServeCommServer.SendServlet
 
handleRequest(HttpServletRequest, String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLChatbotTestServlet
 
handleRequest(HttpServletRequest, String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLNextMessageServlet
 
handleRequest(HttpServletRequest, String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLRegistrationServelt
 
handleRequest(HttpServletRequest, String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLReplyServlet
 
handleRequest(HttpServletRequest, String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLSendServlet
 
handleRequest(HttpServletRequest, Object) - Method in class ix.util.http.HttpObjectServlet
The main part of handling the request.
handleRequest(HttpServletRequest, Object) - Method in class ix.util.http.HttpStringServlet
 
handleRequest(HttpServletRequest, String) - Method in class ix.util.http.HttpStringServlet
 
handleResponseCode(HttpURLConnection) - Method in class ix.util.http.HttpObjectClient
Checks whether the response is a success or a failure and whether there's content to be read.
handleResponseCode(int, String) - Method in class ix.util.http.HttpObjectClient
Checks whether the response is a success or a failure and whether there's content to be read.
handlers - Variable in class ix.ip2.Agenda
 
handlerTable - Variable in class ix.examples.PicoIX.Controller
 
handleServerStateChange(ListOfPatternAssignment) - Method in class ix.ip2.SyncStateClient
 
handleServerStateDeletion(ListOfPatternAssignment) - Method in class ix.ip2.SyncStateClient
 
handleStateChange(Map, IXAgent) - Method in class ix.test.xml.WorldStateExport
 
handleSynchronizeActivity(Activity) - Method in class ix.isim.ISimTimer
This function needs to be implemented by the inheriting class.
handleSynchronizeActivity(Activity) - Method in class ix.isim.ISimTimerClient
 
handleSynchronizeActivity(Activity) - Method in class ix.isim.ISimTimerServer
 
handleUnknownFieldFromElement(Object, String, Element) - Method in class ix.util.xml.XMLTranslator
 
handleVariables() - Method in class ix.iview.ConstraintEditor
Pass on declared variables to the object specification.
handleVariables() - Method in class ix.iview.DeclarationEditor
This is not necessary - declarations are handled explicitly on exit Note any variable declarations set in this editor.
handleVariables() - Method in class ix.iview.SimpleDeclarationEditor
Note any variable declarations set in this editor.
handleViewCommand(ActionEvent) - Method in class ix.ip2.ItemEditor
Interpreter for "View" menu commands.
hardStepLimit - Variable in class ix.iplan.Slip
 
hasAction(HandlerAction) - Method in class ix.ip2.AgendaItem
 
hasAnonConstraints() - Method in class ix.iview.domain.UIRefinement
 
hasAttributes(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
hasBeenVisible - Static variable in class ix.ip2.ObjectWhiteboard
 
hasCapability(Capability) - Method in class ix.ispace.AgentData
 
hasCapability(Capability, boolean) - Method in class ix.ispace.AgentData
 
hasChanged - Variable in class ix.iplan.IPlanOptionManager.Opt
 
hasChanged() - Method in class ix.iplan.IPlanOptionManager.Opt
 
hasChanged(Domain) - Method in class ix.iview.domain.UIDomain
Finds out whether the domain has changed from the given one.
hasChanged() - Method in class ix.iview.domain.UIDomain
Finds out whether the domain has changed from the draft.
hasChanged() - Method in interface ix.iview.domain.UIEditableObject
 
hasChanged() - Method in interface ix.iview.domain.UIObject
Determines whether the object has changed since it was last saved to draft
hasChanged() - Method in class ix.iview.domain.UIObjectClass
 
hasChanged(ObjectClass) - Method in class ix.iview.domain.UIObjectClass
 
hasChanged() - Method in class ix.iview.domain.UIRefinement
Finds out whether the refinement has changed from the base-object (i.e. since the object was last saved to draft).
hasChanged(Refinement) - Method in class ix.iview.domain.UIRefinement
Finds out whether the refinement has changed from the given object.
hasChangedAll() - Method in class ix.iview.domain.UIDomain
Finds out whether the domain and its constructs have changed from the draft.
hasChangedAll(Domain) - Method in class ix.iview.domain.UIDomain
Finds out whether anything in the domain (inc. constructs) have changed from the given one.
hasChangedAllFromOriginal() - Method in class ix.iview.domain.UIDomain
Finds out whether the domain and its constructs have changed from the original.
hasChangedConstructs() - Method in class ix.iface.ui.AbstractSetEditor
Finds out whether any constructs in the set have changed.
hasChangedConstructsFromOriginal() - Method in class ix.iview.domain.UIDomain
Finds out whether the domain and its constructs have changed from the original.
hasChangedFromOriginal(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
hasChangedFromOriginal() - Method in class ix.iview.domain.UIDomain
Finds out whether the domain has changed from the published/original one.
hasChangedFromOriginal() - Method in interface ix.iview.domain.UIEditableObject
 
hasChangedFromOriginal() - Method in interface ix.iview.domain.UIObject
Determines whether the object has changed from its original.
hasChangedFromOriginal() - Method in class ix.iview.domain.UIObjectClass
 
hasChangedFromOriginal() - Method in class ix.iview.domain.UIRefinement
Finds out whether the refinement has changed from the original.
hasChangedNoDebug(Refinement) - Method in class ix.iview.domain.UIRefinement
Finds out whether the refinement has changed from the given object.
hasChildren() - Method in class ix.icore.process.PNode
 
hasColour() - Method in class ix.iface.ui.DefaultColourField
 
hasColour() - Method in interface ix.iface.ui.FourField
 
hasConditions() - Method in class ix.iview.domain.UIRefinement
 
hasCondType(Constraint, Symbol) - Static method in class ix.iplan.Slip
 
hasData() - Method in class ix.iface.ui.AbstractEditorPanel
 
hasDetails() - Method in class ix.iplan.ChecksimPlanEvaluation
 
hasDetails() - Method in class ix.iplan.ErrorPlanEvaluation
 
hasDetails() - Method in interface ix.iplan.PlanEvaluation
Indicates whether or not more information is available if the used requests it.
hasDetails() - Method in class ix.iplan.SimplePlanEvaluation
 
hasExample() - Method in class ix.icore.GenericConstraint
 
hasFont() - Method in class ix.iface.ui.DefaultColourField
 
hasFont() - Method in interface ix.iface.ui.FourField
 
hasForm() - Method in class ix.icore.GenericConstraint
 
hash(Object) - Static method in class ix.util.lisp.Lisp
 
hash(Object) - Method in class ix.util.lisp.ObjectHash
Maps an object to an int that can be given to ObjectHash.unhash(int) to get back the same (==) object.
hashCode() - Method in class ix.icore.domain.Constraint
 
hashCode() - Method in class ix.icore.domain.ConstraintRange
 
hashCode() - Method in class ix.icore.domain.NodeEndRef
 
hashCode() - Method in class ix.icore.domain.Ordering
 
hashCode() - Method in class ix.icore.domain.PatternAssignment
 
hashCode() - Method in class ix.isim.util.LongKeyTreeMap.Entry
 
hashCode() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This class does not support hashing and an exception will be thrown if this method is called.
hashCode() - Method in class ix.test.xml.MapEntry
 
hashCode() - Method in class ix.util.context.ContextHashMap.Entry
 
hashCode() - Method in class ix.util.Duration
Returns a hash value for this duration.
hashCode() - Method in class ix.util.Name
 
hashCode() - Method in class ix.util.StableHashMap.Entry
 
hashName(Object) - Static method in class ix.util.lisp.Lisp
 
hashName(Object) - Method in class ix.util.lisp.ObjectHash
Returns a name of the form "{" class-name "-" hash-value "}", where the hash-value is obtained by calling ObjectHash.hash(Object).
hashToObject - Variable in class ix.util.lisp.ObjectHash
 
hasIcon() - Method in class ix.iface.ui.DefaultColourField
 
hasIcon() - Method in class ix.iface.ui.EditableColourField
 
hasIcon() - Method in interface ix.iface.ui.FourField
 
hasItem(Object) - Method in class ix.iface.util.ComboChoice
 
hasLongName(String) - Method in class ix.util.NameMapper
 
hasMapEntryRule - Variable in class ix.util.xml.BNFSyntax.RuleList
 
hasMark(Mark) - Method in interface ix.util.Markable
 
hasMessage() - Method in class ix.util.MessageQueue
 
hasMoreElements() - Method in class ix.util.lisp.ConsEnumeration
 
hasMoreElements() - Method in class ix.util.lisp.NullEnumeration
 
hasMoreElements() - Method in class ix.util.Seq.IteratorEnumeration
 
hasNext() - Method in class ix.isim.util.LongKeyTreeMap.LongKeyTreeMapIterator
 
hasNext() - Method in class ix.util.context.ContextHashMap.EntrySetIterator
 
hasNext() - Method in class ix.util.JavaNameWordIterator
 
hasNext() - Method in class ix.util.lisp.LListIterator
 
hasNext() - Method in class ix.util.lisp.LListListIterator
 
hasNext() - Method in class ix.util.StableHashMap.EntrySetIterator
 
hasObjectSystem() - Method in class ix.iview.domain.UIDomain
 
hasOrderings() - Method in class ix.iview.domain.UIRefinement
 
hasOriginal(Object) - Method in class ix.iface.ui.AbstractSetEditor
Checks whether the given object has an original base object
hasOriginal(Named) - Method in class ix.iview.AbstractUISetEditor
Checks whether the given object has an original base object
hasOriginal() - Method in class ix.iview.domain.UIDomain
 
hasOriginal() - Method in interface ix.iview.domain.UIEditableObject
 
hasOriginal() - Method in interface ix.iview.domain.UIObject
Determines whether the object has an original in the base domain.
hasOriginal() - Method in class ix.iview.domain.UIObjectClass
 
hasOriginal() - Method in class ix.iview.domain.UIRefinement
 
hasOverview - Variable in class ix.iview.AConstructFramePanel
 
hasOverview() - Method in class ix.iview.AConstructFramePanel
 
hasPopup() - Method in class ix.iface.ui.table.IXTable
Find out whether this table has a popup.
hasPrevious() - Method in class ix.util.lisp.LListListIterator
 
hasRefinements() - Method in class ix.iview.domain.UIDomain
 
hasResults() - Method in class ix.iview.PanelSearcher
 
hasSeparator(String, int) - Method in class ix.util.NameMapper
 
hasShortName(String) - Method in class ix.util.NameMapper
 
HasStatus - Interface in ix.icore
An object that has a Status value.
hasSymbol() - Method in class ix.iface.ui.DefaultColourField
 
hasSymbol() - Method in interface ix.iface.ui.FourField
 
hasTreeNode(Object, String) - Method in class ix.iface.ui.tree.EditableTreeModel
Scroll and open the tree to make the given node visible.
hasUnboundedMax() - Method in class ix.icore.domain.TimeWindow
 
hasUnboundedMax() - Method in class ix.icore.process.TimePoint
 
hasValidSyntax(LList) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
 
haveCommonElements(Collection, Collection) - Static method in class ix.util.Collect
Checks whether two colletions have any elements in common.
haveCommonPatterns(Collection, Collection) - Method in class ix.iplan.DomainAnalyser
 
haveEquivalentClasses(Object, Object) - Method in class ix.test.SerializationTest.FlexibleEquality
 
haveEquivalentClasses(Object, Object) - Method in class ix.util.StructuralEquality
 
haveParameter(String) - Static method in class ix.util.Parameters
 
haveSentGetNext - Variable in class ix.iserve.ipc.IServeCommServer.User
 
head - Variable in class ix.util.lisp.LListCollector
 
headerProperties - Variable in class ix.iserve.ipc.sl.IServeSLCommServer
 
HelloServlet - Class in ix.util.http
Test servlet.
HelloServlet(String) - Constructor for class ix.util.http.HelloServlet
 
helpController - Variable in class ix.itest.ItestFrame
 
helpFile - Variable in class ix.iface.ui.JFrameMT
 
HelpFrame - Class in ix.iface.ui
A frame with a menu bar to close it, and a scrollable text
HelpFrame(URL) - Constructor for class ix.iface.ui.HelpFrame
Puts up an HTML frame (menu bar, scrollable text area, text field, follow links, back/forward) and keeps track of the original page, Loads the given URL (/file name) as the original page.
HelpFrame(String) - Constructor for class ix.iface.ui.HelpFrame
 
HelpFrame(URL, String) - Constructor for class ix.iface.ui.HelpFrame
As above but the given title
HelpFrame(String, String) - Constructor for class ix.iface.ui.HelpFrame
 
helpFrame - Variable in class ix.iface.ui.JFrameMT
 
helpFrame - Variable in class ix.ip2.Ip2Frame
 
helpFrame - Variable in class ix.util.xml.XMLTreeEditFrame
 
helpFrame - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
helpFrameIcon - Variable in class ix.iface.ui.JFrameMT
 
helpIcon - Variable in class ix.iface.ui.JFrameMT
 
helpItem - Variable in class ix.iface.ui.JFrameMT
 
helpMenu - Variable in class ix.iface.ui.JFrameMT
 
helpText - Variable in class ix.iplan.SlipSingleStepper
 
helpText - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
HiddenFields - Annotation Type in ix.util.reflect
Annotation for listing fields that should not be included in the visible syntax for a class.
hide() - Method in class ix.iface.ui.IXToolItem
 
hideBits - Variable in class ix.iface.ui.IFormPanel
 
hideBits() - Method in class ix.iface.ui.IFormPanel
 
hideButton() - Method in class ix.iface.ui.IXToolItem
hides the button from its toolbar.
hideItem() - Method in class ix.iface.ui.IXToolItem
hides the button from its toolbar.
hidePopup() - Method in class ix.iface.ui.IXComboBox
 
hideTemplates() - Method in class ix.util.xml.XMLTreeEditPanel
 
HIGH - Static variable in class ix.icore.Priority
 
HIGHEST - Static variable in class ix.icore.Priority
 
HISTORY - Static variable in class ix.icore.TaskItem
 
history - Variable in class ix.iplan.Slip
 
history(Object...) - Method in class ix.iplan.Slip
 
HistoryComment - Class in ix.icore.log
 
HistoryComment() - Constructor for class ix.icore.log.HistoryComment
 
HistoryComment(String) - Constructor for class ix.icore.log.HistoryComment
 
HistoryEvent - Class in ix.icore.log
 
HistoryEvent() - Constructor for class ix.icore.log.HistoryEvent
 
holder - Variable in class ix.util.context.ContextHashMap
 
holder - Variable in class ix.util.context.ContextValue
 
homeContext - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
homeNamespace - Variable in class ix.util.xml.XMLTranslator
The namespace used in elements that represent object classes and fields.
homeNameSpaceURI - Variable in class ix.util.xml.XMLConfig
 
homeNamespaceURI - Variable in class ix.util.xml.XMLTranslator
The URI for the home namespace.
HoneyDew - Static variable in class ix.iface.util.XColors
 
host - Variable in class ix.util.ipc.ServiceAddress
 
hostAddr - Variable in class ix.applet.MessageServer.User
 
hostAddr - Variable in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
hostName - Variable in class ix.applet.MessageServer.User
 
hostName - Variable in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
hostNameMatchesAddr(String, InetAddress) - Static method in class ix.util.Util
Checks whether a symbolic host name corresponds to an InetAddress.
HotPink - Static variable in class ix.iface.util.XColors
 
hours - Variable in class ix.util.Duration
 
HtmlDescriber - Class in ix.iface.util
A debugging utility that outputs a description of an HTMLDocument.
HtmlDescriber(HtmlWriter) - Constructor for class ix.iface.util.HtmlDescriber
 
HtmlDescriber(OutputStream) - Constructor for class ix.iface.util.HtmlDescriber
 
HTMLFrame - Class in ix.iface.ui
A frame with a menu bar to close it, and a scrollable text
HTMLFrame() - Constructor for class ix.iface.ui.HTMLFrame
Puts up a frame with a menu bar and a scrollable text area that can display HTML (including images), follow links when clicked, and select text, but NOT edit.
HTMLFrame(URL) - Constructor for class ix.iface.ui.HTMLFrame
As above but comes up with the given url displayed
HTMLFrame(URL, String) - Constructor for class ix.iface.ui.HTMLFrame
As above but the given URL is displayed and remembered as the original page.
HTMLFrame(String) - Constructor for class ix.iface.ui.HTMLFrame
As above but the given file name is converted to a URL using the html area of the resources.
HTMLFrame(String, String) - Constructor for class ix.iface.ui.HTMLFrame
As above but the given file name is converted to a URL using the html area of the resources.
htmlPane - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
htmlPanel - Variable in class ix.iface.ui.HTMLFrame
 
HTMLPanel - Class in ix.iface.ui
A panel with a type-in box, open-button, and a scrollable JEditorPane for HTML.
HTMLPanel() - Constructor for class ix.iface.ui.HTMLPanel
Puts up a panel with a text-field and a button at the top and a scrollable text area underneath.
HTMLPanel(URL) - Constructor for class ix.iface.ui.HTMLPanel
As above but the given URL is displayed and remembered as the original page.
HTMLPanel(String) - Constructor for class ix.iface.ui.HTMLPanel
As above but the given file name is converted to a URL using the html area of the resources.
HTMLPanel.LinkMouseListener - Class in ix.iface.ui
 
HTMLPanel.LinkMouseListener() - Constructor for class ix.iface.ui.HTMLPanel.LinkMouseListener
 
HTMLPanel.LinkPopupMenu - Class in ix.iface.ui
 
HTMLPanel.LinkPopupMenu(Ip2, URL, boolean, boolean) - Constructor for class ix.iface.ui.HTMLPanel.LinkPopupMenu
 
HtmlPlanWriter - Class in ix.iface.plan
Writes an HTML description of a plan to a file.
HtmlPlanWriter(File) - Constructor for class ix.iface.plan.HtmlPlanWriter
 
HtmlPlanWriter.TIVisitor - Class in ix.iface.plan
 
HtmlPlanWriter.TIVisitor(PlanInspector) - Constructor for class ix.iface.plan.HtmlPlanWriter.TIVisitor
 
htmlScroll - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
HtmlStringWriter - Class in ix.iface.util
 
HtmlStringWriter() - Constructor for class ix.iface.util.HtmlStringWriter
 
HtmlStringWriter(int) - Constructor for class ix.iface.util.HtmlStringWriter
 
HtmlStringWriter(StringWriter) - Constructor for class ix.iface.util.HtmlStringWriter
 
HtmlTableEditorPane - Class in ix.iface.util
An editable JEditorPane that lets the user edit only within "td" cells.
HtmlTableEditorPane() - Constructor for class ix.iface.util.HtmlTableEditorPane
 
HtmlTableEditorPane.TableDocumentFilter - Class in ix.iface.util
 
HtmlTableEditorPane.TableDocumentFilter() - Constructor for class ix.iface.util.HtmlTableEditorPane.TableDocumentFilter
 
HtmlTableEditorPane.TableEditorKit - Class in ix.iface.util
 
HtmlTableEditorPane.TableEditorKit() - Constructor for class ix.iface.util.HtmlTableEditorPane.TableEditorKit
 
HtmlTableWalker - Class in ix.iface.util
A utility object that can be used to visit the cells of an HTML table.
HtmlTableWalker(Collection, Collection) - Constructor for class ix.iface.util.HtmlTableWalker
 
HtmlWriter - Class in ix.iface.util
Simple support for HTML and similarly marked-up output.
HtmlWriter(Writer) - Constructor for class ix.iface.util.HtmlWriter
 
HtmlWriter(OutputStream) - Constructor for class ix.iface.util.HtmlWriter
 
HtnBlockStacker - Class in ix.test
A class for running block-stacking planning problems using a purely HTN domain.
HtnBlockStacker(String) - Constructor for class ix.test.HtnBlockStacker
 
http - Variable in class ix.iserve.ipc.sl.SLRpc
 
HttpCommunicationStrategy - Class in ix.http
A communication strategy that uses HTTP to transport messages.
HttpCommunicationStrategy() - Constructor for class ix.http.HttpCommunicationStrategy
 
HttpCommunicationStrategy(int) - Constructor for class ix.http.HttpCommunicationStrategy
 
HttpGetDocumentTest - Class in ix.test
Tests HTTP "GET" requests that obtain XML.
HttpGetDocumentTest() - Constructor for class ix.test.HttpGetDocumentTest
 
httpLengthLimit - Variable in class ix.test.xml.VirtualWorld
 
HttpNameServer - Class in ix.http
A name-server for an HttpCommunicationStrategy.
HttpNameServer() - Constructor for class ix.http.HttpNameServer
 
HttpNameServer.Syntax - Class in ix.http
Name-server message syntax.
HttpNameServer.Syntax() - Constructor for class ix.http.HttpNameServer.Syntax
 
HttpObjectClient - Class in ix.util.http
Makes HTTP requests that can be regarded as sending an object and receiving one in reply.
HttpObjectClient() - Constructor for class ix.util.http.HttpObjectClient
 
HttpObjectServlet - Class in ix.util.http
Handles HTTP requests that can be regarded as sending an object and receiving one in reply.
HttpObjectServlet() - Constructor for class ix.util.http.HttpObjectServlet
 
HttpRequestException - Exception in ix.util.http
Indicates that an HTTP request should return a given error status and reason.
HttpRequestException(int, String) - Constructor for exception ix.util.http.HttpRequestException
 
HttpRequestTest - Class in ix.test
A test the makes HTTP POST requests.
HttpRequestTest() - Constructor for class ix.test.HttpRequestTest
 
HttpServer - Class in ix.util.http
An HTTP 1.1 server that can serve static content (files) and also supports servlets.
HttpServer(int) - Constructor for class ix.util.http.HttpServer
Construct a server that listens on the specified port.
HttpStringClient - Class in ix.util.http
Makes HTTP requests that can be regarded as sending a string and receiving one in reply.
HttpStringClient() - Constructor for class ix.util.http.HttpStringClient
 
HttpStringServlet - Class in ix.util.http
Handles HTTP requests that can be regarded as sending a string and receiving one in reply.
HttpStringServlet() - Constructor for class ix.util.http.HttpStringServlet
 
httpUtil - Variable in class ix.iserve.ipc.IServeCommStrategy
 
HttpUtilities - Class in ix.util.http
Provides some utility methods for HTTP-related code.
HttpUtilities() - Constructor for class ix.util.http.HttpUtilities
 
hyperlinkUpdate(HyperlinkEvent) - Method in class ix.iface.ui.HTMLPanel
Gets called when a link is clicked in the current page.
hyperlinkUpdate(HyperlinkEvent) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix.LinkListener
 

I

i - Variable in class ix.test.FinallyTest
 
i - Variable in class ix.util.IntRef
 
i - Variable in class ix.util.Seq.IteratorEnumeration
 
iBear - Variable in class ix.isim.dynamic.BearingMoveSpec
 
IChat - Class in ix.ichat
A class for I-Chat as a standalone application main program
IChat() - Constructor for class ix.ichat.IChat
 
icon - Variable in class ix.iface.ui.DefaultColourField
 
icon - Variable in class ix.iface.ui.IXToolItem
 
IconImage - Class in ix.iface.util
Class used to set an appropriate icon image for a frame.
IconRenderer - Class in ix.iface.ui
IconRenderer - uses text, colour, image and a symbol to display information.
IconRenderer(boolean) - Constructor for class ix.iface.ui.IconRenderer
Makes a label with or without a border.
id - Variable in class ix.icore.domain.NodeSpec
 
id - Variable in class ix.icore.plan.AbstractPlanItem
 
id - Variable in class ix.icore.plan.AbstractRefinement
 
id - Variable in class ix.icore.plan.PlanVariable
 
id - Variable in class ix.icore.plan.PlanVariableDeclaration
 
id - Variable in class ix.icore.TaskItem
 
id - Variable in class ix.iview.igraph.ExpansionModel.NodeComponent
 
identity - Static variable in class ix.util.Fn
The identity function.
IDEPreferencesDialog - Class in ix.iview
A Preferences dialog for IDE.
IDEPreferencesDialog(DomainEditorFrame, JPropertiesManager) - Constructor for class ix.iview.IDEPreferencesDialog
 
IDEPropertiesManager - Class in ix.iview
A manager for properties/preferences of the I-X Domain Editor, I-DE.
IDEPropertiesManager(PropertiesApplication) - Constructor for class ix.iview.IDEPropertiesManager
 
IDERelease - Class in ix.iview
I-DE 4.4 07-Sep-06
IDERelease() - Constructor for class ix.iview.IDERelease
 
ideReleaseToString() - Static method in class ix.iview.util.IVUtil
 
IDESymbols - Interface in ix.iview
Static symbols for I-DE
IDEUtil - Class in ix.iview.util
Class for useful static methods for IDE.
IDEUtil() - Constructor for class ix.iview.util.IDEUtil
 
idSet(List) - Method in class ix.ip2.PlanInstaller
 
idToActivityMap - Variable in class ix.icore.plan.PlanAsDomain
 
idToItemMap - Variable in class ix.ip2.PlanInstaller
 
idToVarMap - Variable in class ix.ip2.PlanInstaller
 
If - Class in ix.iscript
 
If() - Constructor for class ix.iscript.If
 
ifFalse - Variable in class ix.iscript.If
 
ifFalse - Variable in class ix.util.lisp.Interpreter.If
 
IFormModel - Interface in ix.iface.ui
An interface model to be used to fill an IFormPanel.
IFormPanel - Class in ix.iface.ui
A form-style panel for viewing/editing an object Each object field has a sub-panel associated with it that has a label, a panel item, and may have buttons (IXEditorPanel).
IFormPanel() - Constructor for class ix.iface.ui.IFormPanel
Creates a panel with a GridBagLayout and sets renderers (if any).
IFormPanel(IFormModel) - Constructor for class ix.iface.ui.IFormPanel
Creates a panel with the given model and sets renderers (if any).
IFormPanel(IFormModel, FormDataListener) - Constructor for class ix.iface.ui.IFormPanel
Creates a panel with the given model and sets renderers (if any).
IFormPanel.FieldChooser - Class in ix.iface.ui
 
IFormPanel.FieldChooser(Frame) - Constructor for class ix.iface.ui.IFormPanel.FieldChooser
 
ifSelected(Object, Object) - Method in class ix.iface.domain.LTF_Parser.ConstraintParser
Just calls makeConstraint.
ifSelected(Object, Object) - Method in class ix.util.match.MatchCase
ifSelected is called by the MatchTable when tryMatch returns a non-null result.
ifTrue - Variable in class ix.iscript.If
 
ifTrue - Variable in class ix.util.lisp.Interpreter.If
 
IFUtil - Class in ix.iface.util
Class for static utilities.
ignoreReloads - Variable in class ix.iface.util.SelectionPanel.SelectionTable
 
ignoreSelectionEvent - Variable in class ix.iplan.IPlanOptionTool.OptionTree
 
ignoreUpdate() - Method in class ix.iface.ui.AbstractIFormModel
End update without firing
ignoreUpdate() - Method in interface ix.iface.ui.IFormModel
 
ignoreUpdate() - Method in class ix.iface.ui.tree.EditableTreeModel
End update without firing
IGraph - Class in ix.iview.igraph
A graph with layout and view information.
IGraph(String, GraphView) - Constructor for class ix.iview.igraph.IGraph
Creates a new graph object with the given name and information from the given graph view.
IGraph(String) - Constructor for class ix.iview.igraph.IGraph
Creates a new graph object with the given name and information from the given graph view.
IGraph(String, HashMap) - Constructor for class ix.iview.igraph.IGraph
Creates a new graph object with the given name and position information from the given map.
IGraph(String, List) - Constructor for class ix.iview.igraph.IGraph
Creates a new graph object with the given name and position information from the given map.
iLat - Variable in class ix.isim.dynamic.BearingMoveSpec
 
iLong - Variable in class ix.isim.dynamic.BearingMoveSpec
 
implAttributeName - Variable in class ix.util.xml.XMLTranslator
 
implementationClasses(Class) - Static method in class ix.util.ListOf
 
imports - Variable in class ix.util.reflect.ClassFinder
 
IMPOSSIBLE - Static variable in class ix.icore.Status
 
in - Variable in class ix.iface.domain.ChecklistParser
 
in - Variable in class ix.iscript.Lambda
 
in - Variable in class ix.iscript.Let
 
IN - Static variable in class ix.util.context.LLQueue
 
in - Variable in class ix.util.ipc.ObjectStreamConnection
 
inContext(ContextHolder, Context, Runnable) - Static method in class ix.util.context.Context
Temporarily changes a context-holder's current context around a call to a Runnable's run() method.
inContext(Context, Runnable) - Static method in class ix.util.context.Context
Calls Context.inContext(ContextHolder, Context, Runnable) on the ContextHolder returned by the current ContextHoldingStrategy.
incorrectTowerPatterns(Map, List) - Method in class ix.test.BlockStacker
 
incrAfter() - Method in class ix.util.context.ContextInt
Increment then return the old value.
incrBefore() - Method in class ix.util.context.ContextInt
Increment then return the new value.
incrementStat(String) - Method in class ix.iplan.SlipStats
 
indefinite(String) - Static method in class ix.util.Strings
Returns a string prefixed by "an " or "a " depending on whether or not it begins with an English vowel.
indent - Variable in class ix.iface.domain.ChecklistParser.Line
 
indent - Variable in class ix.iface.plan.TextPlanWriter
 
indent() - Method in class ix.iface.plan.TextPlanWriter
 
indent(int) - Method in class ix.iface.plan.TextPlanWriter
 
indent - Variable in class ix.iface.ui.table.IXTreeTableNode
 
indent(int) - Method in class ix.iface.util.HtmlWriter
 
INDENT_STEP - Static variable in class ix.iface.ui.table.AbstractTreeTableModel
the indentation steps used to indent children
indentStep - Variable in class ix.iface.plan.TextPlanWriter
 
index - Variable in class ix.util.lisp.LListListIterator
 
indexOf(Namespace) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
indexOfAny(String, String) - Static method in class ix.util.Strings
Returns the index of the first occurrence of any of the specified characters, or -1 if none are found.
indexOfAny(String, int, String) - Static method in class ix.util.Strings
Returns the index of the first occurrence of any of the specified characters, or -1 if none are found.
IndianRed - Static variable in class ix.iface.util.XColors
 
Indigo - Static variable in class ix.iface.util.XColors
 
Inf - Class in ix.util
Very simple arithmetic with a pretend positive infinity.
INFINITY - Static variable in class ix.util.Inf
 
INFORMATION - Static variable in class ix.icore.ReportType
 
INFORMATION_REPORT - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
InheritableThreadLocalHoldingStrategy - Class in ix.util.context
A context-holding strategy that associates context-holders with threads, with inheritance from the parent thread.
InheritableThreadLocalHoldingStrategy() - Constructor for class ix.util.context.InheritableThreadLocalHoldingStrategy
 
inheritance - Variable in class ix.test.MakeRandomInstance
 
inheritance - Variable in class ix.util.xml.XMLSyntax
 
inheritancePatternDefinition(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
InheritanceTree - Class in ix.util.reflect
A view of class-subclass relationships.
InheritanceTree(List) - Constructor for class ix.util.reflect.InheritanceTree
 
iniScale - Static variable in class ix.isim.dynamic.AnimatedObject
 
init() - Method in class ix.ip2.Ip2Applet
 
init() - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
init() - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
init() - Method in class ix.isim.dynamic.ObjectAnimator
 
init() - Method in interface ix.isim.SimulationEngine
 
init(Class) - Method in class ix.util.reflect.ClassDescr
 
initActivity(Activity) - Method in class ix.itest.SendPanel
 
initConstraint(PatternAssignment) - Method in class ix.itest.SendPanel.ConstraintControls
 
initConstraint(PatternAssignment) - Method in class ix.itest.SendPanel
 
initConstraintForMe(PatternAssignment) - Method in class ix.itest.SendPanel
 
initForwardReport(TaskItem) - Method in class ix.ichat.ChatFrame
 
initFromObject() - Method in class ix.iface.ui.IFormPanel.FieldChooser
 
initFromObject() - Method in class ix.iface.ui.JConstraintEditor
Fills the controls with relevant object-sensitive information.
initFromObject() - Method in class ix.iface.ui.JSelectorDialog
Fills the controls with relevant object-sensitive information.
initFromObject() - Method in class ix.iview.ConditionEffectEditor
Sets the refinement whose components (children) are to be related.
initFromObject() - Method in class ix.iview.ConstraintEditor
Fills the controls with relevant object-sensitive information.
initFromObject() - Method in class ix.iview.DeclarationEditor
Sets the refinement whose variables are to be edited Fills the current declarations (if any) into the list and selects the appropriate radio button.
initFromObject() - Method in class ix.iview.DefaultConstraintEditor
Sets the refinement whose components (children) are to be realted.
initFromObject() - Method in class ix.iview.ObjectConstraintEditor
Sets the refinement whose objects are to be constrained.
initFromObject() - Method in class ix.iview.OrderingEditor
Sets the refinement whose components (children) are to be realted.
initFromObject() - Method in class ix.iview.PropertyEditor
Nothing to do to initialise the editor from an object class
initFromObject() - Method in class ix.iview.SimpleDeclarationEditor
Sets the refinement whose variables are to be edited Fills the current declarations (if any) into the list and selects the appropriate radio button.
initFromObject() - Method in class ix.iview.SpecEditor
Nothing to do to initialise the editor from an object.
initGenericConstraints() - Method in class ix.iview.domain.UIGrammar
This should really come from a file.
INITIAL_SYMBOL_NAME - Static variable in class ix.ip2.Ip2Applet
 
initialArgv - Static variable in class ix.test.MultiAgentIp2
 
initialCommToolTranscript() - Method in class ix.iserve.ipc.IServeCommStrategy
 
initialDelay - Variable in class ix.ip2.test.TestSequenceGenerator
 
initialDisplayName - Variable in class ix.icore.IXAgent
 
initialHolder() - Method in class ix.util.context.InheritableThreadLocalHoldingStrategy
Called to create a holder for a thread that doesn't already have one.
initialHolder() - Method in class ix.util.context.ThreadLocalHoldingStrategy
Called to create a holder for a thread that doesn't already have one.
initialNumber - Variable in class ix.util.Gensym.Generator
 
initialPlan() - Method in class ix.iplan.AutoTester.TestRunner
 
initialPlan - Variable in class ix.iplan.PlanTest
 
initialPlan() - Method in class ix.test.BlockStacker
 
initialPlan(List, List) - Method in class ix.test.BlockStacker
 
initialPlan(String) - Method in class ix.test.PlanningTest
 
initialPlan() - Method in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
initialPlanContext - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
initialStateRefinement(List) - Method in class ix.test.BlockStacker
 
initialStateRefinement(List) - Method in class ix.test.PrecondBlockStacker
 
initialTowers - Variable in class ix.test.BlockStacker
 
initialTowers - Variable in class ix.test.SimpleBlockSim
 
initIssue(Issue) - Method in class ix.itest.SendPanel
 
initItem(TaskItem) - Method in class ix.itest.SendPanel.ActivityControls
 
initItem(TaskItem) - Method in class ix.itest.SendPanel.IssueActivityControls
 
InitLoader - Class in ix.iface.plan
Reads .init files as Plans.
InitLoader() - Constructor for class ix.iface.plan.InitLoader
 
initOneOption() - Method in class ix.iplan.IPlanOptionManager
 
initOptions() - Method in class ix.ip2.Ip2
 
initOptions() - Method in class ix.iplan.IPlan
 
initOptions() - Method in class ix.iplan.IPlanOptionManager
 
initOptions() - Method in class ix.iplan.PlannerBase
 
initProperties() - Method in class ix.iface.ui.JPropertiesManager
Sets up default properties, then loads the properties from file and passes them to the application.
initReport(TaskItem, Name, Name, ReportType) - Method in class ix.itest.SendPanel
 
initReport(TaskItem, Name, Name, ReportType) - Method in class ix.itest.SendPanel.ReportControls
 
initReportBackReport(TaskItem) - Method in class ix.ichat.ChatFrame
 
InitSaver - Class in ix.iface.plan
Saves a Plan's state as an .init file.
InitSaver() - Constructor for class ix.iface.plan.InitSaver
 
initStatusTable() - Method in class ix.iplan.Slip
 
initStringConversions() - Method in class ix.util.reflect.ClassSyntax
 
initToMe() - Method in class ix.itest.SendPanel
 
initToMe() - Method in class ix.itest.SendPanel.SendControls
 
innerActionPerformed(ActionEvent) - Method in class ix.iface.util.CatchingActionListener
Called by CatchingActionListener.actionPerformed(ActionEvent) inside a catch that will report any exceptions thrown.
InnerClassTest - Class in ix.test
A class to illustrate a problem with methods called in inner class constructors and redefined in inner-class subclasses.
InnerClassTest() - Constructor for class ix.test.InnerClassTest
 
InnerClassTest.Inner1 - Class in ix.test
 
InnerClassTest.Inner1() - Constructor for class ix.test.InnerClassTest.Inner1
 
InnerClassTest.Inner2 - Class in ix.test
 
InnerClassTest.Inner2() - Constructor for class ix.test.InnerClassTest.Inner2
 
innerListener - Variable in class ix.iface.util.CatchingActionListener
 
innerListener - Variable in class ix.util.IPC.BufferedMessageListener
 
innerRun() - Method in class ix.ip2.test.PanelTest.SendingThread
 
innerRun() - Method in class ix.iquery.IQuery.LookupThread
 
innerRun() - Method in class ix.ispace.GroupSender.SendingThread
 
innerRun() - Method in class ix.util.CatchingThread
Calls the run() method of the innerRunnable passed to the constructor, if innerRunnable is non-null; otherwise does nothing.
innerRun() - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
innerRun() - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
innerRun() - Method in class ix.util.TransferThread
Loops taking a message from the queue and calling handle(message).
innerRunnable - Variable in class ix.util.CatchingThread
 
innerStrategy - Variable in class ix.util.ipc.WrapperStrategy
 
Input - Class in ix.icore.plan
 
Input() - Constructor for class ix.icore.plan.Input
 
Input(Symbol, Symbol, Symbol) - Constructor for class ix.icore.plan.Input
 
inputPins - Variable in class ix.iview.igraph.ExpansionModel.NodeComponent
 
inReader - Variable in class ix.util.lisp.LispReader
 
inSentState - Variable in class ix.itest.SendPanel.SendTextArea
 
insert(JMenuItem) - Method in class ix.iface.util.AlphabetizingMenu
Insert before the first item with lexicographically greater text.
insert(Object, Predicate2) - Method in class ix.util.lisp.LList
 
insertAction(HandlerAction) - Method in class ix.ip2.AgendaItem
Adds an action to this item, putting it at a "nice" place in the list.
insertAfter() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
insertAfter(AgendaItem) - Method in class ix.ip2.ActivityInsertionEditor
 
insertAfter(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
insertAfterItem - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
insertAfterTarget(AgendaItem) - Method in class ix.ip2.ActivityInsertionEditor
 
insertAs(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
insertBefore() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
insertBefore(AgendaItem) - Method in class ix.ip2.ActivityInsertionEditor
 
insertBefore(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
insertBeforeFirst(Object, List, List) - Static method in class ix.util.Collect
Returns a same-class copy of a list in which a list of additional elements has been inserted before the first occurrence of a specified target element.
insertBeforeItem - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
insertBeforeTarget(AgendaItem) - Method in class ix.ip2.ActivityInsertionEditor
 
insertDomain() - Method in class ix.iview.domain.UIDomain
Loads a domain from a file into the draft domain.
insertElement(Object, Predicate2) - Method in class ix.util.lisp.LListCollector
 
insertFromDomain(Object) - Method in class ix.iview.domain.UIDomain
 
insertInTable(SelectionPanel.SelectionTable) - Method in class ix.iface.util.SelectionPanel.Row
 
insertionEditors - Static variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
insertionIndex(IPlanOptionTool.TNode) - Method in class ix.iplan.IPlanOptionTool.TNode
 
insertItem(AgendaItem) - Method in class ix.ip2.ActivityInsertionEditor
 
insertItem - Variable in class ix.iview.DomainEditorFrame
 
insertKey(Object) - Method in class ix.iface.util.KeyValueTable
 
insertMenu - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class ix.iface.ui.tree.EditableTreeModel
 
insertUnder(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
inspector - Variable in class ix.iface.plan.HtmlPlanWriter.TIVisitor
 
inspector - Variable in class ix.iface.plan.TextPlanWriter.TIVisitor
 
install() - Method in class ix.icore.log.EventLogger
 
installActivityHandlers(Object[]) - Method in class ix.examples.PicoIX.Controller
 
installActivityHandlers(Object[], Hashtable) - Method in class ix.examples.PicoIX.Controller
 
installAgentExtensions() - Method in class ix.icore.IXAgent
Installs any extensions specified by the "extension-classes" parameter.
installAgentExtensions(List) - Method in class ix.icore.IXAgent
 
installCommTool() - Method in class ix.iserve.ipc.IServeCommStrategy
 
installConstraintManagers(Object[]) - Method in class ix.examples.PicoIX.ModelManager
 
installConstraints(ActivityItem, List) - Method in class ix.ip2.PlanInstaller
 
installDefinitions() - Method in class ix.util.lisp.LispInterpreter
 
installExpansion(PlanNode) - Method in class ix.ip2.PlanInstaller
 
installExtension() - Method in interface ix.icore.IXAgentExtension
 
installExtension() - Method in class ix.ip2.ForAllCM
 
installExtension() - Method in class ix.ip2.FrameSnapshotExtension
 
installExtension() - Method in class ix.ip2.ObjectViewExtension
 
installExtension() - Method in class ix.ip2.SyncStateClient
 
installExtension() - Method in class ix.ip2.SyncStateServer
 
installExtension() - Method in class ix.iserve.ipc.IServeCommServer
Called when installing as an IXAgentExtension.
installExtension() - Method in class ix.test.ComputeExtensionExample
 
installExtension() - Method in class ix.test.ExtensionExample
 
installExtension() - Method in class ix.test.StateExportExtension
 
installIssueExpansion(PlanIssue) - Method in class ix.ip2.PlanInstaller
 
installOrderings(ActivityItem, ListOfOrdering) - Method in class ix.ip2.PlanInstaller
 
installPlan() - Method in class ix.ip2.PlanInstaller
 
installSimEventHandlers(Object[]) - Method in class ix.examples.PicoISim.SimController
 
installSubitems(Agenda, AgendaItem, List, List) - Method in class ix.ip2.PlanInstaller
 
instance() - Static method in class ix.iplan.IPlanOptionManager.ModelHolder
 
instance - Variable in class ix.util.context.ContextLockingProxy.Handler
 
instanceContext - Variable in class ix.util.context.ContextLockingProxy.Handler
 
Instantiable - Interface in ix.icore.domain
 
instantiate(MatchEnv, Function1) - Method in class ix.icore.domain.Constraint
 
instantiate(MatchEnv, Function1) - Method in interface ix.icore.domain.Instantiable
 
instantiate(MatchEnv, Function1) - Method in class ix.icore.domain.NodeSpec
 
instantiate(MatchEnv, Function1) - Method in class ix.icore.domain.PatternAssignment
 
instantiate(MatchEnv) - Method in class ix.icore.domain.Refinement
Returns a copy of this refinement in which each ItemVar that has a value in the MatchEnv has been replaced by that value.
instantiate(MatchEnv, Function1) - Method in class ix.icore.domain.Refinement
Returns a copy of this refinement in which each ItemVar that has a value in the MatchEnv has been replaced by that value.
instantiate(MatchEnv, Function1) - Method in class ix.icore.Issue
 
instantiate(Object, Function1) - Method in class ix.util.match.MatchEnv
 
instantiateTree(Object, Function1) - Method in class ix.util.match.MatchEnv
 
instantTrigger - Variable in class ix.iplan.SlipSingleStepper
 
inStream - Variable in class ix.util.lisp.LispReader
 
interacting - Variable in class ix.iplan.SlipFindExecutable.Resume
 
interactingCondsAndEffects(PNodeEnd, Set, Set, PNodeEnd) - Method in class ix.iplan.SlipFindExecutable
 
INTERFACE - Static variable in class ix.util.reflect.ClassDescr
Internal class type
intern(String) - Static method in class ix.util.lisp.Symbol
Returns the Symbol that has the specified string as its name, creating a new one only if one does not already exist.
InternalDomainEditor - Interface in ix.iview
What I-X applications need to know to about a domain editor.
Interpreter - Class in ix.util.lisp
The skeleton of a progamming language interpreter.
Interpreter() - Constructor for class ix.util.lisp.Interpreter
Constructs an interpreter.
Interpreter.AbstractEnv - Class in ix.util.lisp
An implementation of Env that supplies some utility methods.
Interpreter.AbstractEnv() - Constructor for class ix.util.lisp.Interpreter.AbstractEnv
 
Interpreter.AbstractFunction - Class in ix.util.lisp
An implementation of Function that supplies some utility methods and implements part of the interface.
Interpreter.AbstractFunction() - Constructor for class ix.util.lisp.Interpreter.AbstractFunction
 
Interpreter.And - Class in ix.util.lisp
A conditional AND.
Interpreter.And(List) - Constructor for class ix.util.lisp.Interpreter.And
 
Interpreter.Assignment - Class in ix.util.lisp
An assignment to a variable.
Interpreter.Assignment(Symbol, Interpreter.Expr) - Constructor for class ix.util.lisp.Interpreter.Assignment
 
Interpreter.Call - Class in ix.util.lisp
A function call.
Interpreter.Call(Interpreter.Expr, List) - Constructor for class ix.util.lisp.Interpreter.Call
 
Interpreter.Closure - Class in ix.util.lisp
An interpreted function.
Interpreter.Closure(Symbol[], Interpreter.Expr, Interpreter.Env) - Constructor for class ix.util.lisp.Interpreter.Closure
 
Interpreter.Env - Interface in ix.util.lisp
The context in which an expression is evaluated.
Interpreter.Error - Exception in ix.util.lisp
The root class for exceptions thrown for error conditions detected by an Interpreter or by an expression.
Interpreter.Error(String) - Constructor for exception ix.util.lisp.Interpreter.Error
 
Interpreter.Error(String, Object) - Constructor for exception ix.util.lisp.Interpreter.Error
 
Interpreter.Expr - Class in ix.util.lisp
The root class for expressions.
Interpreter.Expr() - Constructor for class ix.util.lisp.Interpreter.Expr
 
Interpreter.Function - Interface in ix.util.lisp
An object that represents a function that can be applied to arguments.
Interpreter.GlobalEnv - Class in ix.util.lisp
A global / top-level environment.
Interpreter.GlobalEnv() - Constructor for class ix.util.lisp.Interpreter.GlobalEnv
 
Interpreter.If - Class in ix.util.lisp
A simple conditional expression.
Interpreter.If(Interpreter.Expr, Interpreter.Expr, Interpreter.Expr) - Constructor for class ix.util.lisp.Interpreter.If
 
Interpreter.JFunction - Class in ix.util.lisp
A function implemented in Java.
Interpreter.JFunction(String, int) - Constructor for class ix.util.lisp.Interpreter.JFunction
 
Interpreter.JFunction(Symbol, int) - Constructor for class ix.util.lisp.Interpreter.JFunction
 
Interpreter.Lambda - Class in ix.util.lisp
An expression whose value is a function closed in the environment in which this Lambda is evaluated.
Interpreter.Lambda(List, Interpreter.Expr) - Constructor for class ix.util.lisp.Interpreter.Lambda
 
Interpreter.Let - Class in ix.util.lisp
An expression that binds variables and then evaluates an expression in the resulting environment.
Interpreter.Let(List, List, Interpreter.Expr) - Constructor for class ix.util.lisp.Interpreter.Let
 
Interpreter.LexicalEnv - Class in ix.util.lisp
An environment for local values of variables.
Interpreter.LexicalEnv(Symbol[], Object[], Interpreter.LexicalEnv) - Constructor for class ix.util.lisp.Interpreter.LexicalEnv
 
Interpreter.Literal - Class in ix.util.lisp
A reference to an object that is treated as a literal.
Interpreter.Literal(Object) - Constructor for class ix.util.lisp.Interpreter.Literal
 
Interpreter.Or - Class in ix.util.lisp
A conditional OR.
Interpreter.Or(List) - Constructor for class ix.util.lisp.Interpreter.Or
 
Interpreter.Sequence - Class in ix.util.lisp
A sequence of expressions.
Interpreter.Sequence(List) - Constructor for class ix.util.lisp.Interpreter.Sequence
 
Interpreter.VarRef - Class in ix.util.lisp
A reference to a variable.
Interpreter.VarRef(Symbol) - Constructor for class ix.util.lisp.Interpreter.VarRef
 
Interpreter.While - Class in ix.util.lisp
A while loop.
Interpreter.While(Interpreter.Expr, Interpreter.Expr) - Constructor for class ix.util.lisp.Interpreter.While
 
interpretRelayException(String) - Method in class ix.applet.AppletCommunicationStrategy
 
interpretServerException(String) - Method in class ix.applet.AppletCommunicationStrategy
 
intersect(LList) - Method in class ix.util.lisp.LList
 
intersection(Collection, Collection) - Static method in class ix.util.Collect
Returns a new collection of the same class as its first argument and that contains the elements that appear in both collections.
IntRef - Class in ix.util
A modifiable reference to an int.
IntRef(int) - Constructor for class ix.util.IntRef
 
intToProperty(int) - Static method in class ix.iface.ui.util.UIUtil
 
intValue - Variable in class ix.iserve.ipc.sl.SLRpcMessage
 
inUndoableTransaction - Variable in class ix.iplan.IPlanOptionManager
 
InvalidPlanException - Exception in ix.icore.plan
Thrown to indicate that something is wrong in a Plan.
InvalidPlanException(String) - Constructor for exception ix.icore.plan.InvalidPlanException
 
invalidStep - Variable in class ix.iplan.Slip
 
invoke(Object, Method, Object[]) - Method in class ix.util.context.ContextLockingProxy.Handler
 
InvokeHandler - Class in ix.ip2
Generates HandlerActions for an AgendItem.
InvokeHandler(IXAgent) - Constructor for class ix.ip2.InvokeHandler
 
InvokeHandler.InvokeAction - Class in ix.ip2
 
InvokeHandler.InvokeAction(String, AgendaItem) - Constructor for class ix.ip2.InvokeHandler.InvokeAction
 
IO - Class in ix.util
Class for useful static I/O methods that don't belong anywhere else.
ip2 - Variable in class ix.iface.ui.HTMLPanel.LinkPopupMenu
 
ip2 - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
ip2 - Variable in class ix.ip2.ActivityInsertionEditor
 
ip2 - Variable in class ix.ip2.AgendaTableViewer
 
ip2 - Variable in class ix.ip2.AgendaViewTable
 
ip2 - Variable in class ix.ip2.AnnotationViewTable
 
ip2 - Variable in class ix.ip2.BindingViewer
 
ip2 - Variable in class ix.ip2.CompletionHandler
 
ip2 - Variable in class ix.ip2.ConditionHandler
 
ip2 - Variable in class ix.ip2.ExpandHandler
 
ip2 - Variable in class ix.ip2.ForAllCM
 
Ip2 - Class in ix.ip2
The generic I-P2 class and application main program
Ip2() - Constructor for class ix.ip2.Ip2
 
Ip2(boolean) - Constructor for class ix.ip2.Ip2
Constructor for subclasses that need to creat a second agent.
ip2 - Variable in class ix.ip2.Ip2Applet
 
ip2 - Variable in class ix.ip2.Ip2Frame
 
ip2 - Variable in class ix.ip2.Ip2ModelManager
 
ip2 - Variable in class ix.ip2.Ip2XMLConfig.LookItem
 
ip2 - Variable in class ix.ip2.IVarTool
 
ip2 - Variable in class ix.ip2.LoadDomainHandler
 
ip2 - Variable in class ix.ip2.LoadPlanFrame
 
ip2 - Variable in class ix.ip2.LoadPlanHandler
 
ip2 - Variable in class ix.ip2.ObjectWhiteboard
 
ip2 - Variable in class ix.ip2.PerformAsActivityHandler
 
ip2 - Variable in class ix.ip2.PlanMaker
 
ip2 - Variable in class ix.ip2.ShowURLHandler
 
ip2 - Variable in class ix.ip2.StateViewTable
 
ip2 - Variable in class ix.ip2.SyncState
 
ip2 - Variable in class ix.ip2.SyncState.SyncStateHandler
 
ip2 - Variable in class ix.ip2.TimelineViewer
 
ip2 - Variable in class ix.ip2.TransformToActivityHandler
 
ip2 - Variable in class ix.iplan.ChecksimPlanEvaluation
 
ip2 - Variable in class ix.iplan.IPlanOptionManager
 
ip2 - Variable in class ix.iplan.IPlanOptionTool
 
ip2 - Variable in class ix.iplan.IPlanTool
 
ip2 - Variable in class ix.test.ChangeSymbolNameHandler
 
ip2 - Variable in class ix.test.ComputeExtensionExample
 
ip2 - Variable in class ix.test.ExtensionExample
 
ip2 - Variable in class ix.test.MatchChoiceHandler
 
ip2 - Variable in class ix.test.MatchStateHandler
 
ip2 - Variable in class ix.test.SimpleRSim
 
ip2 - Variable in class ix.test.StateExportExtension
 
ip2 - Variable in class ix.test.TestAutoHandler
 
Ip2.AddExtensionsHandler - Class in ix.ip2
 
Ip2.AddExtensionsHandler() - Constructor for class ix.ip2.Ip2.AddExtensionsHandler
 
Ip2.AddHandlersHandler - Class in ix.ip2
 
Ip2.AddHandlersHandler() - Constructor for class ix.ip2.Ip2.AddHandlersHandler
 
Ip2Applet - Class in ix.ip2
An I-P2 applet
Ip2Applet() - Constructor for class ix.ip2.Ip2Applet
 
Ip2Applet.AppletIp2 - Class in ix.ip2
 
Ip2Applet.AppletIp2() - Constructor for class ix.ip2.Ip2Applet.AppletIp2
 
Ip2Applet.AppletIp2Frame - Class in ix.ip2
 
Ip2Applet.AppletIp2Frame(Ip2) - Constructor for class ix.ip2.Ip2Applet.AppletIp2Frame
 
Ip2Example - Class in ix.test
An example of various ways to entend BasicIp2.
Ip2Example() - Constructor for class ix.test.Ip2Example
 
Ip2Example.ExampleToolController - Class in ix.test
 
Ip2Example.ExampleToolController(String) - Constructor for class ix.test.Ip2Example.ExampleToolController
 
Ip2Frame - Class in ix.ip2
The main frame of the I-P2 user interface.
Ip2Frame(Ip2) - Constructor for class ix.ip2.Ip2Frame
 
Ip2Frame.HTMLViewer - Class in ix.ip2
 
Ip2Frame.HTMLViewer(String) - Constructor for class ix.ip2.Ip2Frame.HTMLViewer
 
Ip2Frame.HTMLViewer(URL) - Constructor for class ix.ip2.Ip2Frame.HTMLViewer
 
Ip2Frame.Ip2AboutFrame - Class in ix.ip2
 
Ip2Frame.Ip2AboutFrame(String) - Constructor for class ix.ip2.Ip2Frame.Ip2AboutFrame
 
Ip2Frame.Ip2HelpFrame - Class in ix.ip2
 
Ip2Frame.Ip2HelpFrame(String) - Constructor for class ix.ip2.Ip2Frame.Ip2HelpFrame
 
ip2MM - Variable in class ix.ip2.ActivityInsertionEditor
 
Ip2ModelManager - Class in ix.ip2
 
Ip2ModelManager(Ip2) - Constructor for class ix.ip2.Ip2ModelManager
 
Ip2ModelManager.BindingSentinel - Class in ix.ip2
A sentinel that lets an activity become complete when all the variables in its effects have values.
Ip2ModelManager.BindingSentinel(PNode, Set) - Constructor for class ix.ip2.Ip2ModelManager.BindingSentinel
 
Ip2Test - Class in ix.test
A version of Ip2 used to test and debug/
Ip2Test() - Constructor for class ix.test.Ip2Test
 
Ip2WorldStateManager - Class in ix.ip2
Stores the current world state and certain things about it.
Ip2WorldStateManager(Ip2ModelManager) - Constructor for class ix.ip2.Ip2WorldStateManager
 
Ip2XMLConfig - Class in ix.ip2
XML tool configuration for I-P2 and similar systems.
Ip2XMLConfig() - Constructor for class ix.ip2.Ip2XMLConfig
 
Ip2XMLConfig.ChecklistFiles - Class in ix.ip2
Checklist file syntax.
Ip2XMLConfig.ChecklistFiles() - Constructor for class ix.ip2.Ip2XMLConfig.ChecklistFiles
 
Ip2XMLConfig.HtmlFiles - Class in ix.ip2
HTML file syntax for plan output.
Ip2XMLConfig.HtmlFiles() - Constructor for class ix.ip2.Ip2XMLConfig.HtmlFiles
 
Ip2XMLConfig.InitFiles - Class in ix.ip2
".init" (world state) file syntax.
Ip2XMLConfig.InitFiles() - Constructor for class ix.ip2.Ip2XMLConfig.InitFiles
 
Ip2XMLConfig.LookItem - Class in ix.ip2
 
Ip2XMLConfig.LookItem(XMLTreeEditFrame, String) - Constructor for class ix.ip2.Ip2XMLConfig.LookItem
 
Ip2XMLConfig.LPADFiles - Class in ix.ip2
File syntax for plans represented as domains.
Ip2XMLConfig.LPADFiles() - Constructor for class ix.ip2.Ip2XMLConfig.LPADFiles
 
Ip2XMLConfig.LTFFiles - Class in ix.ip2
LTF file syntax.
Ip2XMLConfig.LTFFiles() - Constructor for class ix.ip2.Ip2XMLConfig.LTFFiles
 
Ip2XMLConfig.OwlSFiles - Class in ix.ip2
OWL-S file syntax.
Ip2XMLConfig.OwlSFiles() - Constructor for class ix.ip2.Ip2XMLConfig.OwlSFiles
 
Ip2XMLConfig.TextFiles - Class in ix.ip2
Text file syntax for plan output.
Ip2XMLConfig.TextFiles() - Constructor for class ix.ip2.Ip2XMLConfig.TextFiles
 
Ip2XMLConfig.TFFiles - Class in ix.ip2
TF file syntax.
Ip2XMLConfig.TFFiles() - Constructor for class ix.ip2.Ip2XMLConfig.TFFiles
 
IPC - Class in ix.util
Support for interprocess communication in a framework that allows different communication strategies to be used in a uniform way.
IPC.BasicDestinationTable - Class in ix.util
A HashMap implementation of the DestinationTable interface.
IPC.BasicDestinationTable() - Constructor for class ix.util.IPC.BasicDestinationTable
 
IPC.BasicInputMessage - Class in ix.util
A minimal implementation of InputMessage.
IPC.BasicInputMessage(Object) - Constructor for class ix.util.IPC.BasicInputMessage
 
IPC.BrokenConnectionException - Exception in ix.util
 
IPC.BrokenConnectionException(String) - Constructor for exception ix.util.IPC.BrokenConnectionException
 
IPC.BrokenConnectionException(String, Throwable) - Constructor for exception ix.util.IPC.BrokenConnectionException
 
IPC.BrokenConnectionException(IPC.Connection, Throwable) - Constructor for exception ix.util.IPC.BrokenConnectionException
 
IPC.BufferedMessageListener - Class in ix.util
A MessageListener that enqueues messages for processing in a separate thread of the listener's own.
IPC.BufferedMessageListener(IPC.MessageListener) - Constructor for class ix.util.IPC.BufferedMessageListener
Constructs an (outer) listener and starts the thread that will pass messages to the inner listener.
IPC.BufferedMessageListener() - Constructor for class ix.util.IPC.BufferedMessageListener
Constructs a listener without an inner listener.
IPC.CommunicationStrategy - Interface in ix.util
An object that determines how various IPC operations are performed.
IPC.Connection - Interface in ix.util
An object that can send and receive.
IPC.DestinationTable - Interface in ix.util
A mapping from destination names to the data needed to establish connections with the corresponding agents.
IPC.EmptyCommunicationStrategy - Class in ix.util
A strategy that just throws an exception whenever the agent tries to send.
IPC.EmptyCommunicationStrategy() - Constructor for class ix.util.IPC.EmptyCommunicationStrategy
 
IPC.InputMessage - Interface in ix.util
An object that represents an incoming message.
IPC.IPCException - Exception in ix.util
The exception thrown by IPC methods.
IPC.IPCException() - Constructor for exception ix.util.IPC.IPCException
 
IPC.IPCException(String) - Constructor for exception ix.util.IPC.IPCException
 
IPC.IPCException(Throwable) - Constructor for exception ix.util.IPC.IPCException
 
IPC.IPCException(String, Throwable) - Constructor for exception ix.util.IPC.IPCException
 
IPC.MessageListener - Interface in ix.util
An object that is notified when a message is received.
IPC.SimpleIXCommunicationStrategy - Class in ix.util
An ObjectStream communication strategy for I-X agents.
IPC.SimpleIXCommunicationStrategy() - Constructor for class ix.util.IPC.SimpleIXCommunicationStrategy
 
IPC.SimpleIXXMLCommunicationStrategy - Class in ix.util
An XMLObjectStream communication strategy for I-X agents.
IPC.SimpleIXXMLCommunicationStrategy() - Constructor for class ix.util.IPC.SimpleIXXMLCommunicationStrategy
 
IPC.SocketlikeCommunicationStrategy - Interface in ix.util
A CommunicationStrategy that provides "connections" analogous to sockets and a visible mapping from destination names to the data needed to establish a connection.
IPC.XMLObjectStreamCommunicationStrategy - Class in ix.util
A version of ObjectStreamCommunicationStrategy that encodes the message contents in XML rather than serializing.
IPC.XMLObjectStreamCommunicationStrategy() - Constructor for class ix.util.IPC.XMLObjectStreamCommunicationStrategy
 
IPCListener - Class in ix.util.ipc
 
IPCListener() - Constructor for class ix.util.ipc.IPCListener
 
ipcListeners - Static variable in class ix.util.IPC
Listeners that can observe messages as they're sent and received.
ipcName - Variable in class ix.icore.IXAgent
Name used for IPC purposes and returned by the getAgentIPCName() method.
ipcStrategyName - Variable in class ix.icore.IXAgent
 
IPCTest - Class in ix.test
 
IPCTest() - Constructor for class ix.test.IPCTest
 
IPlan - Class in ix.iplan
An interactive planner.
IPlan() - Constructor for class ix.iplan.IPlan
 
IPlan(boolean) - Constructor for class ix.iplan.IPlan
 
iplan - Variable in class ix.iplan.IPlanConditionHandler
 
iplan - Variable in class ix.iplan.IPlanExpandHandler
 
IPlanCompletionHandler - Class in ix.iplan
Generates HandlerActions for an AgendItem.
IPlanCompletionHandler(IPlan) - Constructor for class ix.iplan.IPlanCompletionHandler
 
IPlanConditionHandler - Class in ix.iplan
Satisfies conditions
IPlanConditionHandler(IPlan) - Constructor for class ix.iplan.IPlanConditionHandler
 
IPlanConditionHandler.SatisfyAction - Class in ix.iplan
 
IPlanConditionHandler.SatisfyAction(AgendaItem) - Constructor for class ix.iplan.IPlanConditionHandler.SatisfyAction
 
iplanContext - Variable in class ix.iplan.IPlanOptionManager.Opt
 
IPlanExpandHandler - Class in ix.iplan
Adds expansion actions to activities based on refinements in the agent's domain.
IPlanExpandHandler(IPlan) - Constructor for class ix.iplan.IPlanExpandHandler
 
IPlanFrame - Class in ix.iplan
The main frame of the I-Plan user interface.
IPlanFrame(Ip2) - Constructor for class ix.iplan.IPlanFrame
 
iplanMM - Variable in class ix.iplan.Slip
 
IPlanModelManager - Class in ix.iplan
 
IPlanModelManager(Ip2) - Constructor for class ix.iplan.IPlanModelManager
 
IPlanOptionManager - Class in ix.iplan
Manages options for an instance of IPlan or Ip2.
IPlanOptionManager(Ip2) - Constructor for class ix.iplan.IPlanOptionManager
 
IPlanOptionManager.ModelHolder - Class in ix.iplan
 
IPlanOptionManager.NoPlanEvent - Class in ix.iplan
 
IPlanOptionManager.NoPlanEvent(IPlanOptionManager.Opt) - Constructor for class ix.iplan.IPlanOptionManager.NoPlanEvent
 
IPlanOptionManager.Opt - Class in ix.iplan
 
IPlanOptionManager.Opt(String) - Constructor for class ix.iplan.IPlanOptionManager.Opt
Create an option with the specified name.
IPlanOptionManager.Opt(String, Plan) - Constructor for class ix.iplan.IPlanOptionManager.Opt
Create an option with the specified name and initial plan.
IPlanOptionManager.Opt.UndoPoint - Class in ix.iplan
 
IPlanOptionManager.Opt.UndoPoint(String) - Constructor for class ix.iplan.IPlanOptionManager.Opt.UndoPoint
 
IPlanOptionManager.Opt.UndoTrail - Class in ix.iplan
 
IPlanOptionManager.Opt.UndoTrail() - Constructor for class ix.iplan.IPlanOptionManager.Opt.UndoTrail
 
IPlanOptionManager.PlanEvent - Class in ix.iplan
 
IPlanOptionManager.PlanEvent(IPlanOptionManager.Opt) - Constructor for class ix.iplan.IPlanOptionManager.PlanEvent
 
IPlanOptionManager.PlanGen - Class in ix.iplan
Finds plans for options.
IPlanOptionManager.PlanGen() - Constructor for class ix.iplan.IPlanOptionManager.PlanGen
 
IPlanOptionManager.PseudoMessage - Class in ix.iplan
 
IPlanOptionManager.PseudoMessage(Object) - Constructor for class ix.iplan.IPlanOptionManager.PseudoMessage
 
IPlanOptionManager.ReportMessage - Class in ix.iplan
 
IPlanOptionManager.ReportMessage(Report) - Constructor for class ix.iplan.IPlanOptionManager.ReportMessage
 
IPlanOptionManager.ResetHook - Class in ix.iplan
 
IPlanOptionManager.ResetHook() - Constructor for class ix.iplan.IPlanOptionManager.ResetHook
 
IPlanOptionManager.SyncMessage - Class in ix.iplan
 
IPlanOptionManager.SyncMessage(Plan) - Constructor for class ix.iplan.IPlanOptionManager.SyncMessage
 
IPlanOptionManager.UndoEvent - Class in ix.iplan
 
IPlanOptionManager.UndoEvent(IPlanOptionManager.Opt) - Constructor for class ix.iplan.IPlanOptionManager.UndoEvent
 
IPlanOptionTool - Class in ix.iplan
A control and comparison tool for options.
IPlanOptionTool(Ip2) - Constructor for class ix.iplan.IPlanOptionTool
 
IPlanOptionTool.MatrixHtmlStringWriter - Class in ix.iplan
 
IPlanOptionTool.MatrixHtmlStringWriter() - Constructor for class ix.iplan.IPlanOptionTool.MatrixHtmlStringWriter
 
IPlanOptionTool.OptionMatrix - Class in ix.iplan
 
IPlanOptionTool.OptionMatrix() - Constructor for class ix.iplan.IPlanOptionTool.OptionMatrix
 
IPlanOptionTool.OptionMatrix.LinkListener - Class in ix.iplan
 
IPlanOptionTool.OptionMatrix.LinkListener() - Constructor for class ix.iplan.IPlanOptionTool.OptionMatrix.LinkListener
 
IPlanOptionTool.OptionMatrix.LinkMouseListener - Class in ix.iplan
 
IPlanOptionTool.OptionMatrix.LinkMouseListener() - Constructor for class ix.iplan.IPlanOptionTool.OptionMatrix.LinkMouseListener
 
IPlanOptionTool.OptionToolFrame - Class in ix.iplan
 
IPlanOptionTool.OptionToolFrame() - Constructor for class ix.iplan.IPlanOptionTool.OptionToolFrame
 
IPlanOptionTool.OptionTree - Class in ix.iplan
 
IPlanOptionTool.OptionTree() - Constructor for class ix.iplan.IPlanOptionTool.OptionTree
 
IPlanOptionTool.ResetHook - Class in ix.iplan
 
IPlanOptionTool.ResetHook() - Constructor for class ix.iplan.IPlanOptionTool.ResetHook
 
IPlanOptionTool.TNode - Class in ix.iplan
 
IPlanOptionTool.TNode(String) - Constructor for class ix.iplan.IPlanOptionTool.TNode
 
IPlanTool - Class in ix.iplan
I-Plan's automatic planner as a tool.
IPlanTool(Ip2) - Constructor for class ix.iplan.IPlanTool
 
IPlanTool.OptListener - Class in ix.iplan
 
IPlanTool.OptListener() - Constructor for class ix.iplan.IPlanTool.OptListener
 
IPlanTool.ResetHook - Class in ix.iplan
 
IPlanTool.ResetHook() - Constructor for class ix.iplan.IPlanTool.ResetHook
 
IPlanTool.SimFrame - Class in ix.iplan
 
IPlanTool.SimFrame(String) - Constructor for class ix.iplan.IPlanTool.SimFrame
 
IPlanTool.ToolFrame - Class in ix.iplan
 
IPlanTool.ToolFrame(String) - Constructor for class ix.iplan.IPlanTool.ToolFrame
 
IPlanTool.ToolFrame.PlanFrame - Class in ix.iplan
 
IPlanTool.ToolFrame.PlanFrame(String, String[]) - Constructor for class ix.iplan.IPlanTool.ToolFrame.PlanFrame
 
IPlanTool.ToolFrame.ToolTListener - Class in ix.iplan
 
IPlanTool.ToolFrame.ToolTListener() - Constructor for class ix.iplan.IPlanTool.ToolFrame.ToolTListener
 
IPlanWorldStateManager - Class in ix.iplan
Stores the current world state and certain things about it.
IPlanWorldStateManager(Ip2ModelManager) - Constructor for class ix.iplan.IPlanWorldStateManager
 
IPlanWorldStateManager.Fact - Class in ix.iplan
 
IPlanWorldStateManager.Fact() - Constructor for class ix.iplan.IPlanWorldStateManager.Fact
 
IPlanWorldStateManager.Fact(LList, Object, PNode) - Constructor for class ix.iplan.IPlanWorldStateManager.Fact
 
IQuery - Class in ix.iquery
Generic base for simple information source I-X agents.
IQuery() - Constructor for class ix.iquery.IQuery
 
IQuery.LookupThread - Class in ix.iquery
A thread that invokes a LookupHandler.
IQuery.LookupThread(Activity) - Constructor for class ix.iquery.IQuery.LookupThread
 
isAble(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.SimEventHandler
 
isAble(PicoISim.SimEvent) - Method in class ix.examples.PicoISimTest3.ResourceEventHandler
 
isAbleToSend() - Method in class ix.applet.AppletCommunicationStrategy
 
isAbleToSend() - Method in class ix.iserve.ipc.IServeCommStrategy
 
isAbstract() - Method in class ix.util.reflect.ClassDescr
 
isAchievableCondPattern(LList, Domain) - Static method in class ix.iplan.Slip
 
isAdjusting - Variable in class ix.iface.ui.CardPanel
 
isAdjusting - Variable in class ix.iface.ui.JFrameMTP
set when the panel is created so that change events can be ignored
isAdjusting - Variable in class ix.iface.ui.ToggleEditorPanel
 
isAdjusting - Variable in class ix.iview.ConditionEffectEditor
 
isAdjusting - Variable in class ix.iview.ObjectConstraintEditor
 
isAllLowerCase(String) - Static method in class ix.util.Strings
Determines whether there are no upper-case characters in a string.
isAlreadyExpanded(PNodeEnd) - Method in class ix.iplan.SlipFindExecutable
 
isAnagram(String, String) - Static method in class ix.test.AnagramPairs
 
isAncestorOf(PNode) - Method in class ix.icore.process.PNode
 
isApplet() - Static method in class ix.util.Parameters
 
isAtomicValue(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
isAttribute - Variable in class ix.util.xml.BNFSyntax.InstanceField
 
isAttribute(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
isAttributeClass(Class) - Method in class ix.util.xml.XMLTranslator
 
isAttributesList(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
isAutomatic() - Method in class ix.ip2.ItemHandler
Indicates whether this handler has the authority to handle items automatically rather than only when explicitly invoked.
isAutomatic() - Method in class ix.ip2.SyncSimulationTimeHandler
 
isAutomatic() - Method in class ix.ip2.SyncState.SyncStateHandler
 
isAutomatic() - Method in class ix.test.TestAutoHandler
 
isAutoRecursive - Variable in class ix.icore.plan.inspect.PlanInspector
 
isAvailable() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
isAvailable() - Method in class ix.util.xml.AbstractFileSyntax
 
isAvailable() - Method in interface ix.util.xml.FileSyntax
Indicates whether this syntax can be used.
isAvailable() - Method in class ix.util.xml.FileSyntax.RDFFiles
 
isBefore(Object, Object) - Method in class ix.util.AbstractDirectedGraph
 
isBefore(Object, Object) - Method in class ix.util.DAGTransitiveClosure
 
isBefore(Object, Object) - Method in interface ix.util.DirectedGraph
 
isBefore(Object, Object) - Method in class ix.util.FullTransitiveClosure
 
isBodyField(FieldDescr) - Method in class ix.util.xml.CompactXMLTranslator
 
isBooleanProperty(String, String) - Static method in class ix.iface.ui.JPropertiesManager
 
isBordered - Variable in class ix.iface.ui.AbstractEditorPanel
 
isBordered - Variable in class ix.iface.ui.IXLabelRenderer
A flag to show whether the cell has a border
isBordered - Variable in class ix.iface.ui.IXTextRenderer
A flag to show whether the cell has a border
isBound() - Method in class ix.icore.Variable
 
isButtonGroup() - Method in class ix.iface.ui.IXButPanel
 
isCapabilityChange() - Method in class ix.ispace.event.ContactEvent
 
isCellEditable(int, int) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
isCellEditable(int, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
isCellEditable(EventObject) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
isCellEditable(EventObject) - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Not implemented.
isCellEditable(int, int) - Method in class ix.iface.util.CheckTable.ViewTableModel
 
isCellEditable(int, int) - Method in class ix.iface.util.KeyValueTable.ViewTableModel
 
isCellEditable(int, int) - Method in class ix.ip2.AgendaItemTableModel
 
isCellEditable(int, int) - Method in class ix.iview.DeclarationEditor.VarTypeTableModel
 
isCellEditable(int, int) - Method in class ix.iview.table.PropertyTableModel
 
isCellEditable(int, int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
isClassConstraint(ItemVar, Constraint) - Static method in class ix.iview.util.IVUtil
Looks through constraints and finds the most likely for class info.
isClassConstraint(Constraint) - Static method in class ix.iview.util.IVUtil
Looks through constraints and finds the most likely for class info.
isCollection() - Method in class ix.util.reflect.ClassDescr
 
isColorChange() - Method in class ix.util.xml.event.NamespaceEvent
 
isCompletion() - Method in class ix.icore.Report
 
isComprehensive() - Method in class ix.iview.ActionEditorPanel
 
isConsistentWith(Bindings) - Method in class ix.util.match.Bindings
 
isConsistentWith(MatchChoice) - Method in class ix.util.match.Bindings
 
IScript - Class in ix.iscript
I-Script expression factory.
IScript() - Constructor for class ix.iscript.IScript
 
iscript - Static variable in class ix.util.lisp.Interpreter
An IScript factory used when constructing external forms.
IScriptInterpreter - Class in ix.iscript
An interpreter for the I-Script language.
IScriptInterpreter() - Constructor for class ix.iscript.IScriptInterpreter
 
IScriptInterpreter.IScriptLispInterpreter - Class in ix.iscript
 
IScriptInterpreter.IScriptLispInterpreter() - Constructor for class ix.iscript.IScriptInterpreter.IScriptLispInterpreter
 
IScriptLispSource - Class in ix.iscript
An object that can be used to wrap an I-Script Expression that is written in a Lisp-like syntax.
IScriptLispSource(String) - Constructor for class ix.iscript.IScriptLispSource
 
IScriptParser - Class in ix.iscript
A parser for the I-Script language.
IScriptParser() - Constructor for class ix.iscript.IScriptParser
 
IScriptSource - Interface in ix.iscript
An object that represents or contains I-Script source code.
IScriptXmlSource - Class in ix.iscript
An object that can be used to wrap an I-Script Expression.
IScriptXmlSource() - Constructor for class ix.iscript.IScriptXmlSource
 
isCurrentNamedObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
isCurrentObject(Object) - Method in class ix.iview.domain.UIDomain
 
isCurrentOwnObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
isDeclared(ItemVar) - Method in class ix.icore.domain.Refinement
Returns true iff this specified variable is declared in this refinement.
isDeletion() - Method in class ix.icore.event.AnnotationEvent
 
isDeletion() - Method in class ix.ispace.event.ContactEvent
 
isDescendentOf(PNode) - Method in class ix.icore.process.PNode
 
isDistributedSetPattern(LList) - Method in class ix.ip2.ObjectWorld
 
isDummyEditing(int, int) - Method in class ix.ip2.AgendaTableViewer
Hack to make things start properly
isEditable(String) - Method in class ix.iface.ui.AbstractIFormModel
 
isEditable(String) - Method in interface ix.iface.ui.IFormModel
Determines whether a field is editable (can be changed by the user) or not.
isEditable(String) - Method in class ix.iface.ui.JPropertiesManager
 
isEditable - Variable in class ix.iview.DomainEditorFrame
 
isEditing() - Method in class ix.iface.ui.JConstraintEditor
 
isEditor() - Method in class ix.util.xml.XMLTreeEditFrame
Returns true if this frame allows editing and false if it is a read-only viewer.
isEditor() - Method in class ix.util.xml.XMLTreeViewFrame
 
isEmpty() - Method in class ix.icore.domain.Domain
 
isEmpty() - Method in class ix.iface.domain.ChecklistParser.Line
 
isEmpty(Object) - Method in class ix.iface.ui.AbstractSetEditor
Checks whether the given object is empty
isEmpty() - Method in class ix.iface.ui.AbstractSetEditor
Checks whether there are objects in the set
isEmpty() - Method in class ix.iplan.IPlanOptionManager.Opt.UndoTrail
 
isEmpty() - Method in class ix.iserve.ipc.MessageMemory
 
isEmpty() - Method in interface ix.isim.util.LongPriorityQueue
This function tests whether this priority queue is empty.
isEmpty() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function tests whether this priority queue is empty.
isEmpty(Object) - Method in class ix.iview.AbstractUISetEditor
Checks whether the given object is empty
isEmpty() - Method in class ix.iview.domain.UIDomain
 
isEmpty() - Method in interface ix.iview.domain.UIEditableObject
 
isEmpty() - Method in interface ix.iview.domain.UIObject
Determines whether the object has any information in it.
isEmpty() - Method in class ix.iview.domain.UIObjectClass
If the specifications are empty, we don't care about the parents.
isEmpty(ObjectClass) - Method in class ix.iview.domain.UIObjectClass
If the original specifications are empty
isEmpty() - Method in class ix.iview.domain.UIRefinement
A refinement is empty if all its data fields are empty.
isEmpty(Refinement) - Method in class ix.iview.domain.UIRefinement
A refinement is empty if all its data fields are empty.
isEmpty(Collection) - Static method in class ix.util.Collect
Returns true iff the collection is either null or empty.
isEmpty(Map) - Static method in class ix.util.Collect
Returns true iff the Map is either null or empty.
isEmpty() - Method in class ix.util.context.LLQueue
 
isEmpty() - Method in class ix.util.lisp.LList
 
isEmpty() - Method in class ix.util.lisp.LListCollector
 
isEmptyConstraint(Constraint) - Static method in class ix.iview.util.IVUtil
 
isEmptyThing(Object) - Static method in class ix.iface.ui.util.UIUtil
Returns true if the given thing is null, empty string, or empty collection, or map with no values
isEmptyValue(Object) - Static method in class ix.iface.ui.util.UIUtil
Checks whether the given thing is empty.
isEnumeration() - Method in class ix.util.reflect.ClassDescr
 
IServe - Class in ix.iserve
A process panel that also acts as an HTTP server.
IServe() - Constructor for class ix.iserve.IServe
 
IServeCommServer - Class in ix.iserve.ipc
Handles messages for a IServeCommStrategy.
IServeCommServer() - Constructor for class ix.iserve.ipc.IServeCommServer
Constructor used when making a standalone comm server.
IServeCommServer(IServe) - Constructor for class ix.iserve.ipc.IServeCommServer
Constructor also used when making an IXAgentExtension.
IServeCommServer.AbandonRequest - Exception in ix.iserve.ipc
 
IServeCommServer.AbandonRequest() - Constructor for exception ix.iserve.ipc.IServeCommServer.AbandonRequest
 
IServeCommServer.Command - Enum in ix.iserve.ipc
 
IServeCommServer.ControlServlet - Class in ix.iserve.ipc
Provides a "control" page for the server.
IServeCommServer.ControlServlet() - Constructor for class ix.iserve.ipc.IServeCommServer.ControlServlet
 
IServeCommServer.DefaultIdentityChecker - Class in ix.iserve.ipc
 
IServeCommServer.DefaultIdentityChecker(IServeCommServer.User) - Constructor for class ix.iserve.ipc.IServeCommServer.DefaultIdentityChecker
 
IServeCommServer.DefaultIdentityCheckerFactory - Class in ix.iserve.ipc
 
IServeCommServer.DefaultIdentityCheckerFactory() - Constructor for class ix.iserve.ipc.IServeCommServer.DefaultIdentityCheckerFactory
 
IServeCommServer.IdentityChecker - Class in ix.iserve.ipc
 
IServeCommServer.IdentityChecker(IServeCommServer.User) - Constructor for class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
IServeCommServer.IdentityCheckerFactory - Interface in ix.iserve.ipc
 
IServeCommServer.IllegalIdentityCheckerChange - Exception in ix.iserve.ipc
 
IServeCommServer.IllegalIdentityCheckerChange(IServeCommServer.User, IServeCommServer.IdentityChecker, IServeCommServer.IdentityChecker) - Constructor for exception ix.iserve.ipc.IServeCommServer.IllegalIdentityCheckerChange
 
IServeCommServer.IXIdentityChecker - Class in ix.iserve.ipc
 
IServeCommServer.IXIdentityChecker(IServeCommServer.User) - Constructor for class ix.iserve.ipc.IServeCommServer.IXIdentityChecker
 
IServeCommServer.IXIdentityCheckerFactory - Class in ix.iserve.ipc
 
IServeCommServer.IXIdentityCheckerFactory() - Constructor for class ix.iserve.ipc.IServeCommServer.IXIdentityCheckerFactory
 
IServeCommServer.NextMessageServlet - Class in ix.iserve.ipc
 
IServeCommServer.NextMessageServlet() - Constructor for class ix.iserve.ipc.IServeCommServer.NextMessageServlet
 
IServeCommServer.RegistrationServlet - Class in ix.iserve.ipc
 
IServeCommServer.RegistrationServlet() - Constructor for class ix.iserve.ipc.IServeCommServer.RegistrationServlet
 
IServeCommServer.SendServlet - Class in ix.iserve.ipc
 
IServeCommServer.SendServlet() - Constructor for class ix.iserve.ipc.IServeCommServer.SendServlet
 
IServeCommServer.ServerCommand - Enum in ix.iserve.ipc
 
IServeCommServer.StatusServlet - Class in ix.iserve.ipc
Provides a "status" page for the server.
IServeCommServer.StatusServlet() - Constructor for class ix.iserve.ipc.IServeCommServer.StatusServlet
 
IServeCommServer.User - Class in ix.iserve.ipc
 
IServeCommServer.User(String) - Constructor for class ix.iserve.ipc.IServeCommServer.User
 
IServeCommStrategy - Class in ix.iserve.ipc
A communication strategy that sends all messages via a server.
IServeCommStrategy() - Constructor for class ix.iserve.ipc.IServeCommStrategy
 
IServeCommStrategy.ReceiveThread - Class in ix.iserve.ipc
 
IServeCommStrategy.ReceiveThread() - Constructor for class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
IServeCommTool - Class in ix.iserve.ipc
The user interface to an IServeCommStrategy.
IServeCommTool(IServeCommStrategy, String) - Constructor for class ix.iserve.ipc.IServeCommTool
 
IServeCommTool.Controller - Class in ix.iserve.ipc
A ToolController for an IServeCommTool.
IServeCommTool.Controller(IServeCommStrategy, String) - Constructor for class ix.iserve.ipc.IServeCommTool.Controller
 
IServeCommTool.ToolFrame - Class in ix.iserve.ipc
A simple GUI.
IServeCommTool.ToolFrame(String) - Constructor for class ix.iserve.ipc.IServeCommTool.ToolFrame
 
IServeCommTool.ToolFrame.ToolTFrame - Class in ix.iserve.ipc
 
IServeCommTool.ToolFrame.ToolTFrame(String, String[]) - Constructor for class ix.iserve.ipc.IServeCommTool.ToolFrame.ToolTFrame
 
IServeCommTool.ToolFrame.ToolTListener - Class in ix.iserve.ipc
 
IServeCommTool.ToolFrame.ToolTListener() - Constructor for class ix.iserve.ipc.IServeCommTool.ToolFrame.ToolTListener
 
IserveCommunicationStrategy - Class in ix.iserve
A communication strategy that can be called "iserve".
IserveCommunicationStrategy() - Constructor for class ix.iserve.IserveCommunicationStrategy
 
IServeSLCommServer - Class in ix.iserve.ipc.sl
Handles messages for a IServeCommStrategy.
IServeSLCommServer() - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer
 
IServeSLCommServer(IServe) - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer
Constructor used when making an IXAgentExtension.
IServeSLCommServer.Awakener - Class in ix.iserve.ipc.sl
 
IServeSLCommServer.Awakener(IServeCommServer.User) - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.Awakener
 
IServeSLCommServer.SLChatbotTestServlet - Class in ix.iserve.ipc.sl
Sends a ChatMessage to whatever agent has registered as "chat-service".
IServeSLCommServer.SLChatbotTestServlet() - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.SLChatbotTestServlet
 
IServeSLCommServer.SLIdentityChecker - Class in ix.iserve.ipc.sl
 
IServeSLCommServer.SLIdentityChecker(IServeCommServer.User) - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
IServeSLCommServer.SLIdentityCheckerFactory - Class in ix.iserve.ipc.sl
 
IServeSLCommServer.SLIdentityCheckerFactory() - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityCheckerFactory
 
IServeSLCommServer.SLNextMessageServlet - Class in ix.iserve.ipc.sl
 
IServeSLCommServer.SLNextMessageServlet() - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.SLNextMessageServlet
 
IServeSLCommServer.SLRegistrationServelt - Class in ix.iserve.ipc.sl
 
IServeSLCommServer.SLRegistrationServelt() - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.SLRegistrationServelt
 
IServeSLCommServer.SLReplyServlet - Class in ix.iserve.ipc.sl
Sends a reply to whoever sent the last message the replying agent has received.
IServeSLCommServer.SLReplyServlet() - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.SLReplyServlet
 
IServeSLCommServer.SLSendServlet - Class in ix.iserve.ipc.sl
 
IServeSLCommServer.SLSendServlet() - Constructor for class ix.iserve.ipc.sl.IServeSLCommServer.SLSendServlet
 
isExhaustive - Variable in class ix.iplan.PlanTest
 
isExpanded() - Method in class ix.icore.process.PNode
 
isExpanding() - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
isExpandLater() - Method in class ix.iplan.SlipExpander
 
isFailure() - Method in class ix.icore.Report
 
isFalse() - Method in class ix.util.context.ContextBoolean
 
isFieldShowing(String) - Method in class ix.iface.ui.AbstractIFormModel
 
isFieldShowing(String) - Method in interface ix.iface.ui.IFormModel
Determines whether the given field is part of the model display.
isFinal() - Method in class ix.util.reflect.ClassDescr
 
isFinished() - Method in class ix.test.SimpleBlockSim
 
isFullyBound(Object) - Static method in class ix.icore.Variable
 
isFullyBoundEverywhere(Object) - Static method in class ix.icore.Variable
 
isFullyPrintable(Object) - Method in class ix.iface.domain.LTF_Writer
 
isFullyPrintable(Object) - Static method in class ix.util.lisp.Lisp
 
isFullyPrintable(Object) - Method in class ix.util.lisp.LispPrinter
 
isGetName(String) - Static method in class ix.util.reflect.ClassSyntax
 
isGlobal() - Method in class ix.icore.Variable
 
isGoalNode(PNodeEnd) - Method in class ix.iplan.Slip
 
isGoalNode(PNode) - Method in class ix.iplan.Slip
 
isGround() - Method in class ix.icore.TaskItem
 
isHomeNamespace(Namespace) - Method in class ix.util.xml.XMLTranslator
 
isHomeNamespaceURI(String) - Method in class ix.util.xml.XMLTranslator
 
ISim - Class in ix.isim
This class is the entry point for starting an ISim agent.
ISim.AnimatedObjectList - Class in ix.isim
 
ISim.AnimatedObjectList() - Constructor for class ix.isim.ISim.AnimatedObjectList
 
ISimEngine - Class in ix.isim
 
ISimEngine(ISim) - Constructor for class ix.isim.ISimEngine
public constructor just memorizes theISim agent this engine belongs to
ISimEventsFrame - Class in ix.isim
 
ISimEventsFrame(ISimEngine) - Constructor for class ix.isim.ISimEventsFrame
 
ISimEventsFrame_clearMenuItem_actionAdapter - Class in ix.isim
 
ISimEventsFrame_clearMenuItem_actionAdapter(ISimEventsFrame) - Constructor for class ix.isim.ISimEventsFrame_clearMenuItem_actionAdapter
 
ISimEventsFrame_closeMenuItem_actionAdapter - Class in ix.isim
 
ISimEventsFrame_closeMenuItem_actionAdapter(ISimEventsFrame) - Constructor for class ix.isim.ISimEventsFrame_closeMenuItem_actionAdapter
 
ISimEventsFrame_loadMenuItem_actionAdapter - Class in ix.isim
 
ISimEventsFrame_loadMenuItem_actionAdapter(ISimEventsFrame) - Constructor for class ix.isim.ISimEventsFrame_loadMenuItem_actionAdapter
 
ISimEventsFrame_nextMenuItem_actionAdapter - Class in ix.isim
 
ISimEventsFrame_nextMenuItem_actionAdapter(ISimEventsFrame) - Constructor for class ix.isim.ISimEventsFrame_nextMenuItem_actionAdapter
 
ISimEventsFrame_pauseMenuItem_actionAdapter - Class in ix.isim
 
ISimEventsFrame_pauseMenuItem_actionAdapter(ISimEventsFrame) - Constructor for class ix.isim.ISimEventsFrame_pauseMenuItem_actionAdapter
 
ISimEventsFrame_resumeMenuItem_actionAdapter - Class in ix.isim
 
ISimEventsFrame_resumeMenuItem_actionAdapter(ISimEventsFrame) - Constructor for class ix.isim.ISimEventsFrame_resumeMenuItem_actionAdapter
 
ISimEventsFrame_startMenuItem_actionAdapter - Class in ix.isim
 
ISimEventsFrame_startMenuItem_actionAdapter(ISimEventsFrame) - Constructor for class ix.isim.ISimEventsFrame_startMenuItem_actionAdapter
 
ISimTimeFrame - Class in ix.isim
This class is used by an ISimTimer to display current simulated time.
ISimTimeFrame() - Constructor for class ix.isim.ISimTimeFrame
creates and initializes the frame displaying simulated time
iSimTimer - Variable in class ix.icore.IXAgent
 
ISimTimer - Class in ix.isim
An ISimTimer is a device for keeping track of simualted time.
ISimTimer(IXAgent) - Constructor for class ix.isim.ISimTimer
Protected constructor for use by sub-classes.
ISimTimer.UpdateTimeDisplayThread - Class in ix.isim
This Thread is used to update the displayed time on a regular basis.
ISimTimer.UpdateTimeDisplayThread() - Constructor for class ix.isim.ISimTimer.UpdateTimeDisplayThread
 
ISimTimerClient - Class in ix.isim
 
ISimTimerClient(IXAgent) - Constructor for class ix.isim.ISimTimerClient
 
ISimTimerException - Exception in ix.isim
 
ISimTimerException(String) - Constructor for exception ix.isim.ISimTimerException
 
ISimTimerException(Throwable) - Constructor for exception ix.isim.ISimTimerException
 
ISimTimerException(String, Throwable) - Constructor for exception ix.isim.ISimTimerException
 
ISimTimerServer - Class in ix.isim
 
ISimTimerServer(IXAgent) - Constructor for class ix.isim.ISimTimerServer
 
isIncluded(PatternAssignment) - Method in class ix.test.xml.WorldStateView
 
isIncluded(LList, Object) - Method in class ix.test.xml.WorldStateView
 
isInfName(Object) - Static method in class ix.util.Inf
 
isInPattern(ItemVar, LList) - Static method in class ix.iview.util.IVUtil
 
isInput() - Method in class ix.icore.plan.Input
 
isInput() - Method in class ix.icore.plan.ProcessParameter
 
isInputPin() - Method in class ix.iview.igraph.ExpansionModel.Pin
 
isInstanceOf(Class) - Static method in class ix.util.Fn
Returns a predicate that test whether an object is an instance of the specified class.
isInteractive() - Static method in class ix.util.Parameters
 
isInterface() - Method in class ix.util.reflect.ClassDescr
 
isLeaf() - Method in class ix.iface.ui.table.IXTNTreeTableNode
 
isLeaf() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
isLeaf() - Method in class ix.iview.domain.UINodeSpec
 
isLeaf() - Method in class ix.iview.domain.UIObjectClass
 
isLeaf() - Method in class ix.iview.domain.UIRefinement
 
isLess(long, long) - Static method in class ix.util.Inf
 
isLined - Variable in class ix.iface.ui.IXLabelRenderer
A flag to show whether the cell has a line
isLined - Variable in class ix.iface.ui.IXTextRenderer
A flag to show whether the cell has a line
isLink() - Method in class ix.iface.ui.RendererLinkLabel
 
isList() - Method in class ix.util.reflect.ClassDescr
 
isListField(String) - Method in class ix.iface.ui.IFormPanel
 
isListItem() - Method in class ix.iface.ui.AbstractEditorPanel
 
isListItem(JComponent) - Static method in class ix.iface.ui.AbstractEditorPanel
 
isListItem() - Method in interface ix.iface.ui.IXEditorPanel
Checks whether the item component can take lists (e.g.
isListItem() - Method in class ix.iface.ui.ListEditorPanel
 
isListItem() - Method in class ix.iface.ui.ThingEditorPanel
 
isListItem() - Method in class ix.iface.ui.ToggleEditorPanel
 
isListItem() - Method in class ix.iview.MiniConstraintPanel
 
isLoading() - Method in class ix.iface.ui.AbstractSetEditor
 
isLoading() - Method in interface ix.iface.ui.ObjectManager
 
isLoading() - Method in class ix.iview.domain.UIDomain
 
isLocalChoice - Variable in class ix.iplan.Alternative
 
isLocalChoice() - Method in class ix.iplan.Alternative
 
isLogging() - Method in class ix.icore.log.EventLogger
 
isLookupActivity(Activity) - Method in class ix.iquery.IQuery
Determines whether the activity is one that should be handled by a LookupHandler.
isLookupActivity(Activity) - Method in class ix.test.SimpleIQuery
 
isLookupMessage(Object) - Method in class ix.http.HttpNameServer.Syntax
 
isMainAgent() - Method in class ix.icore.IXAgent
Indicates whether this is the main (usually standalone) agent.
isMap() - Method in class ix.util.reflect.ClassDescr
 
isMapSyntax(Object) - Method in class ix.iface.domain.LTF_Parser
 
isMarkable() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
isMarkable() - Method in class ix.iface.ui.table.IXTable
 
isMarked(int, long) - Method in class ix.icore.process.PNodeEnd
Determines whether this node-end is marked by the indicated mark.
isMarked(int) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
isMarked(int) - Method in class ix.iface.ui.table.IXTable
 
isMarkedEmpty() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
isMarkedEmpty() - Method in class ix.iface.ui.table.IXTable
 
isMatchingRefinement(LList, Object) - Method in class ix.iview.domain.UIDomain
Checks whether the given object is a refinement that matches the pattern.
isMember(Object) - Method in class ix.ispace.AbstractAgentGroup
A test that is applied to members of the base population to select the members of this group.
isMinimisable() - Method in class ix.iface.ui.AbstractEditorPanel
 
isMinimised() - Method in class ix.iface.ui.AbstractEditorPanel
 
isMinimised() - Method in interface ix.iface.ui.IXEditorPanel
 
isModified - Variable in class ix.iface.ui.tree.EditableTree
 
isNameChange() - Method in class ix.icore.event.ObjectChangeEvent
 
isNew() - Method in class ix.ip2.AgendaItem
 
isNewCapability(Capability) - Method in class ix.ispace.event.ContactEvent
 
isNewContact() - Method in class ix.ispace.event.ContactEvent
 
isNodeAncestor(TreeNode) - Method in class ix.iview.domain.UIObjectClass
Returns true if the node is this node, or if it is a parent of this node, or if it is an ancestor of one of the parents.
isNonSiblingOrdering(PNodeEnd, PNodeEnd) - Method in class ix.ip2.PlanMaker
 
isNotExpansion() - Method in class ix.icore.plan.PlanRefinement
 
isNull() - Method in class ix.util.lisp.Cons
 
isNull() - Method in class ix.util.lisp.LList
 
isNull() - Method in class ix.util.lisp.Null
 
isObjectName(Object) - Method in class ix.ip2.PropertyViewTable
 
isObjectName(Object) - Method in class ix.ip2.StateViewTable.ViewTable
 
ISODateFormat - Class in ix.util
Converts between Dates and ISO 8601 strings.
ISODateFormat() - Constructor for class ix.util.ISODateFormat
 
isOn() - Static method in class ix.util.Debug
Returns true if debugging is on and false otherwise.
isOpen() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
Returns true if the subitems of this menu's AgendaItem are displayed and false if they are not.
isOpen() - Method in class ix.ip2.AgendaViewTable.ItemPopupMenu
 
isoSequence - Variable in class ix.util.Duration
 
isOutput() - Method in class ix.icore.plan.Output
 
isOutput() - Method in class ix.icore.plan.ProcessParameter
 
isOutputPin() - Method in class ix.iview.igraph.ExpansionModel.Pin
 
isOwnObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
Checks whether the given object is one of this editor's own, e.g.
isOwnObject(Object) - Method in class ix.iview.table.ActionTreeTableModel
 
isOwnObject(Object) - Method in class ix.iview.UIObjectClassSetEditor
 
isOwnObject(Object) - Method in class ix.iview.UIRefinementSetEditor
 
isOwnProperty(ObjectProperty) - Method in class ix.iview.domain.UIObjectClass
 
isOwnUserObject(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
isOwnUserObject(Object) - Method in class ix.iview.tree.ObjectClassTreeModel
 
isOwnUserObject(Object) - Method in class ix.iview.tree.RefinementTreeModel
 
ispace - Variable in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
ISpaceAgent - Class in ix.ispace
What we know about another agent.
ISpaceAgent() - Constructor for class ix.ispace.ISpaceAgent
 
ispaceSetup() - Method in class ix.util.ipc.DispatchingStrategy
 
ISpaceTool - Class in ix.ispace
The I-Space user interface.
ISpaceTool(IXAgent) - Constructor for class ix.ispace.ISpaceTool
 
ISpaceTool.CapabilityPanel - Class in ix.ispace
 
ISpaceTool.CapabilityPanel() - Constructor for class ix.ispace.ISpaceTool.CapabilityPanel
 
ISpaceTool.CapabilityTable - Class in ix.ispace
 
ISpaceTool.CapabilityTable(Map) - Constructor for class ix.ispace.ISpaceTool.CapabilityTable
 
ISpaceTool.CapabilityTable.CapabilityPopupMenu - Class in ix.ispace
 
ISpaceTool.CapabilityTable.CapabilityPopupMenu() - Constructor for class ix.ispace.ISpaceTool.CapabilityTable.CapabilityPopupMenu
 
ISpaceTool.RelationComboBox - Class in ix.ispace
A combo-box for selecting AgentRelationships.
ISpaceTool.RelationComboBox() - Constructor for class ix.ispace.ISpaceTool.RelationComboBox
 
ISpaceTool.RelationPanel - Class in ix.ispace
 
ISpaceTool.RelationPanel() - Constructor for class ix.ispace.ISpaceTool.RelationPanel
 
isParentOf(PNode) - Method in class ix.icore.process.PNode
 
isParentOf(UIObjectClass) - Method in class ix.iview.domain.UIObjectClass
 
isParentsBold() - Method in class ix.iface.ui.table.AbstractTreeTableModel
Returns the flag that determines whether the names of parent nodes are displayed bold or not.
isPrimitive() - Method in class ix.util.reflect.ClassDescr
 
isPrimitive(Class) - Method in class ix.util.reflect.ClassDescr
 
isProgress() - Method in class ix.icore.Report
 
isProperty(String) - Method in class ix.iview.domain.UIObjectClass
 
isProperty(ObjectProperty) - Method in class ix.iview.domain.UIObjectClass
 
isPropertyPattern(LList) - Method in class ix.ip2.ObjectWorld
 
isPropertyPattern(ObjectProperty, LList) - Static method in class ix.iview.util.IVUtil
Looks at the first element in the list and compares it to the given property.
isReady() - Method in interface ix.icore.process.AbstractPMM.Sentinel
 
isReady() - Method in class ix.ip2.CompletionHandler.DoneAction
 
isReady() - Method in class ix.ip2.CompletionHandler.SimpleDoneAction
Deprecated.  
isReady() - Method in class ix.ip2.ConditionHandler.SatisfyAction
 
isReady() - Method in class ix.ip2.ExpandHandler.ExpandAction
 
isReady() - Method in class ix.ip2.HandlerAction.AutomaticWhenBound
Returns true iff all variables in the pattern have values.
isReady() - Method in class ix.ip2.HandlerAction
Indicates whether this action is ready to be used or else is waiting for something that would enable it to be used.
isReady() - Method in class ix.ip2.Ip2ModelManager.BindingSentinel
 
isReady() - Method in class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
isReady() - Method in class ix.ip2.LoadPlanHandler.LoadPlanAction
 
isReady() - Method in class ix.ip2.QueryHandler.QueryAction
 
isReady() - Method in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
isReady() - Method in class ix.test.MatchChoiceHandler.MatchChoiceAction
 
isReady() - Method in class ix.test.MatchStateHandler.MatchStateAction
 
isReady() - Method in class ix.util.FutureValue
 
isRef(NodeSpec, Object) - Static method in class ix.iview.domain.UIRefinement
Check whether the given object is a reference to the given node.
isRegisterMessage(Object) - Method in class ix.http.HttpNameServer.Syntax
 
isRelationshipChange() - Method in class ix.ispace.event.ContactEvent
 
isRelevantObject(Object, Function1) - Method in class ix.ip2.ObjectView
 
isReloadingViewers() - Method in class ix.ip2.Ip2
 
isSafe() - Method in class ix.util.lisp.Interpreter
Says whether the interpreter can safely be used in cases where you don't want the user to be able to do such things as call arbitrary Java methods, read or write files, or get other information about the host machine.
isSafe() - Method in class ix.util.lisp.Interpreter.JFunction
Says whether the function can safely be used in cases where you don't want the user to be able to read or write files or to get other information about the host machine.
isSameLayout(Object) - Method in class ix.iview.igraph.IGraph
 
isSaving() - Method in interface ix.iface.ui.ObjectManager
 
isSaving(Domain) - Method in class ix.iview.domain.UIDomain
 
isSaving() - Method in class ix.iview.domain.UIDomain
 
isSaving(Domain) - Method in interface ix.iview.DomainObjectManager
 
isScrollItem(JComponent) - Static method in class ix.iface.ui.AbstractEditorPanel
 
isSelected - Variable in class ix.iface.util.CheckTable.ViewTableModel
 
isSequenceSet() - Method in class ix.iview.ActionEditorPanel
 
isSequenceSet() - Method in class ix.iview.ActionFormPanel
 
isSet() - Method in class ix.util.reflect.ClassDescr
 
isSetName(String) - Static method in class ix.util.reflect.ClassSyntax
 
isSiblingOf(PNode) - Method in class ix.icore.process.PNode
 
isSimple() - Method in class ix.iview.DomainEditorFrame
 
isSimpleField(String) - Method in class ix.iface.ui.IFormPanel
 
isSimpleMode() - Method in class ix.iview.DomainEditorFrame
 
isSimplePropertyAssignment(PatternAssignment, ObjectProperty, ItemVar) - Static method in class ix.iview.util.IVUtil
Looks at the second element in the list and compares it to the given variable.
isStandAlone() - Method in class ix.iplan.PlannerBase
 
isStandAlone - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
isStandAlone() - Static method in class ix.util.ipc.SimpleNameServer
 
isStandalone() - Method in class ix.util.xml.XMLTreeEditFrame
 
isStillValid() - Method in class ix.ip2.ExpandHandler.ExpandAction
 
isStillValid() - Method in class ix.ip2.ForwardingHandler.ForwardingAction
 
isStillValid() - Method in class ix.ip2.HandlerAction
Called when something has happened that might mean this action no longer makes sense and should be deleted.
isStillValid() - Method in class ix.iplan.SlipExpander
 
isStruct() - Method in class ix.util.reflect.ClassDescr
 
isSubjectInPattern(ItemVar, LList) - Static method in class ix.iview.util.IVUtil
Looks at the second element in the list and compares it to the given variable.
isSuccess() - Method in class ix.icore.Report
 
isSuccess() - Method in class ix.iserve.ipc.Registration
 
Issue - Class in ix.icore
An Issue.
Issue() - Constructor for class ix.icore.Issue
 
Issue(String) - Constructor for class ix.icore.Issue
 
Issue(LList) - Constructor for class ix.icore.Issue
 
issue - Variable in class ix.icore.plan.PlanIssue
 
ISSUE - Static variable in class ix.test.CompendiumToIX
Compendium node type
ISSUE_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
IssueAgenda - Class in ix.ip2
An agenda of issues
IssueAgenda(PanelController) - Constructor for class ix.ip2.IssueAgenda
 
issueDescription(Issue) - Static method in class ix.iface.util.Reporting
 
IssueEditor - Class in ix.ip2
A simple editor for entering and viewing Issues.
IssueEditor(AgendaViewer, String) - Constructor for class ix.ip2.IssueEditor
 
IssueEditor.IssueEditPanel - Class in ix.ip2
 
IssueEditor.IssueEditPanel() - Constructor for class ix.ip2.IssueEditor.IssueEditPanel
 
issueFromControls() - Method in class ix.itest.SendPanel.IssueControls
Construct an issue from the current state of the GUI.
IssueHandledEvent - Class in ix.ip2.log
 
IssueHandledEvent() - Constructor for class ix.ip2.log.IssueHandledEvent
 
IssueHandler - Interface in ix.icore
Issue handlers.
IssueHandler - Class in ix.ip2
Generates HandlerActions for an IssueItem.
IssueHandler(String) - Constructor for class ix.ip2.IssueHandler
 
IssueItem - Class in ix.ip2
An AgendaEntry that represents an Issue.
IssueItem(Issue) - Constructor for class ix.ip2.IssueItem
 
IssueItem(IssueItem, Issue) - Constructor for class ix.ip2.IssueItem
 
issueRefinements - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
issueRefinements - Variable in class ix.ip2.PlanMaker
 
IssueRenderer - Class in ix.iview.util
A node renderer for list or table cells that displays only.
IssueRenderer(boolean) - Constructor for class ix.iview.util.IssueRenderer
Creates an issue name renderer with/without a border.
issues - Variable in class ix.icore.domain.Refinement
 
issues - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
issues - Variable in class ix.iview.domain.UIRefinement
 
issues - Variable in class ix.test.CompendiumToIX
 
issueSpecEditor - Variable in class ix.iview.ActionEditorPanel
 
issueSy - Static variable in class ix.isim.actions.SendMessage
 
IssueTableViewer - Class in ix.ip2
 
IssueTableViewer(Ip2) - Constructor for class ix.ip2.IssueTableViewer
 
issueViewer - Variable in class ix.ip2.Ip2
 
issueViewer - Variable in class ix.ip2.Ip2Frame
 
IssueViewTable - Class in ix.ip2
 
IssueViewTable(Ip2) - Constructor for class ix.ip2.IssueViewTable
 
isTextBlock(Object) - Method in class ix.iface.plan.TextPlanWriter
 
isTextWithAttributes(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
isToSelf() - Method in class ix.icore.domain.NodeEndRef
 
isTriggered() - Method in class ix.iplan.SlipSingleStepper.Trigger
 
isTrivial(PNodeEnd) - Method in class ix.iplan.SlipFindExecutable
 
isTrue(Object) - Method in interface ix.ip2.ComputeInterpreter
 
isTrue() - Method in class ix.util.context.ContextBoolean
 
isTrue(Object) - Method in class ix.util.lisp.Interpreter.AbstractEnv
Calls its Interpreter's isTrue method.
isTrue(Object) - Method in interface ix.util.lisp.Interpreter.Env
Determines whether the object should be regarded as true; otherwise, the object is considered false.
isTrue(Object) - Method in class ix.util.lisp.Interpreter
Determines whether this interpreter regards the object as true; otherwise, the object is considered false.
isTrue(Object) - Method in class ix.util.lisp.LispInterpreter
 
isTrue() - Method in interface ix.util.Predicate0
 
isTrue - Variable in class ix.util.ThreadCondition
 
isTrue() - Method in class ix.util.ThreadCondition
 
isTypedList() - Method in class ix.util.reflect.ClassDescr
 
isUnacknowledged(AppletMessage) - Method in class ix.applet.MessageServer.User
 
isUndefined(Object) - Method in class ix.iface.ui.AbstractSetEditor
Checks whether the given object is undefined
isUndefined(Object) - Method in class ix.iview.AbstractUISetEditor
 
isUndefined() - Method in class ix.iview.domain.UIDomain
A refinement is undefined if all its data fields are empty except the pattern which may have data in it.
isUndefined() - Method in interface ix.iview.domain.UIEditableObject
 
isUndefined() - Method in class ix.iview.domain.UIObjectClass
 
isUndefined() - Method in class ix.iview.domain.UIRefinement
A refinement is undefined if all its data fields are empty except the pattern which may have data in it.
isUndoing() - Method in class ix.iview.UndoManager
Checks if the manager is currently undoing a change
isUpdating - Variable in class ix.iface.ui.AbstractIFormModel
 
isUpdating - Variable in class ix.iface.ui.tree.EditableTreeModel
 
isUsableRefinement(Refinement) - Method in class ix.ip2.AdviceManager
 
isUsefulAnnotation(Object, Object) - Method in class ix.iface.domain.LTF_Writer
 
isUsefulFor(AgendaItem) - Method in class ix.ip2.ConditionHandler
 
isUserRoot(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
isViewer() - Method in class ix.util.xml.XMLTreeEditFrame
Returns the negation of the value returned by XMLTreeEditFrame.isEditor().
isVisible() - Method in class ix.iplan.PlanEvaluator
 
isVisible() - Method in class ix.util.TextAreaFrame
 
isVowel(char) - Static method in class ix.util.Strings
Returns true if the character is an English vowel (a, e, i, o, or u) and false if it is not.
isWaiting - Variable in class ix.iplan.Slip
 
isWaitingForAchieve(PNode) - Method in class ix.iplan.Slip
 
isWanted(Field) - Method in class ix.util.reflect.ClassSyntax
 
isWithin(Object, PNodeEnd) - Method in class ix.iplan.SanityChecker.NodeEndConnectivityChecker
 
isWithin(Object, T) - Method in class ix.iplan.SanityChecker.ReachableWithin
 
isXML() - Method in class ix.util.reflect.ClassDescr
 
item - Variable in class ix.iface.ui.IXToolItem
 
item - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
item - Variable in class ix.ip2.AgendaViewTable.ActionCellRenderer
 
item - Variable in class ix.ip2.AgendaViewTable.Row
 
item - Variable in class ix.ip2.CompletionHandler.DoneAction
 
item - Variable in class ix.ip2.CompletionHandler.NoAction
 
item - Variable in class ix.ip2.CompletionHandler.SimpleDoneAction
Deprecated.  
item - Variable in class ix.ip2.ConditionHandler.SatisfyAction
 
item - Variable in class ix.ip2.ExpandHandler.ExpandAction
 
item - Variable in class ix.ip2.ForwardingHandler.ForwardingAction
 
item - Variable in class ix.ip2.HandlerAction.AutomaticWhenBound
 
item - Variable in class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
item - Variable in class ix.ip2.LoadPlanHandler.LoadPlanAction
 
item - Variable in class ix.ip2.QueryHandler.AnswerHandler.AnswerAction
 
item - Variable in class ix.ip2.QueryHandler.QueryAction
 
item - Variable in class ix.ip2.test.PanelTest.TestItemListener
 
item - Variable in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
item - Variable in class ix.iplan.SlipAchieveConds
 
item - Variable in class ix.iplan.SlipExpander
 
item - Variable in class ix.iplan.SlipSatisfyConds
 
item - Variable in class ix.iplan.SlipSatisfyConds.ResumeSatisfaction
 
item - Variable in class ix.test.MatchChoiceHandler.MatchChoiceAction
 
item - Variable in class ix.test.MatchStateHandler.MatchStateAction
 
ITEM_WILD - Static variable in class ix.util.match.Matcher
 
itemAdded(AgendaItem) - Method in class ix.ip2.AgendaItemTableModel
Only adds the node if the parents are empty (deal with sub-nodes in tree).
itemAdded(AgendaEvent, AgendaItem) - Method in class ix.ip2.AgendaTableViewer
 
itemAdded(AgendaItem) - Method in class ix.ip2.AgendaTableViewer
Called when an itemhas been added, adds the item to the table.
itemAdded(AgendaEvent, AgendaItem) - Method in class ix.ip2.AgendaViewTable
 
itemAdded(AgendaItem) - Method in class ix.ip2.AgendaViewTable
 
itemAdded(AgendaEvent, AgendaItem) - Method in interface ix.ip2.event.AgendaListener
 
itemAdded(AgendaEvent, AgendaItem) - Method in class ix.ip2.IVarTool.ComboListener
 
itemAdded(AgendaEvent, AgendaItem) - Method in class ix.iplan.CombinedPlanChangeListener
 
itemAfter(Object, List) - Method in class ix.ip2.ActivityInsertionEditor
 
itemClass - Variable in class ix.iface.ui.IXToolItem
 
itemComponent - Variable in class ix.iface.ui.AbstractEditorPanel
The panel's item that may contain data.
itemEditor - Variable in class ix.ip2.AgendaTableViewer
 
itemEditor - Variable in class ix.ip2.AgendaViewTable
 
ItemEditor - Class in ix.ip2
A simple editor for entering and viewing individual items.
ItemEditor(AgendaViewer, String) - Constructor for class ix.ip2.ItemEditor
 
ItemEditor.EditPanel - Class in ix.ip2
Item-editing panel
ItemEditor.EditPanel() - Constructor for class ix.ip2.ItemEditor.EditPanel
 
ItemEditor.ItemTextArea - Class in ix.ip2
A text area that looks disabled when it's no editable.
ItemEditor.ItemTextArea(int, int) - Constructor for class ix.ip2.ItemEditor.ItemTextArea
 
ItemEditor.TextViewFrame - Class in ix.ip2
 
ItemEditor.TextViewFrame() - Constructor for class ix.ip2.ItemEditor.TextViewFrame
 
ItemEditor.TreeViewFrame - Class in ix.ip2
 
ItemEditor.TreeViewFrame() - Constructor for class ix.ip2.ItemEditor.TreeViewFrame
 
itemHandled(AgendaEvent, AgendaItem, HandlerAction) - Method in class ix.ip2.AgendaItemTableModel
 
itemHandled(AgendaEvent, AgendaItem, HandlerAction) - Method in class ix.ip2.AgendaTableViewer
 
itemHandled(AgendaEvent, AgendaItem, HandlerAction) - Method in class ix.ip2.AgendaViewTable
 
itemHandled(AgendaEvent, AgendaItem, HandlerAction) - Method in interface ix.ip2.event.AgendaListener
 
itemHandled(AgendaEvent, AgendaItem, HandlerAction) - Method in class ix.iplan.CombinedPlanChangeListener
 
ItemHandledEvent - Class in ix.ip2.log
 
ItemHandledEvent() - Constructor for class ix.ip2.log.ItemHandledEvent
 
ItemHandler - Class in ix.ip2
Generates HandlerActions for an AgendaItem.
ItemHandler(String) - Constructor for class ix.ip2.ItemHandler
Constructs a handler with the given description.
itemOrderings(AgendaItem) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
itemRemoved(AgendaItem) - Method in class ix.ip2.AgendaItemTableModel
 
itemRemoved(AgendaEvent, AgendaItem) - Method in class ix.ip2.AgendaTableViewer
 
itemRemoved(AgendaEvent, AgendaItem) - Method in class ix.ip2.AgendaViewTable
 
itemRemoved(AgendaEvent, AgendaItem) - Method in interface ix.ip2.event.AgendaListener
 
itemRemoved(AgendaEvent, AgendaItem) - Method in class ix.ip2.IVarTool.ComboListener
 
itemRemoved(AgendaEvent, AgendaItem) - Method in class ix.iplan.CombinedPlanChangeListener
 
items - Variable in class ix.iface.util.CheckTable.ViewTableModel
 
items - Variable in class ix.ip2.Agenda
 
itemShown - Variable in class ix.iface.ui.IXToolItem
 
itemStateChanged(ItemEvent) - Method in class ix.iface.ui.CardPanel
 
itemStateChanged(ItemEvent) - Method in class ix.iface.ui.JFrameMTP
Listens to changes in which panel is selected in the cardsPanel.
itemStateChanged(ItemEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
 
itemText - Variable in class ix.ip2.ItemEditor.EditPanel
 
itemToNodeMap - Variable in class ix.ip2.PlanMaker
 
itemToRowMap - Variable in class ix.ip2.AgendaViewTable
Lets us find the Row object that represents an item.
itemToSubitems - Variable in class ix.icore.plan.build.ExamplePlanBuilder
Maps a object to a list of its subobjects.
itemType - Variable in class ix.ip2.ItemEditor
 
ItemVar - Class in ix.util.lisp
Symbols used in patterns as variables that match a single object.
ItemVar(String) - Constructor for class ix.util.lisp.ItemVar
 
iterator() - Method in class ix.iserve.ipc.MessageMemory
 
iterator(Collection) - Static method in class ix.util.Collect
Returns the collections's iterator, treating null as an empty list.
iterator() - Method in class ix.util.context.ContextHashMap.EntrySet
 
iterator() - Method in class ix.util.context.LLQueue
 
iterator() - Method in class ix.util.lisp.LList
Returns an interator over the elements of the list.
iterator() - Method in class ix.util.StableHashMap.EntrySet
 
Itest - Class in ix.itest
The generic I-TEST class and application main program.
Itest() - Constructor for class ix.itest.Itest
 
Itest(String) - Constructor for class ix.itest.Itest
 
itest - Variable in class ix.itest.ItestFrame
 
ItestFrame - Class in ix.itest
The main frame of the I-Test user interface.
ItestFrame(Itest) - Constructor for class ix.itest.ItestFrame
Creates the frame and adds its menu bar.
ItestFrame.ITestSendPanel - Class in ix.itest
 
ItestFrame.ITestSendPanel(Itest) - Constructor for class ix.itest.ItestFrame.ITestSendPanel
 
ITF_Parser - Class in ix.iface.domain
A parser for domains described in an indentation-based syntax.
ITF_Parser() - Constructor for class ix.iface.domain.ITF_Parser
 
ITF_Writer - Class in ix.iface.domain
 
ITF_Writer() - Constructor for class ix.iface.domain.ITF_Writer
 
IVarTool - Class in ix.ip2
...
IVarTool(Ip2) - Constructor for class ix.ip2.IVarTool
 
IVarTool.ComboListener - Class in ix.ip2
 
IVarTool.ComboListener() - Constructor for class ix.ip2.IVarTool.ComboListener
 
IVarTool.OptListener - Class in ix.ip2
 
IVarTool.OptListener() - Constructor for class ix.ip2.IVarTool.OptListener
 
IVarTool.ResetHook - Class in ix.ip2
 
IVarTool.ResetHook() - Constructor for class ix.ip2.IVarTool.ResetHook
 
IVarTool.View - Class in ix.ip2
 
IVarTool.View() - Constructor for class ix.ip2.IVarTool.View
 
Ivory - Static variable in class ix.iface.util.XColors
 
IVUtil - Class in ix.iview.util
Class for useful static methods.
IVUtil() - Constructor for class ix.iview.util.IVUtil
 
ix - package ix
I-X software.
ix.applet - package ix.applet
Support for I-P2 applets.
ix.examples - package ix.examples
A simple version of an I-X framework (PicoIX) plus examples of its use.
ix.http - package ix.http
The "http" communication strategy.
ix.ichat - package ix.ichat
 
ix.icore - package ix.icore
I-X core classes.
ix.icore.domain - package ix.icore.domain
Domain descriptions.
ix.icore.domain.event - package ix.icore.domain.event
Interfaces and classes for events related to domains.
ix.icore.event - package ix.icore.event
Interfaces and classes for events related to classes in the ix.icore package.
ix.icore.log - package ix.icore.log
Classes for object history and event-log entries.
ix.icore.plan - package ix.icore.plan
Classes for external / snapshot representation of processes.
ix.icore.plan.build - package ix.icore.plan.build
Utilities for constructing plans.
ix.icore.plan.inspect - package ix.icore.plan.inspect
Utilities for examining plans.
ix.icore.process - package ix.icore.process
Classes for representing processes.
ix.icore.process.event - package ix.icore.process.event
Interfaces and classes for events related to process models
ix.iface.domain - package ix.iface.domain
Domain parsers and outputters.
ix.iface.plan - package ix.iface.plan
Plan outputters.
ix.iface.ui - package ix.iface.ui
I-X user interfaces.
ix.iface.ui.event - package ix.iface.ui.event
 
ix.iface.ui.table - package ix.iface.ui.table
 
ix.iface.ui.table.event - package ix.iface.ui.table.event
 
ix.iface.ui.tree - package ix.iface.ui.tree
 
ix.iface.ui.util - package ix.iface.ui.util
 
ix.iface.util - package ix.iface.util
Interface utilities.
ix.ip2 - package ix.ip2
I-X Process Panels
ix.ip2.event - package ix.ip2.event
Interfaces and classes for events fired within process panels.
ix.ip2.log - package ix.ip2.log
Ip2-specific classes for object history and event-log entries.
ix.ip2.test - package ix.ip2.test
Classes for test-menu entries.
ix.iplan - package ix.iplan
The I-X planner.
ix.iplan.event - package ix.iplan.event
Interfaces and classes for planning-related events.
ix.iquery - package ix.iquery
I-Q, an I-X Query agent.
ix.iscript - package ix.iscript
I-Script is a simple programming language.
ix.iserve - package ix.iserve
The I-Serve agent and related classes.
ix.iserve.ipc - package ix.iserve.ipc
The main classes that make up the "iserve" communication strategy.
ix.iserve.ipc.sl - package ix.iserve.ipc.sl
 
ix.isim - package ix.isim
 
ix.isim.actions - package ix.isim.actions
 
ix.isim.dynamic - package ix.isim.dynamic
 
ix.isim.util - package ix.isim.util
 
ix.ispace - package ix.ispace
Information about other agents and agent-relationships.
ix.ispace.event - package ix.ispace.event
Interfaces and classes for I-Space-related events
ix.itest - package ix.itest
I-Test.
ix.iview - package ix.iview
Viewers.
ix.iview.domain - package ix.iview.domain
Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes.
ix.iview.domain.event - package ix.iview.domain.event
Events and listeners that relate to UIObjects (Objects that mirror those of the domain)
ix.iview.event - package ix.iview.event
 
ix.iview.igraph - package ix.iview.igraph
 
ix.iview.table - package ix.iview.table
 
ix.iview.tree - package ix.iview.tree
 
ix.iview.util - package ix.iview.util
 
ix.postix - package ix.postix
Minimal I-X Process Panels
ix.test - package ix.test
Simple applications for testing purposes.
ix.test.xml - package ix.test.xml
Experiments with new classes that could be converted to and from XML.
ix.util - package ix.util
General-purpose utilities.
ix.util.context - package ix.util.context
Context-layering mechanism.
ix.util.http - package ix.util.http
HTTP utilities.
ix.util.ipc - package ix.util.ipc
Interprocess communication utilities.
ix.util.lisp - package ix.util.lisp
List-processing utilities.
ix.util.match - package ix.util.match
Pattern-matching utilities.
ix.util.reflect - package ix.util.reflect
Reflection utilities.
ix.util.xml - package ix.util.xml
XML utilities.
ix.util.xml.event - package ix.util.xml.event
Interfaces and classes for events releated to XML utilities.
IXAgent - Class in ix.icore
Common class for I-X agents.
IXAgent() - Constructor for class ix.icore.IXAgent
Standard constructor.
IXAgent(boolean) - Constructor for class ix.icore.IXAgent
Constructor that can be used to create IXAgents that aren't the main one.
IXAgentExtension - Interface in ix.icore
An object that installs extensions and other modifications to an IXAgent.
IXButPanel - Class in ix.iface.ui
A simple button panel with buttons of the same size.
IXButPanel() - Constructor for class ix.iface.ui.IXButPanel
Creates a panel for buttons with Y_AXIS layout.
IXButPanel(int) - Constructor for class ix.iface.ui.IXButPanel
Creates a panel for buttons with the given axis.
IXButPanel(EventListener, int, Object[]) - Constructor for class ix.iface.ui.IXButPanel
Creates a panel with given buttons, given axis, adding the given listener.
IXButPanel(EventListener, Object[]) - Constructor for class ix.iface.ui.IXButPanel
Creates a panel with given buttons, adding the given listener.
ixClasses(ClassSyntax) - Method in class ix.ip2.Ip2XMLConfig
 
IXComboBox - Class in ix.iface.ui
A JComboBox that generates an event even when the same item is selected.
IXComboBox() - Constructor for class ix.iface.ui.IXComboBox
 
IXDefaultCellEditor - Class in ix.iface.ui.table
A TableCellEditor with a combo box that can re-select the same item.
IXDefaultCellEditor(IXComboBox) - Constructor for class ix.iface.ui.table.IXDefaultCellEditor
 
IXDefaultCellEditor.IXEditorDelegate - Class in ix.iface.ui.table
 
IXDefaultCellEditor.IXEditorDelegate() - Constructor for class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
 
ixDomainClasses - Variable in class ix.ip2.Ip2XMLConfig
 
IXEditorPanel - Interface in ix.iface.ui
A simple panel with a label (title), a component, and optional buttons.
IXGUIConsts - Class in ix.iface.ui
An object containing constants useful for GUI layouts.
IXGUIConsts() - Constructor for class ix.iface.ui.IXGUIConsts
 
IXHtmlEditorKit - Class in ix.iface.util
An HTMLEditorKit customised for use in I-X applications.
IXHtmlEditorKit() - Constructor for class ix.iface.util.IXHtmlEditorKit
 
ixIScriptClasses - Variable in class ix.ip2.Ip2XMLConfig
 
ixJar - Static variable in class ix.test.TwoIp2Test
 
IXLabelRenderer - Class in ix.iface.ui
A renderer for list or table cells.
IXLabelRenderer(boolean) - Constructor for class ix.iface.ui.IXLabelRenderer
Makes a renderer that produces a border.
IXMetalTheme - Class in ix.iface.util
A Metal theme for I-X applications.
IXMetalTheme() - Constructor for class ix.iface.util.IXMetalTheme
 
IXNode - Interface in ix.iface.ui.tree
 
IXObject - Interface in ix.icore
Properties required of the main data objects in I-X systems.
IXObjectChangeListener - Interface in ix.icore.event
 
IXObjectForId(String) - Method in class ix.test.CompendiumToIX
Returns the I-X object made from the Compendium node with the given id.
IXOceanTheme - Class in ix.iface.util
A Metal theme for I-X applications.
IXOceanTheme() - Constructor for class ix.iface.util.IXOceanTheme
 
ixPlanClasses - Variable in class ix.ip2.Ip2XMLConfig
 
IXPopupMenu - Class in ix.iface.ui
A renderer for list or table cells.
IXPopupMenu() - Constructor for class ix.iface.ui.IXPopupMenu
 
IXPopupMenu(String) - Constructor for class ix.iface.ui.IXPopupMenu
 
IXRenderer - Interface in ix.iface.ui
A renderer for list or table cells.
ixStyleSheet - Variable in class ix.iface.util.IXHtmlEditorKit
 
IXTable - Class in ix.iface.ui.table
Abstract table that listens to the mouse, has values with up to 4D and sensible column widths.
IXTable() - Constructor for class ix.iface.ui.table.IXTable
Makes a single-selection table that listens to mouse, shows grid, renders 4D.
IXTable(AbstractTableModel) - Constructor for class ix.iface.ui.table.IXTable
Makes a table and sets the given model, adjusts column widths, registers model as mouse listener (if appropriate).
IXTextRenderer - Class in ix.iface.ui
A renderer for list or table cells.
IXTextRenderer(boolean) - Constructor for class ix.iface.ui.IXTextRenderer
Makes a renderer that produces a border.
IXTNTreeTableNode - Class in ix.iface.ui.table
A protected class that is wrapped around TreeNode objects to hold information about identity in the tree (parent-line) and expansion information (indentation, whether or not the node is expanded).
IXTNTreeTableNode(AbstractTreeTableModel, TreeNode) - Constructor for class ix.iface.ui.table.IXTNTreeTableNode
 
IXTNTreeTableNode(AbstractTreeTableModel, TreeNode, List) - Constructor for class ix.iface.ui.table.IXTNTreeTableNode
 
IXTNTreeTableNode(AbstractTreeTableModel, TreeNode, List, int) - Constructor for class ix.iface.ui.table.IXTNTreeTableNode
 
IXToolItem - Class in ix.iface.ui
A toolbar button that is not necessarily shown
IXToolItem(JMenu, ActionListener, String, String, String) - Constructor for class ix.iface.ui.IXToolItem
Creates an object that holds information for a menu item only.
IXToolItem(JMenu, ActionListener, String, String, char, String) - Constructor for class ix.iface.ui.IXToolItem
As above with mnemo.
IXToolItem(JMenu, JToolBar, ActionListener, String, String, Icon, String) - Constructor for class ix.iface.ui.IXToolItem
Creates an object that holds information for a menu item and a toolbar button.
IXToolItem(JMenu, JToolBar, ActionListener, String, String, Icon, char, String) - Constructor for class ix.iface.ui.IXToolItem
As above with mnemo.
IXToolItem(JMenu, JToolBar, ActionListener, String, String, String, Icon, String) - Constructor for class ix.iface.ui.IXToolItem
Creates an object that holds information for a menu item and a toolbar button with a seperate button label.
IXToolItem(JMenu, JToolBar, ActionListener, String, String, String, Icon, char, String) - Constructor for class ix.iface.ui.IXToolItem
As above with mnemo.
IXToolItem(JToolBar, ActionListener, String, String, Icon, String) - Constructor for class ix.iface.ui.IXToolItem
Creates an object that holds information for a toolbar button only.
IXTree - Class in ix.iface.ui.tree
A JTree with user objects.
IXTree() - Constructor for class ix.iface.ui.tree.IXTree
 
IXTree(TreeModel) - Constructor for class ix.iface.ui.tree.IXTree
 
IXTreeNode - Interface in ix.iface.ui.tree
 
IXTrees - Class in ix.iface.ui.tree
 
IXTrees() - Constructor for class ix.iface.ui.tree.IXTrees
 
IXTreeTable - Class in ix.iface.ui.table
Abstract table, as IXTable but for tree structures.
IXTreeTable() - Constructor for class ix.iface.ui.table.IXTreeTable
 
IXTreeTable(AbstractTreeTableModel) - Constructor for class ix.iface.ui.table.IXTreeTable
Makes a table and sets the given model, adjusts column widths, registers model as mouse listener (if appropriate).
IXTreeTableNode - Class in ix.iface.ui.table
An abstract class that is wrapped around objects to provide the TreeNode interface and to hold information about identity in the tree (parent-line) and expansion information (indentation, the node is expanded or not).
IXTreeTableNode(AbstractTreeTableModel, Object) - Constructor for class ix.iface.ui.table.IXTreeTableNode
 
IXTreeTableNode(AbstractTreeTableModel, Object, List) - Constructor for class ix.iface.ui.table.IXTreeTableNode
 
IXTreeTableNode(AbstractTreeTableModel, Object, List, int) - Constructor for class ix.iface.ui.table.IXTreeTableNode
 
ixTTNListToString(List) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 

J

jarPath - Variable in class ix.util.AgentLauncher
 
JAVA_NULL - Variable in class ix.util.lisp.LispInterpreter
 
javaFieldName(String) - Method in class ix.util.reflect.ClassFinder
Returns the Java name that corresponds to an external field name.
javaFieldName(String) - Method in class ix.util.reflect.DashSyntaxClassFinder
Returns the Java name that corresponds to an external field name.
javaName(String) - Method in class ix.util.reflect.ClassFinder
Returns the Java name that corresponds to an external class name.
javaName(String) - Method in class ix.util.reflect.DashSyntaxClassFinder
Returns the Java name that corresponds to an dash-syntax name.
javaNameToDashName(String) - Static method in class ix.util.Strings
Converts a name that shows word boundaries using Java-style capitalization to a name in which words are (almost) all lower case and separated by dashes.
javaNameToField - Variable in class ix.util.reflect.FieldMap
 
JavaNameWordIterator - Class in ix.util
An iterator that returns successive words from a name that follows Java capitalization conventions.
JavaNameWordIterator(String) - Constructor for class ix.util.JavaNameWordIterator
 
JConstraintEditor - Class in ix.iface.ui
An abstract class with useful things for building constraint editors.
JConstraintEditor(Frame, String, String) - Constructor for class ix.iface.ui.JConstraintEditor
Creates an editor with the title for specifying constraints.
JConstraintEditor(Frame, String) - Constructor for class ix.iface.ui.JConstraintEditor
As above but with a default title.
JConstraintEditor(Frame, String, String, Object) - Constructor for class ix.iface.ui.JConstraintEditor
Creates an editor for specifying time point relations of the given object.
JConstraintListener - Interface in ix.iface.ui
An interface for things that are interested in new constraints.
JFrameMT - Class in ix.iface.ui
A frame with a menu bar, a tool bar, and file/about/exit dialogues.
JFrameMT() - Constructor for class ix.iface.ui.JFrameMT
Creates a frame with a menu bar, a tool bar, a main panel.
JFrameMT(String) - Constructor for class ix.iface.ui.JFrameMT
Creates a frame (see JFrameMT()) with a given title
JFrameMTP - Class in ix.iface.ui
A frame with a set of panels.
JFrameMTP() - Constructor for class ix.iface.ui.JFrameMTP
 
JFrameMTP(String) - Constructor for class ix.iface.ui.JFrameMTP
 
JObjectMenu - Class in ix.iface.ui
A JMenu that notes a current object.
JObjectMenu() - Constructor for class ix.iface.ui.JObjectMenu
 
JObjectMenu(String) - Constructor for class ix.iface.ui.JObjectMenu
 
JObjectPopup - Class in ix.iface.ui
A JPopupMenu that notes a current object.
JObjectPopup() - Constructor for class ix.iface.ui.JObjectPopup
 
JObjectPopup(String) - Constructor for class ix.iface.ui.JObjectPopup
 
join() - Method in class ix.util.http.HttpServer
 
joinLines(List) - Static method in class ix.util.Strings
Returns a String formed by appending a list of strings with a line-separator between adjacent elements.
joinLines(String[]) - Static method in class ix.util.Strings
Returns a String formed by appending an array of strings with a line-separator between adjacent elements.
joinWith(String, List) - Static method in class ix.util.Strings
Returns a String formed by appending a List of strings with a separator between adjacent elements.
joinWith(String, String[]) - Static method in class ix.util.Strings
Returns a String formed by appending an array of strings with a separator between adjacent elements.
JPanel2 - Variable in class ix.iface.ui.JFrameMT
 
JPreferencesDialog - Class in ix.iface.ui
An abstarct dialog for editing preferences.
JPreferencesDialog(JFrame, JPropertiesManager) - Constructor for class ix.iface.ui.JPreferencesDialog
 
JPropertiesEditor - Interface in ix.iface.ui
An interface for editing properties.
JPropertiesManager - Class in ix.iface.ui
An abstarct class for managing the properties and preferences of an application.
JPropertiesManager(PropertiesApplication) - Constructor for class ix.iface.ui.JPropertiesManager
 
JSelectorDialog - Class in ix.iface.ui
An abstract class with useful things for building constraint editors.
JSelectorDialog(Frame, String, String) - Constructor for class ix.iface.ui.JSelectorDialog
Creates a dialog with the title for selecting from a list of items.
JSelectorDialog(Frame, String) - Constructor for class ix.iface.ui.JSelectorDialog
As above but with a default title.
JSelectorDialog(Frame, String, String, Object) - Constructor for class ix.iface.ui.JSelectorDialog
Creates a a selector with the context of the given object.
JSelectorDialog.JSelectorListener - Interface in ix.iface.ui
 

K

K_ALL - Static variable in class ix.iplan.Slip
 
K_ID - Static variable in class ix.test.CompendiumToIX
Annotation key
K_LABEL - Static variable in class ix.test.CompendiumToIX
Annotation key
K_LINKS - Static variable in class ix.test.CompendiumToIX
Annotation key
K_NONE - Static variable in class ix.iplan.Slip
 
K_SYNTAX - Static variable in interface ix.iface.domain.LTF_Symbols
 
keepIf(Status, List<PNodeEnd>) - Method in class ix.iplan.PlanCheckingSimulator
 
keepIf(Status, List) - Method in class ix.test.SimpleRSim
 
keepRunning - Variable in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
key - Variable in class ix.icore.event.AnnotationEvent
 
key - Variable in class ix.isim.util.LongKeyTreeMap.Entry
 
key - Variable in class ix.test.xml.MapEntry
 
key - Variable in class ix.util.context.ContextHashMap.Entry
 
key - Variable in class ix.util.StableHashMap.Entry
 
KEY_COL - Variable in class ix.iface.util.CheckTable.ViewTableModel
 
KEY_COL - Variable in class ix.iface.util.KeyValueTable.ViewTableModel
 
keyChain - Variable in class ix.util.context.ContextHashMap
 
keyChain - Variable in class ix.util.StableHashMap
 
keyChainLast - Variable in class ix.util.context.ContextHashMap
 
keyChainLast - Variable in class ix.util.StableHashMap
 
keyComponents - Variable in class ix.iface.ui.JPreferencesDialog
 
keyList - Variable in class ix.iface.util.KeyValueTable
 
keys - Variable in class ix.util.FanComposer
 
keySortComparator - Variable in class ix.iface.util.KeyValueTable
Determines the order in which keys are listed.
keyTimestamp(Object) - Method in class ix.iface.util.KeyValueTable
 
keyTimestamps - Variable in class ix.iface.util.KeyValueTable
 
keyToString(Object) - Method in class ix.iface.util.KeyValueTable
 
keyToString(Object) - Method in class ix.ip2.PropertyViewTable
 
keyToString(Object) - Method in class ix.ip2.StateViewTable.ViewTable
 
keyToString(Object) - Method in class ix.ispace.ISpaceTool.CapabilityTable
 
keyType - Variable in class ix.util.reflect.ClassDescr
 
KeyValueTable - Class in ix.iface.util
Packages a JTable together with a table model suitable for viewing a mapping from keys to values.
KeyValueTable(String, String) - Constructor for class ix.iface.util.KeyValueTable
 
KeyValueTable(Map, String, String) - Constructor for class ix.iface.util.KeyValueTable
 
KeyValueTable.LexicographicComparator - Class in ix.iface.util
 
KeyValueTable.LexicographicComparator() - Constructor for class ix.iface.util.KeyValueTable.LexicographicComparator
 
KeyValueTable.MostRecentFirstComparator - Class in ix.iface.util
 
KeyValueTable.MostRecentFirstComparator() - Constructor for class ix.iface.util.KeyValueTable.MostRecentFirstComparator
 
KeyValueTable.MostRecentLastComparator - Class in ix.iface.util
 
KeyValueTable.MostRecentLastComparator() - Constructor for class ix.iface.util.KeyValueTable.MostRecentLastComparator
 
KeyValueTable.PatternObjectComparator - Class in ix.iface.util
 
KeyValueTable.PatternObjectComparator() - Constructor for class ix.iface.util.KeyValueTable.PatternObjectComparator
 
KeyValueTable.RowPopupMenu - Class in ix.iface.util
 
KeyValueTable.RowPopupMenu() - Constructor for class ix.iface.util.KeyValueTable.RowPopupMenu
 
KeyValueTable.ViewJTable - Class in ix.iface.util
 
KeyValueTable.ViewJTable(TableModel) - Constructor for class ix.iface.util.KeyValueTable.ViewJTable
 
KeyValueTable.ViewTableModel - Class in ix.iface.util
Mediates between the data and the JTable.
KeyValueTable.ViewTableModel(String, String) - Constructor for class ix.iface.util.KeyValueTable.ViewTableModel
 
KeyValueTable.ViewTableMouseListener - Class in ix.iface.util
 
KeyValueTable.ViewTableMouseListener() - Constructor for class ix.iface.util.KeyValueTable.ViewTableMouseListener
 
Keyword - Class in ix.util.lisp
Keywords - symbols generally used as literals.
Keyword(String) - Constructor for class ix.util.lisp.Keyword
 
Khaki - Static variable in class ix.iface.util.XColors
 
kids - Variable in class ix.iface.ui.table.IXTreeTableNode
 
killMessageThread() - Method in class ix.applet.MessageServer.User
 
knownPoints - Variable in class ix.iplan.TimePointNet
 

L

label - Variable in class ix.iface.ui.AbstractSetEditor
 
label - Variable in class ix.iface.ui.IXToolItem
 
label - Variable in class ix.iface.ui.JConstraintEditor
 
label - Variable in class ix.iface.ui.JSelectorDialog
 
label - Variable in class ix.iview.igraph.CompositeRectangularNode
 
label - Variable in class ix.iview.igraph.ExpansionModel.NodeComponent
 
label - Variable in class ix.iview.igraph.ExpansionModel.Pin
 
labels - Variable in class ix.iview.util.ModellingState
 
Lambda - Class in ix.iscript
 
Lambda() - Constructor for class ix.iscript.Lambda
 
LAMBDA - Static variable in class ix.util.lisp.LispInterpreter
 
larger() - Method in class ix.iface.ui.AbstractEditorPanel
 
larger() - Method in interface ix.iface.ui.IXEditorPanel
 
lastAckDate - Variable in class ix.applet.MessageServer.User
 
lastAckDate - Variable in class ix.iserve.ipc.IServeCommServer.User
 
lastAckdMessage - Variable in class ix.iserve.ipc.IServeCommServer.User
 
LastB - Variable in class ix.iview.MiniConstraintPanel
 
lastChangeTimestamp - Variable in class ix.iplan.IPlanOptionManager.Opt
 
lastCons() - Method in class ix.util.lisp.LList
 
lastContactDate - Variable in class ix.applet.MessageServer.User
 
lastContactDate - Variable in class ix.iserve.ipc.IServeCommServer.User
 
lastElement(List<E>) - Static method in class ix.util.Collect
Returns the last element of the list, or null if the list is empty.
lastEvalTimestamp - Variable in class ix.iplan.IPlanOptionManager.Opt
 
lastExaminedElement - Variable in class ix.util.xml.XMLTranslator
 
lastIndexOf(Object) - Method in class ix.util.context.LLQueue
 
lastIndexOf(Object) - Method in class ix.util.lisp.LList
 
lastIndexOf(Object) - Method in class ix.util.lisp.LListCollector
 
lastKey() - Method in class ix.applet.MessageMemory
 
lastKey() - Method in class ix.iserve.ipc.MessageMemory
 
lastKey() - Method in class ix.isim.util.LongKeyTreeMap
This function returns the last (highest) key currently in this sorted map.
lastRead - Variable in class ix.iface.domain.LTF_Parser
 
lastSendDate - Variable in class ix.applet.MessageServer.User
 
lastSendDate - Variable in class ix.iserve.ipc.IServeCommServer.User
 
Lavender - Static variable in class ix.iface.util.XColors
 
LavenderBlush - Static variable in class ix.iface.util.XColors
 
LawnGreen - Static variable in class ix.iface.util.XColors
 
layoutFromCanvasPoints(GraphView) - Method in class ix.iview.igraph.IGraph
Lays out the graph from the current canvas points.
layoutFromGraph(IGraph) - Method in class ix.iview.igraph.GExpansionEditor
 
layoutIcon - Variable in class ix.iview.igraph.GExpansionEditor
 
layoutItem - Variable in class ix.iview.igraph.GExpansionEditor
 
layoutLeftIcon - Variable in class ix.iview.igraph.GExpansionEditor
 
layoutLeftItem - Variable in class ix.iview.igraph.GExpansionEditor
 
lazyOwn - Variable in class ix.iface.ui.AbstractSetEditor
 
lazyOwn - Variable in class ix.iview.UIRefinementSetEditor
 
LCNameMapper - Class in ix.util
Maps both ways between short names, in lower-case, and long names.
LCNameMapper() - Constructor for class ix.util.LCNameMapper
 
LEAFC - Static variable in class ix.iface.ui.table.AbstractTreeTableModel
the character used to indicate a leaf (no children)
LEAFI - Static variable in class ix.iface.ui.table.AbstractTreeTableModel
 
left - Variable in class ix.isim.util.LongKeyTreeMap.Entry
 
left - Variable in class ix.itest.SendPanel.SendControls
 
LEFT - Static variable in class ix.test.xml.MissionaryTest
 
LemonChiffon - Static variable in class ix.iface.util.XColors
 
len - Variable in class ix.util.JavaNameWordIterator
 
length() - Method in interface ix.isim.util.LongPriorityQueue
This function returns the size of this priority queue.
length() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function returns the size of this priority queue.
length() - Method in class ix.util.lisp.Cons
 
length() - Method in class ix.util.lisp.LList
 
length() - Method in class ix.util.lisp.LListCollector
 
length() - Method in class ix.util.lisp.Null
 
length() - Method in class ix.util.SimpleStringBuffer
Returns the number of characters currently in the buffer.
Let - Class in ix.iscript
 
Let() - Constructor for class ix.iscript.Let
 
level - Variable in class ix.icore.process.PNode
 
lexiconPanel - Variable in class ix.iview.DomainEditorFrame
 
libDir - Variable in class ix.util.xml.XMLLoader
 
libDir - Variable in class ix.util.xml.XMLSaver
 
liberalAchieveSemantics - Variable in class ix.iplan.Slip
 
LightBlue - Static variable in class ix.iface.util.XColors
 
LightCoral - Static variable in class ix.iface.util.XColors
 
LightCyan - Static variable in class ix.iface.util.XColors
 
LightGoldenRodYellow - Static variable in class ix.iface.util.XColors
 
LightGreen - Static variable in class ix.iface.util.XColors
 
LightGrey - Static variable in class ix.iface.util.XColors
 
LightPink - Static variable in class ix.iface.util.XColors
 
LightSalmon - Static variable in class ix.iface.util.XColors
 
LightSeaGreen - Static variable in class ix.iface.util.XColors
 
LightSkyBlue - Static variable in class ix.iface.util.XColors
 
LightSlateBlue - Static variable in class ix.iface.util.XColors
 
LightSlateGray - Static variable in class ix.iface.util.XColors
 
LightSteelBlue - Static variable in class ix.iface.util.XColors
 
LightYellow - Static variable in class ix.iface.util.XColors
 
Lime - Static variable in class ix.iface.util.XColors
 
LimeGreen - Static variable in class ix.iface.util.XColors
 
lin - Variable in class ix.iface.domain.LTF_Parser
 
lin - Variable in class ix.test.MatchChoiceTest
 
LinearIXSyntax - Class in ix.iserve.ipc
A simple string representation of I-X items for use by communication strategies.
LinearIXSyntax(String) - Constructor for class ix.iserve.ipc.LinearIXSyntax
 
Linen - Static variable in class ix.iface.util.XColors
 
lineSelectedBorder - Variable in class ix.iface.ui.IXLabelRenderer
 
lineSelectedBorder - Variable in class ix.iface.ui.IXTextRenderer
 
lineSeparator - Static variable in class ix.iface.ui.util.UIUtil
 
lineSeparator - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
lineUnselectedBorder - Variable in class ix.iface.ui.IXLabelRenderer
 
lineUnselectedBorder - Variable in class ix.iface.ui.IXTextRenderer
 
link - Variable in class ix.iface.ui.RendererLinkLabel
 
link - Variable in class ix.util.context.ContextValue
 
linkAfter(PNodeEnd) - Method in class ix.icore.process.PNodeEnd
 
linkAfter(PNodeEnd, PNodeEnd) - Method in class ix.ip2.Ip2ModelManager
 
linkAfter(ContextHashMap<K, V>.Entry) - Method in class ix.util.context.ContextHashMap.Entry
 
linkAfter(StableHashMap.Entry) - Method in class ix.util.StableHashMap.Entry
 
linkBefore(PNodeEnd) - Method in class ix.icore.process.PNodeEnd
 
linkBefore(PNodeEnd, PNodeEnd) - Method in class ix.ip2.Ip2ModelManager
 
linkDisplay - Variable in class ix.iface.ui.RendererLinkLabel
 
linkEnabled() - Method in class ix.iface.ui.RendererLinkLabel
 
linkMap - Variable in class ix.test.CompendiumToIX
 
lisp - Variable in class ix.iscript.IScriptInterpreter
 
Lisp - Class in ix.util.lisp
The class for static Lisp utilities.
LispComputeInterpreter - Class in ix.ip2
Interpreter for the code in "compute" conditions.
LispComputeInterpreter(Ip2ModelManager) - Constructor for class ix.ip2.LispComputeInterpreter
 
LispFileReader - Class in ix.util.lisp
A LispReader for files.
LispFileReader(String) - Constructor for class ix.util.lisp.LispFileReader
 
LispFileReader(File) - Constructor for class ix.util.lisp.LispFileReader
 
LispInterpreter - Class in ix.util.lisp
An interpreter for a simple dialect of Lisp.
LispInterpreter() - Constructor for class ix.util.lisp.LispInterpreter
 
LispInterpreter(boolean) - Constructor for class ix.util.lisp.LispInterpreter
 
LispInterpreter.JavaNull - Class in ix.util.lisp
Class used to create a single object that represents Java null.
LispInterpreter.Parser - Interface in ix.util.lisp
 
LispInterpreter.Syntax - Class in ix.util.lisp
 
LispInterpreter.Syntax(String) - Constructor for class ix.util.lisp.LispInterpreter.Syntax
 
LispInterpreter.SyntaxError - Exception in ix.util.lisp
 
LispInterpreter.SyntaxError(String) - Constructor for exception ix.util.lisp.LispInterpreter.SyntaxError
 
LispInterpreter.SyntaxError(String, Object) - Constructor for exception ix.util.lisp.LispInterpreter.SyntaxError
 
LispObject - Interface in ix.util.lisp
Tagging interface for Lisp objects
LispPrinter - Class in ix.util.lisp
Converts objects to printed representations.
LispPrinter() - Constructor for class ix.util.lisp.LispPrinter
 
lispPrinter - Variable in class ix.util.xml.XMLTranslator
 
LispProgramReader - Class in ix.util.lisp
A LispReader for reading Lisp source code.
LispProgramReader(LispTokenizer) - Constructor for class ix.util.lisp.LispProgramReader
 
LispProgramReader(InputStream) - Constructor for class ix.util.lisp.LispProgramReader
 
LispProgramReader(Reader) - Constructor for class ix.util.lisp.LispProgramReader
 
LispProgramReader(String) - Constructor for class ix.util.lisp.LispProgramReader
 
LispReader - Class in ix.util.lisp
A LispReader can be used to read Objects using a Lisp-like syntax.
LispReader(LispTokenizer) - Constructor for class ix.util.lisp.LispReader
 
LispReader(InputStream) - Constructor for class ix.util.lisp.LispReader
 
LispReader(Reader) - Constructor for class ix.util.lisp.LispReader
 
LispReader(String) - Constructor for class ix.util.lisp.LispReader
 
LispReadException - Exception in ix.util.lisp
The class of errors thrown by the Lisp reader.
LispReadException(String) - Constructor for exception ix.util.lisp.LispReadException
 
LispSourceText - Class in ix.test.xml
Allows Lisp source code to be written in XML using the ordinary textual syntax.
LispSourceText(String) - Constructor for class ix.test.xml.LispSourceText
 
LispStreamTokenizer - Class in ix.util.lisp
 
LispStreamTokenizer(InputStream) - Constructor for class ix.util.lisp.LispStreamTokenizer
 
LispStreamTokenizer(Reader) - Constructor for class ix.util.lisp.LispStreamTokenizer
 
LispToIScriptXMLTest - Class in ix.test
Lets the user type Lisp code and have it printed as IScript XML.
LispToIScriptXMLTest() - Constructor for class ix.test.LispToIScriptXMLTest
 
LispTokenizer - Class in ix.util.lisp
A class to be extended by tokenizers that read a Lisp-like syntax.
LispTokenizer(InputStream) - Constructor for class ix.util.lisp.LispTokenizer
 
LispTokenizer(Reader) - Constructor for class ix.util.lisp.LispTokenizer
 
LispToXMLTest - Class in ix.test
Lets the user type things in a Lisp-like syntax and see the corresponding XML.
LispToXMLTest() - Constructor for class ix.test.LispToXMLTest
 
LIST - Static variable in class ix.icore.domain.ObjectProperty.Syntax
Value representing the type of a property value.
list - Variable in class ix.iface.util.ListSelectionDialog
 
LIST - Static variable in class ix.test.CompendiumToIX
Compendium node type
list() - Static method in class ix.util.lisp.Lisp
 
list(Object) - Static method in class ix.util.lisp.Lisp
 
list(Object, Object) - Static method in class ix.util.lisp.Lisp
 
list(Object, Object, Object) - Static method in class ix.util.lisp.Lisp
 
list(Object, Object, Object, Object) - Static method in class ix.util.lisp.Lisp
 
list(Object, Object, Object, Object, Object) - Static method in class ix.util.lisp.Lisp
 
list(Object, Object, Object, Object, Object, Object) - Static method in class ix.util.lisp.Lisp
 
list - Variable in class ix.util.lisp.LListListIterator
 
LIST - Static variable in class ix.util.reflect.ClassDescr
Internal class type
LIST_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
ListEditorPanel - Class in ix.iface.ui
A simple panel with a label (title), a component, and optional buttons.
ListEditorPanel() - Constructor for class ix.iface.ui.ListEditorPanel
 
ListEditorPanel(boolean) - Constructor for class ix.iface.ui.ListEditorPanel
 
ListEditorPanel(EventListener, String, JComponent) - Constructor for class ix.iface.ui.ListEditorPanel
 
ListEditorPanel(EventListener, String, String[]) - Constructor for class ix.iface.ui.ListEditorPanel
 
ListEditorPanel(EventListener, String, JComponent, String[]) - Constructor for class ix.iface.ui.ListEditorPanel
 
ListEditorPanel(EventListener, String, boolean, JComponent) - Constructor for class ix.iface.ui.ListEditorPanel
 
ListEditorPanel(EventListener, String, boolean, String[]) - Constructor for class ix.iface.ui.ListEditorPanel
 
ListEditorPanel(EventListener, String, boolean, JComponent, String[]) - Constructor for class ix.iface.ui.ListEditorPanel
 
listener - Variable in class ix.examples.PicoIX.IX_System
 
listener(ActionListener) - Static method in class ix.iface.util.CatchingActionListener
Returns the outer listener, if any, that was recorded for the specified inner listener, or else constructs and records a new CatchingActionListener.
listener - Variable in class ix.iface.util.RadioButtonBox
The listener this box attaches to radio buttons.
listener - Variable in class ix.ip2.test.PanelTest.SendingThread
 
listener - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
listenerCache - Static variable in class ix.iface.util.CatchingActionListener
 
listeners - Variable in class ix.icore.domain.Domain
 
listeners - Variable in class ix.iface.ui.AbstractIFormModel
 
listeners - Variable in class ix.iface.ui.IFormPanel
 
listeners - Variable in class ix.iface.ui.table.IXDefaultCellEditor
 
listeners - Variable in class ix.ip2.Agenda
 
listeners - Variable in class ix.ip2.AgendaItem
 
listeners - Variable in class ix.ispace.ContactManager
 
listeners - Variable in class ix.util.TextAreaFrame
 
listenToCB(JComboBox, PopupMenuListener) - Static method in class ix.iface.ui.util.UIUtil
 
listFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
listFromElementText(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
ListImageWriters - Class in ix.test
 
ListImageWriters() - Constructor for class ix.test.ListImageWriters
 
listIterator(int) - Method in class ix.util.context.LLQueue
 
listIterator(int) - Method in class ix.util.lisp.LList
 
listIterator(int) - Method in class ix.util.lisp.LListCollector
 
ListOf - Class in ix.util
Static util methods for TypedLists.
ListofClassAsElementTypeName(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
listofClasses - Variable in class ix.util.xml.XMLSchemaSyntax.Schema
 
ListofClassTypeName(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
listofPattern(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
listPatternDefinition() - Method in class ix.util.xml.RelaxNGSyntax
 
listreader() - Method in class ix.util.lisp.LispReader
 
listsAsText - Variable in class ix.iview.DomainEditorFrame
 
listsAsText() - Method in class ix.iview.DomainEditorFrame
Check whether lists are to be displayed as texts.
ListSelectionDialog - Class in ix.iface.util
 
ListSelectionDialog(Frame, String, Object[]) - Constructor for class ix.iface.util.ListSelectionDialog
Creates a modal dialog with the specified owner frame, title, and list data.
ListText - Class in ix.test.xml
Allows LLists to be written in XML using their ordinary textual syntax.
ListText() - Constructor for class ix.test.xml.ListText
 
listTextClass - Variable in class ix.util.xml.XMLTranslator
 
listToDisplay(Collection) - Static method in class ix.iface.ui.util.UIUtil
 
listToElement(Object) - Method in class ix.util.xml.XMLTranslator
 
listToText(Collection) - Static method in class ix.iface.ui.util.UIUtil
 
listToTextArray(Collection) - Static method in class ix.iface.ui.util.UIUtil
 
ListTypeTest - Class in ix.test
 
ListTypeTest() - Constructor for class ix.test.ListTypeTest
 
ListTypeTest.LL - Class in ix.test
 
ListTypeTest.LL() - Constructor for class ix.test.ListTypeTest.LL
 
Literal - Class in ix.iscript
 
Literal() - Constructor for class ix.iscript.Literal
 
LiteralDocument - Class in ix.util.xml
XML that can be embedded in objects that can be translated to or from XML.
LiteralDocument() - Constructor for class ix.util.xml.LiteralDocument
 
LiteralDocument(Element) - Constructor for class ix.util.xml.LiteralDocument
 
literalDocumentPatternDefinition() - Method in class ix.util.xml.RelaxNGSyntax
 
LList - Class in ix.util.lisp
Lisp-style lists.
LList() - Constructor for class ix.util.lisp.LList
 
llistAppender() - Method in class ix.util.lisp.LListCollector
 
LListCollector - Class in ix.util.lisp
A Collector that uses an LList to hold the elements and that provides a number of different ways to add elements.
LListCollector() - Constructor for class ix.util.lisp.LListCollector
 
LListCollector(Collection) - Constructor for class ix.util.lisp.LListCollector
 
LListCollector.adderFunction - Interface in ix.util.lisp
 
LListCollector.LListCollectorListIterator - Class in ix.util.lisp
ListIterator for ListCollectors
LListCollector.LListCollectorListIterator(int) - Constructor for class ix.util.lisp.LListCollector.LListCollectorListIterator
 
llistConcer() - Method in class ix.util.lisp.LListCollector
 
LListEnumeration - Class in ix.util.lisp
List enumerations.
LListEnumeration() - Constructor for class ix.util.lisp.LListEnumeration
 
LListify(List) - Static method in class ix.util.lisp.LList
Returns an LList copy of a possibly nested List.
LListIterator - Class in ix.util.lisp
An implementation of Iterator for LLists.
LListIterator(LList) - Constructor for class ix.util.lisp.LListIterator
 
LListIterator(LListIterator) - Constructor for class ix.util.lisp.LListIterator
 
LListListIterator - Class in ix.util.lisp
An implementation of ListIterator for LLists.
LListListIterator(LList) - Constructor for class ix.util.lisp.LListListIterator
 
LListListIterator(LList, int) - Constructor for class ix.util.lisp.LListListIterator
 
LListListIterator(LListListIterator) - Constructor for class ix.util.lisp.LListListIterator
 
LLQueue<E> - Class in ix.util.context
A context-dependent list or queue, often used for building lists.
LLQueue() - Constructor for class ix.util.context.LLQueue
 
LLQueue(Collection<? extends E>) - Constructor for class ix.util.context.LLQueue
 
LLQueue(ContextHolder) - Constructor for class ix.util.context.LLQueue
 
LLQueue(ContextHolder, Collection<? extends E>) - Constructor for class ix.util.context.LLQueue
 
LLQueue.LLQueueListIterator - Class in ix.util.context
ListIterator that doesn't allow any modification.
LLQueue.LLQueueListIterator(LList, int) - Constructor for class ix.util.context.LLQueue.LLQueueListIterator
 
load() - Method in class ix.iface.util.SelectionPanel
Tells the panel to add rows corresponding to entries in the Map returned by SelectionPanel.getCurrentValueMap().
loadAnyNewComputeSupportCode() - Method in class ix.ip2.Ip2ModelManager
 
loadCanvasPositionGraphFromDomain(Refinement) - Method in class ix.iview.domain.UIRefinement
 
loadClass(String) - Method in class ix.test.TwoIp2Test.AgentClassLoader
 
loadClass(String, boolean) - Method in class ix.test.TwoIp2Test.AgentClassLoader
 
loadClass(String) - Method in class ix.util.AgentLauncher.AgentClassLoader
 
loadClass(String, boolean) - Method in class ix.util.AgentLauncher.AgentClassLoader
 
loadDocument() - Method in class ix.util.xml.XMLLoader
Reads a JDOM Document from a file selected by the user, conducting all necessary dialogs along the way.
loadDomain(Component, Domain) - Static method in class ix.iface.domain.DomainParser
Reads a description of a domain from a file selected by the user, conducting all necessary dialogs along the way.
loadDomain() - Method in class ix.iface.ui.HTMLPanel.LinkPopupMenu
 
loadDomain(Domain) - Method in class ix.ip2.Ip2
 
loadDomain() - Method in class ix.iview.domain.UIDomain
Clears the draft domain (noting all of original domain as removed) and loads a domain-file into the draft domain.
LoadDomainHandler - Class in ix.ip2
Generates a HandlerAction that loads a new domain and one that inclides a domain in the agent's existing domain.
LoadDomainHandler(Ip2) - Constructor for class ix.ip2.LoadDomainHandler
 
LoadDomainHandler.AbstractLoadDomainAction - Class in ix.ip2
 
LoadDomainHandler.AbstractLoadDomainAction(AgendaItem) - Constructor for class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
LoadDomainHandler.IncludeDomainAction - Class in ix.ip2
 
LoadDomainHandler.IncludeDomainAction(AgendaItem) - Constructor for class ix.ip2.LoadDomainHandler.IncludeDomainAction
 
LoadDomainHandler.NewDomainAction - Class in ix.ip2
 
LoadDomainHandler.NewDomainAction(AgendaItem) - Constructor for class ix.ip2.LoadDomainHandler.NewDomainAction
 
loader - Variable in class ix.test.MultiAgentTest.Launcher
 
loader - Variable in class ix.util.AgentLauncher
 
Loader - Interface in ix.util.xml
 
loadFrom() - Method in class ix.util.xml.XMLTreeEditFrame
 
loadFromDomain() - Method in class ix.iview.domain.UIDomain
load the object's own information (name) from the original domain
loadFromDomain(Object) - Method in class ix.iview.domain.UIDomain
 
loadFromDomain() - Method in interface ix.iview.domain.UIObject
Loads the contents of this object from its corresponding domain object.
loadFromDomain(Object) - Method in interface ix.iview.domain.UIObject
Loads the contents of this object from the given object.
loadFromDomain() - Method in class ix.iview.domain.UIObjectClass
Loads this object from its baseObject.
loadFromDomain(Object) - Method in class ix.iview.domain.UIObjectClass
 
loadFromDomain() - Method in class ix.iview.domain.UIRefinement
Loads this object from its baseObject.
loadFromDomain(Object) - Method in class ix.iview.domain.UIRefinement
 
loadFromItem(AgendaItem) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
loadFromObject() - Method in class ix.iview.ActionFormPanel
 
loadFromObject() - Method in class ix.iview.AROEditorPanel.AROFormPanel
 
loadFromObject() - Method in interface ix.iview.ConstructEditing
Saves the data from the panel into the current object.
loadFromObject() - Method in class ix.iview.GlobalFormPanel
 
loadFromObject() - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
loadFromObject() - Method in class ix.iview.igraph.GExpansionEditor
load the data for the panel from the current object.
loadFromOrderings(List, List) - Method in class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
loadFromOriginal() - Method in class ix.iview.domain.UIDomain
 
loadFromOriginal() - Method in interface ix.iview.domain.UIObject
Loads the contents of this object from its original domain object.
loadFromOriginal() - Method in class ix.iview.domain.UIObjectClass
 
loadFromOriginal() - Method in class ix.iview.domain.UIRefinement
Loads this object from its original in the domain if it has one, otherwise clear the object.
loadFromRefinement(Refinement) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
loadFromURL(URL) - Method in class ix.iface.ui.HTMLPanel
 
loadGenericConstraints(UIDomain) - Method in class ix.iview.domain.UIGrammar
 
loadHandlerActions() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
loadInitialPlan() - Method in class ix.ip2.Ip2
 
loadLink(Object) - Method in class ix.iview.igraph.ExpansionModel
 
loadLisp(List) - Method in class ix.util.lisp.LispInterpreter
 
loadLisp(String) - Method in class ix.util.lisp.LispInterpreter
 
loadMenuItem - Variable in class ix.isim.ISimEventsFrame
 
loadMenuItem_actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame
 
loadMGraphFromDomain(Refinement) - Method in class ix.iview.domain.UIRefinement
 
loadObject() - Method in class ix.util.xml.XMLLoader
Reads an object from a file selected by the user, conducting all necessary dialogs along the way.
loadObjectConstraints(UIRefinement) - Method in class ix.iview.DeclarationEditor
Gets variable type and property constraints from the given refinement, loads them into the editor and keeps a copy in case of cancel.
loadObjectFile(Reader) - Static method in class ix.isim.dynamic.ObjectAnimator
 
loadObjects() - Method in class ix.isim.dynamic.ObjectAnimator
 
loadOptions(String) - Method in class ix.iplan.IPlanOptionManager
 
loadOptions() - Method in class ix.iplan.OptionUI
 
loadOriginal(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
loadOriginal(Object) - Method in class ix.iview.AbstractUISetEditor
 
loadParameters(String) - Static method in class ix.util.Parameters
 
loadPlan() - Method in class ix.iface.ui.HTMLPanel.LinkPopupMenu
 
loadPlan() - Method in class ix.ip2.Ip2
 
loadPlan(String) - Method in class ix.ip2.Ip2
 
loadPlan(Plan) - Method in class ix.ip2.Ip2
 
loadPlan() - Method in class ix.ip2.LoadPlanFrame
 
loadPlan(Plan) - Method in class ix.iplan.FilteredPlanner
 
loadPlan(Plan) - Method in interface ix.iplan.Planner
Adds the contents of the specified plan to this planner's current plan.
LoadPlanFrame - Class in ix.ip2
 
LoadPlanFrame(Ip2, Activity, Plan) - Constructor for class ix.ip2.LoadPlanFrame
 
LoadPlanFrame.TextViewFrame - Class in ix.ip2
 
LoadPlanFrame.TextViewFrame(Object) - Constructor for class ix.ip2.LoadPlanFrame.TextViewFrame
 
LoadPlanHandler - Class in ix.ip2
Generates a HandlerAction that loads a plan.
LoadPlanHandler(Ip2) - Constructor for class ix.ip2.LoadPlanHandler
 
LoadPlanHandler(Ip2, String) - Constructor for class ix.ip2.LoadPlanHandler
 
LoadPlanHandler.LoadPlanAction - Class in ix.ip2
 
LoadPlanHandler.LoadPlanAction(AgendaItem) - Constructor for class ix.ip2.LoadPlanHandler.LoadPlanAction
 
LoadPlanHandler.LoadPlanAction(AgendaItem, String) - Constructor for class ix.ip2.LoadPlanHandler.LoadPlanAction
 
LoadPlanHandler.ReplacePlanAction - Class in ix.ip2
 
LoadPlanHandler.ReplacePlanAction(AgendaItem) - Constructor for class ix.ip2.LoadPlanHandler.ReplacePlanAction
 
loadProperties() - Method in class ix.iface.ui.JPropertiesManager
 
loadProperties(Properties) - Method in class ix.iface.ui.JPropertiesManager
 
LoadStateHandler - Class in ix.ip2
Generates a HandlerAction that loads a plan that contains world-state.
LoadStateHandler(Ip2) - Constructor for class ix.ip2.LoadStateHandler
 
loadSupportCode(Object) - Method in interface ix.ip2.ComputeInterpreter
 
loadSupportCode(Object) - Method in class ix.ip2.LispComputeInterpreter
 
loadTable() - Method in class ix.iface.util.SelectionPanel.SelectionTable
 
loadTable() - Method in class ix.ip2.BindingViewer.VarPanel
 
loadTimedEvents(File[]) - Method in class ix.isim.ISimEngine
This function loads the timed events from the given Files.
loadVarConstraints(UIRefinement, ItemVar) - Method in class ix.iview.DeclarationEditor
Loads the constraints of the refinement into the varConstMap
loadVarType(UIRefinement, ItemVar) - Method in class ix.iview.DeclarationEditor
Looks up the type constraint of the given var in the given refinement.
loadViewContents() - Method in class ix.ip2.ObjectWhiteboard
Reload the current view from the agent's current world-state.
loadViewContentsSavingState() - Method in class ix.ip2.ObjectWhiteboard
Reload the current view without losing any editing the user may have done.
loadViews(String) - Method in class ix.ip2.ObjectWhiteboard
Adds views from the indicated directory.
LOCAL - Static variable in class ix.icore.plan.VariableScope
 
localCommandClicked(String) - Method in class ix.iface.ui.JPreferencesDialog
for buttons etc within the panel
localCommandClicked(String) - Method in interface ix.iface.ui.JPropertiesEditor
for buttons etc within the panel
localCommandClicked(String) - Method in class ix.iview.IDEPreferencesDialog
 
log(HistoryEvent) - Method in class ix.icore.IXAgent
 
log(HistoryEvent) - Method in class ix.icore.log.EventLogger
 
logBindings(Map) - Method in class ix.ip2.Ip2ModelManager
 
logDir - Variable in class ix.icore.log.EventLogger
 
logFD - Variable in class ix.icore.log.EventLogger
 
logFileName - Variable in class ix.icore.log.EventLogger
 
logItemHandled(AgendaItem, HandlerAction) - Method in class ix.ip2.ActivityAgenda
 
logItemHandled(AgendaItem, HandlerAction) - Method in class ix.ip2.Agenda
 
logItemHandled(AgendaItem, HandlerAction) - Method in class ix.ip2.IssueAgenda
 
logoImage - Variable in class ix.ip2.Ip2
 
logoLine1 - Variable in class ix.ip2.Ip2
 
logoLine2 - Variable in class ix.ip2.Ip2
 
LogoPanel - Class in ix.iface.util
A panel that contains the application name and some credits.
LogoPanel(String) - Constructor for class ix.iface.util.LogoPanel
 
LogoPanel(String, String) - Constructor for class ix.iface.util.LogoPanel
 
LogoPanel(String, String, ImageIcon) - Constructor for class ix.iface.util.LogoPanel
 
LogoPanel(String, String, String, ImageIcon) - Constructor for class ix.iface.util.LogoPanel
 
logoPanel - Variable in class ix.ip2.Ip2Frame
 
logoPanel - Variable in class ix.itest.ItestFrame
 
logStream - Variable in class ix.icore.log.EventLogger
 
longestPathLength - Variable in class ix.iplan.SlipStats
 
LongKeyTreeMap - Class in ix.isim.util
This is a Red-Black-Tree-based implementation of a sorted map, mapping longs to objects.
LongKeyTreeMap() - Constructor for class ix.isim.util.LongKeyTreeMap
This constructor creates a new, empty map.
LongKeyTreeMap.Entry - Class in ix.isim.util
A node in the tree.
LongKeyTreeMap.Entry(long, Object, LongKeyTreeMap.Entry) - Constructor for class ix.isim.util.LongKeyTreeMap.Entry
Make a new cell with given key, value, and parent, and with null child links, and BLACK color.
LongKeyTreeMap.LongKeyTreeMapIterator - Class in ix.isim.util
 
LongKeyTreeMap.LongKeyTreeMapIterator() - Constructor for class ix.isim.util.LongKeyTreeMap.LongKeyTreeMapIterator
 
longName(String) - Method in class ix.util.NameMapper
 
LongPriorityQueue - Interface in ix.isim.util
This class represents a priority queue, that is a queue in which elements can be held and from which they can be retrieved by priority.
LongToBytes - Class in ix.test
 
LongToBytes() - Constructor for class ix.test.LongToBytes
 
longToBytes(long) - Static method in class ix.test.LongToBytes
Converts a long to a (big-endian) array of bytes.
longToShort - Variable in class ix.util.NameMapper
 
looksLikeAnIXDocument(Document) - Static method in class ix.util.xml.XML
Deprecated. As of I-X 3.3, use XML.looksLikeAnObjectDocument(Document).
looksLikeAnObjectDocument(Document) - Static method in class ix.util.xml.XML
Asks the default translator whether the document looks like it can be read as an Object.
looksLikeAnObjectDocument(Document) - Method in class ix.util.xml.XMLTranslator
 
looksLikeDataValue(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
lookup(Interpreter.VarRef) - Method in interface ix.util.lisp.Interpreter.Env
Returns the value bound to the variable by this environment.
lookup(Interpreter.VarRef) - Method in class ix.util.lisp.Interpreter.GlobalEnv
 
lookup(Symbol) - Method in class ix.util.lisp.Interpreter.GlobalEnv
 
lookup(Interpreter.VarRef) - Method in class ix.util.lisp.Interpreter.LexicalEnv
 
lookupActivity - Variable in class ix.iquery.LookupHandler
The activity this handler is processing.
lookupFieldClasses(List) - Method in class ix.iface.ui.AbstractIFormModel
 
lookupFieldNames(List) - Method in class ix.iface.ui.AbstractIFormModel
 
LookupHandler - Class in ix.iquery
Performs a lookup for a query agent.
LookupHandler(IQuery, Activity) - Constructor for class ix.iquery.LookupHandler
Creates a LookupHander to handle the specified activity for the specified agent.
lostOwnership(Clipboard, Transferable) - Method in class ix.iface.ui.tree.EditableTree
 
LOW - Static variable in class ix.icore.Priority
 
LOWER - Variable in class ix.test.MakeRandomInstance
 
LOWEST - Static variable in class ix.icore.Priority
 
LowLevelIPCTest - Class in ix.test
 
LowLevelIPCTest() - Constructor for class ix.test.LowLevelIPCTest
 
lp - Variable in class ix.iface.domain.ChecklistParser
 
lpp - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
LTF_Parser - Class in ix.iface.domain
A parser for domains described in a Lisp-like syntax.
LTF_Parser(String) - Constructor for class ix.iface.domain.LTF_Parser
 
LTF_Parser(File) - Constructor for class ix.iface.domain.LTF_Parser
 
LTF_Parser(URL) - Constructor for class ix.iface.domain.LTF_Parser
 
LTF_Parser() - Constructor for class ix.iface.domain.LTF_Parser
 
LTF_Parser.AdviceParser - Class in ix.iface.domain
 
LTF_Parser.AdviceParser() - Constructor for class ix.iface.domain.LTF_Parser.AdviceParser
 
LTF_Parser.BeforeParser - Class in ix.iface.domain
 
LTF_Parser.BeforeParser() - Constructor for class ix.iface.domain.LTF_Parser.BeforeParser
 
LTF_Parser.ComputeParser - Class in ix.iface.domain
 
LTF_Parser.ComputeParser() - Constructor for class ix.iface.domain.LTF_Parser.ComputeParser
 
LTF_Parser.ConditionParser - Class in ix.iface.domain
 
LTF_Parser.ConditionParser(String) - Constructor for class ix.iface.domain.LTF_Parser.ConditionParser
 
LTF_Parser.ConstraintParser - Class in ix.iface.domain
Used to parse a constraint and also, via the makeTemplate method, to describe the syntax.
LTF_Parser.ConstraintParser(String) - Constructor for class ix.iface.domain.LTF_Parser.ConstraintParser
Constructs a parser for constraints that match the given pattern.
LTF_Parser.DurationParser - Class in ix.iface.domain
 
LTF_Parser.DurationParser() - Constructor for class ix.iface.domain.LTF_Parser.DurationParser
 
LTF_Parser.EffectParser - Class in ix.iface.domain
 
LTF_Parser.EffectParser(String) - Constructor for class ix.iface.domain.LTF_Parser.EffectParser
 
LTF_Parser.IncludeReader - Class in ix.iface.domain
Wrapper class used to read included resources.
LTF_Parser.IncludeReader(URL, Reader, LispReader) - Constructor for class ix.iface.domain.LTF_Parser.IncludeReader
 
LTF_Parser.MultipleAnswerComputeParser - Class in ix.iface.domain
 
LTF_Parser.MultipleAnswerComputeParser() - Constructor for class ix.iface.domain.LTF_Parser.MultipleAnswerComputeParser
 
LTF_Parser.OtherConstraintParser - Class in ix.iface.domain
 
LTF_Parser.OtherConstraintParser() - Constructor for class ix.iface.domain.LTF_Parser.OtherConstraintParser
 
LTF_Parser.ResourceConstraintParser - Class in ix.iface.domain
 
LTF_Parser.ResourceConstraintParser() - Constructor for class ix.iface.domain.LTF_Parser.ResourceConstraintParser
 
LTF_Parser.TemporalConstraintParser - Class in ix.iface.domain
 
LTF_Parser.TemporalConstraintParser(String) - Constructor for class ix.iface.domain.LTF_Parser.TemporalConstraintParser
 
LTF_Parser.WindowAtParser - Class in ix.iface.domain
 
LTF_Parser.WindowAtParser() - Constructor for class ix.iface.domain.LTF_Parser.WindowAtParser
 
LTF_Parser.WorldStateConstraintParser - Class in ix.iface.domain
 
LTF_Parser.WorldStateConstraintParser(String) - Constructor for class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
LTF_Symbols - Interface in ix.iface.domain
Defines constants that are useful when processing "Lisp syntax" domain definitions.
LTF_Writer - Class in ix.iface.domain
A writer for domains described in LTF syntax.
LTF_Writer(File) - Constructor for class ix.iface.domain.LTF_Writer
 
LTF_Writer(Writer) - Constructor for class ix.iface.domain.LTF_Writer
 
LTF_Writer() - Constructor for class ix.iface.domain.LTF_Writer
 
ltfParser - Variable in class ix.test.MakeRandomInstance
 

M

Magenta - Static variable in class ix.iface.util.XColors
 
main(String[]) - Static method in class ix.applet.CGIRelay
 
main(String[]) - Static method in class ix.applet.CGIServerStatus
 
main(String[]) - Static method in class ix.applet.MessageServer
 
main(String[]) - Static method in class ix.examples.PicoISimTest1
Main program.
main(String[]) - Static method in class ix.examples.PicoISimTest2
Main program.
main(String[]) - Static method in class ix.examples.PicoISimTest3
Main program.
main(String[]) - Static method in class ix.examples.PicoIXTest1
Main program.
main(String[]) - Static method in class ix.examples.PicoIXTest2
Main program.
main(String[]) - Static method in class ix.http.HttpNameServer
 
main(String[]) - Static method in class ix.ichat.IChat
Main program.
main(String[]) - Static method in class ix.icore.log.EventLogger
Simple test program.
main(String[]) - Static method in class ix.icore.log.PrintEventLog
 
main(String[]) - Static method in class ix.icore.plan.build.ExamplePlanBuilder
Main program for testing.
main(String[]) - Static method in class ix.icore.plan.build.SimplePlanBuilder
Main program for testing.
main(String[]) - Static method in class ix.icore.plan.DomainAsPlan
 
main(String[]) - Static method in class ix.icore.plan.PlanAsDomain
 
main(String[]) - Static method in class ix.iface.domain.ITF_Writer
 
main(String[]) - Static method in class ix.iface.util.CheckTableDialog
 
main(String[]) - Static method in class ix.iface.util.ListSelectionDialog
 
main(String[]) - Static method in class ix.iface.util.TranscriptTextPane
 
main(String[]) - Static method in class ix.ip2.Ip2
Main program.
main(String[]) - Static method in class ix.ip2.LispComputeInterpreter
Main program for testing.
main(String[]) - Static method in class ix.iplan.AutoTester
 
main(String[]) - Static method in class ix.iplan.DomainAnalyser
Test program.
main(String[]) - Static method in class ix.iplan.ExecutionStages
Test program.
main(String[]) - Static method in class ix.iplan.IPlan
 
main(String[]) - Static method in class ix.iplan.PlanCheckingSimulator
Standalone main program for testing.
main(String[]) - Static method in class ix.iplan.Slip
Standalone main program.
main(String[]) - Static method in class ix.iplan.Thatcher
Standalone main program.
main(String[]) - Static method in class ix.iscript.IScriptInterpreter
 
main(String[]) - Static method in class ix.iserve.ipc.IServeCommServer
Used to run a standalone comm server.
main(String[]) - Static method in class ix.iserve.ipc.LinearIXSyntax
 
main(String[]) - Static method in class ix.iserve.ipc.sl.IServeSLCommServer
 
main(String[]) - Static method in class ix.iserve.ipc.sl.SLRpc
 
main(String[]) - Static method in class ix.iserve.ipc.TinyIds
Main program for testing.
main(String[]) - Static method in class ix.iserve.IServe
 
main(String[]) - Static method in class ix.isim.ISim
This function creates the ISim I-X agent.
main(String[]) - Static method in class ix.itest.Itest
Main program.
main(String[]) - Static method in class ix.iview.DomainEditor
 
main(String[]) - Static method in class ix.iview.DomainEditorFrame
 
main(String[]) - Static method in class ix.iview.igraph.NodePosition
 
main(String[]) - Static method in class ix.postix.Postix
Main program.
main(String[]) - Static method in class ix.test.AnagramPairs
 
main(String[]) - Static method in class ix.test.CheckDomains
 
main(String[]) - Static method in class ix.test.CompendiumToIX
 
main(String[]) - Static method in class ix.test.DigestSet
 
main(String[]) - Static method in class ix.test.EnumValuesTest
 
main(String[]) - Static method in class ix.test.ExampleData
 
main(String[]) - Static method in class ix.test.FilePlanner
 
main(String[]) - Static method in class ix.test.FinallyTest
 
main(String[]) - Static method in class ix.test.FixDomain
 
main(String[]) - Static method in class ix.test.HtnBlockStacker
 
main(String[]) - Static method in class ix.test.HttpGetDocumentTest
 
main(String[]) - Static method in class ix.test.HttpRequestTest
 
main(String[]) - Static method in class ix.test.InnerClassTest
 
main(String[]) - Static method in class ix.test.Ip2Example
 
main(String[]) - Static method in class ix.test.Ip2Test
 
main(String[]) - Static method in class ix.test.IPCTest
 
main(String[]) - Static method in class ix.test.LispToIScriptXMLTest
 
main(String[]) - Static method in class ix.test.LispToXMLTest
 
main(String[]) - Static method in class ix.test.ListImageWriters
 
main(String[]) - Static method in class ix.test.ListTypeTest
 
main(String[]) - Static method in class ix.test.LongToBytes
 
main(String[]) - Static method in class ix.test.LowLevelIPCTest
 
main(String[]) - Static method in class ix.test.MakeDistanceTable
 
main(String[]) - Static method in class ix.test.MakeRandomInstance
 
main(String[]) - Static method in class ix.test.MatchChoiceTest
 
main(String[]) - Static method in class ix.test.MediumLevelIPCTest
 
main(String[]) - Static method in class ix.test.MessageQueueTest
 
main(String[]) - Static method in class ix.test.MethodTest
 
main(String[]) - Static method in class ix.test.MultiAgentIp2
 
main(String[]) - Static method in class ix.test.MultiAgentTest
 
main(String[]) - Static method in class ix.test.NameGenTest
 
main(String[]) - Static method in class ix.test.NullListTest
 
main(String[]) - Static method in class ix.test.OPlanPSGraph
 
main(String[]) - Static method in class ix.test.OrderingNotationTest
 
main(String[]) - Static method in class ix.test.PlainIp2
 
main(String[]) - Static method in class ix.test.PlanBuilderTest
Main program for testing.
main(String[]) - Static method in class ix.test.PlanningTest
 
main(String[]) - Static method in class ix.test.PowersetTest
 
main(String[]) - Static method in class ix.test.PrecondBlockStacker
 
main(String[]) - Static method in class ix.test.PrintLengthTest
 
main(String[]) - Static method in class ix.test.ReadURLTest
 
main(String[]) - Static method in class ix.test.ReleaseDate
 
main(String[]) - Static method in class ix.test.SecureRandomTest
 
main(String[]) - Static method in class ix.test.SerializationTest
Simple main program used for testing.
main(String[]) - Static method in class ix.test.ShowHtmlStyles
 
main(String[]) - Static method in class ix.test.ShowIDE
 
main(String[]) - Static method in class ix.test.SimpleExpandingSimulator
 
main(String[]) - Static method in class ix.test.SimpleIQuery
 
main(String[]) - Static method in class ix.test.SimpleIXAgent
 
main(String[]) - Static method in class ix.test.SimpleRSim
Standalone main program for testing.
main(String[]) - Static method in class ix.test.StringReplaceTest
 
main(String[]) - Static method in class ix.test.SwingLaterTest
 
main(String[]) - Static method in class ix.test.SystemProperties
 
main(String[]) - Static method in class ix.test.ThreadConditionHangTest
 
main(String[]) - Static method in class ix.test.ThreadConditionTest
 
main(String[]) - Static method in class ix.test.TranslateFile
 
main(String[]) - Static method in class ix.test.TwitterAtomSearchTest
 
main(String[]) - Static method in class ix.test.TwoIp2Test
 
main(String[]) - Static method in class ix.test.UIDefaultsTest
 
main(String[]) - Static method in class ix.test.ValidateXml
 
main(String[]) - Static method in class ix.test.WithCleanupTest
 
main(String[]) - Static method in class ix.test.XMLFileTest
Simple main program used for testing.
main(String[]) - Static method in class ix.test.XMLReadTest
 
main(String[]) - Static method in class ix.test.XMLSendTest
 
main(String[]) - Static method in class ix.util.AgentLauncher
 
main(String[]) - Static method in class ix.util.Duration
Simple test program.
main(String[]) - Static method in class ix.util.Gensym
For testing.
main(String[]) - Static method in class ix.util.http.HttpObjectClient
Main program for testing.
main(String[]) - Static method in class ix.util.http.HttpObjectServlet
Main program for testing.
main(String[]) - Static method in class ix.util.http.HttpServer
Main program for testing.
main(String[]) - Static method in class ix.util.http.HttpStringClient
Main program for testing.
main(String[]) - Static method in class ix.util.http.HttpStringServlet
Main program for testing.
main(String[]) - Static method in class ix.util.ipc.SimpleNameServer
 
main(String[]) - Static method in class ix.util.JavaNameWordIterator
Test loop.
main(String[]) - Static method in class ix.util.lisp.LispInterpreter
 
main(String[]) - Static method in class ix.util.lisp.ObjectHash
Test loop
main(String[]) - Static method in class ix.util.lisp.SafeLispInterpreter
 
main(String[]) - Static method in class ix.util.match.SimpleMatcher
 
main(String[]) - Static method in class ix.util.ObjectCopier
Test loop
main(String[]) - Static method in class ix.util.ObjectWalker
Test loop
main(String[]) - Static method in class ix.util.PropertyLogger
Simple main program for testing.
main(String[]) - Static method in class ix.util.reflect.ClassFinder
Simple main program for testing.
main(String[]) - Static method in class ix.util.reflect.ClassSyntax
Test loop that repeatedly asks the user for a class name and prints a description.
main(String[]) - Static method in class ix.util.reflect.DashSyntaxClassFinder
Simple main program for testing.
main(String[]) - Static method in class ix.util.xml.BNFSyntax
Test loop that repeatedly asks the user for a class name and prints a description of the syntax for objects of that class.
main(String[]) - Static method in class ix.util.xml.RelaxNGSyntax
Outputs a schema for I-X plans or for the class specified by the "root" parameter.
main(String[]) - Static method in class ix.util.xml.Xform
For testing
main(String[]) - Static method in class ix.util.xml.XML
Test loop that asks the user for a line of text and shows the result of calling XML.encodeAttribute(String) on the input then calling XML.decodeAttribute(String) on the encoded result.
main(String[]) - Static method in class ix.util.xml.XMLSchemaSyntax
Outputs a schema for I-X plans or for the class specified by the "root" parameter.
main(String[]) - Static method in class ix.util.xml.XMLSyntax
Test loop that repeatedly asks the user for a class name and prints a description of the syntax for objects of that class.
main(String[]) - Static method in class ix.util.xml.XMLTreeEditor
Main program.
mainAgent - Static variable in class ix.icore.IXAgent
 
mainJPanel - Variable in class ix.iface.ui.JFrameMT
 
mainLoop() - Method in class ix.examples.PicoISim.SimController
 
mainLoop() - Method in class ix.examples.PicoIX.Controller
 
mainLoop(String[], HttpObjectClient, Fn1<String, Object>) - Static method in class ix.util.http.HttpObjectClient
 
mainMenu - Variable in class ix.isim.ISimEventsFrame
 
mainPanel - Variable in class ix.iface.ui.JConstraintEditor
 
mainPanel - Variable in class ix.iface.ui.JSelectorDialog
 
mainPanel - Variable in class ix.isim.StartSimDialog
 
mainPanel - Variable in class ix.iview.AConstructFramePanel
The panel's main panel in which editing occurs
mainPanelLayout - Variable in class ix.isim.StartSimDialog
 
mainStartup(String[]) - Method in class ix.icore.IXAgent
Method called by main(String[] argv) to perform the initialization sequence common to all I-X agents.
makeAboutText() - Method in class ix.ip2.Ip2Frame
 
makeAboutText() - Method in class ix.itest.ItestFrame
 
makeActionChoiceListener(AgendaItem) - Method in class ix.ip2.AgendaViewTable
Returns a listener that can be called when the user selects an item action.
makeActivityAgenda() - Method in class ix.ip2.PanelController
 
makeActivityViewer() - Method in class ix.ip2.Ip2
Called to create the activity viewer.
makeAdviceManager() - Method in class ix.ip2.Ip2ModelManager
 
makeAnd(ListOfExpression) - Method in class ix.iscript.IScript
 
makeAnnMap() - Method in class ix.icore.AbstractAnnotatedObject
 
makeAnnMap() - Method in class ix.util.context.ContextAnnotatedObject
 
makeAnnotations(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeAnnotationViewer() - Method in class ix.ip2.Ip2
Called to create the annotation viewer.
makeArrayImplementation(Class) - Static method in class ix.util.ListOf
 
makeAssignment(Symbol, Expression) - Method in class ix.iscript.IScript
 
makeAssignment(Name, Expression) - Method in class ix.iscript.IScript
 
makeAttributeElement(String) - Method in class ix.util.xml.RelaxNGSyntax
 
makeAttributesNode(List) - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
makeAttributesNode(Element) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeFactory
 
makeBaseObject() - Method in class ix.iview.domain.UIDomain
 
makeBaseObject() - Method in interface ix.iview.domain.UIObject
Makes an empty object of the right class that can represent this UIObject in the domain.
makeBaseObject() - Method in class ix.iview.domain.UIObjectClass
 
makeBaseObject() - Method in class ix.iview.domain.UIRefinement
 
makeBinding(Name, Expression) - Method in class ix.iscript.IScript
 
makeBits() - Method in class ix.iface.ui.IFormPanel.FieldChooser
Makes all items on the relations panel - just a text field.
makeBits() - Method in class ix.iface.ui.JConstraintEditor
Makes all items on the panel used to specify parts of the constraint.
makeBits() - Method in class ix.iface.ui.JSelectorDialog
Makes all items on the panel used to specify parts of the constraint.
makeBits() - Method in class ix.iview.ConstraintEditor
 
makeBits() - Method in class ix.iview.PropertyEditor
 
makeBooleanComponent(String, String) - Method in class ix.iface.ui.JPreferencesDialog
 
makeBorder(Priority, boolean) - Method in class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
makeBoundedGraph(DirectedGraph) - Static method in class ix.util.Graphs
Makes a BoundedGraph from a DirectedGraph by adding start and finish nodes.
makeBoundedGraph(DirectedGraph, Function0) - Static method in class ix.util.Graphs
Makes a BoundedGraph from a DirectedGraph by adding start and finish nodes.
makeBuiltinActivityHandlers() - Method in class ix.examples.PicoISim.IX_Simulator
 
makeBuiltinSimEventHandlers() - Method in class ix.examples.PicoISim.IX_Simulator
 
makeBuiltinSimEventHandlers() - Method in class ix.examples.PicoISimTest2.TestSimulator
 
makeButton(String, ActionListener) - Static method in class ix.iface.util.IFUtil
Creates a button with the specified action Listener placed inside a CatchingActionListener.
makeButton(String, boolean, ActionListener) - Static method in class ix.iface.util.IFUtil
Creates a button with the specified action Listener placed inside a CatchingActionListener.
makeButton(String) - Method in class ix.iface.util.SelectionPanel.ButtonPanel
 
makeButton(String) - Method in class ix.iface.util.SimpleToolFrame
 
makeButton(String) - Method in class ix.ip2.BindingViewer.ButtonPanel
 
makeButton(String) - Method in class ix.ip2.ItemEditor.EditPanel
 
makeButton(String) - Method in class ix.ip2.LoadPlanFrame
 
makeButton(String) - Method in class ix.ispace.GroupSender.ButtonPanel
 
makeButton(String) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
makeButton(String) - Method in class ix.util.TextAreaFrame.TFrame
 
makeButton(String) - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
makeButton(String) - Method in class ix.util.xml.XMLTreeEditPanel
 
makeButton(String) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
makeButtonPanel() - Method in class ix.applet.AppletCommunicationTool.ToolFrame.ToolTFrame
 
makeButtonPanel(EventListener, JToggleButton[]) - Method in class ix.iface.ui.ToggleEditorPanel
 
makeButtonPanel(String[]) - Method in class ix.iface.util.SimpleToolFrame
 
makeButtonPanel() - Method in class ix.ip2.AnnotationEditor.AnnotationEditPanel
 
makeButtonPanel() - Method in class ix.ip2.BindingViewer
 
makeButtonPanel() - Method in class ix.ip2.IVarTool.View
 
makeButtonPanel() - Method in class ix.ip2.LoadPlanFrame
 
makeButtonPanel() - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
makeButtonPanel() - Method in class ix.ip2.PropertyViewTable.ViewFrame
 
makeButtonPanel() - Method in class ix.iplan.IPlanTool.ToolFrame.PlanFrame
 
makeButtonPanel() - Method in class ix.iserve.ipc.IServeCommTool.ToolFrame.ToolTFrame
 
makeButtonPanel(String[]) - Method in class ix.util.TextAreaFrame.TFrame
 
makeButtonPanel() - Method in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
makeButtonPanel() - Method in class ix.util.xml.XMLTreeEditPanel
 
makeButtonPanel() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
makeButtonPanel() - Method in class ix.util.xml.XMLTreeViewFrame
 
makeCall(Expression, ListOfExpression) - Method in class ix.iscript.IScript
 
makeCallString(String, int, String) - Method in class ix.iserve.ipc.sl.SLRpc
Constructs the XML string that would be sent to SL.
makeCheckBoxComponent(String, String, List, String) - Method in class ix.iface.ui.JPreferencesDialog
 
makeCheckItem() - Method in class ix.iface.ui.IXToolItem
 
makeClassAsElementType(ClassDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeClassDescr(Class) - Method in class ix.util.reflect.ClassSyntax
 
makeClassDescr(Class, Class) - Method in class ix.util.reflect.ClassSyntax
 
makeClassDescr(Class, Class, Class) - Method in class ix.util.reflect.ClassSyntax
 
makeClassFinder() - Method in class ix.ip2.Ip2XMLConfig
 
makeClassFinder() - Method in class ix.util.xml.XMLConfig
 
makeClassInstance(ClassDescr) - Method in class ix.util.xml.BNFSyntax
Makes a description of an instance of a class.
makeClassSyntax(ClassFinder) - Method in class ix.util.xml.XMLConfig
 
makeCollection(Class) - Method in class ix.test.MakeRandomInstance
 
makeCollection(Class, Class) - Method in class ix.test.MakeRandomInstance
 
makeCommunicationStrategy(String) - Static method in class ix.util.IPC
Returns a CommunicationStrategy based on a name, name, that is either an expression containing a colon, a special abbreviation or the name of a class.
makeComponents() - Method in class ix.iface.ui.JPreferencesDialog
 
makeComponents() - Method in interface ix.iface.ui.JPropertiesEditor
 
makeComponents() - Method in class ix.iview.IDEPreferencesDialog
 
makeComputeInterpreter() - Method in class ix.ip2.Ip2ModelManager
 
makeConcreteInstance(Class) - Method in class ix.test.MakeRandomInstance
 
makeCondition(PatternAssignment) - Method in class ix.iplan.SlipFindExecutable
 
makeConstPrefInt(boolean, boolean, boolean) - Static method in class ix.iview.util.IDEUtil
 
makeConstPrefSymbol(boolean, boolean, boolean) - Static method in class ix.iview.util.IDEUtil
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.AdviceParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.BeforeParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.ComputeParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.ConstraintParser
Construct a constraint based on the spec and any bindings in the MatchEnv.
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.DurationParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.MultipleAnswerComputeParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.OtherConstraintParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.ResourceConstraintParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.WindowAtParser
 
makeConstraint(LList, MatchEnv) - Method in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
makeConstraint(String, String, double) - Static method in class ix.isim.dynamic.ObjectAnimator
 
makeConstraint(ItemVar, UIObjectClass, String) - Method in class ix.iview.ObjectConstraintEditor
Make a type constraint for the variable
makeConstraint() - Method in class ix.test.MakeRandomInstance
 
makeConstraint(LList) - Method in class ix.test.MatchStateHandler
 
makeConstraint(LList, Object) - Method in class ix.test.MatchStateHandler
 
makeConstraintParameters(List) - Method in class ix.test.MakeRandomInstance
 
makeConstraints(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeController() - Method in class ix.ip2.Ip2
Called to create this agent's controller.
makeController() - Method in class ix.test.SimpleExpandingSimulator
 
makeControlPanel() - Method in class ix.itest.SendPanel
 
makeDef(String) - Method in class ix.util.xml.RelaxNGSyntax
 
makeDef(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
makeDefaultInstances() - Method in class ix.ip2.Ip2XMLConfig
 
makeDefaultInstances() - Method in class ix.util.xml.XMLConfig
 
makeDefaultJarPath(String) - Method in class ix.util.AgentLauncher
 
makeDefaultMenu() - Method in class ix.iface.ui.JFrameMT
Makes a default menubar Menus: File (new, open, save, saveAs, Options menu, close, exit), Edit (revert, copy, cut, paste), View (), Tools(), Help (help, manual, about)
makeDefaultMenuToolbar() - Method in class ix.iface.ui.JFrameMT
Makes a default menubar and toolbar.
makeDefaultMenuToolbar() - Method in class ix.iface.ui.JFrameMTP
Makes a default menubar and toolbar.
makeDefaultPlanner() - Static method in class ix.iplan.IPlan
Returns a Planner suitable for use within Java.
MakeDefaultToolbar() - Method in class ix.iface.ui.JFrameMT
 
makeDescription(AgendaItem) - Method in class ix.ip2.CompletionHandler.NoAction
 
makeDetailsLink(PlanEvaluation) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
makeDetailsURL(PlanEvaluation) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
makeDirectedGraph(Map) - Static method in class ix.util.Graphs
Makes a directed graph from a map that maps each vertex to its successors.
makeDirectedGraph(Collection, Function1) - Static method in class ix.util.Graphs
Makes a directed graph from a collection of root vertices and a function that maps each vertex to its successors.
makeDirectoryChooser() - Method in class ix.iplan.OptionUI
 
makeDisplayBit(String) - Method in class ix.iface.ui.IFormPanel
Makes a display panel with the name as its label and a suitable item.
makeDisplayBit(String) - Method in class ix.iview.ActionFormPanel
make a special display bit for miniConstraints proper patterns enable variable checking in pattern and text versions of nodes and issues
makeDisplayBit(String) - Method in class ix.iview.GlobalFormPanel
 
MakeDistanceTable - Class in ix.test
Produces a distance table from state information in a plan.
MakeDistanceTable() - Constructor for class ix.test.MakeDistanceTable
 
makeDomainEditor(IXAgent, Domain) - Method in class ix.ip2.PanelFrame
Constructs the domain editor for this panel.
makeDuration() - Method in class ix.test.MakeRandomInstance
 
makeEditMenu() - Method in class ix.iface.ui.JFrameMT
 
makeEditMenu() - Method in class ix.iview.DomainEditorFrame
Makes an edit menu Menu items: edit construct Toolbar buttons: none
makeEditMenuTool(JComponent) - Method in class ix.iface.ui.JFrameMT
Makes a default edit menu and toolbar buttons.
makeEditPanel() - Method in class ix.ip2.ActivityEditor
 
makeEditPanel() - Method in class ix.ip2.ActivityInsertionEditor
 
makeEditPanel() - Method in class ix.ip2.AnnotationEditor
 
makeEditPanel() - Method in class ix.ip2.IssueEditor
 
makeEditPanel() - Method in class ix.ip2.ItemEditor
 
makeEditPanel() - Method in class ix.util.xml.XMLTreeEditFrame
 
makeEditPanel() - Method in class ix.util.xml.XMLTreeViewFrame
 
makeElement(String, Namespace, String[][]) - Method in class ix.util.xml.RelaxNGSyntax
 
makeElement(String, Namespace, String[][]) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeElementElement(String) - Method in class ix.util.xml.RelaxNGSyntax
 
makeEnumerationType(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeEnumerationValueElements(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeExamplePlan(PlanBuilder) - Method in class ix.test.PlanBuilderTest
Constructs a simple plan containing some issues, activities, constraints, and annotations.
makeExecutionStages(List<PNodeEnd>) - Method in class ix.iplan.ExecutionStages
 
makeExpandAction(AgendaItem, Refinement, MatchEnv) - Method in class ix.ip2.ExpandHandler
Factory method that returns an instance of a suitable subclass of ExpandHandler.ExpandAction.
makeExpander(AgendaItem, Refinement, MatchEnv) - Method in class ix.iplan.SlipFindExecutable
 
makeExplanation() - Method in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
makeExprArray(List) - Static method in class ix.util.lisp.Interpreter.Expr
A utility for converting a List of Interpreter.Exprs to an array.
makeFailure(String) - Static method in class ix.iserve.ipc.Registration
 
makeFieldDescr(Field) - Method in class ix.util.reflect.ClassSyntax
 
makeFieldDescrs(Class) - Method in class ix.util.reflect.ClassSyntax
Called from a ClassDescr to make descriptions of the class's fields.
makeFieldNode(FieldDescr) - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
makeFieldToggles(Iterator) - Method in class ix.iface.ui.IFormPanel.FieldChooser
 
makeFieldTypeDescr(FieldDescr, Class) - Method in class ix.util.reflect.ClassSyntax
Constructs a ClassDescr that describes the value of a field.
makeFieldValue(FieldDescr) - Method in class ix.test.MakeRandomInstance
 
makeFileChooser() - Method in class ix.util.xml.XMLLoader
Constructs a suitable file-chooser for this XMLLoader's desired result class.
makeFileChooser() - Method in class ix.util.xml.XMLSaver
Constructs a suitable file-chooser for this XMLSaver's output object class.
makeFileMenu() - Method in class ix.iface.ui.JFrameMT
 
makeFileMenu() - Method in class ix.iview.DomainEditorFrame
Makes a the file menu and toolbar buttons.
makeFileMenuExits() - Method in class ix.iface.ui.JFrameMT
 
makeFileMenuExits() - Method in class ix.iview.DomainEditorFrame
Makes default close/exit menu options and and toolbar buttons.
makeFileMenuTool(JComponent) - Method in class ix.iface.ui.JFrameMT
Makes a default file menu and toolbar buttons.
makeFileMenuToolExits(JMenu) - Method in class ix.iface.ui.JFrameMT
Makes default close/exit menu options and and toolbar buttons.
makeFileMenuToolFiles(JMenu) - Method in class ix.iface.ui.JFrameMT
Makes default file new/open/save/saveAs menu items and toolbar buttons.
makeFileSyntaxManager() - Method in class ix.ip2.Ip2XMLConfig
 
makeFileSyntaxManager() - Method in class ix.util.xml.XMLConfig
 
makeFixedList(E...) - Static method in class ix.util.Collect
Returns a fixed-length list of the specified elements.
makeFormControl() - Method in class ix.util.xml.XMLTreeSendFrame
 
makeForwardingAction(String, AgendaItem) - Method in class ix.ip2.ForwardingHandler
 
makeForwardingAction(String, AgendaItem) - Method in class ix.ip2.InvokeHandler
 
makeFrame() - Method in class ix.iface.ui.JFrameMT
 
makeGetNextMessage(String) - Static method in class ix.iserve.ipc.MessageWrapper
 
makeGoalNode(PatternAssignment, List, PNodeEnd) - Method in class ix.iplan.Slip
 
makeHandler(Ip2, String) - Static method in class ix.ip2.ItemHandler
Constructs an instance of the class with the specified name.
makeHashPrefix() - Method in class ix.util.Gensym.Generator
 
makeHelpMenu() - Method in class ix.iface.ui.JFrameMT
Make sure that if this is overwritten, adaptDefaultMenu is called elsewhere.
makeHelpMenu() - Method in class ix.iview.DomainEditorFrame
 
makeHelpMenuTool(JComponent) - Method in class ix.iface.ui.JFrameMT
Makes a default help menu and toolbar buttons.
makeHelpText() - Method in class ix.ip2.ItemEditor.TreeViewFrame
 
makeHelpText() - Method in class ix.util.xml.XMLTreeEditFrame
 
makeHelpText() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
makeHelpText() - Method in class ix.util.xml.XMLTreeViewFrame
 
makeHtmlTable(Map) - Method in class ix.ip2.ObjectWhiteboard
Constructs an HTML table that describes the current view.
makeHTMLViewer() - Method in class ix.ip2.Ip2Frame
 
makeHttpServer(int) - Method in class ix.iserve.IServe
Factory method called to create the http-server.
makeHttpStringClient() - Method in class ix.iserve.ipc.sl.SLRpc
Creates a suitable client for use by this instance of SLRpc.
makeIdentityChecker(IServeCommServer.User) - Method in class ix.iserve.ipc.IServeCommServer.DefaultIdentityCheckerFactory
 
makeIdentityChecker(IServeCommServer.User) - Method in interface ix.iserve.ipc.IServeCommServer.IdentityCheckerFactory
 
makeIdentityChecker(IServeCommServer.User) - Method in class ix.iserve.ipc.IServeCommServer.IXIdentityCheckerFactory
 
makeIdentityChecker(IServeCommServer.User) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityCheckerFactory
 
makeIdToActivityMap(Plan) - Method in class ix.icore.plan.PlanAsDomain
 
makeIf(Expression, Expression, Expression) - Method in class ix.iscript.IScript
 
makeInput - Variable in class ix.iplan.Slip
 
makeInputComponent(Container, String, String, String, String) - Method in class ix.iface.ui.JPreferencesDialog
 
makeInputComponent(Container, String, String, String, String, int) - Method in class ix.iface.ui.JPreferencesDialog
 
makeInstance(String) - Method in class ix.iplan.PlannerBase
 
makeInstance(Class<T>) - Method in class ix.test.MakeRandomInstance
 
makeInstance(Class<T>) - Static method in class ix.util.Util
Makes an instance of a class using the 0-argument constructor.
makeInstance(Class<T>, Object...) - Static method in class ix.util.Util
Makes an instance of a class using the most specifc constructor.
makeInstance(String) - Method in class ix.util.xml.AbstractFileSyntax
 
makeInstance(Class) - Method in class ix.util.xml.XMLTranslator
Makes an instance of a class using the 0-argument constructor.
makeIp2Frame() - Method in class ix.ip2.Ip2
Called to make the main user interface frame.
makeIp2Frame() - Method in class ix.ip2.Ip2Applet.AppletIp2
 
makeIp2Frame() - Method in class ix.iplan.IPlan
 
makeIssueAgenda() - Method in class ix.ip2.PanelController
 
makeIssues(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeIssueViewer() - Method in class ix.ip2.Ip2
Called to create the issue viewer.
makeItem() - Method in class ix.iface.ui.IXToolItem
 
makeItem(LList) - Method in class ix.ip2.ActivityAgenda
 
makeItem(TaskItem) - Method in class ix.ip2.ActivityAgenda
 
makeItem(String) - Method in class ix.ip2.Agenda
 
makeItem(LList) - Method in class ix.ip2.Agenda
 
makeItem(TaskItem) - Method in class ix.ip2.Agenda
 
makeItem(String) - Method in interface ix.ip2.AgendaManager
 
makeItem(LList) - Method in interface ix.ip2.AgendaManager
 
makeItem(LList) - Method in class ix.ip2.AgendaTableViewer
 
makeItem(LList) - Method in interface ix.ip2.AgendaViewer
 
makeItem(LList) - Method in class ix.ip2.AgendaViewTable
 
makeItem(LList) - Method in class ix.ip2.IssueAgenda
 
makeItem(TaskItem) - Method in class ix.ip2.IssueAgenda
 
makeItemEditor() - Method in class ix.ip2.ActivityTableViewer
 
makeItemEditor() - Method in class ix.ip2.ActivityViewTable
 
makeItemEditor() - Method in class ix.ip2.AgendaTableViewer
 
makeItemEditor() - Method in class ix.ip2.AgendaViewTable
Creates the item editor.
makeItemEditor() - Method in class ix.ip2.IssueTableViewer
 
makeItemEditor() - Method in class ix.ip2.IssueViewTable
 
makeItemVar(PlanVariableDeclaration) - Method in class ix.icore.plan.PlanAsDomain
 
makeItemVar() - Method in class ix.test.MakeRandomInstance
 
makeIXActivity(Element) - Method in class ix.test.CompendiumToIX
 
makeIXConstraint(Element) - Method in class ix.test.CompendiumToIX
 
makeIXIssue(Element) - Method in class ix.test.CompendiumToIX
 
makeIXObject(Element) - Method in class ix.test.CompendiumToIX
Converts Compendium Elements to I-X objects and adds the I-X objects to any relevant accumulating lists.
makeIXTreeNode(Object, String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
makeIXTreeTableNode(Object) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
makeIXTreeTableNode(Object, List, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
indentation is number of blanks to put in front of node (n*INDENT_STEP)
makeIXTreeTableNode(Object) - Method in class ix.ip2.AgendaItemTableModel
 
makeIXTreeTableNode(Object) - Method in class ix.iview.AROEditorPanel.ClassTreeTableModel
Makes an IXTreeTableNode from the given object.
makeIXTreeTableNode(Object) - Method in class ix.iview.table.ActionTreeTableModel
Makes an IXTreeTableNode from the given object.
makeLambda(Symbol[], Expression) - Method in class ix.iscript.IScript
 
makeLambda(ListOfName, Expression) - Method in class ix.iscript.IScript
 
makeLaterExpander(AgendaItem, Refinement, MatchEnv) - Method in class ix.iplan.SlipFindExecutable
 
makeLeftLabel(String) - Method in class ix.ip2.ItemEditor.EditPanel
 
makeLeftLabel(JLabel) - Method in class ix.ip2.ItemEditor.EditPanel
 
makeLeftLabel(String) - Method in class ix.itest.SendPanel.SendControls
 
makeLet(Symbol[], ListOfExpression, Expression) - Method in class ix.iscript.IScript
 
makeLet(ListOfBinding, Expression) - Method in class ix.iscript.IScript
 
makeLinkedImplementation(Class) - Static method in class ix.util.ListOf
 
makeList(E...) - Static method in class ix.util.Collect
Returns an extendable list of the specified elements.
makeListofClassAsElementType(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeListofClassType(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeListType() - Method in class ix.util.xml.XMLSchemaSyntax
 
makeLiteral(Object) - Method in class ix.iscript.IScript
 
makeLiteralDocumentType(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeLList(Class, Class) - Method in class ix.test.MakeRandomInstance
 
makeLListFromElement(Element) - Method in class ix.util.xml.XMLTranslator
 
makeLoader(String) - Method in class ix.util.AgentLauncher
 
makeLogName() - Method in class ix.icore.log.EventLogger
 
makeLogoPanel() - Method in class ix.ip2.Ip2
Makes the LogoPanel for the application's main frame.
makeLogoPanel() - Method in class ix.itest.Itest
Creates a standard logo panel for I-TEST.
makeLongPrefix() - Method in class ix.util.Gensym.Generator
 
makeLookupHandler(IQuery, Activity) - Method in class ix.iquery.IQuery
Return a LookupHandler for an activity that was approved by IQuery.isLookupActivity(Activity).
makeLookupHandler(IQuery, Activity) - Method in class ix.test.SimpleIQuery
 
makeLookupMessage(String) - Static method in class ix.http.HttpNameServer.Syntax
 
makeLowerCaseClassElement(ClassDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeManualExpandAction(AgendaItem, Refinement) - Method in class ix.ip2.ExpandHandler
 
makeManualExpandAction(AgendaItem, Refinement) - Method in class ix.iplan.IPlanExpandHandler
 
makeManualExpander(AgendaItem, Refinement, MatchEnv) - Method in class ix.iplan.SlipFindExecutable
 
makeMap(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeMap(Class) - Method in class ix.test.MakeRandomInstance
 
makeMapEntryElement() - Method in class ix.util.xml.XMLSchemaSyntax
 
makeMapEntryNode() - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
makeMapType() - Method in class ix.util.xml.XMLSchemaSyntax
 
makeMatchChoice(LList) - Method in class ix.test.MatchChoiceTest
 
makeMediumString() - Method in class ix.test.MakeRandomInstance
 
makeMenu(JComponent, String) - Method in class ix.iface.ui.JFrameMT
Makes a menu and adds it to the given (menu) component.
makeMenuBar() - Method in class ix.ichat.ChatFrame
Creates the menu bar
makeMenuBar() - Method in class ix.ip2.ActivityEditor
Constructs the menu bar
makeMenuBar() - Method in class ix.ip2.Ip2Applet.AppletIp2Frame
 
makeMenuBar() - Method in class ix.ip2.Ip2Frame
 
makeMenuBar() - Method in class ix.ip2.ItemEditor
Constructs the menu bar.
makeMenuBar() - Method in class ix.ip2.IVarTool.View
 
makeMenuBar() - Method in class ix.ip2.LoadPlanFrame
 
makeMenuBar() - Method in class ix.ip2.NewIp2Frame
 
makeMenuBar() - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
makeMenuBar() - Method in class ix.iplan.IPlanOptionTool.OptionToolFrame
 
makeMenuBar() - Method in class ix.ispace.ISpaceTool
Creates the menu bar
makeMenuBar() - Method in class ix.itest.ItestFrame
Creates the menu bar
makeMenuBar() - Method in class ix.iview.SimpleDomainEditor
 
makeMenuBar() - Method in class ix.postix.PostixFrame
 
makeMenuBar() - Method in class ix.util.TextAreaFrame.TFrame
 
makeMenuBar() - Method in class ix.util.xml.XMLTreeEditFrame
Creates the menu bar
makeMenuBar() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
makeMenuItem(ActionListener, JComponent, String, String) - Static method in class ix.iface.ui.util.UIUtil
Makes a menu item with the given label and command and adds it to the given (menu) parent.
makeMenuItem(String, ActionListener) - Static method in class ix.iface.util.IFUtil
Creates a menu-item with the specified action Listener placed inside a CatchingActionListener.
makeMenuItem(String, boolean, ActionListener) - Static method in class ix.iface.util.IFUtil
Creates a menu-item, enabled or not, with the specified action Listener placed inside a CatchingActionListener.
makeMenuItem(String) - Method in class ix.iface.util.KeyValueTable.RowPopupMenu
 
makeMenuItem(String) - Method in class ix.iface.util.SimpleToolFrame
 
makeMenuItem(String) - Method in class ix.iface.util.SortingKVTable.SortMenu
 
makeMenuItem(ToolController) - Method in class ix.iface.util.ToolManager
Makes a JMenuItem that has an ActionListener that calls ToolManager.activateTool(ToolController) on the specified controller.
makeMenuItem(String) - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
makeMenuItem(String) - Method in class ix.ip2.ItemEditor
 
makeMenuItem(String) - Method in class ix.ip2.PanelFrame
 
makeMenuItem(String) - Method in class ix.iview.SimpleDomainEditor
 
makeMenuItem(String) - Method in class ix.util.TextAreaFrame.TFrame
 
makeMenuItem(String) - Method in class ix.util.xml.XMLTreeEditFrame
 
makeMenuItem(String) - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
makeMenuItem(String, boolean) - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
makeMenuItem(String) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
makeMenuItem(String) - Method in class ix.util.xml.XMLTreeNamespaceManager.RowPopupMenu
 
makeMenuToolBars() - Method in class ix.iface.ui.JFrameMT
 
makeMessageURL(ServiceAddress, String) - Method in class ix.util.http.HttpUtilities
 
makeMessageURL(URI, String) - Method in class ix.util.http.HttpUtilities
 
makeMessageWrapper(IServeCommServer.Command, HttpServletRequest) - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
makeMinFullExpandTable() - Method in class ix.iplan.DomainAnalyser.MinFullExpandFinder
 
makeModelManager() - Method in class ix.ip2.Ip2
Called to create this agent's model-manager.
makeModelManager() - Method in class ix.iplan.IPlan
 
makeModeMenu() - Method in class ix.iview.DomainEditorFrame
 
makeMouseListener(AgendaItem) - Method in class ix.ip2.AgendaViewTable
Returns a listener than can be called when the user clicks in the text of an item description.
makeName() - Method in class ix.test.MakeRandomInstance
 
makeNamespaceMenu() - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
makeNameToChildMap(List, List) - Method in class ix.ip2.PlanInstaller
 
makeNewConstruct() - Method in class ix.iview.AConstructFramePanel
 
makeNewConstruct() - Method in class ix.iview.ActionEditorPanel
User request to make a new action.
makeNewConstruct() - Method in class ix.iview.AROEditorPanel
Make a new construct of the panel's type.
makeNewConstruct() - Method in interface ix.iview.ConstructFraming
Makes a new construct of the panel's type.
makeNewConstruct() - Method in class ix.iview.GlobalFramePanel
 
makeNewConstruct() - Method in class ix.iview.GrammarEditorPanel
 
makeNewConstruct() - Method in class ix.iview.SimpleEditorPanel
 
makeNewRefinement(String, LList) - Method in class ix.iview.ActionEditorPanel
 
makeNodeConstraintsMap() - Method in class ix.ip2.Ip2WorldStateManager
 
makeNodePopupMenu(XMLTreeEditPanel.EditorTree, XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel
Factory method that makes a popup menu for right-press on a tree node.
makeNodePopupMenu(XMLTreeEditPanel.EditorTree, XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeViewPanel
 
makeNodes(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeNumericIdMap(ListOfNodeSpec) - Method in class ix.iface.domain.LTF_Parser
 
makeObject() - Method in class ix.test.MakeRandomInstance
 
makeObjectClass(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeObjectClassTree(UIDomain, List) - Static method in class ix.iview.util.IVUtil
Turn the given list of object classes into a list that shows the tree (root first)
makeObjectMenuItem(Object) - Method in class ix.ip2.StateViewTable.ViewTable.StatePopupMenu
 
makeObjectProperties(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeObjectProperty(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeObjectTypeElement(String) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeOptionsMenu() - Method in class ix.iface.ui.JFrameMT
 
makeOptionsMenu() - Method in class ix.iface.ui.JFrameMTP
 
makeOptionsMenu() - Method in class ix.iview.DomainEditorFrame
Overrides the one in JFrameMTP and JFrameMT - goes into View menu, not File.
makeOptionsMenuTool(JComponent) - Method in class ix.iface.ui.JFrameMT
Makes a default options menu and toolbar buttons.
makeOr(ListOfExpression) - Method in class ix.iscript.IScript
 
makeOrdering(PNodeEnd, PNodeEnd) - Method in class ix.ip2.PlanMaker
 
makeOrderings(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeOriginalList() - Method in class ix.iview.UIObjectClassSetEditor
 
makeOriginalList() - Method in class ix.iview.UIRefinementSetEditor
 
makeOutput - Variable in class ix.iplan.Slip
 
makeOwnObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
Makes an own object from the given one
makeOwnObject(Object) - Method in class ix.iview.UIObjectClassSetEditor
 
makeOwnObject(Object) - Method in class ix.iview.UIRefinementSetEditor
 
makePanelComponent(EventListener, JComponent) - Method in class ix.iface.ui.AbstractEditorPanel
Puts the component into the panel (left) and sets the title.
makeParallel() - Method in class ix.iview.ActionEditorPanel
Puts the nodes of the current refinement in parallel.
makeParameter(Symbol, Symbol, Symbol) - Method in interface ix.iplan.Slip.ParameterMaker
 
makeParser(File) - Static method in class ix.iface.domain.DomainParser
Factory method that returns an appropriate parser for the indicated file based on the file name's type or extension.
makePartialRefinement() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
makePlanBuilder(Class) - Static method in class ix.test.PlanBuilderTest
Makes a PlanBuilder by calling the 0-argument constuctor of the specified class.
makePlanCheckingSimulator(Slip) - Method in class ix.iplan.AutoTester.TestRunner
 
makePlanFilter() - Method in class ix.iplan.IPlanOptionManager
 
makePlanItem(TaskItem, AbstractPlanItem) - Method in class ix.icore.plan.build.ExamplePlanBuilder.ActivityExpander
Returns a PlanNode.
makePlanItem(TaskItem, AbstractPlanItem) - Method in class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
makePlanItem(TaskItem, AbstractPlanItem) - Method in class ix.icore.plan.build.ExamplePlanBuilder.IssueExpander
Returns a PlanIssue.
makePlanNode(NodeSpec) - Method in class ix.icore.plan.DomainAsPlan
 
makePlanNode(String, ActivityItem) - Method in class ix.ip2.PlanMaker
 
makePlanNodes(Refinement) - Method in class ix.icore.plan.DomainAsPlan
 
makePlanRefinement() - Method in class ix.icore.plan.build.ExamplePlanBuilder.ActivityExpander
Returns a PlanRefinement.
makePlanRefinement() - Method in class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
makePlanRefinement() - Method in class ix.icore.plan.build.ExamplePlanBuilder.IssueExpander
Returns a PlanIssueRefinement.
makePlanRefinement(Refinement) - Method in class ix.icore.plan.DomainAsPlan
 
makePlanRefinement(PlanNode) - Method in class ix.ip2.PlanMaker
 
makePlanVarDcl(ItemVar, VariableScope) - Method in class ix.icore.plan.DomainAsPlan
 
makePlanVarDcls(Refinement, VariableScope) - Method in class ix.icore.plan.DomainAsPlan
 
makePlanVarIdToItemVarMap(Plan) - Method in class ix.icore.plan.PlanAsDomain
 
makePNode(PNode, LList) - Method in class ix.icore.process.PNode
Factory method that constructs a child PNode of the right class.
makePNode(PNode, LList) - Method in class ix.ip2.ActivityItem
 
makePNode(PNode, LList) - Method in class ix.ip2.IssueItem
 
makePopupMenu() - Method in class ix.iface.util.KeyValueTable
Factory method.
makePopupMenu() - Method in class ix.ip2.AnnotationViewTable.ViewTable
 
makePopupMenu() - Method in class ix.ip2.StateViewTable.ViewTable
 
makePopupMenu() - Method in class ix.ispace.ISpaceTool.CapabilityTable
 
makePreferences() - Method in class ix.iview.DomainEditorFrame
 
makePreferencesDialog() - Method in class ix.iface.ui.JPropertiesManager
 
makePreferencesDialog() - Method in class ix.iview.IDEPropertiesManager
 
makePrettyXMLOutputter() - Static method in class ix.util.xml.XML
Constructs a JDOM XMLOutputter that outputs a JDOM Document in a nicely indented fashion.
makePrettyXMLOutputter() - Method in class ix.util.xml.XMLConfig
Constructs a JDOM XMLOutputter that outputs a JDOM Document in a nicely indented fashion.
makePrimitive(Class) - Method in class ix.test.MakeRandomInstance
 
makePrimitiveType(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makePriorityChoiceListener(AgendaItem) - Method in class ix.ip2.AgendaViewTable
Returns a listener that can be called when the user selects an item priority.
makePriorityControl() - Method in class ix.itest.SendPanel
 
makeRadioComponent(String, String, List, String) - Method in class ix.iface.ui.JPreferencesDialog
 
makeRadioItem() - Method in class ix.iface.ui.IXToolItem
 
makeRadioMenuItem(JComponent, String, String) - Method in class ix.iface.ui.JFrameMT
Makes a radio button menu item and adds it to the given (menu) component.
makeRadioTool() - Method in class ix.iface.ui.IXToolItem
 
MakeRandomInstance - Class in ix.test
Generate a random instance of a class.
MakeRandomInstance() - Constructor for class ix.test.MakeRandomInstance
 
makeReader(URLConnection) - Method in class ix.applet.AppletCommunicationStrategy
 
makeReceiveClient() - Method in class ix.iserve.ipc.IServeCommStrategy
 
makeRef(String) - Method in class ix.util.xml.RelaxNGSyntax
 
makeRef(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
makeRefinement(PlanRefinement) - Method in class ix.icore.plan.PlanAsDomain
 
makeRefinement(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeRefinementName(List) - Method in class ix.iface.domain.ChecklistParser
 
makeReflexive(DirectedGraph) - Static method in class ix.util.Graphs
Returns a graph in which each vertex has an edge back to itself.
makeRegister(String, String) - Static method in class ix.iserve.ipc.MessageWrapper
 
makeRegisterMessage(String, ServiceAddress) - Static method in class ix.http.HttpNameServer.Syntax
 
makeRels() - Method in class ix.iview.ConditionEffectEditor
Makes all items on the relations panel.
makeRels() - Method in class ix.iview.ConstraintEditor
Makes all items on the panel used to specify parts of the constraint.
makeRels() - Method in class ix.iview.DeclarationEditor
Makes all items on the relations panel.
makeRels() - Method in class ix.iview.DefaultConstraintEditor
Makes all items on the relations panel.
makeRels() - Method in class ix.iview.ObjectConstraintEditor
Makes all items on the relations panel.
makeRels() - Method in class ix.iview.OrderingEditor
Makes all items on the relations panel.
makeRels() - Method in class ix.iview.PropertyEditor
Makes all items on the relations panel - just a text field and a list.
makeRels() - Method in class ix.iview.SimpleDeclarationEditor
Makes all items on the relations panel.
makeRels() - Method in class ix.iview.SpecEditor
Makes all items on the relations panel - just a text field.
makeReport(ReportType, String) - Method in class ix.iquery.LookupHandler
Constructs a report about this handler's LookupHandler.lookupActivity.
makeReport(Activity, ReportType, String) - Method in class ix.iquery.LookupHandler
Constructs a report about the specified activity.
makeResultMap() - Method in class ix.util.FanComposer
 
makeRHS(ClassDescr) - Method in class ix.util.xml.BNFSyntax.Rule
 
makeRightClickMenu(HashSet) - Method in class ix.iface.ui.AbstractEditorPanel
 
makeRngElement(String, String[][]) - Method in class ix.util.xml.RelaxNGSyntax
 
makeRngElement(String) - Method in class ix.util.xml.RelaxNGSyntax
 
makeRowsFromQueue(List, List, LongPriorityQueue) - Method in class ix.isim.EventsTableModel
 
makeRowsFromQueue(List, List, LongPriorityQueue) - Method in class ix.isim.ISimEventsFrame
 
makeSAXBuilder() - Static method in class ix.util.xml.XML
Constructs a JDOM SAXBuilder.
makeSAXBuilder() - Method in class ix.util.xml.XMLConfig
Constructs a JDOM SAXBuilder.
makeSchema(String) - Static method in class ix.test.ValidateXml
 
makeSchema(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
makeSchema(Class, List) - Method in class ix.util.xml.RelaxNGSyntax
 
makeSchema(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeSchema(Class, List) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeSemiPrimitive(Class) - Method in class ix.test.MakeRandomInstance
 
makeSend(String, String, Object) - Static method in class ix.iserve.ipc.MessageWrapper
 
makeSendClient() - Method in class ix.iserve.ipc.IServeCommStrategy
 
makeSendPlanActivity(Plan) - Method in class ix.test.SendPlan
 
makeSequence(ListOfExpression) - Method in class ix.iscript.IScript
 
makeSequence() - Method in class ix.iview.ActionEditorPanel
Puts the nodes of the current refinement into sequence.
makeSequence(List) - Static method in class ix.iview.ActionEditorPanel
Puts the given nodes into sequence.
makeSequence() - Method in class ix.iview.domain.UIRefinement
 
makeSequenceOfClass(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeSequenceOfElement(Element) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeServerStatus() - Method in class ix.iserve.ipc.IServeCommServer
 
makeShortString() - Method in class ix.test.MakeRandomInstance
 
makeSomething() - Method in class ix.test.InnerClassTest
 
makeStateConstraint(LList, Object) - Method in class ix.iquery.LookupHandler
 
makeStateConstraint(LList) - Method in class ix.iquery.LookupHandler
 
makeStateConstraint(String, Object) - Method in class ix.iquery.LookupHandler
 
makeStateConstraint(String) - Method in class ix.iquery.LookupHandler
 
makeStateViewer() - Method in class ix.ip2.Ip2
Called to create the state viewer.
makeStaticContentServlet() - Method in class ix.util.http.HttpServer
 
makeStatusText(AgendaItem) - Method in class ix.ip2.ItemEditor
 
makeString(String, int) - Method in class ix.test.MakeRandomInstance
 
makeStruct(Class) - Method in class ix.test.MakeRandomInstance
 
makeStructAttributeElement(FieldDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeStructAttributeElements(List) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeStructContents(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeStructFieldElement(FieldDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeStructFieldElements(List) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeStructType(Class) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeStyleMenu(JComponent) - Method in class ix.iface.ui.JFrameMTP
Makes a default style menu (all known styles) and no toolbar buttons.
makeSubactivities(ActivityItem, List) - Method in class ix.ip2.PlanInstaller
 
makeSuccess(String) - Static method in class ix.iserve.ipc.Registration
 
makeSuperNames(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeSyncStateActivity(SyncState.Operation) - Method in class ix.ip2.SyncState
 
makeSyntaxText() - Method in class ix.ip2.Ip2Frame
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.AdviceParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.BeforeParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.ComputeParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.ConstraintParser
Returns a constraint that represents the syntax of the constraints handled by this constraint-parser.
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.DurationParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.MultipleAnswerComputeParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.OtherConstraintParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.ResourceConstraintParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.WindowAtParser
 
makeTemplate() - Method in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
makeTemplateNodes(Class[]) - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
makeTemplateTree() - Method in class ix.util.xml.XMLTreeEditPanel
 
makeTestActivityHandlers() - Static method in class ix.examples.PicoIXTest1
Create activity handlers as "instant" subclasses of ActivityHandler.
makeTestActivityHandlers() - Static method in class ix.examples.PicoIXTest2
Create activity handlers as "instant" subclasses of TestActivityHandler.
makeTestPlanner(PlanTest) - Method in class ix.iplan.AutoTester
 
makeTestRunner(AutoTester) - Method in class ix.iplan.ExpandPlanTestGroup
Returns a TestRunner that will run the tests in the group.
makeTestRunner(AutoTester) - Method in class ix.iplan.PlanTest
Factory method that returns a new TestRunner that should be used to run this test.
makeTestRunner(AutoTester) - Method in class ix.iplan.PlanTestDefaults
Returns a TestRunner that tells the AutoTester to use this PlanTest for default values.
makeTestRunner(AutoTester) - Method in class ix.iplan.PlanTestGroup
Returns a TestRunner that tells the AutoTester to remember this group.
makeTestRunner(AutoTester) - Method in class ix.test.xml.BlockStackingTest
 
makeTestRunner(AutoTester) - Method in class ix.test.xml.MissionaryTest
Returns a TestRunner that runs an extra simulation.
makeTestRunner(AutoTester) - Method in class ix.test.xml.TrainsTest
 
makeTestSimEventHandlers() - Static method in class ix.examples.PicoISimTest1
 
makeText(Object) - Static method in class ix.iview.util.NodeNameRenderer
 
makeTFrame(String, String[]) - Method in class ix.applet.AppletCommunicationTool.ToolFrame
 
makeTFrame(String, String[]) - Method in class ix.iplan.IPlanTool.ToolFrame
 
makeTFrame(String, String[]) - Method in class ix.iserve.ipc.IServeCommTool.ToolFrame
 
makeTFrame(String, String[]) - Method in class ix.util.TextAreaFrame
 
makeTimelineText() - Method in class ix.ip2.TimelineViewer
 
makeTimePointAtZero() - Method in class ix.iplan.TimePointNet
 
makeTimeWindow(MatchEnv) - Method in class ix.iface.domain.LTF_Parser.TemporalConstraintParser
 
makeTimeWindow() - Method in class ix.test.MakeRandomInstance
 
makeTitle(IXAgent) - Method in class ix.iview.DomainEditorFrame
Makes the editor title and ensures not-stand-alone visuals.
makeToolbar() - Method in class ix.iview.DomainEditorFrame
 
makeToolbarItem(JMenu) - Method in class ix.iface.ui.JFrameMT
 
makeToolManager() - Method in class ix.util.xml.XMLTreeEditFrame
 
makeToolsMenu() - Method in class ix.iface.ui.JFrameMT
 
makeToolsMenu() - Method in class ix.iview.DomainEditorFrame
Makes a tools menu and toolbar buttons.
makeToolsMenuTool(JComponent) - Method in class ix.iface.ui.JFrameMT
Makes a default tools menu and toolbar buttons.
makeTopLevelOptions(String, SortedMap) - Method in class ix.iplan.IPlanOptionManager
 
makeTopLevelRefinement(Plan) - Method in class ix.icore.plan.PlanAsDomain
 
makeTPNManager() - Method in class ix.ip2.Ip2ModelManager
 
makeTreeEditorLookAtMenu(XMLTreeEditFrame) - Method in class ix.ip2.Ip2XMLConfig
 
makeTreeEditorLookAtMenu(XMLTreeEditFrame) - Method in class ix.util.xml.XMLConfig
 
makeTypeConstraint(ItemVar) - Method in class ix.iview.DeclarationEditor
Makes a type constraint for the given variable from the current settings.
makeTypeControl() - Method in class ix.itest.SendPanel
 
makeUniquePrefix() - Method in class ix.util.Gensym.Generator
 
makeUpperCaseClassElement(ClassDescr) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeUserObject(String) - Method in class ix.iface.ui.tree.EditableTree
Makes a user object with the given string as its name
makeUserObject(String, List) - Method in class ix.iface.ui.tree.EditableTree
Makes a user object as above with the given userObjects as children
makeUserObject(String) - Method in class ix.iface.ui.tree.EditableTreeModel
 
makeUserObject(String, List) - Method in class ix.iface.ui.tree.EditableTreeModel
 
makeUserObject(String, List) - Method in class ix.iface.ui.tree.IXTree
 
makeUserObject(String) - Method in class ix.iview.tree.DomainTreeModel
 
makeUserObject(String, List) - Method in class ix.iview.tree.DomainTreeModel
 
makeUserObject(String) - Method in class ix.iview.tree.ObjectClassTreeModel
 
makeUserObject(String, List) - Method in class ix.iview.tree.ObjectClassTreeModel
 
makeUserObject(String) - Method in class ix.iview.tree.RefinementTreeModel
 
makeUserObject(String, List) - Method in class ix.iview.tree.RefinementTreeModel
 
makeValField(Variable) - Method in class ix.ip2.BindingViewer.VarPanel
 
makeValueCollection(Object) - Method in class ix.util.context.ContextMultiHashMap
 
makeValueCollection() - Method in class ix.util.FanComposer
 
makeValueCollection(Object) - Method in class ix.util.MultiHashMap
 
makeValueCollection(Object) - Method in interface ix.util.MultiMap
 
makeValueComboBox() - Method in class ix.iface.util.SelectionPanel
 
makeValueComboBox() - Method in class ix.ispace.ISpaceTool.RelationPanel
 
makeValueComboBox() - Method in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
makeValueMenu(List) - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
makeValueParser() - Method in class ix.ip2.ObjectView
 
makeVarArray(List) - Static method in class ix.util.lisp.Interpreter.Expr
A utility for converting a List of variables (Symbols) to an array.
makeVarDcls(LList) - Method in class ix.iface.domain.LTF_Parser
 
makeVarDcls(Set) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
makeVariableDeclaration(String) - Static method in class ix.iview.util.IVUtil
 
makeVariableDeclarations(List) - Method in class ix.ip2.PlanMaker
 
makeVariableDeclarations(Collection) - Static method in class ix.iview.util.IVUtil
Turns the given collection of variables (names or ItemVars) into a list of variable declarations
makeVariableManager() - Method in class ix.ip2.Ip2ModelManager
 
makeVarRef(Symbol) - Method in class ix.iscript.IScript
 
makeVarRef(Name) - Method in class ix.iscript.IScript
 
makeVarTable(AgendaItem, List) - Method in class ix.ip2.PlanInstaller
 
makeVerbCapabilities(List) - Method in class ix.ip2.SetCapabilitiesHandler
 
makeViewer(String, Class) - Method in class ix.ip2.Ip2
Utility use to construct viewers.
makeViewMenu() - Method in class ix.iface.ui.JFrameMT
 
makeViewMenu() - Method in class ix.iface.ui.JFrameMTP
 
makeViewMenu() - Method in class ix.iview.DomainEditorFrame
 
makeViewMenuTool(JComponent) - Method in class ix.iface.ui.JFrameMT
Makes a default view menu and toolbar buttons.
makeViewsMenu() - Method in class ix.iview.DomainEditorFrame
 
makeViewXMLTranslator() - Method in class ix.ip2.ItemEditor
Returns an XMLTranslator for use in the XML text and tree views.
makeWhile(Expression, Expression) - Method in class ix.iscript.IScript
 
makeWindowsMenu(JComponent) - Method in class ix.iface.ui.JFrameMTP
Makes a default windows menu and no toolbar buttons.
makeWindowsMenu(JComponent, String) - Method in class ix.iface.ui.JFrameMTP
As above, but with the given string as the menu title.
makeWorldStateManager() - Method in class ix.ip2.Ip2ModelManager
 
makeWorldStateManager() - Method in class ix.iplan.IPlanModelManager
 
makeWorldStateMap() - Method in class ix.ip2.Ip2WorldStateManager
 
makeWriter(File) - Static method in class ix.iface.domain.DomainWriter
Factory method that returns an appropriate writer for the indicated file, based on the file's type or extension.
makeXMLTranslator(ClassSyntax) - Method in class ix.ip2.Ip2XMLConfig
 
makeXMLTranslator(ClassSyntax) - Method in class ix.util.xml.XMLConfig
 
makeXMLTranslator() - Method in class ix.util.xml.XMLConfig
 
makeXsdElement(String, String[][]) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeXsdElement(String) - Method in class ix.util.xml.XMLSchemaSyntax
 
makeYourselfTheCurrentOption() - Method in class ix.iplan.IPlanOptionManager.Opt
 
manager - Variable in class ix.iface.ui.AbstractSetEditor
 
manager - Variable in class ix.iface.ui.JPreferencesDialog
 
manualItem - Variable in class ix.iface.ui.JFrameMT
 
MAP - Static variable in class ix.test.CompendiumToIX
Compendium node type
map(Collection, Function1) - Static method in class ix.util.Collect
Returns a new collection of the same class as the original and with corresponding elements obtained by calling the specified function.
map(Collection, Collection, Function1) - Static method in class ix.util.Collect
Returns the result collection after adding the values returned by a function applied to each element of another collection.
map - Variable in class ix.util.context.ContextHashMap
 
map - Variable in class ix.util.match.Bindings
 
MAP - Static variable in class ix.util.reflect.ClassDescr
Internal class type
map(Enumeration, Function1) - Static method in class ix.util.Seq
Takes an Enumeration e and a Function1 f and returns a "wrapper" Enumeration w such that each element of w is the result of calling f on the corresponding element of e.
map - Variable in class ix.util.StableHashMap
 
MAP_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
mapc(Function1) - Method in class ix.util.lisp.LList
 
mapcar(Function1) - Method in class ix.util.lisp.LList
 
mapElement(Object) - Method in class ix.ip2.PlanInstaller.Pass1
 
mapElement(Object) - Method in class ix.ip2.PlanMaker.Pass2
 
mapElement(Object) - Method in class ix.test.FixDomain.Fixer
 
mapElement(Object) - Method in class ix.test.MatchChoiceTest.VarMaker
 
mapElement(Object) - Method in class ix.util.DeepCopier
Called on subobjects of the object being copied to determine what object takes the subobject's place in the copy.
mapElement(Object) - Method in class ix.util.ObjectCopier
Called on subobjects of the object being copied to determine what object takes the subobject's place in the copy.
MapEntry - Class in ix.test.xml
A possibly useful representation of a Map.Entry.
MapEntry() - Constructor for class ix.test.xml.MapEntry
 
MapEntry(Object, Object) - Constructor for class ix.test.xml.MapEntry
 
MapEntry(Map.Entry) - Constructor for class ix.test.xml.MapEntry
 
mapEntryName - Variable in class ix.util.xml.XMLTranslator
 
mapEntryPattern() - Method in class ix.util.xml.RelaxNGSyntax
 
mapEntryTemplate() - Method in class ix.util.xml.BNFSyntax.MapEntryInstance
 
mapFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
mapItemVar(ItemVar) - Method in class ix.test.MatchChoiceTest.VarMaker
 
mapList(List, ClassDescr) - Method in class ix.util.ObjectCopier
Copies a List, calling ObjectCopier.mapElement(Object) on each element of the list.
mapList(List, ClassDescr) - Method in interface ix.util.reflect.ObjectMapper
 
mapLongName(Object) - Method in class ix.util.NameMapper
 
mapLongName(String) - Method in class ix.util.NameMapper
Returns a suitable short name for a long name, generating and storing a short name if one is not already in the map.
mapMap(Map, ClassDescr) - Method in class ix.util.ObjectCopier
Copies a Map, calling ObjectCopier.mapElement(Object) on each key and value.
mapMap(Map, ClassDescr) - Method in interface ix.util.reflect.ObjectMapper
 
mapNth(int) - Method in class ix.util.lisp.LList
Returns a list of the nth elements from a list of lists.
mapObject(Object, ObjectMapper) - Method in class ix.util.reflect.ClassDescr
 
mapPatternDefinition() - Method in class ix.util.xml.RelaxNGSyntax
 
Mapping - Class in ix.test.xml
A possibly useful Map-like class.
Mapping() - Constructor for class ix.test.xml.Mapping
 
Mapping(Map) - Constructor for class ix.test.xml.Mapping
 
mapPlanVariable(PlanVariable) - Method in class ix.ip2.PlanInstaller.Pass1
 
mapPrimitive(Object, ClassDescr) - Method in class ix.util.ObjectCopier
Copies a "primitive" object.
mapPrimitive(Object, ClassDescr) - Method in interface ix.util.reflect.ObjectMapper
 
mapPV(PatternAssignment) - Method in class ix.test.FixDomain.Fixer
 
mapSet(Set, ClassDescr) - Method in class ix.util.ObjectCopier
Copies a Set, calling ObjectCopier.mapElement(Object) on each member of the set.
mapSet(Set, ClassDescr) - Method in interface ix.util.reflect.ObjectMapper
 
mapsToBindings(List) - Static method in class ix.util.match.Bindings
 
mapStruct(Object, ClassDescr) - Method in class ix.util.ObjectCopier
Copies a structure, calling ObjectCopier.mapElement(Object) on each field value.
mapStruct(Object, ClassDescr) - Method in interface ix.util.reflect.ObjectMapper
 
mapToAlist(Map) - Static method in class ix.util.lisp.LList
 
mapToAssignments(Map) - Static method in class ix.icore.domain.PatternAssignment
 
mapToElement(Object) - Method in class ix.util.xml.XMLTranslator
 
mapTree(Function1) - Method in class ix.util.lisp.LList
 
mapVariable(Variable) - Method in class ix.ip2.PlanMaker.Pass2
 
mapVariableDeclaration(PlanVariableDeclaration) - Method in class ix.ip2.PlanInstaller
 
mapXML(LiteralDocument, ClassDescr) - Method in class ix.util.ObjectCopier
Copies embedded XML.
mapXML(LiteralDocument, ClassDescr) - Method in interface ix.util.reflect.ObjectMapper
 
Mark - Class in ix.util
A class used when marking objects as used, visited, etc.
Mark(String) - Constructor for class ix.util.Mark
 
Markable - Interface in ix.util
An interface for markable objects.
markAll() - Method in class ix.iface.ui.table.AbstractIXTableModel
 
markAll() - Method in class ix.iface.ui.table.IXTable
 
markedRows - Variable in class ix.iface.ui.table.AbstractIXTableModel
contains data objects. cannot do rows because it gets confused with expand/collapse in tree tables!
markEndsBefore(int) - Method in class ix.icore.process.PNodeEnd
Marks all node-ends that are forced by ordering contstraints to be before this one, then returns the (new) mark.
markRow(int) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
markRow(int) - Method in class ix.iface.ui.table.IXTable
 
marks - Variable in class ix.util.TopologicalSorter
 
markShadowedEnds(int) - Method in class ix.icore.process.PNodeEnd
Marks all node-ends that are forced by ordering contstraints to be after this one, then returns the (new) mark.
markUndoPoint(String) - Method in class ix.ip2.Ip2ModelManager
 
markUndoPoint(String) - Method in class ix.iplan.IPlanOptionManager
 
markUndoPoint(String) - Method in class ix.iplan.IPlanOptionManager.Opt
 
Maroon - Static variable in class ix.iface.util.XColors
 
match(Object, Object) - Static method in class ix.iplan.DomainAnalyser
Simple pattern-matcher that treats all variables as wildcards.
match(Object, Object) - Static method in class ix.util.match.Matcher
Match tries to match a pattern against an object.
match(Object, Object, MatchEnv) - Static method in class ix.util.match.Matcher
 
match(Object) - Method in class ix.util.match.MatchTable
match tries to find a MatchCase in the MatchTable that matches an object.
match(Object, Object) - Static method in class ix.util.match.SimpleMatcher
Match tries to match a pattern against an object.
match(Object, Object, MatchEnv) - Static method in class ix.util.match.SimpleMatcher
 
MATCH_DEBUG - Variable in class ix.ip2.VariableManager
 
matchAnyPattern(List, Object) - Static method in class ix.util.match.SimpleMatcher
 
matchAnyValue(Object, List) - Static method in class ix.util.match.SimpleMatcher
 
MatchCase - Class in ix.util.match
The root class for entries in MatchTables.
MatchCase() - Constructor for class ix.util.match.MatchCase
 
matchCases(Object, Vector) - Method in class ix.util.match.MatchTable
A variant of match that can be used internally to match a subset of the cases that has been selected in some way (such as by indexing on a "key" in the data).
MatchChoice - Class in ix.util.match
 
MatchChoice() - Constructor for class ix.util.match.MatchChoice
 
MatchChoice(List) - Constructor for class ix.util.match.MatchChoice
 
MatchChoice(Constraint) - Constructor for class ix.util.match.MatchChoice
 
MatchChoiceHandler - Class in ix.test
Constrains variables by matching a pattern against a choice of values.
MatchChoiceHandler(Ip2) - Constructor for class ix.test.MatchChoiceHandler
 
MatchChoiceHandler.MatchChoiceAction - Class in ix.test
 
MatchChoiceHandler.MatchChoiceAction(AgendaItem) - Constructor for class ix.test.MatchChoiceHandler.MatchChoiceAction
 
MatchChoiceManager - Class in ix.util.match
Manages a pool of constraints on variable values. ... /\/ N.B.
MatchChoiceManager() - Constructor for class ix.util.match.MatchChoiceManager
 
matchChoices - Variable in class ix.util.match.MatchChoiceManager
 
matchChoices - Variable in class ix.util.match.MatchCluster
 
MatchChoiceTest - Class in ix.test
Lets the user type things in a Lisp-like syntax and see the corresponding XML.
MatchChoiceTest() - Constructor for class ix.test.MatchChoiceTest
 
MatchChoiceTest.VarMaker - Class in ix.test
 
MatchChoiceTest.VarMaker() - Constructor for class ix.test.MatchChoiceTest.VarMaker
 
MatchCluster - Class in ix.util.match
 
MatchCluster(List) - Constructor for class ix.util.match.MatchCluster
 
matchComputeResult(Constraint, Object, LList, MatchEnv) - Method in class ix.ip2.VariableManager.FilterMatcher
 
matchComputeResult(Object, Object) - Method in class ix.iplan.PlanCheckingSimulator
 
matchDefault(Object) - Method in class ix.util.match.MatchTable
Applies the default case, if there is one.
MatchEnv - Class in ix.util.match
A root class for objects that contain the bindings that result from pattern-matching.
MatchEnv() - Constructor for class ix.util.match.MatchEnv
 
MatchEnv(Map) - Constructor for class ix.util.match.MatchEnv
 
Matcher - Class in ix.util.match
A less simple pattern-matcher.
Matcher() - Constructor for class ix.util.match.Matcher
 
matchesPattern(LList) - Method in class ix.iview.domain.UIRefinement
 
matchFilter(PatternAssignment, Map.Entry, MatchEnv) - Method in class ix.ip2.VariableManager.FilterMatcher
 
matchRefinement(AgendaItem, Refinement) - Method in class ix.ip2.ExpandHandler
 
MatchStateHandler - Class in ix.test
 
MatchStateHandler(Ip2) - Constructor for class ix.test.MatchStateHandler
 
MatchStateHandler(Ip2, String) - Constructor for class ix.test.MatchStateHandler
 
MatchStateHandler.MatchStateAction - Class in ix.test
 
MatchStateHandler.MatchStateAction(AgendaItem) - Constructor for class ix.test.MatchStateHandler.MatchStateAction
 
matchSyntax(LList) - Method in class ix.ip2.SendReportHandler
 
MatchTable - Class in ix.util.match
A MatchTable acts as a kind of pattern-matching case statement.
MatchTable() - Constructor for class ix.util.match.MatchTable
 
matrixEditorKit - Variable in class ix.iplan.IPlanOptionTool.OptionMatrix
 
max - Variable in class ix.icore.domain.TimeWindow
 
max - Variable in class ix.iplan.TimePointNet.TimeConstraint
 
MAX_RESULTS - Variable in class ix.test.TwitterAtomSearchTest
 
maximalElements(DirectedGraph) - Static method in class ix.util.Graphs
Returns a set containing the vertices that have no successors.
maxItems - Variable in class ix.iface.util.ChainingMenu
 
maybePostExpandGoalAlt(PNodeEnd) - Method in class ix.iplan.SlipFindExecutable
 
maybeSendWakeup(IServeCommServer.User) - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
maybeShuffle(List<PNodeEnd>) - Method in class ix.iplan.PlanCheckingSimulator
 
maybeShuffle(List) - Method in class ix.test.SimpleRSim
 
md - Variable in class ix.test.DigestSet
 
MediumAquaMarine - Static variable in class ix.iface.util.XColors
 
MediumBlue - Static variable in class ix.iface.util.XColors
 
MediumLevelIPCTest - Class in ix.test
 
MediumLevelIPCTest() - Constructor for class ix.test.MediumLevelIPCTest
 
MediumOrchid - Static variable in class ix.iface.util.XColors
 
MediumPurple - Static variable in class ix.iface.util.XColors
 
MediumSeaGree - Static variable in class ix.iface.util.XColors
 
MediumSlateBlue - Static variable in class ix.iface.util.XColors
 
MediumSpringGreen - Static variable in class ix.iface.util.XColors
 
MediumTurquoise - Static variable in class ix.iface.util.XColors
 
MediumVioletRed - Static variable in class ix.iface.util.XColors
 
memberList - Variable in class ix.ispace.GroupSender.GroupPanel
 
members - Variable in class ix.iface.ui.AbstractSetEditor
List of objects in the editor.
members - Variable in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
memberSet() - Method in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
memoizedDigestObject(Object) - Method in class ix.test.DigestSet
 
menu - Variable in class ix.iface.ui.IXToolItem
 
menuBar - Variable in class ix.iface.ui.JFrameMT
 
menuBar - Variable in class ix.iface.util.SimpleToolFrame
 
menuPosition - Variable in class ix.iface.ui.IXToolItem
 
menuShowSplitDirection(OptionEvent) - Method in class ix.iplan.OptionUI
 
menuText - Variable in class ix.ip2.test.PanelTest
 
menuText - Variable in class ix.ip2.test.PanelTest.TestSequenceListener
 
menuText - Variable in class ix.ip2.test.TestSubmenu
 
message - Variable in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
message - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
message - Variable in class ix.iview.PropertyEditor
 
messageContents - Variable in class ix.ispace.GroupSender.SendingThread
 
messageDescription(IPC.InputMessage) - Static method in class ix.iface.util.Reporting
 
messageFrame - Variable in class ix.util.xml.XMLTreeEditor
 
messageListener - Variable in class ix.applet.AppletCommunicationStrategy
 
messageListener - Variable in class ix.iserve.ipc.IServeCommStrategy
 
messageMap - Variable in class ix.applet.AppletCommunicationStrategy
 
messageMap - Variable in class ix.iserve.ipc.IServeCommStrategy
 
MessageMemory - Class in ix.applet
 
MessageMemory() - Constructor for class ix.applet.MessageMemory
 
MessageMemory - Class in ix.iserve.ipc
 
MessageMemory() - Constructor for class ix.iserve.ipc.MessageMemory
 
messageQueue - Variable in class ix.applet.MessageServer.User
 
MessageQueue - Class in ix.util
A queue for messages between threads.
MessageQueue() - Constructor for class ix.util.MessageQueue
 
MessageQueue(boolean) - Constructor for class ix.util.MessageQueue
 
MessageQueueTest - Class in ix.test
A class for testing
MessageQueueTest() - Constructor for class ix.test.MessageQueueTest
 
messageReceived(IPC.InputMessage) - Method in class ix.icore.log.EventLogger.LoggingIPCListener
 
MessageReceived - Class in ix.icore.log
 
MessageReceived() - Constructor for class ix.icore.log.MessageReceived
 
MessageReceived(Object, Object) - Constructor for class ix.icore.log.MessageReceived
 
messageReceived(IPC.InputMessage) - Method in class ix.util.IPC.BufferedMessageListener
Enqueues a message for later processing by the IPC.BufferedMessageListener.handleMessage(IPC.InputMessage) method, which will be called in this BufferedMessageListener's thread.
messageReceived(IPC.InputMessage) - Method in class ix.util.ipc.DispatchingStrategy.Strategy
 
messageReceived(IPC.InputMessage) - Method in class ix.util.ipc.IPCListener
 
messageReceived(IPC.InputMessage) - Method in interface ix.util.IPC.MessageListener
 
messageSent(Object, Object) - Method in class ix.icore.log.EventLogger.LoggingIPCListener
 
MessageSent - Class in ix.icore.log
 
MessageSent() - Constructor for class ix.icore.log.MessageSent
 
MessageSent(Object, Object) - Constructor for class ix.icore.log.MessageSent
 
messageSent(Object, Object) - Method in class ix.util.ipc.IPCListener
 
MessageServer - Class in ix.applet
Handles messages for an AppletCommunicationStrategy.
MessageServer() - Constructor for class ix.applet.MessageServer
 
MessageServer.Strategy - Class in ix.applet
A communication strategy used by both the message-server and its clients.
MessageServer.Strategy(ServiceAddress) - Constructor for class ix.applet.MessageServer.Strategy
 
MessageServer.User - Class in ix.applet
 
MessageServer.User(String, AppletMessage) - Constructor for class ix.applet.MessageServer.User
 
MessageServer.UserMessageThread - Class in ix.applet
 
MessageServer.UserMessageThread(MessageServer.User) - Constructor for class ix.applet.MessageServer.UserMessageThread
 
messageSy - Static variable in class ix.isim.actions.SendMessage
 
messageThread - Variable in class ix.applet.MessageServer.User
 
MessageWrapper - Class in ix.iserve.ipc
Wrapper for messages sent via an IServeCommStrategy.
MessageWrapper() - Constructor for class ix.iserve.ipc.MessageWrapper
 
method - Variable in class ix.isim.ExecutableAction
 
MethodTest - Class in ix.test
 
MethodTest() - Constructor for class ix.test.MethodTest
 
MethodTest.C1 - Class in ix.test
 
MethodTest.C1() - Constructor for class ix.test.MethodTest.C1
 
MethodTest.C2 - Class in ix.test
 
MethodTest.C2() - Constructor for class ix.test.MethodTest.C2
 
MidnightBlue - Static variable in class ix.iface.util.XColors
 
mightAchieveConds(ListOfConstraint) - Method in class ix.iplan.SlipFindExecutable
Determines whether all the conditions can be satisfied individually either by the current world-state or by introducing nodes.
mightInteract(PNodeEnd, Constraint, PNodeEnd, Constraint) - Method in interface ix.icore.ConstraintManager
 
mightInteract(PNodeEnd, Constraint, PNodeEnd, Constraint) - Method in class ix.ip2.ConsumeTheOnlyCM
 
mightInteract(PNodeEnd, Constraint, PNodeEnd, Constraint) - Method in class ix.ip2.ForAllCM
 
mightInteract(PNodeEnd, Constraint, PNodeEnd, Constraint) - Method in class ix.ip2.Scrum
 
mightInteract(PNodeEnd, Constraint, PNodeEnd, Constraint) - Method in class ix.ip2.UseCM
 
mightInteract(PNodeEnd, Constraint, PNodeEnd, Constraint) - Method in class ix.iplan.TimePointNet
 
mightSatisfy(PatternAssignment, PatternAssignment) - Method in class ix.iplan.DomainAnalyser
 
mightSatisfy(PatternAssignment, Collection) - Method in class ix.iplan.DomainAnalyser
 
milliseconds - Variable in class ix.util.Duration
 
min - Variable in class ix.icore.domain.TimeWindow
 
min - Variable in class ix.iplan.TimePointNet.TimeConstraint
 
minBut - Variable in class ix.iface.ui.AbstractEditorPanel
 
minDelay - Variable in class ix.ip2.test.PanelTest.SendingThread
 
minFullExpandFinder - Variable in class ix.iplan.DomainAnalyser
 
minFullExpandSizeCache - Variable in class ix.iplan.DomainAnalyser
 
minIcon - Variable in class ix.iface.ui.AbstractEditorPanel
 
MiniConstraintPanel - Class in ix.iview
A simple panel with a label (title), a component, and optional buttons.
MiniConstraintPanel(EventListener, String, String[]) - Constructor for class ix.iview.MiniConstraintPanel
 
minimalElements(DirectedGraph) - Static method in class ix.util.Graphs
Returns a set containing the vertices that have no predecessors.
minimalFields - Variable in class ix.iview.ActionEditorPanel
 
minimalIcon - Variable in class ix.iview.DomainEditorFrame
 
minimalItem - Variable in class ix.iview.DomainEditorFrame
 
minimise() - Method in class ix.iface.ui.AbstractEditorPanel
Minimises the component and the rest of the editor
minimise() - Method in interface ix.iface.ui.IXEditorPanel
 
MinMax - Class in ix.util
Holds long min and max values.
MinMax(long, long) - Constructor for class ix.util.MinMax
 
MinMax(String) - Constructor for class ix.util.MinMax
Parses a string of the form "min..
MintCream - Static variable in class ix.iface.util.XColors
 
minutes - Variable in class ix.util.Duration
 
minWidth - Variable in class ix.iface.ui.table.IXTable
 
missingFieldIsOk(ClassDescr, FieldDescr, Object, Object) - Method in class ix.util.StructuralEquality
 
MissingValuesException - Exception in ix.icore.domain
An exception that can be thrown when a variable, or set of variables, cannot be given a value.
MissingValuesException(ItemVar) - Constructor for exception ix.icore.domain.MissingValuesException
 
MissingValuesException(Set) - Constructor for exception ix.icore.domain.MissingValuesException
 
MissionaryTest - Class in ix.test.xml
Describes a missionary and cannibals plan test.
MissionaryTest() - Constructor for class ix.test.xml.MissionaryTest
 
MissionaryTest.MissionaryTestRunner - Class in ix.test.xml
 
MissionaryTest.MissionaryTestRunner(MissionaryTest, AutoTester) - Constructor for class ix.test.xml.MissionaryTest.MissionaryTestRunner
 
MistyRose - Static variable in class ix.iface.util.XColors
 
ml - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
mm - Variable in class ix.ip2.ConstraintAssociator
 
mm - Variable in class ix.ip2.ForAllCM
 
mm - Variable in class ix.ip2.ObjectWhiteboard
 
mm - Variable in class ix.ip2.SyncState
 
mm - Variable in class ix.ip2.UseCM
 
mm - Variable in class ix.iplan.SanityChecker
 
MM() - Method in class ix.iplan.Slip
 
mnemo - Variable in class ix.iface.ui.IXToolItem
 
Moccasin - Static variable in class ix.iface.util.XColors
 
mode - Variable in class ix.iview.table.PropertyTableModel
 
MODE_ADVANCED - Static variable in interface ix.iview.IDESymbols
 
MODE_SIMPLE - Static variable in interface ix.iview.IDESymbols
 
model - Variable in class ix.examples.PicoIX.IX_System
 
model - Variable in class ix.iface.ui.IFormPanel
 
model - Variable in class ix.iface.ui.table.IXTreeTableNode
 
model - Variable in class ix.iface.util.CheckTable
 
model - Variable in class ix.iface.util.KeyValueTable
 
model - Variable in class ix.ip2.AgendaTableViewer
 
model - Variable in class ix.iplan.IPlanOptionTool.OptionTree
 
model - Variable in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
model - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
ModellingState - Class in ix.iview.util
A class to maintain notes of modelling issues and state of modelling progress.
ModellingState() - Constructor for class ix.iview.util.ModellingState
 
modelManager - Variable in class ix.icore.process.PNode
 
modelManager - Variable in class ix.icore.process.StatusStepper
 
modelManager - Variable in class ix.ip2.CompletionHandler
 
modelManager - Variable in class ix.ip2.ConditionHandler
 
modelManager - Variable in class ix.ip2.ExpandHandler
 
modelManager - Variable in class ix.ip2.Ip2
 
modelManager - Variable in class ix.ip2.Ip2WorldStateManager
 
modelManager - Variable in class ix.ip2.LispComputeInterpreter
 
modelManager - Variable in class ix.ip2.PlanInstaller
 
modelManager - Variable in class ix.ip2.PlanMaker
 
modelManager - Variable in class ix.ip2.VariableManager
 
modelManager - Variable in class ix.iplan.IPlanConditionHandler
 
modelManager - Variable in class ix.iplan.PlanCheckingSimulator
 
modelManager - Variable in class ix.iplan.ThatcherActivityHandler
 
modelManager - Variable in class ix.test.SimpleRSim
 
modeMenu - Variable in class ix.iview.DomainEditorFrame
 
modifyButton - Variable in class ix.ip2.ItemEditor.EditPanel
 
modifyIcon - Variable in class ix.iview.DomainEditorFrame
 
modifyItem() - Method in class ix.ip2.ItemEditor.EditPanel
Modifies a existing item.
modifyItem - Variable in class ix.iview.DomainEditorFrame
 
modToggle - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
moreBut - Variable in class ix.iface.ui.JConstraintEditor
 
moreInitFromObject() - Method in class ix.iface.ui.JConstraintEditor
Called instead of initFromObject when addMore is clicked rather than add.
moreInitFromObject() - Method in class ix.iview.ConditionEffectEditor
 
moreInitFromObject() - Method in class ix.iview.ObjectConstraintEditor
Set up the editor to specify more of the same (add more button) This is disabled for the editor - all constraints are done here anyway
mostRecentHomeNamespace - Variable in class ix.util.xml.XMLTranslator
Size 1 cache for fast comparisons.
mostRecentlySelectedTree - Static variable in class ix.util.xml.XMLTreeEditPanel
 
mostRecentMouseEvent - Variable in class ix.iface.ui.HTMLPanel
 
mouseClicked(MouseEvent) - Method in class ix.iface.ui.HTMLPanel.LinkMouseListener
 
mouseClicked(MouseEvent) - Method in class ix.iface.ui.JConstraintEditor
 
mouseClicked(MouseEvent) - Method in class ix.iface.ui.JPreferencesDialog
 
mouseClicked(MouseEvent) - Method in class ix.iface.ui.JSelectorDialog
 
mouseClicked(MouseEvent) - Method in class ix.iface.ui.table.IXTable
Send a cellClicked notification to all registered TableMouseListeners.
mouseClicked(MouseEvent) - Method in class ix.iface.ui.ToggleEditorPanel
 
mouseClicked(MouseEvent) - Method in class ix.ip2.AgendaTableViewer
If the left button was clicked on the tree-column, expand/collapse node as per model.
mouseClicked(MouseEvent) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix.LinkMouseListener
 
mouseClicked(MouseEvent) - Method in class ix.iview.DeclarationEditor
mouse clicked - radio button "none": warn about clearing declarations - button "Ok": finish editing, collect constraint, and exit - button "Other Editor": use simple cond/eff editor - button "Note Edits": put constraints into refinement
mouseClicked(MouseEvent) - Method in class ix.iview.ObjectConstraintEditor
 
mouseClicked(MouseEvent) - Method in class ix.iview.SimpleDeclarationEditor
 
mouseClicked(MouseEvent) - Method in class ix.iview.table.ConstructTableMouser
If the left button was clicked on a row (except column 0) put the construct in the editor.
mouseEntered(MouseEvent) - Method in class ix.iface.ui.JConstraintEditor
 
mouseEntered(MouseEvent) - Method in class ix.iface.ui.JPreferencesDialog
 
mouseEntered(MouseEvent) - Method in class ix.iface.ui.JSelectorDialog
 
mouseEntered(MouseEvent) - Method in class ix.iface.ui.table.IXTable
 
mouseEntered(MouseEvent) - Method in class ix.iface.ui.ToggleEditorPanel
 
mouseEntered(MouseEvent) - Method in class ix.ip2.AgendaTableViewer
 
mouseExited(MouseEvent) - Method in class ix.iface.ui.JConstraintEditor
 
mouseExited(MouseEvent) - Method in class ix.iface.ui.JPreferencesDialog
 
mouseExited(MouseEvent) - Method in class ix.iface.ui.JSelectorDialog
 
mouseExited(MouseEvent) - Method in class ix.iface.ui.table.IXTable
 
mouseExited(MouseEvent) - Method in class ix.iface.ui.ToggleEditorPanel
 
mouseExited(MouseEvent) - Method in class ix.ip2.AgendaTableViewer
 
mouseListener - Variable in class ix.iface.util.KeyValueTable
 
mousePressed(MouseEvent) - Method in class ix.iface.ui.JConstraintEditor
 
mousePressed(MouseEvent) - Method in class ix.iface.ui.JPreferencesDialog
 
mousePressed(MouseEvent) - Method in class ix.iface.ui.JSelectorDialog
 
mousePressed(MouseEvent) - Method in class ix.iface.ui.table.IXTable
 
mousePressed(MouseEvent) - Method in class ix.iface.ui.ToggleEditorPanel
 
mousePressed(MouseEvent) - Method in class ix.iface.util.KeyValueTable.ViewTableMouseListener
 
mousePressed(MouseEvent) - Method in class ix.iface.util.SortingKVTable.KeySortMouseListener
 
mousePressed(MouseEvent) - Method in class ix.ip2.AgendaTableViewer
If the right button was pressed in any column bring up the item popup menu.
mousePressed(MouseEvent) - Method in class ix.iview.DeclarationEditor
 
mousePressed(MouseEvent) - Method in class ix.util.xml.XMLTreeEditPanel.TreeMouseListener
 
mousePressed(MouseEvent) - Method in class ix.util.xml.XMLTreeNamespaceManager.TableMouseListener
 
mouseReleased(MouseEvent) - Method in class ix.iface.ui.JConstraintEditor
 
mouseReleased(MouseEvent) - Method in class ix.iface.ui.JPreferencesDialog
 
mouseReleased(MouseEvent) - Method in class ix.iface.ui.JSelectorDialog
 
mouseReleased(MouseEvent) - Method in class ix.iface.ui.table.IXTable
 
mouseReleased(MouseEvent) - Method in class ix.iface.ui.ToggleEditorPanel
 
mouseReleased(MouseEvent) - Method in class ix.ip2.AgendaTableViewer
 
MOVE - Static variable in class ix.test.xml.MissionaryTest
 
moveBlock(Symbol, Symbol) - Method in class ix.test.SimpleBlockSim
 
MoveSpec - Interface in ix.isim.dynamic
Title: I-X Simple Object Animation Tool Copyright: Copyright (c) 2005 Company: AIAI, University of Edinburgh
moveToTable(Symbol) - Method in class ix.test.SimpleBlockSim
 
moveToUIDomain(UIDomain) - Method in class ix.iview.domain.UIDomain
 
moveToUIDomain(UIDomain) - Method in interface ix.iview.domain.UIObject
Move the object from its current UIDomain to the given one.
moveToUIDomain(UIDomain) - Method in class ix.iview.domain.UIObjectClass
 
moveToUIDomain(UIDomain) - Method in class ix.iview.domain.UIRefinement
 
ms - Variable in class ix.util.Duration
 
MS_CONSISTENT - Static variable in class ix.iview.util.ModellingState
 
MS_DEFAULT - Static variable in class ix.iview.util.ModellingState
 
MS_DONE - Static variable in class ix.iview.util.ModellingState
 
MS_EMPTY - Static variable in class ix.iview.util.ModellingState
 
MultiAgentIp2 - Class in ix.test
 
MultiAgentIp2() - Constructor for class ix.test.MultiAgentIp2
 
MultiAgentIp2.LaunchTool - Class in ix.test
 
MultiAgentIp2.LaunchTool() - Constructor for class ix.test.MultiAgentIp2.LaunchTool
 
MultiAgentTest - Class in ix.test
 
MultiAgentTest() - Constructor for class ix.test.MultiAgentTest
 
MultiAgentTest.Launcher - Class in ix.test
 
MultiAgentTest.Launcher() - Constructor for class ix.test.MultiAgentTest.Launcher
 
MultiHashMap - Class in ix.util
A MultiHashMap is (by weak analogy with "multiset") a HashMap that maps each key to a collection of values.
MultiHashMap() - Constructor for class ix.util.MultiHashMap
 
MultiMap - Interface in ix.util
 
mustBe(String) - Method in class ix.itest.SendPanel.SendControlsPanel
 
mustBe(Class<T>, Object) - Method in class ix.util.lisp.Interpreter.AbstractFunction
Returns an object if it is an instance of the specified class, but throws a ClassCastException if it isn't.
mustBe(Class<T>, Object) - Method in class ix.util.lisp.LispInterpreter.Syntax
 
mustBe(Class<T>, Object) - Static method in class ix.util.Util
Returns an object if it is an instance of the specified class, but throws a ClassCastException if it isn't.
mustBeLListOf(Class, Object) - Method in class ix.util.lisp.LispInterpreter.Syntax
 
mustBeStringlike(Object) - Static method in class ix.util.Util
Returns the String representation of a String, Symbol, or Name, and throws a ClassCastException for anything else.
mustMatch(Object, Object) - Static method in class ix.util.match.Matcher
 
mustMatch(Object, Object, MatchEnv) - Static method in class ix.util.match.Matcher
 
mustMatch(Object, Object) - Static method in class ix.util.match.SimpleMatcher
 
mustMatch(Object, Object, MatchEnv) - Static method in class ix.util.match.SimpleMatcher
 

N

NA - Static variable in class ix.icore.Status
 
name - Variable in class ix.applet.MessageServer.User
 
name - Variable in class ix.icore.domain.Domain
 
name - Variable in class ix.icore.domain.ObjectClass
 
name - Variable in class ix.icore.domain.ObjectProperty
 
name - Variable in class ix.icore.domain.Refinement
 
name - Variable in class ix.icore.domain.VariableDeclaration
 
name - Variable in class ix.icore.plan.PlanVariable
 
name - Variable in class ix.icore.plan.PlanVariableDeclaration
 
name - Variable in class ix.icore.plan.ProcessParameter
 
name - Variable in class ix.icore.Variable
 
name - Variable in class ix.iface.ui.DefaultColourField
 
name - Variable in class ix.iface.util.SelectionPanel.Row
 
name - Variable in class ix.ip2.ObjectView
 
name - Variable in class ix.iplan.ExpandPlanTestGroup
This group's name.
name - Variable in class ix.iplan.IPlanOptionManager.Opt
 
name - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
name - Variable in class ix.iplan.PlanTestGroup
This group's name.
name - Variable in class ix.iplan.SlipSingleStepper.Command
 
name - Variable in class ix.iscript.Binding
 
name - Variable in class ix.iscript.VarRef
 
name - Variable in class ix.iserve.ipc.IServeCommServer.User
 
name - Variable in class ix.ispace.AbstractAgentGroup
 
name - Variable in class ix.ispace.AgentData
 
name - Variable in class ix.iview.domain.UIDomain
 
name - Variable in class ix.iview.domain.UIObjectClass
 
name - Variable in class ix.iview.domain.UIRefinement
 
name - Static variable in class ix.iview.IDERelease
 
name - Variable in class ix.iview.igraph.IGraph
 
name - Variable in class ix.iview.igraph.NodePosition
 
name - Variable in class ix.test.ExampleData
 
name - Variable in class ix.test.xml.VirtualWorld
 
name - Variable in class ix.test.xml.WorldStateView
 
name - Variable in class ix.util.EnumeratedValue
 
name - Variable in class ix.util.ipc.DispatchingStrategy.Strategy
 
name - Variable in class ix.util.ipc.SerializedCommunicationStrategy.AgentRecord
 
name - Variable in class ix.util.JavaNameWordIterator
 
name - Variable in class ix.util.lisp.Interpreter.JFunction
 
name - Variable in class ix.util.lisp.LispInterpreter.Syntax
 
name - Variable in class ix.util.lisp.Symbol
This Symbol's name.
Name - Class in ix.util
Wrapper for relatively short strings used as names.
Name() - Constructor for class ix.util.Name
 
Name(String) - Constructor for class ix.util.Name
 
name - Variable in class ix.util.Name
 
name - Variable in class ix.util.reflect.ClassFinder.Import
 
name - Variable in class ix.util.reflect.FieldDescr
 
name - Variable in class ix.util.ThreadCondition
 
name - Variable in class ix.util.UniqueObject
 
name - Variable in class ix.util.xml.BNFSyntax.Nonterminal
 
nameBits - Variable in class ix.iface.ui.IFormPanel
 
nameCol - Variable in class ix.iface.util.SelectionPanel.SelectionTable
 
nameColTitle - Variable in class ix.iface.util.SelectionPanel
 
nameColumn - Variable in class ix.iface.ui.table.AbstractTreeTableModel
the column to be used as a name column
Named - Interface in ix.icore.domain
An interface implemented by all IX domain objects that have names.
namedListToDisplay(Collection) - Static method in class ix.iview.util.IVUtil
 
NamedRenderer - Class in ix.iface.ui
An efficient renderer like RendererJLabel, but a subclass of JTextField to allow mousing text.
NamedRenderer() - Constructor for class ix.iface.ui.NamedRenderer
 
NamedRenderer(boolean) - Constructor for class ix.iface.ui.NamedRenderer
 
nameFields - Variable in class ix.iface.ui.AbstractIFormModel
 
nameForClass(Class) - Static method in class ix.util.lisp.Interpreter
A utility that returns a relatively readable name for a class.
nameForClass(Class) - Method in class ix.util.reflect.ClassFinder
Returns the best name that this ClassFinder would map to the specified class, where a plain class name counts as better than a package-qualified one.
nameForClass(Class) - Static method in class ix.util.xml.XML
Returns the class-name that would be used by the default ClassFinder.
nameGen - Variable in class ix.icore.plan.build.ExamplePlanBuilder
Used by ExamplePlanBuilder.genId(String).
nameGen - Variable in class ix.icore.plan.DomainAsPlan
 
nameGen - Variable in class ix.icore.plan.PlanAsDomain
 
nameGen - Variable in class ix.iface.domain.ChecklistParser
 
nameGen - Variable in class ix.ip2.PlanMaker
 
nameGen - Variable in class ix.iplan.IPlanOptionManager
 
nameGen - Variable in class ix.iplan.IPlanOptionTool.OptionMatrix
 
NameGenTest - Class in ix.test
 
NameGenTest() - Constructor for class ix.test.NameGenTest
 
nameHasChanged(Object) - Method in class ix.iview.domain.UIDomain
 
nameHasChanged(Object) - Method in interface ix.iview.domain.UIObject
Determines whether the object's identifying fields have changed
nameHasChanged(Object) - Method in class ix.iview.domain.UIObjectClass
 
nameHasChanged(Object) - Method in class ix.iview.domain.UIRefinement
 
nameLabel - Variable in class ix.iface.ui.AbstractEditorPanel
The panel's label (title)
nameListeners - Variable in class ix.icore.IXAgent
 
NameMapper - Class in ix.util
Maps both ways between short and long names.
NameMapper() - Constructor for class ix.util.NameMapper
 
NameMapper(Map) - Constructor for class ix.util.NameMapper
 
namePart(ItemVar) - Method in class ix.icore.plan.DomainAsPlan
 
namePart(File) - Method in class ix.test.FilePlanner
Returns the name from a File, leaving out the directory and any file type.
nameServerAddress - Variable in class ix.util.ipc.SerializedCommunicationStrategy
 
namespace - Variable in class ix.util.xml.XMLTreeEditPanel.TNode
 
namespaceComparator - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
NamespaceEvent - Class in ix.util.xml.event
 
NamespaceEvent(Namespace) - Constructor for class ix.util.xml.event.NamespaceEvent
 
NamespaceEvent(Namespace, Object) - Constructor for class ix.util.xml.event.NamespaceEvent
 
namespaceEvent(NamespaceEvent) - Method in interface ix.util.xml.event.NamespaceListener
Something has happened, releted to the source Namespace.
namespaceEvent(NamespaceEvent) - Method in class ix.util.xml.XMLTreeEditPanel
 
namespaceList - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
NamespaceListener - Interface in ix.util.xml.event
 
namespaceListeners - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
namespaces - Static variable in class ix.util.xml.XMLTreeEditFrame
Manages namespaces for all tree editors and viewers.
namespaces - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
namespaceToColorMap - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
nameTable - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
nameText - Variable in class ix.iface.util.SelectionPanel.Row
 
nameText - Variable in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
nameText - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
nameToClass - Variable in class ix.util.reflect.ClassFinder
 
nameToClassCache - Variable in class ix.util.reflect.ClassFinder
 
nameToComp - Variable in class ix.itest.SendPanel.CardPanel
 
nameToGroup - Variable in class ix.ispace.ContactManager
 
nameToOptionMap - Variable in class ix.iplan.IPlanOptionManager
 
nameToPlanVarMap - Variable in class ix.icore.plan.DomainAsPlan
 
nameToTestGroup - Variable in class ix.iplan.AutoTester
 
nameToVarMap - Variable in class ix.icore.process.PNode.MakeVarIfUnbound
 
nameToViewMap - Variable in class ix.ip2.ObjectWhiteboard
 
NavajoWhite - Static variable in class ix.iface.util.XColors
 
Navy - Static variable in class ix.iface.util.XColors
 
NDRenderer - Class in ix.iface.ui
NDRenderer - uses text, colour, image and a symbol to display information.
NDRenderer(boolean) - Constructor for class ix.iface.ui.NDRenderer
Makes a label with or without a border.
NDTextRenderer - Class in ix.iface.ui
NDRenderer - uses text, colour, image and a symbol to display information.
NDTextRenderer(boolean) - Constructor for class ix.iface.ui.NDTextRenderer
Makes a label with or without a border.
needMapEntryRule(ClassDescr) - Method in class ix.util.xml.BNFSyntax.RuleList
 
needToReregister() - Method in class ix.applet.AppletCommunicationTool
 
needToReregister() - Method in class ix.iserve.ipc.IServeCommTool
 
negate(Predicate1) - Static method in class ix.util.Fn
Returns a predicate that returns false when the given predicate returns true, and true when it returns false.
negative - Variable in class ix.util.Duration
 
NeutralIconRenderer - Class in ix.iface.ui
NeutralIconRenderer - icon renderer with background as given component.
NeutralIconRenderer(boolean, JComponent) - Constructor for class ix.iface.ui.NeutralIconRenderer
Makes a label with or without a border.
newBindings(ProcessStatusEvent, Map) - Method in interface ix.icore.process.event.ProcessStatusListener
 
newBindings(ProcessStatusEvent, Map) - Method in class ix.ip2.Agenda
 
newBindings(AgendaEvent, Map) - Method in class ix.ip2.AgendaTableViewer
 
newBindings(AgendaEvent, Map) - Method in class ix.ip2.AgendaViewTable
 
newBindings(AgendaEvent, Map) - Method in interface ix.ip2.event.AgendaListener
 
newBindings(ProcessStatusEvent, Map) - Method in class ix.ip2.IVarTool.ComboListener
 
newBindings(ProcessStatusEvent, Map) - Method in class ix.ip2.NullStateViewer
 
newBindings(ProcessStatusEvent, Map) - Method in class ix.ip2.ObjectWhiteboard
Ignored by this viewer.
newBindings(ProcessStatusEvent, Map) - Method in class ix.ip2.StateViewTable
Ignored by this viewer.
newBindings(Map) - Method in class ix.ip2.VariableManager
 
newBindings(ProcessStatusEvent, Map) - Method in class ix.iplan.CombinedPlanChangeListener
 
newBindings(AgendaEvent, Map) - Method in class ix.iplan.CombinedPlanChangeListener
 
newBindings(ProcessStatusEvent, Map) - Method in class ix.test.StateExportExtension.StateExporter
Ignored by this viewer.
newConstraint() - Method in class ix.ip2.Ip2Frame
 
newConstruct() - Method in class ix.iview.AConstructFramePanel
Makes a new construct of the panel's type and get ready to edit it by seting it in the panel.
newConstruct() - Method in interface ix.iview.ConstructFraming
Makes a new construct of the panel's type and gets ready to edit it.
newConstruct() - Method in class ix.iview.GlobalFramePanel
 
newConstruct() - Method in class ix.iview.GrammarEditorPanel
Make a new construct of the panel's type and get ready to edit it.
newConstruct() - Method in class ix.iview.SimpleEditorPanel
Make a new construct of the panel's type and get ready to edit it.
newData - Variable in class ix.ispace.event.ContactEvent
 
newEditItem - Variable in class ix.iview.DomainEditorFrame
 
newEditorWindow() - Method in class ix.util.xml.XMLTreeEditFrame
 
newEntryRow - Variable in class ix.iface.util.SelectionPanel.SelectionTable
 
newEvent(Object) - Method in class ix.examples.PicoIX.IX_System
 
newGNodeIcon - Variable in class ix.iview.igraph.GExpansionEditor
 
newGNodeItem - Variable in class ix.iview.igraph.GExpansionEditor
 
newHandlerAction(AgendaItemEvent, HandlerAction) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
newHandlerAction(AgendaItem, HandlerAction) - Method in class ix.ip2.AgendaTableViewer
 
newHandlerAction(AgendaItemEvent, HandlerAction) - Method in class ix.ip2.AgendaViewTable.Row
 
newHandlerAction(AgendaItemEvent, HandlerAction) - Method in class ix.ip2.event.AgendaItemAdapter
 
newHandlerAction(AgendaItemEvent, HandlerAction) - Method in interface ix.ip2.event.AgendaItemListener
 
newHandlerAction(AgendaItemEvent, HandlerAction) - Method in class ix.ip2.ItemEditor.EditPanel
 
newIcon - Variable in class ix.iface.ui.JFrameMT
 
newInstance() - Static method in class ix.iplan.IPlanOptionManager.ModelHolder
 
newInstance(Object, LList) - Method in class ix.util.lisp.Cons
Creates a new instance of this class.
NewIp2Frame - Class in ix.ip2
A revised version of the main frame of the I-P2 user interface.
NewIp2Frame(Ip2) - Constructor for class ix.ip2.NewIp2Frame
 
newItem - Variable in class ix.iface.ui.JFrameMT
 
newItemButtons - Variable in class ix.ip2.ItemEditor.EditPanel
 
newIXTreeNode(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
Creates a new instance of a suitable IXTreeNode from the user object
newIXTreeNode(Object) - Method in class ix.iview.tree.DomainTreeModel
Creates a new instance of a suitable IXTreeNode from the user object
newIXTreeNode(Object) - Method in class ix.iview.tree.ObjectClassTreeModel
 
newIXTreeNode(Object) - Method in class ix.iview.tree.RefinementTreeModel
 
newline() - Method in class ix.iface.plan.TextPlanWriter
 
newLine() - Method in class ix.iface.util.HtmlWriter
 
NEWLINE - Variable in class ix.iface.util.TranscriptTextPane
 
newLList(Collection) - Static method in class ix.util.lisp.LList
 
newMessage(ChatMessage) - Method in class ix.ichat.ChatFrame
 
newMessage(ChatMessage) - Method in class ix.itest.ReceivePanel
 
newName - Variable in class ix.icore.event.AgentNameEvent
 
NEWNAME - Static variable in class ix.iface.ui.AbstractSetEditor
 
newNodeLocation - Variable in class ix.iview.igraph.GExpansionEditor
 
newOption(String) - Method in class ix.iplan.IPlanOptionManager
 
newOrderings() - Method in class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
newOwnObject(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
newProxyInstance(Class<T>, Object) - Static method in class ix.util.context.ContextLockingProxy
Creates a proxy around the specified instance of the interface.
newReport(AgendaItemEvent, Report) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
newReport(AgendaItemEvent, Report) - Method in class ix.ip2.AgendaViewTable.Row
 
newReport(AgendaItemEvent, Report) - Method in class ix.ip2.event.AgendaItemAdapter
 
newReport(AgendaItemEvent, Report) - Method in interface ix.ip2.event.AgendaItemListener
 
newReport(AgendaItemEvent, Report) - Method in class ix.ip2.ItemEditor.EditPanel
 
newReport(Report) - Method in class ix.ip2.PanelController
 
newReport(AgendaItemEvent, Report) - Method in class ix.ip2.QueryHandler.AnswerListener
 
newRowButton - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
newTreeChild(UIObject) - Method in class ix.iface.ui.tree.EditableTreeModel
 
newTreeChild(IXTreeNode) - Method in class ix.iface.ui.tree.EditableTreeModel
 
newTreeChild(IXTreeNode) - Method in class ix.iview.tree.DomainTreeModel
 
newTreeNode(Object) - Method in class ix.iface.ui.tree.EditableTree
Makes a node for this tree from the given user object
newTypedList(Class, Collection) - Static method in class ix.iface.ui.util.UIUtil
 
newTypedList(Class, Object[]) - Static method in class ix.iface.ui.util.UIUtil
 
newTypedList(Class, Object) - Static method in class ix.iface.ui.util.UIUtil
 
newUIObject(IXObject) - Method in class ix.iview.domain.UIDomain
 
newUIObjectClass(String) - Method in class ix.iview.AROEditorPanel
 
newUIObjectClass(String, UIObjectClass) - Method in class ix.iview.AROEditorPanel
 
newValue - Variable in class ix.iview.UndoManager.UndoNote
 
next - Variable in class ix.isim.util.LongKeyTreeMap.LongKeyTreeMapIterator
 
next() - Method in class ix.isim.util.LongKeyTreeMap.LongKeyTreeMapIterator
 
next - Variable in class ix.util.context.ContextHashMap.EntrySetIterator
 
next() - Method in class ix.util.context.ContextHashMap.EntrySetIterator
 
next - Variable in class ix.util.context.ContextLink
 
next() - Method in class ix.util.JavaNameWordIterator
 
next() - Method in class ix.util.lisp.LListIterator
 
next() - Method in class ix.util.lisp.LListListIterator
 
next() - Method in class ix.util.StableHashMap.Entry
 
next() - Method in class ix.util.StableHashMap.EntrySetIterator
 
nextColor() - Method in class ix.util.ColorGenerator
 
nextElement() - Method in class ix.util.lisp.ConsEnumeration
 
nextElement() - Method in class ix.util.lisp.NullEnumeration
 
nextElement() - Method in class ix.util.Seq.IteratorEnumeration
 
nextEntry - Variable in class ix.util.context.ContextHashMap.Entry
 
nextEntry - Variable in class ix.util.StableHashMap.Entry
 
nextExecFringe(Set, Set, Set) - Method in class ix.iplan.PlanCheckingSimulator
Moves node-ends from waiting to ready.
nextExecutable(Iterator) - Method in class ix.iplan.SlipFindExecutable
 
nextExpansion() - Method in class ix.iplan.SlipExpandNode
 
nextIndex() - Method in class ix.util.lisp.LListListIterator
 
nextLine() - Method in class ix.iface.domain.ChecklistParser.LineParser
 
nextMark() - Method in class ix.ip2.Ip2ModelManager
 
nextMenuItem - Variable in class ix.isim.ISimEventsFrame
 
nextMenuItem_actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame
 
nextMessage(AppletMessage) - Method in class ix.applet.AppletCommunicationStrategy.ReceiveThread
 
nextMessage(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.User
 
nextMessage(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
nextMessage() - Method in class ix.util.MessageQueue
 
nextMessageUrl - Variable in class ix.iserve.ipc.IServeCommStrategy
 
nextName(String) - Method in class ix.util.context.ContextGensym.Generator
 
nextName(String) - Method in class ix.util.Gensym.Generator
 
nextName(String) - Static method in class ix.util.Gensym
Calls the default generator's method Gensym.Generator.nextName(String).
nextNewSymbol(String) - Method in class ix.util.context.ContextGensym.Generator
 
nextNewSymbol(String) - Method in class ix.util.Gensym.Generator
 
nextNewSymbol(String) - Static method in class ix.util.Gensym
Calls the default generator's method Gensym.Generator.nextNewSymbol(String).
nextRGB() - Method in class ix.util.ColorGenerator
 
nextSiblingName(String) - Method in class ix.iplan.IPlanOptionManager
 
nextState(LList, LList) - Method in class ix.test.xml.MissionaryTest.MissionaryTestRunner
 
nextStep - Variable in class ix.iplan.ChecksimPlanEvaluation
 
nextString(String) - Method in class ix.util.context.ContextGensym.Generator
 
nextString(String) - Method in class ix.util.Gensym.Generator
 
nextString(String) - Static method in class ix.util.Gensym
Calls the default generator's method Gensym.Generator.nextString(String).
nextSymbol(String) - Method in class ix.util.context.ContextGensym.Generator
 
nextSymbol(String) - Method in class ix.util.Gensym.Generator
 
nextSymbol(String) - Static method in class ix.util.Gensym
Calls the default generator's method Gensym.Generator.nextSymbol(String).
niceColors - Variable in class ix.util.ColorGenerator
 
niceColors - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
niceColorsUsed - Variable in class ix.util.ColorGenerator
 
niceColorsUsed - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
NIL - Static variable in class ix.util.lisp.Lisp
 
NO - Static variable in class ix.icore.YesNo
 
NO_ACTION_DESCRIPTION - Static variable in class ix.ip2.HandlerAction.NoAction
 
NO_VALUE - Static variable in class ix.ip2.ObjectView
 
node - Variable in class ix.icore.domain.AcrossNode
 
node - Variable in class ix.icore.domain.NodeEndRef
 
node - Variable in class ix.iface.ui.table.IXTNTreeTableNode
 
node - Variable in class ix.iface.ui.table.IXTreeTableNode
 
node - Variable in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
node - Variable in class ix.ip2.Ip2ModelManager.BindingSentinel
 
node - Variable in class ix.iplan.SlipExpandNode
 
node - Variable in class ix.iplan.SlipFindExecutable.ExpandGoalAlt
 
node - Variable in class ix.iplan.SlipFindExecutable.ExpandLaterAlt
 
node - Variable in class ix.iplan.SlipFindExecutable.SatisfyByAchieveAlt
 
node - Variable in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
NODE_COL - Variable in class ix.iview.table.PropertyTableModel
 
nodeEndIter - Variable in class ix.iplan.SlipFindExecutable.Resume
 
NodeEndRange - Interface in ix.icore.domain
What Orderings and ConstraintRanges have in common.
NodeEndRef - Class in ix.icore.domain
 
NodeEndRef() - Constructor for class ix.icore.domain.NodeEndRef
 
NodeEndRef(End, Name) - Constructor for class ix.icore.domain.NodeEndRef
 
NodeEndRef(End, String) - Constructor for class ix.icore.domain.NodeEndRef
 
nodeEndStatusMap - Variable in class ix.iplan.Slip
 
nodeExpanders(PNodeEnd, LinkedList, LinkedList) - Method in class ix.iplan.SlipFindExecutable
 
nodeFactory - Variable in class ix.util.xml.XMLTreeEditPanel
 
nodeFilterConstraints - Variable in class ix.ip2.Ip2ModelManager
 
nodeFrom(Document) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeFactory
 
nodeFrom(Element) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeFactory
 
nodeIdToNodeSpecMap - Variable in class ix.icore.plan.DomainAsPlan
 
nodeIdToRefinementMap - Variable in class ix.icore.plan.DomainAsPlan
 
nodeMap - Variable in class ix.iface.ui.table.AbstractTreeTableModel
A map for looking up a TreeNode for a Object.
nodeMap - Variable in class ix.iface.ui.tree.EditableTree
 
nodeMap - Variable in class ix.iface.ui.tree.EditableTreeModel
contains entries of (userNode - HashSet{IXTreeNodes})
nodeMap - Variable in class ix.iplan.PlanModelComparer
 
NodeNameRenderer - Class in ix.iview.util
A simple node name renderer for list or table cells.
NodeNameRenderer(boolean) - Constructor for class ix.iview.util.NodeNameRenderer
Creates a node name renderer with/without a border.
NodeNumberRenderer - Class in ix.iview.util
A simple node number renderer for list or table cells.
NodeNumberRenderer(boolean) - Constructor for class ix.iview.util.NodeNumberRenderer
Creates a node number renderer with/without a border.
nodeParser - Variable in class ix.util.xml.XMLTreeEditPanel
 
NodePosition - Class in ix.iview.igraph
 
NodePosition() - Constructor for class ix.iview.igraph.NodePosition
 
NodePosition(Name, double, double) - Constructor for class ix.iview.igraph.NodePosition
 
nodes - Variable in class ix.icore.domain.Refinement
 
nodes - Variable in class ix.iface.ui.table.AbstractTreeTableModel
a collection of IXTreeTableNodes that have been generated
nodes - Variable in class ix.ip2.Ip2ModelManager
 
nodes - Variable in class ix.iview.domain.UIRefinement
 
nodes - Variable in class ix.iview.igraph.IGraph
 
NodeSpec - Class in ix.icore.domain
 
NodeSpec() - Constructor for class ix.icore.domain.NodeSpec
 
NodeSpec(Name, LList) - Constructor for class ix.icore.domain.NodeSpec
 
NodeSpec(Object, LList) - Constructor for class ix.icore.domain.NodeSpec
 
NodeSpec(int, LList) - Constructor for class ix.icore.domain.NodeSpec
 
nodeSpecEditor - Variable in class ix.iview.ActionEditorPanel
 
nodeStructureChanged(IXTreeTableNode) - Method in interface ix.iface.ui.table.event.TreeTableStructureListener
 
nodeStructureChanged(IXTreeTableNode) - Method in class ix.iface.ui.table.IXTreeTable
bold making is now in AbsTTModel Reacts to new node structure by updating nameColumn, making it bold if the node is a parent, plain if it is a leaf node.
nodeTimeConstraints - Variable in class ix.ip2.Ip2ModelManager
 
nodeToConditions - Variable in class ix.ip2.Ip2WorldStateManager
 
nodeToEffects - Variable in class ix.ip2.Ip2WorldStateManager
 
nodeToList(PlanNode) - Method in class ix.test.OPlanPSGraph
 
nodeType - Variable in class ix.iview.igraph.IGraph
 
nodeViewType - Variable in class ix.iview.igraph.IGraph
 
noEditComponents - Variable in class ix.iface.ui.JPropertiesManager
 
noMnemo - Static variable in class ix.iface.ui.IXToolItem
 
noNamespaceXmlt - Variable in class ix.util.xml.BNFSyntax
 
NONE - Static variable in class ix.ispace.AgentRelationship
 
none - Variable in class ix.iview.DeclarationEditor
 
none - Variable in class ix.iview.SimpleDeclarationEditor
 
nonterminal - Variable in class ix.util.xml.BNFSyntax.Rule
 
NoPlanException - Exception in ix.iplan
An exception that can be thrown my a planning algorithm to indicate that no can be found.
NoPlanException() - Constructor for exception ix.iplan.NoPlanException
 
noPossibleTopLevelConstraints(PNodeEnd) - Method in class ix.iplan.Slip
 
NORMAL - Static variable in class ix.icore.Priority
 
normalizeGoalNode(ActivityItem) - Method in class ix.iplan.Slip
 
NOTE - Static variable in class ix.test.CompendiumToIX
Compendium node type
note(String) - Static method in class ix.util.Debug
note writes a string to Debug.out if Debug.on is true.
NOTE_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
noteAgent(String) - Method in class ix.ispace.ContactManager
Record the agent as a contact if it is not already known.
noteAgent(String, AgentRelationship) - Method in class ix.ispace.ContactManager
Record the agent as having the specified relationship to this agent, if the agent is not already known.
noteCaller - Static variable in class ix.util.Debug
True iff the "noteln" methods should give the name of the calling class and method at the start of the line.
noteChange(EventObject) - Method in class ix.iplan.IPlanOptionManager.Opt
 
noteChange() - Method in class ix.iview.domain.UIDomain
 
noteChange() - Method in interface ix.iview.domain.UIObject
Get the UIDomain to note the change of this object.
noteChange() - Method in class ix.iview.domain.UIObjectClass
Get the UIDomain to note the change of this object
noteChange() - Method in class ix.iview.domain.UIRefinement
Get the UIDomain to note the change of this object
noteConstruct() - Method in class ix.iview.AConstructFramePanel
Note the contents of the panel into the current object.
noteConstruct() - Method in class ix.iview.ActionEditorPanel
Note the settings in the editor in a UIObject.
noteConstruct() - Method in class ix.iview.AROEditorPanel
Note the contents of the panel into the current object.
noteConstruct() - Method in class ix.iview.GlobalFramePanel
 
noteConstruct() - Method in class ix.iview.GrammarEditorPanel
Notes the content of the editing panel into the current(new?)
noteConstruct() - Method in class ix.iview.SimpleEditorPanel
Note the contents of the panel into the current object.
noteCurrentOption(IPlanOptionManager.Opt) - Method in class ix.ip2.IVarTool.View
 
noteCurrentOption(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanTool.ToolFrame
 
noteDebug() - Method in class ix.iview.UndoManager.UndoNote
 
noteDraftConstruct(UIObject) - Method in class ix.iview.AConstructFramePanel
Note the UIObject in the (right) draft domain
noteElements(Enumeration, String) - Static method in class ix.util.Debug
Prints the elements of an enumeration on separate lines with a specified prefix at the start of each line.
noteEnumeration(Enumeration) - Static method in class ix.util.Debug
Numbers and prints the elements of an Enumeration on separate lines.
noteEnumerationClasses(Enumeration) - Static method in class ix.util.Debug
Prints the elements of an Enumeration on separate lines, with an index number and and class name at the start of each line.
noteException(Throwable) - Static method in class ix.util.Debug
Note an exception or error, together with a backtrace.
noteException(Throwable, boolean) - Static method in class ix.util.Debug
Note an exception or error, optionally with a backtrace.
noteFailure(SimResource.Constraint) - Method in class ix.examples.SimResource.CM
 
noteHistory() - Method in class ix.iplan.Slip
 
notelines(String[]) - Static method in class ix.util.Debug
 
noteln(String) - Method in class ix.applet.MessageServer.User
 
noteln(String, Object) - Method in class ix.applet.MessageServer.User
 
noteln(String) - Method in class ix.iserve.ipc.IServeCommServer.User
 
noteln(String, Object) - Method in class ix.iserve.ipc.IServeCommServer.User
 
noteln(String) - Static method in class ix.util.Debug
noteln writes a string, followed by a newline, to Debug.out if Debug.on is true.
noteln(String, Object) - Static method in class ix.util.Debug
 
noteln(Object, Object) - Static method in class ix.util.Debug
 
noteln(String, int) - Static method in class ix.util.Debug
 
noteln(String, boolean) - Static method in class ix.util.Debug
 
noteNamespace(Namespace) - Method in class ix.util.xml.XMLTreeEditPanel
 
noteNamespace(Namespace) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
noteNewValue(Object) - Method in class ix.iface.ui.JConstraintEditor
make UIO update properly so that the event is noted elsewhere (panels..)
noteNewValue(Object) - Method in class ix.iview.DeclarationEditor
 
noteNewValue(Object) - Method in class ix.iview.PropertyEditor
make UIO update properly so that the event is noted elsewhere (panels..)
noteNewValue(Object) - Method in class ix.iview.SimpleDeclarationEditor
 
noteNoEditable(String) - Method in class ix.iface.ui.JPropertiesManager
If there are properties that cannot be edited here, mark them as such.
noteOldConstraints() - Method in class ix.iview.table.PropertyTableModel
 
notePossibleNewContact(IPC.InputMessage) - Method in class ix.icore.IXAgent
Tells this agent's contact manager about the sender-id of the message (if the id can be determined) in case it represents a new contact.
noteProperty(HashMap, UIObjectClass, ObjectProperty, Constraint) - Static method in class ix.iview.table.PropertyTableModel
Note the given constraint in the given propMap under the given property.
notes - Variable in class ix.iview.util.ModellingState
 
noteSetEditor(AbstractSetEditor) - Method in interface ix.iface.ui.ObjectManager
 
noteSetEditor(AbstractSetEditor) - Method in class ix.iview.domain.UIDomain
 
noteSuccess(SimResource.Constraint) - Method in class ix.examples.SimResource.CM
 
noteTextNodes() - Method in class ix.iview.ActionEditorPanel
Parse the nodes from the text area and store them in the current refinement.
noteThreads - Static variable in class ix.util.Debug
True iff the "noteln" methods should give the name of the current thread at the start of the line.
noteType() - Method in class ix.iview.ObjectConstraintEditor
 
noteUndo(EditableObject, String, Object, Object) - Method in class ix.iview.UndoManager
Notes an undoable change.
noteVarConstraints(ItemVar, HashMap) - Method in class ix.iview.DeclarationEditor
Notes the given constraints for the given variable in the varConstMap.
noteVarType(ItemVar, UIObjectClass) - Method in class ix.iview.DeclarationEditor
Notes the given type for the given variable in the varTypeMap.
noteVarTypeConstraint(ItemVar, Constraint) - Method in class ix.iview.DeclarationEditor
Notes the var type for the given variable in the varTypeConstraints map
noteVarTypeConstraint(ItemVar, UIObjectClass) - Method in class ix.iview.DeclarationEditor
Notes the var type for the given variable in the varTypeConstraints map
noticeCurrentOptionName(OptionEvent) - Method in class ix.iplan.OptionUI
 
noticeForced - Variable in class ix.ip2.VariableManager
 
noticeForcedBindings() - Method in class ix.ip2.VariableManager
Called within the variable manager when it notices that some variables have only one possible value remaining.
noticeForcedBindings() - Method in class ix.util.match.MatchChoiceManager
 
noticeItemState() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
 
noticePlanChangeEvents - Variable in class ix.iplan.IPlanOptionManager
 
noticeStatus() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
noticeView(ObjectView) - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
notifyListener(Object) - Method in class ix.examples.PicoIX.IX_System
 
notImp(String) - Static method in class ix.iview.ActionEditorPanel
 
notImp(String) - Method in class ix.iview.GlobalFramePanel
 
notImplemented(Component, String) - Static method in class ix.iface.ui.util.UIUtil
Brings up a message that the given string item is not yet supported.
notImplemented(Component, String) - Static method in class ix.util.Util
Brings up a message that the given string item is not yet supported.
nowUndoing - Variable in class ix.iplan.IPlanOptionManager
 
nowUsingStrategy(String, DispatchingStrategy.Strategy, DispatchingStrategy.Strategy) - Method in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
NROFCOLS - Static variable in class ix.isim.EventsTableModel
 
nsElement(String) - Method in class ix.util.xml.XMLTranslator
Utility that creates an element in the home namespace.
Null - Class in ix.util.lisp
The class of Lisp.NIL, and of nothing else.
Null() - Constructor for class ix.util.lisp.Null
 
NullEnumeration - Class in ix.util.lisp
Null enumerations.
NullEnumeration() - Constructor for class ix.util.lisp.NullEnumeration
 
NullListTest - Class in ix.test
 
NullListTest() - Constructor for class ix.test.NullListTest
 
NullStateViewer - Class in ix.ip2
An implementation of StateViewer that does nothing.
NullStateViewer() - Constructor for class ix.ip2.NullStateViewer
 
NUMBER - Static variable in class ix.icore.domain.ObjectProperty.Syntax
Value representing the type of a property value.
number - Variable in class ix.icore.Variable
 
number - Variable in class ix.util.context.Context
A number, unique to this context and larger than the number of any context created earlier.
number - Variable in class ix.util.Mark
 
number - Variable in class ix.util.ThreadCondition
 
numberAltsLeft - Variable in class ix.iplan.SlipStats
 
numberAltsPicked - Variable in class ix.iplan.SlipStats
 
numberAltsPosted - Variable in class ix.iplan.SlipStats
 
NumberlikeSymbol - Class in ix.util.lisp
Symbols that could parse as numbers.
NumberlikeSymbol(String) - Constructor for class ix.util.lisp.NumberlikeSymbol
 
numberNodes - Variable in class ix.iplan.SlipStats
 
numberOfPlans - Variable in class ix.iplan.AutoTester
 
numberOfPlans - Variable in class ix.test.FilePlanner
 
numberOfPoints - Variable in class ix.iplan.TimePointNet
 
numberOfTests - Variable in class ix.iplan.AutoTester
 
numberStepsTaken - Variable in class ix.iplan.SlipStats
 
numberToContextTable - Static variable in class ix.util.context.Context
A mapping from context numbers to (weak references to) contexts.

O

o - Variable in class ix.iview.UndoManager.UndoNote
 
O_NONE - Static variable in interface ix.icore.domain.SchemaTerms
 
O_OTHER - Static variable in interface ix.icore.domain.SchemaTerms
 
O_PARALLEL - Static variable in interface ix.icore.domain.SchemaTerms
 
O_SEQUENCE - Static variable in interface ix.icore.domain.SchemaTerms
 
obj - Variable in class ix.ip2.ObjectWhiteboard.Fact
 
object - Variable in class ix.examples.PicoIX.Activity
 
OBJECT - Static variable in class ix.icore.domain.ObjectProperty.Syntax
Value representing the type of a property value.
object - Variable in class ix.icore.event.ObjectChangeEvent
 
object - Variable in class ix.iface.ui.JObjectMenu
 
object - Variable in class ix.iface.ui.JObjectPopup
 
object - Variable in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
objectAdded(ObjectChangeEvent) - Method in interface ix.icore.event.IXObjectChangeListener
 
ObjectAnimator - Class in ix.isim.dynamic
I-X Simple Object Animation Tool
ObjectAnimator(ISim) - Constructor for class ix.isim.dynamic.ObjectAnimator
 
ObjectAnimator.ActionInterpreter - Class in ix.isim.dynamic
 
ObjectAnimator.ActionInterpreter() - Constructor for class ix.isim.dynamic.ObjectAnimator.ActionInterpreter
 
objectChanged(ObjectChangeEvent) - Method in interface ix.icore.event.IXObjectChangeListener
 
ObjectChangeEvent - Class in ix.icore.event
 
ObjectChangeEvent(Object, Object) - Constructor for class ix.icore.event.ObjectChangeEvent
Use this for added/removed events
ObjectChangeEvent(Object, Object, String, Object, Object) - Constructor for class ix.icore.event.ObjectChangeEvent
Use this for edited events
ObjectClass - Class in ix.icore.domain
 
ObjectClass() - Constructor for class ix.icore.domain.ObjectClass
 
objectClass - Variable in class ix.iface.ui.table.AbstractIXTableModel
 
objectClass - Variable in class ix.iview.ObjectConstraintEditor
 
objectClass - Variable in class ix.iview.table.PropertyTableModel
 
objectClass(Class) - Static method in class ix.util.Fn
Maps primitive classes (TYPEs) to the corresponding object classes, and other classes to themselves.
objectClassAdded(DomainEvent) - Method in class ix.iview.domain.UIDomain
DomainListener
objectClasses - Variable in class ix.icore.domain.Domain
 
ObjectClassGenerator - Class in ix.iview
Static class for inferring object classes from refinements
ObjectClassGenerator() - Constructor for class ix.iview.ObjectClassGenerator
 
ObjectClassTreeModel - Class in ix.iview.tree
 
ObjectClassTreeModel(UIDomain, IXTreeNode) - Constructor for class ix.iview.tree.ObjectClassTreeModel
Constructs a new instance with the given node as the root node of the tree.
ObjectClassTreeNode - Class in ix.iview.tree
 
ObjectClassTreeNode(Object) - Constructor for class ix.iview.tree.ObjectClassTreeNode
 
ObjectComparator - Class in ix.util
Provides a total ordering for arbitrary objects.
ObjectComparator() - Constructor for class ix.util.ObjectComparator
 
objectConstraintEditor - Variable in class ix.iview.ActionEditorPanel
 
ObjectConstraintEditor - Class in ix.iview
An editor for specifying (world-state) constraints on objects in refinements.
ObjectConstraintEditor(Frame, UIDomain) - Constructor for class ix.iview.ObjectConstraintEditor
Creates an editor for specifying object constraints.
ObjectConstraintEditor(Frame, UIRefinement) - Constructor for class ix.iview.ObjectConstraintEditor
Creates an editor for specifying object constraints within the given refinement.
ObjectCopier - Class in ix.util
Copies Objects.
ObjectCopier() - Constructor for class ix.util.ObjectCopier
Creates a copier that uses the default ClassSyntax.
ObjectCopier(ClassSyntax) - Constructor for class ix.util.ObjectCopier
Creates a copier that uses the specified ClassSyntax as a source for ClassDescrs.
objectFromControls() - Method in class ix.itest.SendPanel.ActivityControls
 
objectFromControls() - Method in class ix.itest.SendPanel.AnnotationControls
 
objectFromControls() - Method in class ix.itest.SendPanel.ChatMessageControls
 
objectFromControls() - Method in class ix.itest.SendPanel.ConstraintControls
 
objectFromControls() - Method in class ix.itest.SendPanel.IssueControls
 
objectFromControls() - Method in class ix.itest.SendPanel
Construct an object from the current state of the GUI.
objectFromControls() - Method in class ix.itest.SendPanel.ReportControls
 
objectFromControls() - Method in class ix.itest.SendPanel.SendControls
 
objectFromDocument(Document) - Static method in class ix.util.xml.XML
Converts a JDOM Document to an object using the default translator.
objectFromDocument(Document) - Method in class ix.util.xml.XMLTranslator
Converts a JDOM Document to an object.
objectFromElement(Element) - Static method in class ix.util.xml.XML
Converts a JDOM Element to an object using the default translator.
objectFromElement(Element) - Method in class ix.util.xml.XMLTranslator
Converts a JDOM Element to an object.
objectFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
objectFromFile(File) - Static method in class ix.util.xml.XML
Deprecated. As of I-X 3.3, use XML.readObject(String).
objectFromXML(String) - Static method in class ix.util.xml.XML
Converts a string of XML to an Object using the default translator.
objectFromXML(String) - Method in class ix.util.xml.XMLTranslator
Converts a string of XML to an object.
ObjectHash - Class in ix.util.lisp
Provides re-readable (within a JVM) names for objects.
ObjectHash() - Constructor for class ix.util.lisp.ObjectHash
 
objectHeader - Variable in class ix.ip2.ObjectView
 
ObjectManager - Interface in ix.iface.ui
An interface to provide access to an (ordered) set of objects.
ObjectMapper - Interface in ix.util.reflect
Provides methods for the principal ClassDescr cases when transforming an instance of the corresponding class.
objectNameGenerator - Variable in class ix.iplan.Slip
 
objectPatternDefinition(List) - Method in class ix.util.xml.RelaxNGSyntax
 
objectProperties - Variable in class ix.icore.domain.ObjectClass
 
objectProperties - Variable in class ix.iview.domain.UIObjectClass
A list of symbols that are property names.
ObjectProperty - Class in ix.icore.domain
 
ObjectProperty() - Constructor for class ix.icore.domain.ObjectProperty
 
ObjectProperty(Symbol, Symbol) - Constructor for class ix.icore.domain.ObjectProperty
 
ObjectProperty(Symbol, Symbol, ObjectProperty.Syntax) - Constructor for class ix.icore.domain.ObjectProperty
 
ObjectProperty.Syntax - Class in ix.icore.domain
 
ObjectProperty.Syntax() - Constructor for class ix.icore.domain.ObjectProperty.Syntax
 
objectRemoved(ObjectChangeEvent) - Method in interface ix.icore.event.IXObjectChangeListener
 
objects - Variable in class ix.ip2.ObjectView
 
objects - Variable in class ix.ip2.ObjectWhiteboard
 
objectsLinkedFrom(IXObject) - Method in class ix.test.CompendiumToIX
 
objectsLinkedFrom(IXObject, Class) - Method in class ix.test.CompendiumToIX
 
ObjectStreamConnection - Class in ix.util.ipc
A Connection that is used to send and receive serialized objects via a socket.
ObjectStreamConnection(Socket) - Constructor for class ix.util.ipc.ObjectStreamConnection
 
ObjectStreamConnection(Object, Socket) - Constructor for class ix.util.ipc.ObjectStreamConnection
 
objectTable - Variable in class ix.ip2.ObjectWorld
 
objectToColorMap - Variable in class ix.util.ColorGenerator
 
objectToDocument(Object) - Static method in class ix.util.xml.XML
Converts an object to a JDOM Document using the default translator.
objectToDocument(Object) - Method in class ix.util.xml.XMLTranslator
Converts an object to a JDOM Document.
objectToElement(Object) - Method in class ix.util.xml.XMLTranslator
Converts an object to a JDOM Element.
objectToHash - Variable in class ix.util.lisp.ObjectHash
 
objectToXMLString(Object) - Static method in class ix.util.xml.XML
Converts an object to a string of XML using the default translator.
objectToXMLString(Object) - Method in class ix.util.xml.XMLTranslator
Converts an object to a string of XML.
objectToXMLString(Object) - Method in class ix.util.xml.XMLTreeSendFrame.SubversiveTranslator
 
ObjectView - Class in ix.ip2
 
ObjectView() - Constructor for class ix.ip2.ObjectView
 
ObjectView.ValueParser - Class in ix.ip2
 
ObjectView.ValueParser() - Constructor for class ix.ip2.ObjectView.ValueParser
 
ObjectViewExtension - Class in ix.ip2
Adds an "Object Views" tool to an I-X Process Panel.
ObjectViewExtension(Ip2) - Constructor for class ix.ip2.ObjectViewExtension
 
ObjectVisitor - Interface in ix.util.reflect
Provides methods for the principal ClassDescr cases when visiting an instance of the corresponding class.
ObjectWalker - Class in ix.util
Walks objects.
ObjectWalker() - Constructor for class ix.util.ObjectWalker
Creates a walker that uses the default ClassSyntax.
ObjectWalker(ClassSyntax) - Constructor for class ix.util.ObjectWalker
Creates a walker that uses the specified ClassSyntax as a source for ClassDescrs.
ObjectWhiteboard - Class in ix.ip2
 
ObjectWhiteboard(Ip2) - Constructor for class ix.ip2.ObjectWhiteboard
Create a viewer for the indicated agent.
ObjectWhiteboard(Ip2, SortedMap) - Constructor for class ix.ip2.ObjectWhiteboard
Create a viewer for the indicated agent with references to any existing views.
ObjectWhiteboard.Fact - Class in ix.ip2
What we need to know about world-state entries ("facts").
ObjectWhiteboard.Fact(Object, ObjectProperty, Element) - Constructor for class ix.ip2.ObjectWhiteboard.Fact
 
ObjectWhiteboard.HtmlAnalyser - Class in ix.ip2
The variation on HtmlTableWalker used by the analyseHTML method.
ObjectWhiteboard.HtmlAnalyser(Map) - Constructor for class ix.ip2.ObjectWhiteboard.HtmlAnalyser
 
ObjectWhiteboard.NewRowDialog - Class in ix.ip2
A modal dialog that requests the information needed to create a new row in the table.
ObjectWhiteboard.NewRowDialog(Frame, String, ObjectView) - Constructor for class ix.ip2.ObjectWhiteboard.NewRowDialog
 
ObjectWhiteboard.ResetHook - Class in ix.ip2
 
ObjectWhiteboard.ResetHook() - Constructor for class ix.ip2.ObjectWhiteboard.ResetHook
 
ObjectWhiteboard.ViewHtmlStringWriter - Class in ix.ip2
The type of HtmlStringWriter used when constructing the HTML table that describes an ObjectView.
ObjectWhiteboard.ViewHtmlStringWriter() - Constructor for class ix.ip2.ObjectWhiteboard.ViewHtmlStringWriter
 
ObjectWhiteboard.WhiteboardFrame - Class in ix.ip2
An ObjectWhiteboard's GUI.
ObjectWhiteboard.WhiteboardFrame() - Constructor for class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
ObjectWhiteboard.WhiteboardFrame.WhiteboardEditorPane - Class in ix.ip2
 
ObjectWhiteboard.WhiteboardFrame.WhiteboardEditorPane() - Constructor for class ix.ip2.ObjectWhiteboard.WhiteboardFrame.WhiteboardEditorPane
 
ObjectWorld - Class in ix.ip2
Maintains an context-layered, object-oriented view of a world-state.
ObjectWorld() - Constructor for class ix.ip2.ObjectWorld
 
ObjectWorld(Map) - Constructor for class ix.ip2.ObjectWorld
 
obTable - Static variable in class ix.util.lisp.Symbol
The mapping from names to Symbols used to ensure that there is at most one symbol with any given name.
of - Variable in class ix.iscript.And
 
of - Variable in class ix.iscript.Or
 
of - Variable in class ix.iscript.Sequence
 
off() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.SyntaxComboBox
 
off() - Static method in class ix.util.Debug
Turns off debugging output except for exception-reporting.
offerVars(VarSpecifier, JTextComponent, List, Point, int) - Static method in class ix.iview.util.IVUtil
Offers the declared variables (if any) for completion, splices in selection (if any) NOTE: the "?"
okBut - Variable in class ix.iface.ui.JConstraintEditor
 
okBut - Variable in class ix.iface.ui.JSelectorDialog
 
okMissingSuccessor(PNodeEnd, PNodeEnd) - Method in class ix.iplan.PlanModelComparer
Decides whether it's ok for a node-end to be missing a successor in the copy.
oldData - Variable in class ix.ispace.event.ContactEvent
 
oldGBC - Variable in class ix.iface.ui.AbstractEditorPanel
 
OldLace - Static variable in class ix.iface.util.XColors
 
oldMin - Variable in class ix.iplan.TimePointNet.Change
 
oldName - Variable in class ix.icore.event.AgentNameEvent
 
OLDsetUIConstruct(UIObject) - Method in class ix.iview.AConstructFramePanel
Sets the given UI construct to be viewed/edited.
oldValue - Variable in class ix.iview.UndoManager.UndoNote
 
Olive - Static variable in class ix.iface.util.XColors
 
OliveDrab - Static variable in class ix.iface.util.XColors
 
omitImplAttributes - Variable in class ix.util.xml.XMLTranslator
 
on() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.SyntaxComboBox
 
on - Static variable in class ix.util.Debug
Global on/off control over the debugging output produced by the note and noteln methods.
on() - Static method in class ix.util.Debug
Turns on debugging output.
open - Variable in class ix.ip2.AgendaViewTable.Row
 
OPENC - Static variable in class ix.iface.ui.table.AbstractTreeTableModel
the character used to indicate an expanded node
openFile() - Method in class ix.iface.ui.JFrameMT
 
openFile(File) - Method in class ix.iface.ui.JFrameMT
Overwrite this with actual opening.
openForInput(URL) - Static method in class ix.util.lisp.Lisp
 
openForInput(String) - Static method in class ix.util.lisp.Lisp
 
OPENI - Static variable in class ix.iface.ui.table.AbstractTreeTableModel
 
openIcon - Variable in class ix.iface.ui.JFrameMT
 
openItem - Variable in class ix.iface.ui.JFrameMT
 
openOtherReportsActivity() - Method in class ix.ip2.ActivityAgenda
 
openURLReader(URL) - Static method in class ix.util.Util
Returns a Reader for the specified URL based on the InputStream and content charset obtained by opening a connection to the URL.
OPlanPSGraph - Class in ix.test
Converts a Plan to a format that can be understood by etc/psgraph-ix-plan.
OPlanPSGraph() - Constructor for class ix.test.OPlanPSGraph
 
option - Variable in class ix.iplan.ChecksimPlanEvaluation
 
option - Variable in class ix.iplan.event.OptionEvent
 
optionAdded(OptionEvent) - Method in class ix.iplan.event.AbstractOptionListener
 
optionAdded(OptionEvent) - Method in interface ix.iplan.event.OptionListener
 
optionAdded(OptionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
optionAdded(OptionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
optionAdded(OptionEvent) - Method in class ix.iplan.OptionUI
 
OPTIONAL - Static variable in class ix.util.match.SimpleMatcher
 
optionalPattern(Element) - Method in class ix.util.xml.RelaxNGSyntax
 
optionContentsChanged(OptionEvent, EventObject) - Method in class ix.ip2.IVarTool.OptListener
 
optionContentsChanged(OptionEvent, EventObject) - Method in class ix.iplan.event.AbstractOptionListener
 
optionContentsChanged(OptionEvent, EventObject) - Method in interface ix.iplan.event.OptionListener
 
optionContentsChanged(OptionEvent, EventObject) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
optionContentsChanged(OptionEvent, EventObject) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
optionContentsChanged(OptionEvent, EventObject) - Method in class ix.iplan.IPlanTool.OptListener
 
optionContentsChanged(OptionEvent, EventObject) - Method in class ix.iplan.OptionUI
 
optionDeleted(OptionEvent) - Method in class ix.iplan.event.AbstractOptionListener
 
optionDeleted(OptionEvent) - Method in interface ix.iplan.event.OptionListener
 
optionDeleted(OptionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
optionDeleted(OptionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
optionDeleted(OptionEvent) - Method in class ix.iplan.OptionUI
 
OptionEvent - Class in ix.iplan.event
 
OptionEvent(IPlanOptionManager, IPlanOptionManager.Opt) - Constructor for class ix.iplan.event.OptionEvent
 
optionForInput - Variable in class ix.iplan.IPlanOptionManager
 
optionLabel - Variable in class ix.ip2.NewIp2Frame
 
OptionListener - Interface in ix.iplan.event
 
optionListeners - Variable in class ix.iplan.IPlanOptionManager
 
optionManager - Variable in class ix.ip2.Ip2
 
optionMatrix - Variable in class ix.iplan.IPlanOptionTool
 
optionMenu - Variable in class ix.iplan.OptionUI
 
optionNameIsAvailable(String) - Method in class ix.iplan.IPlanOptionManager
 
optionRenamed(OptionEvent, String) - Method in class ix.ip2.IVarTool.OptListener
 
optionRenamed(OptionEvent, String) - Method in class ix.iplan.event.AbstractOptionListener
 
optionRenamed(OptionEvent, String) - Method in interface ix.iplan.event.OptionListener
 
optionRenamed(OptionEvent, String) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
optionRenamed(OptionEvent, String) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
optionRenamed(OptionEvent, String) - Method in class ix.iplan.IPlanTool.OptListener
 
optionRenamed(OptionEvent, String) - Method in class ix.iplan.OptionUI
 
options - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
optionSet(OptionEvent) - Method in class ix.ip2.IVarTool.OptListener
 
optionSet(OptionEvent) - Method in class ix.iplan.event.AbstractOptionListener
 
optionSet(OptionEvent) - Method in interface ix.iplan.event.OptionListener
 
optionSet(OptionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
optionSet(OptionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
optionSet(OptionEvent) - Method in class ix.iplan.IPlanTool.OptListener
 
optionSet(OptionEvent) - Method in class ix.iplan.OptionUI
 
optionsMenu - Variable in class ix.iface.ui.JFrameMT
 
optionTree - Variable in class ix.iplan.IPlanOptionTool
 
optionUI - Variable in class ix.ip2.NewIp2Frame
 
optionUI - Variable in class ix.iplan.IPlanOptionTool.OptionToolFrame
 
OptionUI - Class in ix.iplan
 
OptionUI(IPlanOptionManager, JFrame) - Constructor for class ix.iplan.OptionUI
 
optMan - Variable in class ix.ip2.SyncState
 
optMan - Variable in class ix.iplan.IPlanOptionTool
 
optMan - Variable in class ix.iplan.OptionUI
 
Or - Class in ix.iscript
 
Or() - Constructor for class ix.iscript.Or
 
Orange - Static variable in class ix.iface.util.XColors
 
OrangeRed - Static variable in class ix.iface.util.XColors
 
Orchid - Static variable in class ix.iface.util.XColors
 
Ordering - Class in ix.icore.domain
A probably temporary representation of temporal "before" constraints.
Ordering() - Constructor for class ix.icore.domain.Ordering
 
Ordering(NodeEndRef, NodeEndRef) - Constructor for class ix.icore.domain.Ordering
 
orderingEditor - Variable in class ix.iview.ActionEditorPanel
An editor for temporal relations
orderingEditor - Variable in class ix.iview.DomainEditorFrame
 
OrderingEditor - Class in ix.iview
An editor for specifying temporal relations between time points in refinements.
OrderingEditor(Frame) - Constructor for class ix.iview.OrderingEditor
Creates an editor for specifying time point relations.
OrderingEditor(Frame, UIRefinement) - Constructor for class ix.iview.OrderingEditor
Creates an editor for specifying time point relations within the given refinement.
OrderingNotationTest - Class in ix.test
 
OrderingNotationTest() - Constructor for class ix.test.OrderingNotationTest
 
orderings - Variable in class ix.icore.domain.Refinement
 
orderings - Variable in class ix.iview.domain.UIRefinement
 
orderingsAreSequential(LList, LList) - Static method in class ix.iview.ActionEditorPanel
Checks whether the orderings are a sequence of the nodes.
orderingsAreSequential() - Method in class ix.iview.domain.UIRefinement
Checks whether the orderings are a sequence of the nodes.
orderingsAreSequential(Collection) - Method in class ix.iview.domain.UIRefinement
 
orderingsAreSequential(List, List) - Static method in class ix.iview.SimpleDomainEditor
 
orderingToList(Ordering) - Method in class ix.test.OPlanPSGraph
 
OrderingVisitor - Interface in ix.icore.plan.inspect
 
ordOther - Variable in class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
ordParallel - Variable in class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
ordSequential - Variable in class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
orientation - Variable in class ix.iface.ui.IXButPanel
 
original - Variable in class ix.iface.ui.JConstraintEditor
 
originalMM - Variable in class ix.iplan.PlanModelComparer
 
originals - Variable in class ix.iface.ui.AbstractSetEditor
original to copy map; note that new Objects do *not* appear
otherB - Static variable in class ix.iview.MiniConstraintPanel
 
otherConstraints - Variable in class ix.iface.domain.LTF_Parser
 
otherConstraints - Variable in class ix.ip2.Ip2ModelManager
 
otherEdBut - Variable in class ix.iview.DeclarationEditor
 
otherNodeConstraints - Variable in class ix.ip2.Ip2ModelManager
 
otherStats - Variable in class ix.iplan.SlipStats
 
ourName - Variable in class ix.applet.AppletCommunicationStrategy.ReceiveThread
 
ourName - Variable in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
out - Variable in class ix.icore.log.PrintEventLog
 
out - Variable in class ix.iface.domain.LTF_Writer
 
out(String) - Method in class ix.iface.domain.LTF_Writer
 
out(Object) - Method in class ix.iface.domain.LTF_Writer
 
out(int, String) - Method in class ix.iface.domain.LTF_Writer
 
out(int, Object) - Method in class ix.iface.domain.LTF_Writer
 
out - Variable in class ix.iface.plan.HtmlPlanWriter
 
out(String) - Method in class ix.iface.plan.HtmlPlanWriter
 
out(Object) - Method in class ix.iface.plan.HtmlPlanWriter
 
out - Variable in class ix.iface.plan.TextPlanWriter
 
out(String) - Method in class ix.iface.plan.TextPlanWriter
 
out(Object) - Method in class ix.iface.plan.TextPlanWriter
 
out - Variable in class ix.iface.util.HtmlDescriber
 
out - Variable in class ix.iface.util.HtmlWriter
 
out - Variable in class ix.test.PlanBuilderTest
 
OUT - Static variable in class ix.util.context.LLQueue
 
out - Static variable in class ix.util.Debug
The output destination used by note and noteln.
out - Variable in class ix.util.ipc.ObjectStreamConnection
 
outAcrossNode(AcrossNode) - Method in class ix.iface.domain.LTF_Writer
 
outActivities(Plan) - Method in class ix.iface.plan.HtmlPlanWriter
 
outActivities(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
outActivitiesInFull(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
outAnnotations(Annotations) - Method in class ix.iface.domain.LTF_Writer
 
outAnnotations(Annotations) - Method in class ix.iface.domain.TF_Writer
 
outAnnotations(Plan) - Method in class ix.iface.plan.HtmlPlanWriter
 
outAnnotations(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
outAnnotationValue(Object) - Method in class ix.iface.domain.LTF_Writer
 
outAtNodeEnd(AtNodeEnd) - Method in class ix.iface.domain.LTF_Writer
 
outBigSeparator() - Method in class ix.iface.domain.LTF_Writer
 
outBigSeparator() - Method in class ix.iface.domain.TF_Writer
 
outClauseFinish() - Method in class ix.iface.domain.LTF_Writer
 
outClauseFinish() - Method in class ix.iface.domain.TF_Writer
 
outClauseStart(String) - Method in class ix.iface.domain.LTF_Writer
 
outClauseStart(String) - Method in class ix.iface.domain.TF_Writer
 
outComments(String) - Method in class ix.iface.domain.LTF_Writer
 
outComments(String) - Method in class ix.iface.domain.TF_Writer
 
outConstraint(Constraint) - Method in class ix.iface.domain.LTF_Writer
 
outConstraint(Constraint) - Method in class ix.iface.domain.TF_Writer
 
outConstraintParameter(Object) - Method in class ix.iface.domain.LTF_Writer
 
outConstraintRange(ConstraintRange) - Method in class ix.iface.domain.LTF_Writer
 
outConstraints(List) - Method in class ix.iface.domain.LTF_Writer
 
outConstraints(List) - Method in class ix.iface.domain.TF_Writer
 
outDist(Object, Object, Object) - Method in class ix.test.MakeDistanceTable
 
outDomain(Domain) - Method in class ix.iface.domain.LTF_Writer
 
outDomainAnnotation(Object, Object) - Method in class ix.iface.domain.LTF_Writer
 
outDomainAnnotation(Object, Object) - Method in class ix.iface.domain.TF_Writer
 
outDomainHeader(Domain) - Method in class ix.iface.domain.LTF_Writer
 
outDomainHeader(Domain) - Method in class ix.iface.domain.TF_Writer
 
outDuration(Object) - Method in class ix.iface.domain.LTF_Writer
 
outIssue(Issue) - Method in class ix.iface.domain.LTF_Writer
 
outIssue(Issue) - Method in class ix.iface.domain.TF_Writer
 
outIssues(List) - Method in class ix.iface.domain.LTF_Writer
 
outIssues(List) - Method in class ix.iface.domain.TF_Writer
 
outIssues(Plan) - Method in class ix.iface.plan.HtmlPlanWriter
 
outIssues(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
outln(String) - Method in class ix.iface.domain.LTF_Writer
 
outln(String) - Method in class ix.iface.plan.HtmlPlanWriter
 
outln(String) - Method in class ix.iface.plan.TextPlanWriter
 
outMap(int, Map) - Method in class ix.iface.domain.LTF_Writer
 
outMap(Map) - Method in class ix.iface.plan.TextPlanWriter
 
outNode(NodeSpec) - Method in class ix.iface.domain.LTF_Writer
 
outNode(NodeSpec) - Method in class ix.iface.domain.TF_Writer
 
outNodeEndRef(NodeEndRef, End) - Method in class ix.iface.domain.LTF_Writer
 
outNodeEndRef(NodeEndRef) - Method in class ix.iface.domain.TF_Writer
 
outNodes(List) - Method in class ix.iface.domain.LTF_Writer
 
outObject(int, Object) - Method in class ix.iface.domain.LTF_Writer
 
outObjectClass(ObjectClass) - Method in class ix.iface.domain.LTF_Writer
 
outObjectClass(ObjectClass) - Method in class ix.iface.domain.TF_Writer
 
outOrdering(Ordering) - Method in class ix.iface.domain.LTF_Writer
 
outOrdering(Ordering) - Method in class ix.iface.domain.TF_Writer
 
outOrderings(List) - Method in class ix.iface.domain.LTF_Writer
 
outPlan(Plan) - Method in class ix.iface.plan.HtmlPlanWriter
 
outPlan(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
Output - Class in ix.icore.plan
 
Output() - Constructor for class ix.icore.plan.Output
 
Output(Symbol, Symbol, Symbol) - Constructor for class ix.icore.plan.Output
 
outputDirecoryFile - Variable in class ix.test.FilePlanner
 
outputDirecoryName - Variable in class ix.test.FilePlanner
 
outputDistance(Map, Object, Object) - Method in class ix.test.MakeDistanceTable
 
outputFile - Variable in class ix.iface.plan.HtmlPlanWriter
 
outputFile - Variable in class ix.iface.plan.TextPlanWriter
 
outputFileType - Variable in class ix.test.FilePlanner
 
outputObjectClass - Variable in class ix.util.xml.XMLSaver
 
outputOwlSPlan() - Method in class ix.iplan.PlannerBase
 
outputPins - Variable in class ix.iview.igraph.ExpansionModel.NodeComponent
 
outputPlan() - Method in class ix.iplan.PlannerBase
 
outputPlan(Plan) - Method in class ix.test.FilePlanner
 
outputPlanForOPlan(Plan, String) - Method in class ix.test.OPlanPSGraph
 
outputPlanForOPlan(Plan, PrintStream) - Method in class ix.test.OPlanPSGraph
 
outputPlanPSGraphData(Plan) - Method in class ix.iplan.PlannerBase
 
outputTable(Map) - Method in class ix.test.MakeDistanceTable
 
outputTableView(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
outputter - Variable in class ix.icore.log.EventLogger
 
outputter - Static variable in class ix.iscript.Expression
 
outputter - Variable in class ix.util.xml.XMLTranslator
 
outputTimeline(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
outPV(PatternAssignment) - Method in class ix.iface.domain.LTF_Writer
 
outRefinement(Refinement) - Method in class ix.iface.domain.LTF_Writer
 
outRefinementClose() - Method in class ix.iface.domain.LTF_Writer
 
outRefinementClose() - Method in class ix.iface.domain.TF_Writer
 
outRefinementHeader(Refinement) - Method in class ix.iface.domain.LTF_Writer
 
outRefinementHeader(Refinement) - Method in class ix.iface.domain.TF_Writer
 
outSmallSeparator() - Method in class ix.iface.domain.LTF_Writer
 
outSmallSeparator() - Method in class ix.iface.domain.TF_Writer
 
outTag(String) - Method in class ix.iface.plan.HtmlPlanWriter
 
outTag(String, String) - Method in class ix.iface.plan.HtmlPlanWriter
 
outTaskItem(TaskItem) - Method in class ix.iface.plan.HtmlPlanWriter
 
outTaskItem(TaskItem) - Method in class ix.iface.plan.TextPlanWriter.TIVisitor
 
outTextBlock(int, String) - Method in class ix.iface.plan.TextPlanWriter
 
outTimeWindow(TimeWindow) - Method in class ix.iface.domain.LTF_Writer
 
outTitle(String) - Method in class ix.iface.plan.TextPlanWriter
 
outVarDcls(List) - Method in class ix.iface.domain.LTF_Writer
 
outVarDcls(List) - Method in class ix.iface.domain.TF_Writer
 
outWorldState(Plan) - Method in class ix.iface.plan.HtmlPlanWriter
 
outWorldState(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
over - Variable in class ix.util.lisp.Interpreter.VarRef
 
OVERWRITE - Static variable in class ix.iface.ui.AbstractSetEditor
 
owner - Variable in class ix.isim.ISimTimer
the IXAgent to which this timer belongs
ownerKey - Variable in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
ownerName - Variable in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 

P

packageName() - Method in class ix.util.reflect.ClassFinder.Import
 
PaleGoldenRod - Static variable in class ix.iface.util.XColors
 
PaleGreen - Static variable in class ix.iface.util.XColors
 
PaleTurquoise - Static variable in class ix.iface.util.XColors
 
PaleVioletRed - Static variable in class ix.iface.util.XColors
 
PanelController - Class in ix.ip2
Controller for process and other, similar panels.
PanelController(Ip2) - Constructor for class ix.ip2.PanelController
 
PanelFrame - Class in ix.ip2
The main frame of an I-X panel user interface.
PanelFrame(IXAgent) - Constructor for class ix.ip2.PanelFrame
 
panelNamesCB - Variable in class ix.iface.ui.CardPanel
 
PanelSearcher - Class in ix.iview
A class for panel-specific search.
PanelSearcher(AConstructFramePanel, ListCellRenderer) - Constructor for class ix.iview.PanelSearcher
 
PanelSearcher(AConstructFramePanel) - Constructor for class ix.iview.PanelSearcher
 
PanelSearcher(AConstructFramePanel, List) - Constructor for class ix.iview.PanelSearcher
 
PanelTest - Class in ix.ip2.test
A specification of a test that can be selected from a panel's "Test" menu.
PanelTest() - Constructor for class ix.ip2.test.PanelTest
 
PanelTest.SendingThread - Class in ix.ip2.test
Stoppable thread for sending a series of messages.
PanelTest.SendingThread(PanelTest.TestSequenceListener, List) - Constructor for class ix.ip2.test.PanelTest.SendingThread
 
PanelTest.TestItemListener - Class in ix.ip2.test
ActionListener for AbstractButtons that sends a message.
PanelTest.TestItemListener(TestItem) - Constructor for class ix.ip2.test.PanelTest.TestItemListener
 
PanelTest.TestSequenceListener - Class in ix.ip2.test
ActionListener for AbstractButtons that send a sequence of messages or a single message after a delay.
PanelTest.TestSequenceListener(String, List) - Constructor for class ix.ip2.test.PanelTest.TestSequenceListener
 
PapayaWhip - Static variable in class ix.iface.util.XColors
 
parallelB - Static variable in class ix.iview.MiniConstraintPanel
 
parallelItem - Variable in class ix.iview.DomainEditorFrame
 
parallelMightSatisfy(PatternAssignment, long) - Method in class ix.iplan.SlipAchieveConds
 
ParameterException - Exception in ix.util
Thrown when there is a problem regarding parameters.
ParameterException() - Constructor for exception ix.util.ParameterException
 
ParameterException(String) - Constructor for exception ix.util.ParameterException
 
ParameterizedCommStrategy - Interface in ix.util.ipc
A communication strategy that can be given parameters that are usually the names of other communication strategies or communication strategy expressions.
parameters - Variable in class ix.icore.domain.Constraint
 
parameters - Variable in class ix.iscript.Lambda
 
parameters - Variable in class ix.util.AgentLauncher
 
Parameters - Class in ix.util
The Parameters class contains methods that allow information from application command-line arguments and from Applet parameters to be used in a uniform way.
Parameters() - Constructor for class ix.util.Parameters
 
Parameters.AccessRecordingProperties - Class in ix.util
 
Parameters.AccessRecordingProperties() - Constructor for class ix.util.Parameters.AccessRecordingProperties
 
paramLayout - Variable in class ix.isim.StartSimDialog
 
paramPanel - Variable in class ix.isim.StartSimDialog
 
parenSyntax(LList) - Method in class ix.test.MatchStateHandler
Parser for pattern = value pairs with each pattern in parens.
parent - Variable in class ix.icore.process.PNode
 
parent - Variable in class ix.iface.ui.IFormPanel
 
parent - Variable in class ix.isim.util.LongKeyTreeMap.Entry
 
parent - Variable in class ix.iview.AConstructEditorPanel
 
parent - Variable in class ix.iview.AConstructFramePanel
The panels parent - a DomainEditor
parent - Variable in class ix.iview.ActionFormPanel
 
parent - Variable in class ix.iview.igraph.GExpansionEditor
 
parent - Variable in class ix.util.context.Context
This context's parent context.
parentLine - Variable in class ix.iface.ui.table.IXTreeTableNode
 
parentName(String) - Method in class ix.iplan.IPlanOptionManager
 
parse(LList) - Method in interface ix.util.lisp.LispInterpreter.Parser
 
parse(String) - Static method in class ix.util.PatternParser
 
parseAnd(And) - Method in class ix.iscript.IScriptParser
 
parseAssignment(Assignment) - Method in class ix.iscript.IScriptParser
 
parseAttribute(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
parseBody(LList) - Method in class ix.util.lisp.LispInterpreter.Syntax
 
parseCall(Call) - Method in class ix.iscript.IScriptParser
 
parseConstraint(Object) - Method in class ix.iface.domain.LTF_Parser
 
parseConstraint(String) - Method in class ix.iface.plan.InitLoader
 
parseDateTime(String) - Method in class ix.util.ISODateFormat
 
parseDocRoot(String, String) - Method in class ix.util.http.HttpServer
Interprets the 'spec' as docRoot[:docPath] and tells this server to serve files from the tree below docRoot and to use /docPath in the corresponding URLs.
parseExpression(String) - Method in class ix.iscript.IScriptParser
 
parseExpression(Expression) - Method in class ix.iscript.IScriptParser
 
parseForm(Object) - Method in class ix.util.lisp.LispInterpreter
 
parseHashName(String) - Static method in class ix.util.lisp.Lisp
 
parseHashName(String) - Method in class ix.util.lisp.ObjectHash
The inverse of ObjectHash.hashName(Object).
parseIf(If) - Method in class ix.iscript.IScriptParser
 
parseISOString(String) - Method in class ix.util.Duration
Fills in fields in this duration by parsing a string that is written in the subset of ISO 8601 notation that is supported by this class.
parseIssues(UIDomain, String) - Static method in class ix.iview.domain.UIRefinement
Builds a LList of nodes from a string that contains node descriptions.
parseLambda(Lambda) - Method in class ix.iscript.IScriptParser
 
parseLet(Let) - Method in class ix.iscript.IScriptParser
 
parseList(ListOfExpression) - Method in class ix.iscript.IScriptParser
 
parseList(List) - Method in class ix.util.lisp.LispInterpreter
 
parseLiteral(Literal) - Method in class ix.iscript.IScriptParser
 
parseNamespaceSpec(String) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
parseNodes(UIDomain, String) - Static method in class ix.iview.domain.UIRefinement
Builds a LList of nodes from a string that contains node descriptions.
parseNodes(String) - Static method in class ix.iview.SimpleDomainEditor
 
parseOr(Or) - Method in class ix.iscript.IScriptParser
 
parsePattern(String) - Method in class ix.util.PatternParser.LispPatternParser
 
parsePattern(String) - Method in interface ix.util.PatternParser.Parser
 
parser - Variable in class ix.iface.domain.DomainParser.DomainParserWrapper
 
parser - Variable in class ix.ip2.ObjectView
 
parser - Variable in class ix.iscript.IScriptInterpreter
 
parser - Static variable in class ix.iscript.IScriptXmlSource
 
parser - Static variable in class ix.test.xml.LispSourceText
 
parseRefinement() - Method in class ix.iface.domain.ChecklistParser
Parses the next top-level refinement and any indented within it.
parsers - Variable in class ix.iface.domain.LTF_Parser
 
parserTable - Variable in class ix.util.lisp.LispInterpreter
 
parseSequence(Sequence) - Method in class ix.iscript.IScriptParser
 
parseSource() - Method in interface ix.iscript.IScriptSource
Converts the source code into the tree representation used by Interpreters.
parseSource() - Method in class ix.iscript.IScriptXmlSource
 
parseSource() - Method in class ix.test.xml.LispSourceText
 
parseTowers(String) - Method in class ix.test.BlockStacker
 
parseValue(String) - Method in class ix.iface.plan.InitLoader
 
parseVarRef(VarRef) - Method in class ix.iscript.IScriptParser
 
parseWhile(While) - Method in class ix.iscript.IScriptParser
 
parseXML(String) - Static method in class ix.util.xml.XML
Converts a String of XML to a JDOM Document.
parseXML(File) - Static method in class ix.util.xml.XML
Converts a File of XML to a JDOM Document.
parseXML(URL) - Static method in class ix.util.xml.XML
Converts XML from a URL to a JDOM Document.
password - Variable in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
password - Variable in class ix.iserve.ipc.MessageWrapper
 
pasteIcon - Variable in class ix.iface.ui.JFrameMT
 
pasteItem - Variable in class ix.iface.ui.JFrameMT
 
pasteNode(EditableTree, IXTreeNode, IXTreeNode, boolean) - Method in class ix.iface.ui.tree.TreeTransferHandler
Pastes the node into the tree if it was copied.
path - Variable in class ix.iface.ui.tree.EditableTree
 
pattern - Variable in class ix.examples.SimResource.Constraint
 
pattern - Variable in class ix.icore.domain.NodeSpec
 
pattern - Variable in class ix.icore.domain.PatternAssignment
 
pattern - Variable in class ix.icore.domain.Refinement
 
pattern - Variable in class ix.icore.TaskItem
 
pattern - Variable in class ix.ip2.log.ItemHandledEvent
 
pattern - Variable in class ix.ip2.ObjectWhiteboard.Fact
 
pattern - Variable in class ix.iplan.IPlanWorldStateManager.Fact
 
pattern - Variable in class ix.iview.domain.UIRefinement
 
pattern(String) - Method in class ix.test.BlockStacker
 
pattern - Variable in class ix.util.match.MatchCase
An object to match against.
PATTERN_COL - Variable in class ix.iview.table.ActionTreeTableModel
 
PatternAssignment - Class in ix.icore.domain
 
PatternAssignment() - Constructor for class ix.icore.domain.PatternAssignment
 
PatternAssignment(LList, Object) - Constructor for class ix.icore.domain.PatternAssignment
 
PatternAssignment(LList) - Constructor for class ix.icore.domain.PatternAssignment
Construct a PatternAssignment in which the value is the Symbol named "true".
PatternAssignment(Map.Entry) - Constructor for class ix.icore.domain.PatternAssignment
 
patternDescription(LList) - Static method in class ix.iface.util.Reporting
 
patternField - Variable in class ix.iview.PanelSearcher
 
patternForDomain(List) - Method in class ix.icore.plan.PlanAsDomain
 
patternForPlan(List) - Method in class ix.icore.plan.DomainAsPlan
 
patternFromCompendiumNode(Element) - Method in class ix.test.CompendiumToIX
 
patternFromText(String) - Method in class ix.test.CompendiumToIX
Converts text taken from a Compendium label to an I-X pattern.
patternName(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
PatternParser - Class in ix.util
A simple framework for conversion in both directions between LList and String representations of pattern "sentences".
PatternParser() - Constructor for class ix.util.PatternParser
 
PatternParser.LispPatternParser - Class in ix.util
A parser that uses a Lisp-like syntax.
PatternParser.LispPatternParser() - Constructor for class ix.util.PatternParser.LispPatternParser
 
PatternParser.Parser - Interface in ix.util
 
patternPattern - Variable in class ix.test.xml.WorldStateView.Filter
 
Patterns - Class in ix.util
A class for pattern-related utilities.
patternSentence(PNode) - Method in class ix.iface.plan.TextPlanWriter
 
patternSentence(TaskItem) - Method in class ix.iface.plan.TextPlanWriter.TIVisitor
 
patternText - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
patternToFactMap - Variable in class ix.iplan.IPlanWorldStateManager
 
patternVars - Variable in class ix.icore.TaskItem
 
PAUSE - Variable in class ix.isim.ISimTimer
 
pause() - Method in class ix.isim.ISimTimer
This function pauses this simulation timer, be it a Server or Client.
pause() - Method in class ix.isim.ISimTimerServer
 
pauseMenuItem - Variable in class ix.isim.ISimEventsFrame
 
pauseMenuItem_actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame
 
pauseSimulation() - Method in class ix.isim.ISimEngine
 
PeachPuff - Static variable in class ix.iface.util.XColors
 
PEER - Static variable in class ix.ispace.AgentRelationship
 
PerformAsActivityHandler - Class in ix.ip2
Generates a HandlerAction that removes an issue and adds a corresponding activity.
PerformAsActivityHandler(Ip2) - Constructor for class ix.ip2.PerformAsActivityHandler
 
permute() - Method in class ix.util.lisp.LList
 
Peru - Static variable in class ix.iface.util.XColors
 
phaseOne(Document) - Method in class ix.test.CompendiumToIX
Phase 1 -- convert from Compendium XML to I-X objects.
phaseTwo() - Method in class ix.test.CompendiumToIX
Phase 2 -- build the plan
pickAlternative(Object) - Method in class ix.iplan.Slip
 
pickAlternativesDepthFirst - Variable in class ix.iplan.Slip
 
pickNewNamespaceColor(Namespace) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
PicoISim - Class in ix.examples
A simple example using an I-X framework.
PicoISim() - Constructor for class ix.examples.PicoISim
 
PicoISim.IX_Simulator - Class in ix.examples
An IX_System for discrete event simulation.
PicoISim.IX_Simulator() - Constructor for class ix.examples.PicoISim.IX_Simulator
 
PicoISim.IX_Simulator(PicoIX.Controller, PicoIX.ModelManager) - Constructor for class ix.examples.PicoISim.IX_Simulator
 
PicoISim.SimController - Class in ix.examples
The controller for a simulator handles an agenda of simulated events as well as the agenda of activities that the simulator addresses as an agent.
PicoISim.SimController() - Constructor for class ix.examples.PicoISim.SimController
 
PicoISim.SimController(PicoIX.IX_System) - Constructor for class ix.examples.PicoISim.SimController
 
PicoISim.SimEvent - Class in ix.examples
Activities that represent scheduled events in the simulation.
PicoISim.SimEvent(Object, Object, long) - Constructor for class ix.examples.PicoISim.SimEvent
 
PicoISim.SimEventHandler - Class in ix.examples
Handlers for SimEvents.
PicoISim.SimEventHandler(Object) - Constructor for class ix.examples.PicoISim.SimEventHandler
 
PicoISimTest1 - Class in ix.examples
A simple example using an I-X framework.
PicoISimTest1() - Constructor for class ix.examples.PicoISimTest1
 
PicoISimTest2 - Class in ix.examples
A simple example using an I-X framework.
PicoISimTest2() - Constructor for class ix.examples.PicoISimTest2
 
PicoISimTest2.TestSimController - Class in ix.examples
 
PicoISimTest2.TestSimController() - Constructor for class ix.examples.PicoISimTest2.TestSimController
 
PicoISimTest2.TestSimulator - Class in ix.examples
 
PicoISimTest2.TestSimulator() - Constructor for class ix.examples.PicoISimTest2.TestSimulator
 
PicoISimTest3 - Class in ix.examples
A simple example using an I-X framework.
PicoISimTest3() - Constructor for class ix.examples.PicoISimTest3
 
PicoISimTest3.ResourceEvent - Class in ix.examples
 
PicoISimTest3.ResourceEvent(SimResource.Constraint, long) - Constructor for class ix.examples.PicoISimTest3.ResourceEvent
 
PicoISimTest3.ResourceEventHandler - Class in ix.examples
 
PicoISimTest3.ResourceEventHandler(Symbol) - Constructor for class ix.examples.PicoISimTest3.ResourceEventHandler
 
PicoIX - Class in ix.examples
A simple example of an I-X framework.
PicoIX() - Constructor for class ix.examples.PicoIX
 
PicoIX.Activity - Class in ix.examples
Our activities contain a verb and an object.
PicoIX.Activity(Object, Object) - Constructor for class ix.examples.PicoIX.Activity
 
PicoIX.Activity(Object) - Constructor for class ix.examples.PicoIX.Activity
 
PicoIX.ActivityHandler - Class in ix.examples
A class that provides some basic structure, and some support methods, for activity handlers.
PicoIX.ActivityHandler(Object) - Constructor for class ix.examples.PicoIX.ActivityHandler
 
PicoIX.Constraint - Class in ix.examples
A simple, generic structure for constraints.
PicoIX.Constraint(Object) - Constructor for class ix.examples.PicoIX.Constraint
 
PicoIX.ConstraintManager - Class in ix.examples
A class that provides some basic structure, and some support methods, for constraint managers.
PicoIX.ConstraintManager(Object) - Constructor for class ix.examples.PicoIX.ConstraintManager
 
PicoIX.Controller - Class in ix.examples
A very simple controller.
PicoIX.Controller() - Constructor for class ix.examples.PicoIX.Controller
 
PicoIX.Controller(PicoIX.IX_System) - Constructor for class ix.examples.PicoIX.Controller
 
PicoIX.IX_System - Class in ix.examples
A simple I-X entity with its own thread.
PicoIX.IX_System() - Constructor for class ix.examples.PicoIX.IX_System
 
PicoIX.IX_System(PicoIX.Controller, PicoIX.ModelManager) - Constructor for class ix.examples.PicoIX.IX_System
 
PicoIX.IX_SystemListener - Class in ix.examples
Information is sent out via a listener.
PicoIX.IX_SystemListener() - Constructor for class ix.examples.PicoIX.IX_SystemListener
 
PicoIX.ModelManager - Class in ix.examples
A simple constraint model.
PicoIX.ModelManager() - Constructor for class ix.examples.PicoIX.ModelManager
 
PicoIX.ModelManager(PicoIX.IX_System) - Constructor for class ix.examples.PicoIX.ModelManager
 
PicoIXTest1 - Class in ix.examples
A simple example using an I-X framework.
PicoIXTest1() - Constructor for class ix.examples.PicoIXTest1
 
PicoIXTest1.PIX - Class in ix.examples
 
PicoIXTest1.PIX() - Constructor for class ix.examples.PicoIXTest1.PIX
 
PicoIXTest2 - Class in ix.examples
A simple example using an I-X framework.
PicoIXTest2() - Constructor for class ix.examples.PicoIXTest2
 
PicoIXTest2.TestActivityHandler - Class in ix.examples
ActivityHandlers that can use pushActivity().
PicoIXTest2.TestActivityHandler(Object) - Constructor for class ix.examples.PicoIXTest2.TestActivityHandler
 
PicoIXTest2.TestController - Class in ix.examples
A Controller that supports pushActivity().
PicoIXTest2.TestController() - Constructor for class ix.examples.PicoIXTest2.TestController
 
Pink - Static variable in class ix.iface.util.XColors
 
placement - Variable in class ix.ip2.ActivityInsertionEditor
 
placeToolbarButton(JButton, int) - Method in class ix.iface.ui.JFrameMT
 
placeTypes - Variable in class ix.test.MakeDistanceTable
 
PlainContextHolder - Class in ix.util.context
A "final" version of BasicContextHolder.
PlainContextHolder() - Constructor for class ix.util.context.PlainContextHolder
 
PlainContextHolder(Context) - Constructor for class ix.util.context.PlainContextHolder
 
PlainIp2 - Class in ix.test
An I-P2 without a GUI.
PlainIp2() - Constructor for class ix.test.PlainIp2
 
PlainIp2(boolean) - Constructor for class ix.test.PlainIp2
 
plan - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
plan - Variable in class ix.icore.plan.inspect.PlanInspector
 
Plan - Class in ix.icore.plan
Represents a plan in a form that can be converted to XML, etc.
Plan() - Constructor for class ix.icore.plan.Plan
 
plan - Variable in class ix.ip2.LoadPlanFrame
 
plan - Variable in class ix.ip2.PlanInstaller
 
plan - Variable in class ix.ip2.PlanMaker
 
plan - Variable in class ix.iplan.FilteredPlanner
 
plan() - Method in class ix.iplan.FilteredPlanner
 
plan - Variable in class ix.iplan.IPlanOptionManager.Opt
 
plan() - Method in class ix.iplan.IPlanOptionManager.Opt
 
plan() - Method in class ix.iplan.IPlanOptionManager
 
plan(Plan) - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
plan() - Method in interface ix.iplan.Planner
Finds a plan that is a completion of this planner's current plan and makes it the new current plan.
plan() - Method in class ix.iplan.PlannerBase
 
plan() - Method in class ix.iplan.Slip
 
plan() - Method in class ix.iplan.Thatcher
 
PlanAsDomain - Class in ix.icore.plan
A plan represented as a domain.
PlanAsDomain() - Constructor for class ix.icore.plan.PlanAsDomain
 
PlanAsDomain(Plan) - Constructor for class ix.icore.plan.PlanAsDomain
 
PlanAsDomain.PlanWalker - Class in ix.icore.plan
 
PlanAsDomain.PlanWalker() - Constructor for class ix.icore.plan.PlanAsDomain.PlanWalker
 
PlanBuilder - Interface in ix.icore.plan.build
Constructs a plan piece by piece.
PlanBuilderTest - Class in ix.test
Constructs a plan and outputs it in XML.
PlanBuilderTest() - Constructor for class ix.test.PlanBuilderTest
 
planButton - Variable in class ix.iplan.IPlanTool.ToolFrame
 
planChangeEvent(EventObject) - Method in class ix.iplan.IPlanOptionManager
 
PlanCheckingSimulator - Class in ix.iplan
A simple plan-execution simulator that complains if any condition is not satisfied when a node-end is executed after obeying all ordering constraints.
PlanCheckingSimulator(Ip2) - Constructor for class ix.iplan.PlanCheckingSimulator
Creates a simulator for the specified agent's current plan.
PlanCheckingSimulator(Plan, Domain) - Constructor for class ix.iplan.PlanCheckingSimulator
Creates a simulator for the specified plan and domain.
PlanCheckingSimulator.CheckingInterpreter - Class in ix.iplan
 
PlanCheckingSimulator.CheckingInterpreter(Ip2) - Constructor for class ix.iplan.PlanCheckingSimulator.CheckingInterpreter
 
PlanCheckingSimulator.ConstraintChecker - Class in ix.iplan
 
PlanCheckingSimulator.ConstraintChecker() - Constructor for class ix.iplan.PlanCheckingSimulator.ConstraintChecker
 
PlanCheckingSimulator.ExecOrderSorter - Class in ix.iplan
Topological sort for node-ends to provide a total order that can be used to simulate execution.
PlanCheckingSimulator.ExecOrderSorter() - Constructor for class ix.iplan.PlanCheckingSimulator.ExecOrderSorter
 
PlanCheckingSimulator.UseChecker - Class in ix.iplan
 
PlanCheckingSimulator.UseChecker() - Constructor for class ix.iplan.PlanCheckingSimulator.UseChecker
 
planClasses(ClassSyntax, Class) - Method in class ix.ip2.Ip2XMLConfig
 
planEvalManager - Variable in class ix.iplan.IPlanOptionManager
 
PlanEvalManager - Class in ix.iplan
 
PlanEvalManager() - Constructor for class ix.iplan.PlanEvalManager
 
PlanEvaluation - Interface in ix.iplan
A description of some aspect of a plan.
planEvaluations - Variable in class ix.iplan.IPlanOptionManager.Opt
 
PlanEvaluator - Class in ix.iplan
Produces a description of some aspect of a plan.
PlanEvaluator() - Constructor for class ix.iplan.PlanEvaluator
 
PlanEvaluator(String) - Constructor for class ix.iplan.PlanEvaluator
 
planEvaluators - Variable in class ix.iplan.PlanEvalManager
 
planEvaluators - Variable in class ix.iplan.TechnicalPlanEvalManager
 
planFile - Variable in class ix.test.FilePlanner
 
planFilter - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
planFromPlan(Slip) - Method in class ix.iplan.AutoTester.TestRunner
 
planFromPlans - Variable in class ix.iplan.AutoTester
 
planGen - Variable in class ix.iplan.IPlanOptionManager.Opt
 
PlanInspector - Class in ix.icore.plan.inspect
Plan-inspection utility.
PlanInspector(Plan) - Constructor for class ix.icore.plan.inspect.PlanInspector
 
PlanInstaller - Class in ix.ip2
Loads a plan into the model.
PlanInstaller(Ip2, Plan) - Constructor for class ix.ip2.PlanInstaller
 
PlanInstaller.Pass1 - Class in ix.ip2
Constructs a copy of a plan in which each PlanVariable has been replaced by a Variable.
PlanInstaller.Pass1() - Constructor for class ix.ip2.PlanInstaller.Pass1
 
PlanInstaller.PlanWalker - Interface in ix.ip2
 
planIsComplete() - Method in class ix.iplan.Slip
 
planIsComplete() - Method in class ix.iplan.Thatcher
 
PlanIssue - Class in ix.icore.plan
Wraps an Issue when it appears in a plan.
PlanIssue() - Constructor for class ix.icore.plan.PlanIssue
 
PlanIssue(Name, Issue) - Constructor for class ix.icore.plan.PlanIssue
 
PlanIssueRefinement - Class in ix.icore.plan
Describes one level of the expansion of a PlanIssue.
PlanIssueRefinement() - Constructor for class ix.icore.plan.PlanIssueRefinement
 
planIssueRefinements - Variable in class ix.icore.plan.Plan
 
planIssues - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
planIssues - Variable in class ix.icore.plan.Plan
 
planIssues - Variable in class ix.icore.plan.PlanIssueRefinement
 
planItems - Variable in class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
PlanItemVisitor - Interface in ix.icore.plan.inspect
 
planLoop() - Method in class ix.iplan.Slip
 
PlanMaker - Class in ix.ip2
Constructs a plan from the current contents of the model.
PlanMaker(Ip2) - Constructor for class ix.ip2.PlanMaker
 
PlanMaker.OrdWalker - Interface in ix.ip2
 
PlanMaker.Pass2 - Class in ix.ip2
Constructs a deep copy of a plan in which each Variable has been replaced by its value, if it has a value, or else by a PlanVariable.
PlanMaker.Pass2() - Constructor for class ix.ip2.PlanMaker.Pass2
 
PlanModelComparer - Class in ix.iplan
Compares plans in-place: in their model-managers.
PlanModelComparer(Ip2ModelManager, Ip2ModelManager) - Constructor for class ix.iplan.PlanModelComparer
 
PlanModelComparer.PlanDifferenceException - Exception in ix.iplan
 
PlanModelComparer.PlanDifferenceException(String) - Constructor for exception ix.iplan.PlanModelComparer.PlanDifferenceException
 
planName - Variable in class ix.test.PlanningTest
 
planner - Variable in class ix.iplan.FilteredPlanner
 
Planner - Interface in ix.iplan
Planner / planning algorithm.
planner - Variable in class ix.iplan.ThatcherActivityHandler
 
planner - Variable in class ix.test.PlanningTest
 
PlannerBase - Class in ix.iplan
A base class for GUI-less planners.
PlannerBase(boolean) - Constructor for class ix.iplan.PlannerBase
 
PlanningTest - Class in ix.test
Used for running planning problems.
PlanningTest() - Constructor for class ix.test.PlanningTest
 
PlanNode - Class in ix.icore.plan
Wraps an Activity when it appears in a plan.
PlanNode() - Constructor for class ix.icore.plan.PlanNode
 
PlanNode(Name, Activity) - Constructor for class ix.icore.plan.PlanNode
 
planNodes - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
planNodes - Variable in class ix.icore.plan.Plan
 
planNodes - Variable in class ix.icore.plan.PlanRefinement
 
planNumber - Variable in class ix.iplan.AutoTester.TestRunner
 
planNumber - Variable in class ix.test.FilePlanner
 
PlanObject - Class in ix.icore.plan
Base class for most classes in this package.
PlanObject() - Constructor for class ix.icore.plan.PlanObject
 
PlanRefinement - Class in ix.icore.plan
Describes one level of the expansion of a PlanNode.
PlanRefinement() - Constructor for class ix.icore.plan.PlanRefinement
 
planRefinements - Variable in class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
planRefinements - Variable in class ix.icore.plan.build.ExamplePlanBuilder
 
planRefinements - Variable in class ix.icore.plan.Plan
 
plans - Variable in class ix.iplan.PlanTest
 
planSplitsOption - Variable in class ix.iplan.IPlanOptionManager
 
plansReturned - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
planStats(PlanStats) - Method in class ix.iplan.IPlanTool.ToolFrame
 
PlanStats - Interface in ix.iplan
Statistics provided by a planning algorithm after it has been asked to plan or replan.
PlanTest - Class in ix.iplan
Specifies a planning test.
PlanTest() - Constructor for class ix.iplan.PlanTest
 
planTestDefaults - Variable in class ix.iplan.AutoTester
 
PlanTestDefaults - Class in ix.iplan
Specifies default values for PlanTests.
PlanTestDefaults() - Constructor for class ix.iplan.PlanTestDefaults
 
PlanTestGroup - Class in ix.iplan
Specifies a group of tests that can be applied to different domains.
PlanTestGroup() - Constructor for class ix.iplan.PlanTestGroup
 
PlanVariable - Class in ix.icore.plan
A variable that can appear in patterns in a plan.
PlanVariable() - Constructor for class ix.icore.plan.PlanVariable
 
PlanVariable(Name, Symbol) - Constructor for class ix.icore.plan.PlanVariable
 
planVariable - Variable in class ix.icore.plan.PlanVariableDeclaration
 
PlanVariableDeclaration - Class in ix.icore.plan
Introduces a PlanVariable.
PlanVariableDeclaration() - Constructor for class ix.icore.plan.PlanVariableDeclaration
 
PlanVariableDeclaration(Name, Variable) - Constructor for class ix.icore.plan.PlanVariableDeclaration
 
planVariableDeclarations - Variable in class ix.icore.plan.Plan
 
planVariableDeclarations - Variable in class ix.icore.plan.PlanIssueRefinement
 
planVariableDeclarations - Variable in class ix.icore.plan.PlanRefinement
 
planVarIdToItemVarMap - Variable in class ix.icore.plan.PlanAsDomain
 
plausibleShortName(String) - Method in class ix.util.LCNameMapper
 
plausibleShortName(String) - Method in class ix.util.NameMapper
 
Plum - Static variable in class ix.iface.util.XColors
 
PNode - Class in ix.icore.process
A node that represents an action or acticity in a process.
PNode(PNode) - Constructor for class ix.icore.process.PNode
 
PNode.MakeVarIfUnbound - Class in ix.icore.process
 
PNode.MakeVarIfUnbound(Map) - Constructor for class ix.icore.process.PNode.MakeVarIfUnbound
 
PNodeEnd - Class in ix.icore.process
One end of a PNode.
PNodeEnd(End, PNode) - Constructor for class ix.icore.process.PNodeEnd
 
point - Variable in class ix.iplan.TimePointNet.Change
 
PointListMoveAction - Class in ix.isim.actions
 
PointListMoveAction() - Constructor for class ix.isim.actions.PointListMoveAction
 
PointListMoveSpec - Class in ix.isim.dynamic
Title: I-X Simple Object Animation Tool Copyright: Copyright (c) 2005 Company: AIAI, University of Edinburgh
PointListMoveSpec() - Constructor for class ix.isim.dynamic.PointListMoveSpec
 
PointListMoveSpec(StreamTokenizer) - Constructor for class ix.isim.dynamic.PointListMoveSpec
 
Poison - Exception in ix.iplan
An exception used to poison.
Poison(Object) - Constructor for exception ix.iplan.Poison
 
poison(Object) - Method in class ix.iplan.Slip
 
pop() - Method in class ix.iplan.IPlanOptionManager.Opt.UndoTrail
 
pop() - Method in class ix.util.context.LLQueue
Remove and return the first element of the list.
popContext(ContextHolder) - Static method in class ix.util.context.Context
Moves the specified context-holder to the parent of its current context.
popContext() - Static method in class ix.util.context.Context
Calls Context.popContext(ContextHolder) on the ContextHolder returned by the current ContextHoldingStrategy
popElement() - Method in class ix.util.lisp.LListCollector
 
popState() - Method in class ix.iface.domain.LTF_Parser.IncludeReader
 
popToAny(Collection) - Method in class ix.util.lisp.LListCollector
 
populateARO() - Method in class ix.iview.AROEditorPanel
 
populateEditMenu() - Method in class ix.iview.DomainEditorFrame
Fill the edit menu with constructs from the domain.
populateExpansionsMenu() - Method in class ix.iview.igraph.GExpansionEditor
 
populateMatrix() - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
populateMenu(ActionListener, JMenu, String, List) - Static method in class ix.iface.ui.util.UIUtil
Fills the given menu with the names of the given objects, attaching the given command.
populateMenu(ActionListener, JMenu, String, String, List) - Static method in class ix.iface.ui.util.UIUtil
Fills the given menu with the names of the given objects, attaching the given command.
populateMenu(ActionListener, JObjectMenu, Object, String, List) - Static method in class ix.iface.ui.util.UIUtil
Fills the given menu with the names of the given objects, attaching the given command.
populatePopup(JObjectPopup, Object) - Method in class ix.iview.AConstructFramePanel
 
populatePopup(JObjectPopup, Object) - Method in class ix.iview.ActionEditorPanel
 
populateRefinementMenu() - Method in class ix.iview.SimpleDomainEditor
 
populateSelectOptionMenu() - Method in class ix.iplan.OptionUI
 
populateSelectViewMenu() - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
populateTree() - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
popup - Variable in class ix.iface.util.KeyValueTable.ViewTableMouseListener
 
popup - Variable in class ix.iface.util.SortingKVTable.KeySortMouseListener
 
popup - Variable in class ix.util.xml.XMLTreeNamespaceManager.TableMouseListener
 
popupMenuCanceled(PopupMenuEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
port - Variable in class ix.util.ipc.ServiceAddress
 
POSITION - Static variable in class ix.test.CompendiumToIX
Compendium node type
POSITION_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
POSSIBLE - Static variable in class ix.icore.Status
 
possibleConditionsTable - Variable in class ix.iplan.DomainAnalyser
 
possibleConstraintsTable - Variable in class ix.iplan.DomainAnalyser
 
possibleEffectsTable - Variable in class ix.iplan.DomainAnalyser
 
possibleUseForEffectsCache - Variable in class ix.iplan.DomainAnalyser
 
possibleUseForEffectsTable - Variable in class ix.iplan.DomainAnalyser
 
possibleValues - Variable in class ix.ip2.BindingViewer
 
possiblyInteracting(PNodeEnd, PNodeEnd) - Method in class ix.iplan.Slip
 
possiblyInteractingCondsOrEffects(PNodeEnd, Set, Set, PNodeEnd) - Method in class ix.iplan.Slip
 
possiblyInteractingConstraints(PNodeEnd, Set, PNodeEnd) - Method in class ix.iplan.Slip
 
post - Variable in class ix.iplan.TimePointNet.TimeConstraint
 
postActivity(PicoIX.Activity) - Method in class ix.examples.PicoIX.ActivityHandler
 
postAlternative(Alternative) - Method in class ix.iplan.Slip
 
postDecode(Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
postDecode(Object) - Method in class ix.util.IPC.XMLObjectStreamCommunicationStrategy
 
postExpandLaterAlt(PNode, LinkedList) - Method in class ix.iplan.SlipFindExecutable
 
postfilter - Variable in class ix.util.xml.XMLTranslator
 
postFindNextAlt(PNodeEnd, LList, LListIterator, String) - Method in class ix.iplan.SlipFindExecutable
 
postInitPanels() - Method in class ix.iview.DomainEditorFrame
 
Postix - Class in ix.postix
A minimized I-P2 class and application main program.
Postix() - Constructor for class ix.postix.Postix
 
Postix(boolean) - Constructor for class ix.postix.Postix
 
postix - Variable in class ix.postix.PostixFrame
 
PostixFrame - Class in ix.postix
The main frame of the Postix user interface.
PostixFrame(Postix) - Constructor for class ix.postix.PostixFrame
 
postProcessInstalledPlan(PlanInstaller) - Method in class ix.ip2.Ip2ModelManager
 
postProcessInstalledPlan(PlanInstaller) - Method in class ix.iplan.IPlanModelManager
 
postSatisfyByAchieveAlt(PNode, ListOfConstraint) - Method in class ix.iplan.SlipFindExecutable
 
postSimEvent(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.IX_Simulator
 
postSimEvent(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.SimEventHandler
 
PowderBlue - Static variable in class ix.iface.util.XColors
 
powerset(List) - Static method in class ix.util.Collect
Returns the powerset of a List in a nice order.
PowersetTest - Class in ix.test
 
PowersetTest() - Constructor for class ix.test.PowersetTest
 
pre - Variable in class ix.iplan.TimePointNet.TimeConstraint
 
pre_handleInput(IPC.InputMessage) - Method in class ix.icore.IXAgent
Gets the message before the handleInput method and ensures that handleInput is called in the AWT event dispatching thread.
PrecondBlockStacker - Class in ix.test
A classe for running block-stacking planning problems that use precondition-satisfaction.
PrecondBlockStacker(String) - Constructor for class ix.test.PrecondBlockStacker
 
Predicate0 - Interface in ix.util
An interface for boolean functions of zero arguments
Predicate1<T> - Interface in ix.util
An interface for boolean functions of one argument.
Predicate2 - Interface in ix.util
An interface for boolean functions of two arguments.
preEncode(Object) - Method in class ix.test.XMLSendTest.TestStrategy
 
preEncode(Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
preEncode(Object) - Method in class ix.util.IPC.XMLObjectStreamCommunicationStrategy
 
preferDepthFirst() - Method in class ix.iplan.Slip
 
preferencesDialog - Variable in class ix.iface.ui.JPropertiesManager
 
preferencesItem - Variable in class ix.iview.DomainEditorFrame
 
preferredConstraints - Variable in class ix.iview.DomainEditorFrame
 
preferredIcon - Variable in class ix.iview.DomainEditorFrame
 
preferredItem - Variable in class ix.iview.DomainEditorFrame
 
preferredStyle - Variable in class ix.iview.DomainEditorFrame
 
preferredView - Variable in class ix.iview.DomainEditorFrame
 
prefilter - Variable in class ix.util.xml.XMLTranslator
 
prefix - Variable in class ix.util.Gensym.Generator
 
prefix - Variable in class ix.util.reflect.ClassFinder.Import
 
PREFIX_COL - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
prefsPanel - Variable in class ix.iface.ui.JPreferencesDialog
 
preLoad(List) - Method in class ix.util.reflect.ClassFinder
 
preprocessInput(IPC.InputMessage) - Method in class ix.icore.IXAgent
A chance to modify or replace a message on its way in.
prettyXMLOutputter - Static variable in class ix.util.xml.XML
An XML outputter created by makePrettyXMLOutputter().
previous() - Method in class ix.util.lisp.LListListIterator
 
previousIndex() - Method in class ix.util.lisp.LListListIterator
 
PRIMITIVE - Static variable in class ix.util.reflect.ClassDescr
Internal class type
primitiveObjectFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
primitiveObjectFromString(Class, String) - Method in class ix.util.xml.XMLTranslator
 
primitiveObjectToElement(Object) - Method in class ix.util.xml.XMLTranslator
 
print() - Method in class ix.icore.event.ObjectChangeEvent
 
print() - Method in class ix.iface.ui.AbstractSetEditor
 
print() - Method in class ix.iview.domain.UIDomain
 
print() - Method in interface ix.iview.domain.UIObject
 
print() - Method in class ix.iview.domain.UIObjectClass
 
print() - Method in class ix.iview.domain.UIRefinement
 
printAlternatives(BNFSyntax.Alternatives, PrintStream) - Method in class ix.util.xml.BNFSyntax
Prints the BNF for a RHS that is an Alternatives.
printCollection(String, Collection) - Static method in class ix.iplan.DomainAnalyser
 
printCondition(Constraint) - Static method in class ix.iview.util.IVUtil
 
printConstraint(Constraint) - Static method in class ix.iview.util.IVUtil
 
printConstraintParameters(Constraint) - Static method in class ix.iview.util.IVUtil
 
printConstraints(Collection) - Static method in class ix.iview.util.IVUtil
 
printContextTree() - Static method in class ix.util.context.Context
Prints a description of the current context tree on Debug.out.
printDetailedSets() - Method in class ix.iview.domain.UIDomain
 
printDetails() - Method in class ix.iface.ui.AbstractSetEditor
 
PrintEventLog - Class in ix.icore.log
 
PrintEventLog() - Constructor for class ix.icore.log.PrintEventLog
 
printGraph(String, DirectedGraph) - Static method in class ix.iplan.DomainAnalyser
 
printGreeting(String) - Static method in class ix.util.Util
A method to print the name of the system, the release version, and the release date.
printHelp(PrintStream) - Static method in class ix.test.TranslateFile
 
printIDEReleaseGreeting() - Static method in class ix.iview.util.IVUtil
 
printIndented(PrintStream, int, String) - Method in class ix.util.xml.BNFSyntax
Utility that breaks text into lines and prints them with the specified indentation.
printInstance(BNFSyntax.Instance, PrintStream) - Method in class ix.util.xml.BNFSyntax
Prints the BNF for a RHS that is an Instance -- a description of an instance of a class.
printLength(Object) - Static method in class ix.util.lisp.Lisp
Returns the number of characters in the textual represpetation of an object.
printLength(Object) - Method in class ix.util.lisp.LispPrinter
Returns the number of characters in the textual represpetation of an object.
PrintLengthTest - Class in ix.test
 
PrintLengthTest() - Constructor for class ix.test.PrintLengthTest
 
printLines(String[]) - Static method in class ix.util.Util
Print the elements of a String[] array to System.out as lines.
println(String) - Method in class ix.test.MakeDistanceTable
 
printName(byte[]) - Static method in class ix.test.LongToBytes
 
printNode(NodeSpec) - Static method in class ix.iview.util.IVUtil
 
printNodes(Collection) - Static method in class ix.iview.util.IVUtil
 
printOrdering(Ordering) - Static method in class ix.iview.util.IVUtil
 
printOrderings(Collection) - Static method in class ix.iview.util.IVUtil
 
printReply(String) - Method in class ix.applet.CGIRelay
 
printRuleSyntax(BNFSyntax.RuleList, PrintStream) - Method in class ix.util.xml.BNFSyntax
Prints the the BNF that corresponds to each rule.
printRuleSyntax(BNFSyntax.Rule, PrintStream) - Method in class ix.util.xml.BNFSyntax
Prints the BNF that corresponds to an individual rule.
printSet() - Method in class ix.iface.ui.AbstractSetEditor
 
printSets() - Method in class ix.iview.domain.UIDomain
 
printStackTrace(PrintStream) - Method in exception ix.iserve.ipc.IServeCommServer.AbandonRequest
 
printStatusReport() - Method in class ix.examples.SimResource.CM
 
printSubTree() - Method in class ix.iface.ui.tree.EditableTreeModel
 
printSubTree(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
printToString(Object) - Static method in class ix.util.lisp.Lisp
 
printToString(Object) - Method in class ix.util.lisp.LispPrinter
 
printUIObjects(Collection) - Static method in class ix.iview.util.IVUtil
 
printUndoTrail() - Method in class ix.iplan.IPlanOptionManager
 
printUndoTrail(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager
 
printUndoTrail(int, int, LinkedList) - Method in class ix.iplan.IPlanOptionManager
 
printValues(Enum) - Static method in class ix.test.EnumValuesTest
 
printVarDec(VariableDeclaration) - Static method in class ix.iview.util.IVUtil
 
printVarDecs(Collection) - Static method in class ix.iview.util.IVUtil
 
printXMLWithWhitespace(Document, int) - Static method in class ix.util.xml.XML
Prints a document as text to System.out with blank lines between top-level parts of the root element.
printXMLWithWhitespace(String, int) - Static method in class ix.util.xml.XML
Prints a multi-line string of XML with blank lines between top-level parts of the root element.
Priority - Class in ix.icore
Priority values.
priority - Variable in class ix.icore.Report
 
priority - Variable in class ix.icore.TaskItem
 
priority - Variable in class ix.iview.util.EditablePriority
 
PRIORITY_COL - Variable in class ix.ip2.AgendaItemTableModel
 
priorityChanged(AgendaItemEvent) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
priorityChanged(AgendaItemEvent) - Method in class ix.ip2.AgendaViewTable.Row
 
priorityChanged(AgendaItemEvent) - Method in class ix.ip2.event.AgendaItemAdapter
 
priorityChanged(AgendaItemEvent) - Method in interface ix.ip2.event.AgendaItemListener
 
priorityChanged(AgendaItemEvent) - Method in class ix.ip2.ItemEditor.EditPanel
 
priorityChoice - Variable in class ix.ip2.AgendaViewTable.Row
 
priorityCol - Variable in class ix.ip2.AgendaViewTable
 
PriorityComboBox - Class in ix.iface.util
A ComboBox that contains items that represent priorities.
PriorityComboBox() - Constructor for class ix.iface.util.PriorityComboBox
 
PriorityComboBox - Class in ix.iview.util
A ComboBox that contains items that represent priorities.
PriorityComboBox() - Constructor for class ix.iview.util.PriorityComboBox
 
PriorityComboBox.PriorityCellRenderer - Class in ix.iface.util
 
PriorityComboBox.PriorityCellRenderer() - Constructor for class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
priorityFromControls() - Method in class ix.itest.SendPanel
Obtain a priority from the current state of the GUI.
priorityPopup - Variable in class ix.ip2.AgendaTableViewer
 
PriorityRenderer - Class in ix.iview.util
A renderer for items that represent priorities; uses colour and text.
PriorityRenderer(boolean) - Constructor for class ix.iview.util.PriorityRenderer
 
prioritySelector - Variable in class ix.itest.SendPanel
 
priorityWasSet() - Method in class ix.icore.TaskItem
 
PRO - Static variable in class ix.test.CompendiumToIX
Compendium node type
PRO_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
probableMainFrame() - Static method in class ix.util.Debug
Returns the frame that is likely to be the agent's main GUI frame.
problem(String) - Method in class ix.iplan.PlanCheckingSimulator
 
problem - Variable in class ix.test.BlockStacker
 
problem - Variable in class ix.test.xml.BlockStackingTest
 
problemDomain() - Method in class ix.test.BlockStacker
 
problemDomain(List, List) - Method in class ix.test.BlockStacker
 
problems - Variable in class ix.iplan.PlanCheckingSimulator
 
problemTaskRefinement() - Method in class ix.test.BlockStacker
 
Proc - Class in ix.util
Procedure objects.
Proc() - Constructor for class ix.util.Proc
 
Proc1<T> - Interface in ix.util
Procedure object.
processCommandLineArguments() - Method in class ix.ichat.IChat
Command-line argument processing for arguments used by all versions of I-Chat.
processCommandLineArguments() - Method in class ix.icore.IXAgent
Handles command-line arguments common to all I-X agents.
processCommandLineArguments() - Method in class ix.icore.log.EventLogger
 
processCommandLineArguments() - Method in class ix.icore.log.PrintEventLog
 
processCommandLineArguments() - Method in class ix.ip2.Ip2
Command-line argument processing for arguments used by all versions of I-P2.
processCommandLineArguments() - Method in class ix.iplan.PlanCheckingSimulator
 
processCommandLineArguments() - Method in class ix.iplan.Slip
 
processCommandLineArguments() - Method in class ix.iquery.IQuery
Command-line argument processing.
processCommandLineArguments() - Method in class ix.iserve.ipc.IServeCommServer
 
processCommandLineArguments() - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
processCommandLineArguments() - Method in class ix.ispace.ContactManager
Process command-line arguments that are about our relationships with other agents.
processCommandLineArguments() - Method in class ix.itest.Itest
Command-line argument processing used by all versions of I-TEST.
processCommandLineArguments() - Method in class ix.test.Ip2Example
Command-line argument processing.
processCommandLineArguments() - Method in class ix.test.PlainIp2
Command-line argument processing.
processCommandLineArguments() - Method in class ix.test.SimpleIXAgent
 
processCommandLineArguments() - Method in class ix.test.SimpleRSim
 
processCommandLineArguments() - Method in class ix.util.ipc.SimpleNameServer.MiniAgent
 
processCommandLineArguments(String[]) - Static method in class ix.util.Parameters
Parse a String[] of command-line arguments.
processCommandLineArguments() - Method in class ix.util.xml.XMLTreeEditor
Command-line argument processing.
processConstraint() - Method in class ix.iface.ui.JConstraintEditor
Reads the selected relation and let interested parties know.
processConstraint() - Method in class ix.iview.ConstraintEditor
Reads the selected relation and let interested parties know.
processDomainHeader(Domain, LList) - Method in class ix.iface.domain.LTF_Parser
 
processListener - Variable in class ix.ip2.SyncStateClient
 
ProcessModelManager - Interface in ix.icore.process
 
processMouseEvent(MouseEvent) - Method in class ix.iface.ui.IXPopupMenu
 
processOrderings(ListOfOrdering) - Method in class ix.icore.process.PNode
Adds the before-after links between node-ends specified by a list of Orderings taken from a Refinement.
ProcessParameter - Class in ix.icore.plan
 
ProcessParameter() - Constructor for class ix.icore.plan.ProcessParameter
 
ProcessParameter(Symbol, Symbol, Symbol) - Constructor for class ix.icore.plan.ProcessParameter
 
processParameter(String, String) - Static method in class ix.util.Debug
Observes parameters as they're set and implements their effects (if any) on debugging output.
processSelection() - Method in class ix.iface.ui.JSelectorDialog
Reads the selected relation and let interested parties know.
processStateDelta(Map, boolean) - Method in class ix.ip2.ObjectWhiteboard
 
ProcessStatusEvent - Class in ix.icore.process.event
 
ProcessStatusEvent(ProcessModelManager) - Constructor for class ix.icore.process.event.ProcessStatusEvent
 
ProcessStatusListener - Interface in ix.icore.process.event
 
processStructAttributes(Object, ClassDescr, Element) - Method in class ix.util.xml.XMLTranslator
 
processStructSubelements(Object, ClassDescr, Element) - Method in class ix.util.xml.CompactXMLTranslator
 
processStructSubelements(Object, ClassDescr, Element) - Method in class ix.util.xml.XMLTranslator
 
PROGN - Static variable in class ix.util.lisp.LispInterpreter
 
ProgramSource - Interface in ix.util
An object that represents, or contains, source code.
PROGRESS - Static variable in class ix.icore.ReportType
 
PROGRESS_REPORT - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
prop - Variable in class ix.ip2.ObjectWhiteboard.Fact
 
PROP_COL - Variable in class ix.iview.table.PropertyTableModel
 
propagateAfterAdding(TimePointNet.TimeConstraint) - Method in class ix.iplan.TimePointNet
 
propConstraintEd - Variable in class ix.iview.ObjectConstraintEditor
 
propConstrsListeners - Variable in class ix.iview.table.PropertyTableModel
 
propEditor - Variable in class ix.iview.AROEditorPanel
 
properties - Variable in class ix.iface.ui.JPropertiesManager
 
properties - Variable in class ix.ip2.ObjectView
 
properties - Variable in class ix.ip2.ObjectWhiteboard
 
properties - Variable in class ix.iserve.ipc.IServeCommServer.User
 
PropertiesApplication - Interface in ix.iface.ui
An interface implemented by all applications (agents) that have properties or preferences that can be changed.
propertyBox - Variable in class ix.iview.table.PropertyTableModel
 
propertyChange(PropertyChangeEvent) - Method in class ix.iview.DomainEditor
 
propertyConstraints - Variable in class ix.iview.ObjectConstraintEditor
 
PropertyConstraintsListener - Interface in ix.iview
An interface to be implemented by anything interested in changes to property constraints
PropertyEditor - Class in ix.iview
A simple text-input editor for entering property names with a list for the syntax type.
PropertyEditor(Frame) - Constructor for class ix.iview.PropertyEditor
Creates an editor for specifying time point relations.
PropertyEditor(Frame, String) - Constructor for class ix.iview.PropertyEditor
Creates an editor for specifying time point relations.
propertyFromConstraint(Constraint) - Static method in class ix.iview.util.IVUtil
Looks at the pattern of the given constraint and returns the string that is the first element of that pattern, i.e. the place where a property would be.
propertyFromConstraint(UIObjectClass, Constraint) - Static method in class ix.iview.util.IVUtil
Looks at the pattern of the given constraint and returns the string that is the first element of that pattern, i.e. the place where a property would be.
propertyFromPattern(List, UIObjectClass) - Static method in class ix.iview.util.IVUtil
Looks for an ObjectProperty in the given pattern that is defined for the given UIObjectClass.
propertyFromString(String, UIObjectClass) - Static method in class ix.iview.util.IVUtil
Finds a property of the given class whose name matches the given string.
PropertyLogger - Class in ix.util
Automatically log property values to a file.
PropertyLogger(String) - Constructor for class ix.util.PropertyLogger
Make a logger for the named file.
PropertyLogger.LoggingMap - Class in ix.util
A Map-like object that records any property value that is given to its 'put' method.
PropertyLogger.LoggingMap(String) - Constructor for class ix.util.PropertyLogger.LoggingMap
 
PropertyTableModel - Class in ix.iview.table
A table model for showing and editing (world-state) constraints on object properties in refinements.
PropertyTableModel() - Constructor for class ix.iview.table.PropertyTableModel
 
propertyToBoolean(String) - Static method in class ix.iface.ui.util.UIUtil
 
propertyToInt(String) - Static method in class ix.iface.ui.util.UIUtil
 
propertyToSymbol(String) - Static method in class ix.iface.ui.util.UIUtil
 
propertyViewer - Variable in class ix.ip2.StateViewTable
 
PropertyViewTable - Class in ix.ip2
 
PropertyViewTable(StateViewTable) - Constructor for class ix.ip2.PropertyViewTable
 
PropertyViewTable.ViewFrame - Class in ix.ip2
 
PropertyViewTable.ViewFrame() - Constructor for class ix.ip2.PropertyViewTable.ViewFrame
 
propMan - Variable in class ix.iview.DomainEditor
 
propMan - Variable in class ix.iview.DomainEditorFrame
 
propModePan - Variable in class ix.iview.ObjectConstraintEditor
 
pTree - Variable in class ix.isim.util.TreeOfListsLongPriorityQueue
the data structure that contains a tree of lists of nodes
publishedEdits() - Method in class ix.iface.ui.AbstractSetEditor
 
publishIcon - Variable in class ix.iview.DomainEditorFrame
 
publishItem - Variable in class ix.iview.DomainEditorFrame
 
publishToDomain() - Method in class ix.iview.domain.UIDomain
 
Purple - Static variable in class ix.iface.util.XColors
 
push(UndoAction) - Method in class ix.iplan.IPlanOptionManager.Opt.UndoTrail
 
push(E) - Method in class ix.util.context.LLQueue
Add an object to the front of the list.
push(Object) - Method in class ix.util.MessageQueue
 
pushActivity(PicoIX.Activity) - Method in class ix.examples.PicoIXTest2.TestActivityHandler
 
pushActivity(PicoIX.Activity) - Method in class ix.examples.PicoIXTest2.TestController
 
pushContext(ContextHolder) - Static method in class ix.util.context.Context
Moves the specified context-holder to a new child of its current context and returns that new context.
pushContext() - Static method in class ix.util.context.Context
Calls Context.pushContext(ContextHolder) on the ContextHolder returned by the current ContextHoldingStrategy.
pushedLastRead - Variable in class ix.iface.domain.LTF_Parser.IncludeReader
 
pushedReader - Variable in class ix.iface.domain.LTF_Parser.IncludeReader
 
pushedSourceName - Variable in class ix.iface.domain.LTF_Parser.IncludeReader
 
pushElement(Object) - Method in class ix.util.lisp.LListCollector
 
pushLine(ChecklistParser.Line) - Method in class ix.iface.domain.ChecklistParser.LineParser
 
pushLList(LList) - Method in class ix.util.lisp.LListCollector
 
pushMessage(AppletMessage) - Method in class ix.applet.MessageServer.User
 
pushState() - Method in class ix.iface.domain.LTF_Parser.IncludeReader
 
put(long, Object) - Method in class ix.isim.util.LongKeyTreeMap
This function associates the specified value with the specified key in this map.
put(Object, Object) - Method in class ix.test.xml.Mapping
 
put(K, V) - Method in class ix.util.context.ContextHashMap
 
put(Object, Object) - Method in class ix.util.context.ContextMultiHashMap
 
put(Object, Object) - Method in interface ix.util.IPC.DestinationTable
 
put(Object, Object) - Method in class ix.util.lisp.EqMap
 
put(Object, Object) - Method in class ix.util.lisp.LList
Returns a plist that maps propname to value.
put(Object, Object) - Method in class ix.util.MultiHashMap
Set the entire colletion of values associated with the key.
put(String, String) - Method in class ix.util.PropertyLogger.LoggingMap
 
put(String, String, String) - Method in class ix.util.PropertyLogger
Records a value for the named object and property.
put(Object, Object) - Method in class ix.util.StableHashMap
 
put(K1, K2, V) - Method in class ix.util.TwoKeyHashMap
 
putIfNew(String, String) - Method in class ix.util.PropertyLogger.LoggingMap
 
putIfNew(String, String, String) - Method in class ix.util.PropertyLogger
Records a value for the named object and property, but only if the value is new.
putVariablesInPattern(LList) - Method in class ix.icore.process.AbstractPMM
Returns a copy of the pattern in which ItemVars have been replaced by Variables.
putVariablesInPattern(LList) - Method in interface ix.icore.process.ProcessModelManager
Returns a copy of the pattern in which ItemVars have been replaced by Variables.

Q

q - Variable in class ix.examples.PicoIX.Controller
 
q - Variable in class ix.examples.PicoIX.IX_System
 
q - Variable in class ix.test.Receiver
 
Q_AGENT_NAME - Variable in class ix.ip2.SendReportHandler
 
Q_AT - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_ATTRIBUTE - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
Q_FROM - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_MAX - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_MIN - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_NODE - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_OBJECT - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
Q_PATTERN - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_TEXT - Variable in class ix.ip2.SendReportHandler
 
Q_TO - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_VALUE - Static variable in interface ix.iface.domain.LTF_Symbols
 
Q_VALUE - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
QUERY_BY_KEY - Static variable in class ix.ip2.QueryHandler
 
QUERY_REF_KEY - Static variable in class ix.ip2.QueryHandler
 
queryAgent - Variable in class ix.iquery.LookupHandler
The agent that created this handler.
QueryHandler - Class in ix.ip2
Generates HandlerActions that send queries.
QueryHandler() - Constructor for class ix.ip2.QueryHandler
 
QueryHandler.AnswerHandler - Class in ix.ip2
Generates HandlerActions that send answers to queries.
QueryHandler.AnswerHandler() - Constructor for class ix.ip2.QueryHandler.AnswerHandler
 
QueryHandler.AnswerHandler.AnswerAction - Class in ix.ip2
Sends an answer to a query.
QueryHandler.AnswerHandler.AnswerAction(String, Name, AgendaItem) - Constructor for class ix.ip2.QueryHandler.AnswerHandler.AnswerAction
 
QueryHandler.AnswerListener - Class in ix.ip2
A listener that waits for a new report that contains an answer to the query.
QueryHandler.AnswerListener() - Constructor for class ix.ip2.QueryHandler.AnswerListener
 
QueryHandler.QueryAction - Class in ix.ip2
Sends a query to a specified agent.
QueryHandler.QueryAction(AgendaItem) - Constructor for class ix.ip2.QueryHandler.QueryAction
 
queryPattern - Variable in class ix.ip2.QueryHandler.AnswerHandler.AnswerAction
 
queue - Variable in class ix.util.TransferThread
 
quickIntern(String) - Static method in class ix.util.lisp.Symbol
A simple, faster version of Symbol.intern(String) that is used internally when it's known that the string does not contain any characters that need escaping.
QUOTE - Static variable in class ix.util.lisp.LispInterpreter
 
quote(String) - Static method in class ix.util.Strings
Puts double quotes around a string.
quote(String) - Static method in class ix.util.Util
Puts double quotes around a string.
quotedAndEscaped(char, String) - Static method in class ix.util.lisp.Lisp
Adds quote marks around a string and escape sequences inside it.
quotedAndEscaped(char, String) - Method in class ix.util.lisp.LispPrinter
Adds quote marks around a string and escape sequences inside it.

R

RadioButtonBox - Class in ix.iface.util
An object that manages a group of radio buttons in a convenient and easy to use fashion.
RadioButtonBox(int) - Constructor for class ix.iface.util.RadioButtonBox
Creates a box that places components along the specified axis.
random - Variable in class ix.iplan.PlanCheckingSimulator
 
random - Variable in class ix.test.MakeRandomInstance
 
randomIn(MinMax) - Method in class ix.test.MakeRandomInstance
 
randomIn(int, int) - Method in class ix.test.MakeRandomInstance
 
randomize() - Method in class ix.iplan.PlanCheckingSimulator
Changes this simulator's random number generator to one set up with a seed based on the current time.
randomize() - Method in class ix.test.MakeRandomInstance
 
randomized - Variable in class ix.iplan.PlanCheckingSimulator
 
randomObjectClasses - Variable in class ix.test.MakeRandomInstance
 
randomSeed - Variable in class ix.iplan.PlanCheckingSimulator
 
randomSeed - Variable in class ix.test.MakeRandomInstance
 
randomSimulations - Variable in class ix.iplan.PlanTest
 
randomth(List<E>) - Method in class ix.test.MakeRandomInstance
 
randomth(List<E>, Random) - Static method in class ix.util.Collect
Returns a random element of the list.
rc - Variable in class ix.examples.PicoISimTest3.ResourceEvent
 
reactingActionChange(boolean) - Method in class ix.iview.GlobalFormPanel
 
read(ObjectProperty, String, Object) - Method in class ix.ip2.ObjectView
 
read(ObjectProperty, String, Object) - Method in class ix.ip2.ObjectView.ValueParser
 
read(Reader) - Static method in class ix.test.ReadURLTest
 
READ_TIMEOUT - Variable in class ix.test.TwitterAtomSearchTest
 
readableClasses() - Method in class ix.ip2.Ip2XMLConfig.ChecklistFiles
 
readableClasses() - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
readableClasses() - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
readableClasses() - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
readableClasses() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
readableClasses() - Method in class ix.util.xml.AbstractFileSyntax
 
readableClasses() - Method in interface ix.util.xml.FileSyntax
The classes whose instances can be read in.
readAllLines(Reader) - Static method in class ix.test.HttpRequestTest
 
readAllLines(Reader) - Method in class ix.util.http.HttpUtilities
 
readAllLines(Reader) - Static method in class ix.util.Util
Reads lines of text from a Reader until there are no more, then returns them in a queue.
readAllObjects(Class, String) - Method in class ix.util.xml.FileSyntaxManager
Returns a sorted-map from the Files in a specified directory to objects that are instances of a desired class.
readBlock(BufferedReader) - Method in class ix.icore.log.EventLogReader
 
readCanvasPoints() - Method in class ix.iview.igraph.IGraph
Getting and noting canvas point information from the graph
readCondition(Symbol, String) - Method in class ix.iview.ConditionEffectEditor
 
readCondition(String) - Method in class ix.iview.ConditionEffectEditor
 
readCondition(Symbol, Symbol, String) - Static method in class ix.iview.util.IVUtil
 
readContent(InputStream, int, String) - Method in class ix.util.http.HttpUtilities
 
readDocument(String) - Static method in class ix.util.xml.XML
Reads a JDOM Document from the specified resource. /\/ explain ...
readDocumentFrom(File) - Method in class ix.util.xml.XMLLoader
Converts the contents of the specified file to a JDOM Document.
readDomain() - Method in class ix.iface.domain.ChecklistParser
Constructs a domain by parsing the contents of the URL.
readDomain() - Method in class ix.iface.domain.DomainParser.DomainParserWrapper
 
readDomain(Domain) - Method in class ix.iface.domain.DomainParser.DomainParserWrapper
 
readDomain() - Method in class ix.iface.domain.DomainParser
 
readDomain(Domain) - Method in class ix.iface.domain.DomainParser
 
readDomain() - Method in class ix.iface.domain.LTF_Parser
 
readDomain(Domain) - Method in class ix.iface.domain.LTF_Parser
 
readDomain(Domain) - Method in class ix.ip2.Ip2
Read in any initial domain descriptions.
readDomain(Domain, String) - Method in class ix.ip2.Ip2
Adds definitions to a domain.
readDomain(String) - Method in class ix.ip2.LoadDomainHandler.AbstractLoadDomainAction
 
readDomain() - Method in class ix.iplan.AutoTester.TestRunner
 
readDomain(Domain) - Static method in class ix.iview.DomainEditor
 
readDomain(Domain, String) - Static method in class ix.iview.DomainEditor
Adds definitions from a given resource to a given domain.
readDomain(Domain) - Static method in class ix.iview.DomainEditorFrame
 
readDomain(Domain, String) - Static method in class ix.iview.DomainEditorFrame
Adds definitions from a given resource to a given domain.
readDomain() - Method in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
readEmptyValue(ObjectProperty, Object) - Method in class ix.ip2.ObjectView.ValueParser
 
reader - Variable in class ix.util.lisp.LispInterpreter
 
reader() - Method in class ix.util.lisp.LispReader
 
readEvalPrintLoop() - Method in class ix.util.lisp.LispInterpreter
 
readFromString(String) - Static method in class ix.util.lisp.Lisp
 
readInit(URL) - Method in class ix.iface.plan.InitLoader
 
readInitNewSyntax(URL) - Method in class ix.iface.plan.InitLoader
 
readInitOldSyntax(InputStream) - Method in class ix.iface.plan.InitLoader
 
readLine(BufferedReader) - Method in class ix.icore.log.EventLogReader
 
readLine() - Static method in class ix.util.Util
Reads a line from System.in.
readLine(InputStream) - Static method in class ix.util.Util
Reads a line from an InputStream and returns it as a String.
readLines() - Static method in class ix.util.Util
Reads lines from System.in.
readLines(InputStream) - Static method in class ix.util.Util
Reads lines up to a blank line, then returns all of the lines, except the blank one, concatenated into one string.
readLog(String) - Method in class ix.icore.log.EventLogReader
 
readLogIfExists() - Method in class ix.util.PropertyLogger
Reads and remembers property values from this logger's log file if the file exists.
readObject() - Method in class ix.iface.domain.LTF_Parser.IncludeReader
 
readObject(URL) - Method in class ix.ip2.Ip2XMLConfig.ChecklistFiles
 
readObject(URL) - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
readObject(URL) - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
readObject(URL) - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
readObject(URL) - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
readObject() - Method in class ix.util.lisp.LispReader
 
readObject(URL) - Method in class ix.util.xml.AbstractFileSyntax
 
readObject(URL) - Method in class ix.util.xml.FileSyntax.RDFFiles
 
readObject(URL) - Method in class ix.util.xml.FileSyntax.XMLFiles
 
readObject(Class, String) - Method in class ix.util.xml.FileSyntaxManager
 
readObject(Class, URL) - Method in class ix.util.xml.FileSyntaxManager
 
readObject(URL) - Method in interface ix.util.xml.Loader
 
readObject(String) - Static method in class ix.util.xml.XML
Reads an object from the specified resource. /\/ explain ...
readObject(Class<T>, String) - Static method in class ix.util.xml.XML
Reads an object from the specified resource. /\/ explain...
readObject(Class<T>, URL) - Static method in class ix.util.xml.XML
Reads an object from the specified resource. /\/ explain...
readObject(URL) - Method in class ix.util.xml.XMLTranslator
 
readObjectFrom(File) - Method in class ix.util.xml.XMLLoader
Converts the contents of the specified file to an object.
readParameters(String) - Method in class ix.iview.DefaultConstraintEditor
 
readPlans(String) - Method in class ix.iplan.IPlanOptionManager
Returns a map from (file / option) names to Plans.
readReply(HttpURLConnection) - Method in class ix.util.http.HttpObjectClient
Utility method that reads a reply from the connection and returns it as a String.
readRequest(HttpServletRequest) - Method in class ix.iserve.ipc.IServeCommServer.ControlServlet
 
readRequest(HttpServletRequest) - Method in class ix.util.http.HttpObjectServlet
Utility method that reads the request's contents and returns it as a string.
readResolve() - Method in class ix.util.EnumeratedValue
Ensures that the correct (==) objects are obtained when deserializing.
readResolve() - Method in class ix.util.lisp.Null
 
readResolve() - Method in class ix.util.lisp.Symbol
 
readResultXML(String) - Method in class ix.test.TwitterAtomSearchTest
 
readSource() - Method in class ix.test.xml.LispSourceText
 
readTestList(String) - Method in class ix.iplan.AutoTester
 
readText(Reader, int) - Static method in class ix.test.HttpRequestTest
 
readText(InputStream, int, String) - Method in class ix.util.http.HttpUtilities
 
readTimeout - Variable in class ix.util.http.HttpObjectClient
 
ReadURLTest - Class in ix.test
 
ReadURLTest() - Constructor for class ix.test.ReadURLTest
 
readViews(String) - Method in class ix.ip2.ObjectWhiteboard
Tries to read an ObjectView from each file in the indicated directory that might contain one.
real_checkMessageSource(MessageWrapper) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
reason - Variable in exception ix.util.IPC.IPCException
 
recalculate() - Method in class ix.util.match.MatchChoiceManager
 
receive(Object) - Method in class ix.examples.PicoIX.IX_SystemListener
 
receive() - Method in interface ix.util.IPC.Connection
 
receive() - Method in class ix.util.ipc.ObjectStreamConnection
 
receiveClient - Variable in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
receivedBy(IPlanOptionManager.Opt, Ip2) - Method in class ix.ip2.SyncStateClient.ChangeMessage
 
receivedBy(IPlanOptionManager.Opt, Ip2) - Method in class ix.ip2.SyncStateClient.DeleteMessage
 
receivedBy(IPlanOptionManager.Opt, Ip2) - Method in class ix.iplan.IPlanOptionManager.PseudoMessage
 
receivedBy(IPlanOptionManager.Opt, Ip2) - Method in class ix.iplan.IPlanOptionManager.ReportMessage
 
receivedBy(IPlanOptionManager.Opt, Ip2) - Method in class ix.iplan.IPlanOptionManager.SyncMessage
 
receiveFrom(ObjectStreamConnection) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
receiveLoop(ObjectStreamConnection) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
receivePanel - Variable in class ix.ichat.ChatFrame
 
receivePanel - Variable in class ix.itest.ItestFrame
 
ReceivePanel - Class in ix.itest
Panel for displaying received messages.
ReceivePanel(IXAgent) - Constructor for class ix.itest.ReceivePanel
 
Receiver - Class in ix.test
 
Receiver(MessageQueue) - Constructor for class ix.test.Receiver
 
receiveThread - Variable in class ix.iserve.ipc.IServeCommStrategy
 
receiveThreadCount - Variable in class ix.iserve.ipc.IServeCommStrategy
 
reconsiderHandler(ItemHandler, Object) - Method in class ix.ip2.Agenda
Called by the controller when a handler has discovered that it may need to add actions.
reconsiderHandler(ItemHandler, Object) - Method in class ix.ip2.PanelController
Called by a handler when it discovers that it may need to add actions.
recordAsWaitingForAchieve(PNode) - Method in class ix.iplan.Slip
 
recordDelayedInput(IPC.InputMessage) - Method in class ix.iplan.IPlanOptionManager.Opt
 
recordDelayedInput(IPC.InputMessage) - Method in class ix.iplan.IPlanOptionManager
 
recordExpansionRefinementName() - Method in class ix.ip2.ActivityItem
 
recordFailure(PlanTest, String) - Method in class ix.iplan.AutoTester
 
recordInputsAndOutputs() - Method in class ix.iplan.Slip
 
recordInputsAndOutputs(Refinement, Activity) - Method in class ix.iplan.Slip
 
recordListener(ActionListener, ActionListener) - Static method in class ix.iface.util.CatchingActionListener
Records a specific outer listener for cases where it must be an instance of class other than CatchingActionListener, for instance a subclass.
recordMainFrame(Component) - Static method in class ix.util.Debug
Records the GUI frame to use by default when displaying popups.
recordNewValue(Object, Object) - Method in class ix.iface.util.KeyValueTable
 
recordNewValue(Object, Object) - Method in class ix.ip2.PropertyViewTable
 
recordNewValues(Map) - Method in class ix.iface.util.KeyValueTable
 
recordParameters(Symbol, Symbol, Refinement, Activity, Slip.ParameterMaker) - Method in class ix.iplan.Slip
 
recordRegistration(ObjectStreamConnection, String, ServiceAddress) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
recordStat(String, Object) - Method in interface ix.iplan.PlanStats
Records a statistic.
recordStat(String, Object) - Method in class ix.iplan.SlipStats
 
recordUser(MessageServer.User) - Method in class ix.applet.MessageServer
 
recordUser(IServeCommServer.User) - Method in class ix.iserve.ipc.IServeCommServer
 
recordValue(List, EnumeratedValue) - Static method in class ix.util.EnumeratedValue
 
recordYourself() - Method in class ix.ip2.ObjectWhiteboard.Fact
 
Red - Static variable in class ix.iface.util.XColors
 
redefineRefinement(Refinement) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
redisplay() - Method in class ix.ip2.AgendaViewTable
Clears the table then puts everything back, taking account of any changes in open/closed status.
redo() - Method in class ix.iview.AConstructFramePanel
 
redo() - Method in class ix.iview.UndoManager
Redoes a change that has previously been undone.
redo(EditableObject) - Method in class ix.iview.UndoManager
As above, but for a given object.
redoIcon - Variable in class ix.iface.ui.JFrameMT
 
redoItem - Variable in class ix.iface.ui.JFrameMT
 
redone - Variable in class ix.iview.UndoManager.UndoNote
 
reevaluateFilters(AgendaItem) - Method in class ix.ip2.ExpandHandler.ExpandAction
 
reevaluateFilters(ListOfConstraint) - Method in class ix.ip2.Ip2ModelManager
 
ref - Variable in class ix.icore.Report
 
ref - Variable in class ix.icore.TaskItem
 
Ref<T> - Class in ix.util
A modifiable reference to an object.
Ref() - Constructor for class ix.util.Ref
 
Ref(T) - Constructor for class ix.util.Ref
 
REFERENCE - Static variable in class ix.test.CompendiumToIX
Compendium node type
REFERENCE_SHORTCUT - Static variable in class ix.test.CompendiumToIX
Compendium node type
refinement - Variable in class ix.icore.domain.event.RefinementEvent
 
Refinement - Class in ix.icore.domain
A Refinement describes one way to carry out a possible activity in a process being modelled.
Refinement() - Constructor for class ix.icore.domain.Refinement
 
Refinement(String, LList) - Constructor for class ix.icore.domain.Refinement
 
refinement - Variable in class ix.ip2.ExpandHandler.ExpandAction
 
refinement - Variable in class ix.iplan.SlipAchiever
 
refinement - Variable in class ix.iplan.SlipExpander
 
refinement - Variable in class ix.iview.DeclarationEditor.VarTypeTableModel
 
Refinement.NameComparator - Class in ix.icore.domain
A comparator that puts refinements in alphabetical order by name.
Refinement.NameComparator() - Constructor for class ix.icore.domain.Refinement.NameComparator
 
refinementAdded(RefinementEvent) - Method in interface ix.icore.domain.event.DomainListener
 
refinementAdded(RefinementEvent) - Method in class ix.ip2.ExpandHandler
 
refinementAdded(RefinementEvent) - Method in class ix.iplan.IPlanExpandHandler
 
refinementAdded(RefinementEvent) - Method in class ix.iview.domain.UIDomain
DomainListener
refinementAdded(RefinementEvent) - Method in class ix.iview.DomainEditor
 
refinementAdded(RefinementEvent) - Method in class ix.iview.DomainEditorFrame
 
refinementAdded(RefinementEvent) - Method in class ix.iview.GlobalFormPanel
 
refinementAdded(RefinementEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
refinementApplies(Refinement, LList) - Method in class ix.iplan.SlipFindExecutable
 
refinementEditor - Variable in class ix.iview.SimpleDomainEditor
 
RefinementEvent - Class in ix.icore.domain.event
 
RefinementEvent(Domain, Refinement) - Constructor for class ix.icore.domain.event.RefinementEvent
 
refinementMatchEnv - Variable in class ix.iplan.SlipExpander
 
refinementMenu - Variable in class ix.iview.SimpleDomainEditor
 
refinementNameMap - Variable in class ix.icore.domain.Domain
 
refinementRemoved(RefinementEvent) - Method in class ix.iview.GlobalFormPanel
 
refinementRemoved(RefinementEvent) - Method in class ix.iview.table.ActionTreeTableModel
 
refinements - Variable in class ix.icore.domain.Domain
 
refinements - Variable in class ix.iface.domain.ChecklistParser
 
refinements - Variable in class ix.ip2.PlanMaker
 
refinementsExpandingPattern(LList) - Method in class ix.iplan.DomainAnalyser
 
refinementsForCondition(PatternAssignment) - Method in class ix.iplan.DomainAnalyser
 
refinementToDirectSuccessors - Variable in class ix.iplan.DomainAnalyser
 
refinementToReachableRefinements - Variable in class ix.iplan.DomainAnalyser
 
RefinementTreeModel - Class in ix.iview.tree
 
RefinementTreeModel(UIDomain, IXTreeNode) - Constructor for class ix.iview.tree.RefinementTreeModel
Constructs a new instance with the given node as the root node of the tree.
RefinementTreeNode - Class in ix.iview.tree
 
RefinementTreeNode(Refinement) - Constructor for class ix.iview.tree.RefinementTreeNode
 
RefinementTreeNode(UIRefinement) - Constructor for class ix.iview.tree.RefinementTreeNode
 
refresh() - Method in class ix.iview.AConstructFramePanel
 
refresh() - Method in class ix.iview.ActionEditorPanel
 
refresh() - Method in class ix.iview.AROEditorPanel
 
refresh() - Method in class ix.iview.GlobalFramePanel
 
refresh() - Method in class ix.iview.GrammarEditorPanel
 
refresh() - Method in class ix.iview.SimpleEditorPanel
 
refreshGraph(GraphView) - Method in class ix.iview.igraph.IGraph
Refreshes the IGraph from the information in the graphView.
refreshItem - Variable in class ix.iview.DomainEditorFrame
 
refreshProperties() - Method in class ix.iview.table.PropertyTableModel
 
refText - Variable in class ix.itest.SendPanel.ReportControls
 
refToTimePoint(NodeEndRef) - Method in class ix.icore.process.PNode
Returns the node-end that corresponds to the node-end-ref.
register() - Method in class ix.applet.AppletCommunicationTool
 
register(String, String, PlanCheckingSimulator.ConstraintChecker) - Method in class ix.iplan.PlanCheckingSimulator
 
register(MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer.User
 
register(String) - Method in class ix.iserve.ipc.IServeCommStrategy
 
register() - Method in class ix.iserve.ipc.IServeCommTool
 
REGISTER - Variable in class ix.isim.ISimTimer
 
registerAgent(String) - Method in class ix.isim.ISimTimerServer
 
registerAs(String) - Method in class ix.applet.AppletCommunicationStrategy
 
registerButton - Variable in class ix.applet.AppletCommunicationTool.ToolFrame
 
registerButton - Variable in class ix.iserve.ipc.IServeCommTool.ToolFrame
 
registerClient(String) - Method in class ix.ip2.SyncStateServer
 
registerConstraintCheckers() - Method in class ix.iplan.PlanCheckingSimulator
 
registerConstraintManager(Symbol, Symbol, ConstraintManager) - Method in class ix.icore.process.AbstractPMM
 
registerConstraintManager(Symbol, Symbol, ConstraintManager) - Method in interface ix.icore.process.ProcessModelManager
 
registered(AppletMessage, boolean) - Method in class ix.applet.MessageServer.User
 
registerIfNew(String) - Method in class ix.ip2.SyncStateServer
 
registerListKeys(JComponent, String) - Method in class ix.iview.AConstructFramePanel
 
registerUrl - Variable in class ix.iserve.ipc.IServeCommStrategy
 
registerWith(ConstraintManagerRegistry) - Method in interface ix.icore.ConstraintManager
 
registerWith(ConstraintManagerRegistry) - Method in class ix.ip2.ConsumeTheOnlyCM
 
registerWith(ConstraintManagerRegistry) - Method in class ix.ip2.ForAllCM
 
registerWith(ConstraintManagerRegistry) - Method in class ix.ip2.Scrum
 
registerWith(ConstraintManagerRegistry) - Method in class ix.ip2.UseCM
 
registerWith(ConstraintManagerRegistry) - Method in class ix.iplan.TimePointNet
 
registerWithNameServer() - Method in class ix.http.HttpCommunicationStrategy
 
registerWithNameServer() - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
Registration - Class in ix.iserve.ipc
Registration response received by an IServeCommStrategy.
Registration() - Constructor for class ix.iserve.ipc.Registration
 
registrationDates - Variable in class ix.applet.MessageServer.User
 
registrationDates - Variable in class ix.iserve.ipc.IServeCommServer.User
 
rejectedPlans - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
rel - Variable in class ix.ip2.ForwardingHandler
 
rel - Variable in class ix.ispace.RelationshipGroup
 
REL_DEFAULT - Static variable in class ix.iview.table.PropertyTableModel
 
relation - Variable in class ix.icore.domain.Constraint
 
relation - Variable in class ix.icore.GenericConstraint
 
relationPanel - Variable in class ix.ispace.ISpaceTool
 
relationship - Variable in class ix.ispace.AgentData
 
RelationshipGroup - Class in ix.ispace
 
RelationshipGroup(AgentRelationship, ContactManager) - Constructor for class ix.ispace.RelationshipGroup
 
relaxNGNamespace - Static variable in class ix.util.xml.RelaxNGSyntax
 
RelaxNGSyntax - Class in ix.util.xml
Describes the (XML) syntax of I-X data objects as a Relax NG schema.
RelaxNGSyntax() - Constructor for class ix.util.xml.RelaxNGSyntax
 
RelaxNGSyntax(XMLTranslator) - Constructor for class ix.util.xml.RelaxNGSyntax
 
RelaxNGSyntax.Schema - Class in ix.util.xml
An Relax NG schema.
RelaxNGSyntax.Schema() - Constructor for class ix.util.xml.RelaxNGSyntax.Schema
Create a schema.
Release - Class in ix
I-X 4.6-pre 25-Aug-10
Release() - Constructor for class ix.Release
 
ReleaseDate - Class in ix.test
 
ReleaseDate() - Constructor for class ix.test.ReleaseDate
 
releaseToString() - Static method in class ix.iview.util.IVUtil
 
releaseWaitingEnds(PNodeEnd) - Method in class ix.iplan.Slip
 
relevantClasses - Variable in class ix.test.MakeRandomInstance
 
relevantClasses(Class) - Method in class ix.util.reflect.ClassSyntax
Returns a recursively composed list of classes that are related to the specified class by being the types of fields, etc.
relevantClasses(Class[]) - Method in class ix.util.reflect.ClassSyntax
Returns a recursively composed list of classes that are related to the classes in the specified array by being the types of fields, etc.
relevantClasses(List<Class>) - Method in class ix.util.reflect.ClassSyntax
Returns a recursively composed list of classes that are related to the classes in the specified list by being the types of fields, etc.
relevantClasses - Variable in class ix.util.reflect.InheritanceTree
 
relevantClasses(Class) - Method in class ix.util.xml.XMLSyntax
 
relField - Variable in class ix.iview.DefaultConstraintEditor
 
relMap - Variable in class ix.ispace.ContactManager
 
reload() - Method in class ix.iface.ui.tree.EditableTreeModel
 
reload(IXTreeNode) - Method in class ix.iface.ui.tree.EditableTreeModel
 
reload() - Method in class ix.iface.util.SelectionPanel
Removes everything from the table and then calls SelectionPanel.load().
reload() - Method in class ix.ip2.TimelineViewer.TimelineFrame
 
reloadAllVarConstraints() - Method in class ix.iview.DeclarationEditor
Checks applicability of editor constraints and noObCons for all vars.
reloadData() - Method in class ix.iface.ui.tree.EditableTreeModel
 
reloadData() - Method in class ix.iview.AROEditorPanel.ClassTreeTableModel
Looks up all object classes and updates the tree model from them.
reloadData() - Method in class ix.iview.GrammarEditorPanel.GenericConstraintTableModel
 
reloadData() - Method in class ix.iview.table.ActionTreeTableModel
Looks up all refinements and updates the tree model from them.
reloadTable() - Method in class ix.iface.util.SelectionPanel.SelectionTable
 
reloadTable() - Method in class ix.ip2.BindingViewer.VarPanel
 
reloadVarConstraints(ItemVar) - Method in class ix.iview.DeclarationEditor
Checks applicability of editor constraints and noObCons
reloadView(Set) - Method in class ix.ip2.BindingViewer
 
reloadView() - Method in class ix.ip2.IVarTool.View
 
reloadViewers() - Method in class ix.ip2.Ip2
 
reloadViewers() - Method in class ix.iplan.IPlanOptionManager
 
remainingReplans - Variable in class ix.iplan.AutoTester.TestRunner
 
rematchCond() - Method in class ix.iplan.SlipAchiever
 
remember(AppletMessage) - Method in class ix.applet.MessageMemory
 
remember(MessageWrapper) - Method in class ix.iserve.ipc.MessageMemory
 
rememberClear() - Method in class ix.iview.AbstractUISetEditor
 
remoteAddr - Variable in class ix.applet.AppletMessage
 
remoteAddr - Variable in class ix.iserve.ipc.MessageWrapper
 
remoteHost - Variable in class ix.applet.AppletMessage
 
remoteHost - Variable in class ix.iserve.ipc.MessageWrapper
 
remove(Object, LList) - Static method in class ix.iface.ui.util.UIUtil
 
remove(int) - Method in class ix.iface.util.GridColumn
 
remove(Component) - Method in class ix.iface.util.GridColumn
 
remove(DocumentFilter.FilterBypass, int, int) - Method in class ix.iface.util.HtmlTableEditorPane.TableDocumentFilter
 
remove() - Method in class ix.isim.util.LongKeyTreeMap.LongKeyTreeMapIterator
 
remove(long) - Method in class ix.isim.util.LongKeyTreeMap
This function removes the mapping for this key from this map if it was present.
remove() - Method in class ix.util.context.ContextHashMap.EntrySetIterator
 
remove(Object) - Method in class ix.util.context.ContextHashMap
 
remove(Object) - Method in class ix.util.context.LLQueue
 
remove() - Method in class ix.util.JavaNameWordIterator
 
remove() - Method in class ix.util.lisp.LListCollector.LListCollectorListIterator
 
remove() - Method in class ix.util.lisp.LListIterator
 
remove() - Method in class ix.util.lisp.LListListIterator
 
remove(MatchChoice) - Method in class ix.util.match.MatchChoiceManager
 
remove(FieldDescr) - Method in class ix.util.reflect.FieldMap
 
remove(Object) - Method in class ix.util.StableHashMap.EntrySet
 
remove() - Method in class ix.util.StableHashMap.EntrySetIterator
 
remove(Object) - Method in class ix.util.StableHashMap
 
removeAll() - Method in class ix.iface.util.GridColumn
 
removeAll(Map, Map) - Static method in class ix.util.Collect
Removes all entries from a map that appear in a second map.
removeAll(Collection<?>) - Method in class ix.util.context.LLQueue
 
removeAll(Collection) - Method in class ix.util.StableHashMap.EntrySet
 
removeAllPanels() - Method in class ix.iface.ui.CardPanel
 
removeAllPanels() - Method in class ix.iface.ui.JFrameMTP
Removes all panels from the frame.
removeAllVars(Object) - Static method in class ix.icore.Variable
Returns a copy of the object in which every Variable is replaced by its value, if it has a value, or else by the ItemVar that is its name.
removeAnnotation(Object) - Method in class ix.icore.AbstractAnnotatedObject
 
removeAnnotation(Object) - Method in interface ix.icore.Annotated
 
removeCellEditorListener(CellEditorListener) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
removeChild(IXNode) - Method in interface ix.iface.ui.tree.IXNode
 
removeChild(Symbol) - Method in class ix.iview.domain.UIObjectClass
 
removeChild(String) - Method in class ix.iview.domain.UIObjectClass
 
removeChild(IXNode) - Method in class ix.iview.domain.UIObjectClass
 
removeChildData(IXTreeTableNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
removeChildren(IXTreeTableNode, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
 
removeClient(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
removeConstraint(Constraint) - Method in class ix.iview.DeclarationEditor
Remove the constraint;
removeConstraint(ItemVar, Constraint) - Method in class ix.iview.DeclarationEditor
Remove the constraint;
removeConstraint(ItemVar, UIObjectClass, Constraint) - Method in class ix.iview.DeclarationEditor
Remove the constraint;
removeConstraint(ItemVar, UIObjectClass, ObjectProperty, Constraint) - Method in class ix.iview.DeclarationEditor
Remove the constraint;
removeConstraint(Set, Constraint) - Static method in class ix.iview.util.IVUtil
 
removeConstraintListener(JConstraintListener) - Method in class ix.iface.ui.JConstraintEditor
 
removeConstruct(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
removeConstruct(Named) - Method in class ix.iview.domain.UIDomain
 
removeConstruct(Named) - Method in class ix.iview.UIObjectClassSetEditor
 
removeCurrentConstructListener(CurrentConstructListener) - Method in class ix.iview.AConstructFramePanel
 
removed - Variable in class ix.iface.ui.AbstractSetEditor
list of Objects removed from the set (unless added).
removeData() - Method in class ix.iface.ui.AbstractEditorPanel
 
removeData() - Method in interface ix.iface.ui.IXEditorPanel
Removes all data from the item component
removeData() - Method in class ix.iface.ui.ListEditorPanel
 
removeData(Object) - Method in class ix.iface.ui.table.AbstractIXTableModel
Removes the given data object from the table's rows and notifies listeners if it worked.
removeData(Object) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Removes the given TreeNode object from the table's rows (including its children) and notifies listeners.
removeData() - Method in class ix.iface.ui.ThingEditorPanel
Removes all text from the component.
removeData() - Method in class ix.iface.ui.ToggleEditorPanel
 
removeData() - Method in class ix.iview.MiniConstraintPanel
Removes all text from the component.
removeDataChangeListener(DataChangeListener) - Method in interface ix.iface.ui.EditableObject
 
removeDataChangeListener(DataChangeListener) - Method in class ix.iview.domain.UIDomain
 
removeDataChangeListener(DataChangeListener) - Method in class ix.iview.domain.UIObjectClass
 
removeDataChangeListener(DataChangeListener) - Method in class ix.iview.domain.UIRefinement
 
removeDataNode(IXTreeTableNode) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Completely forget about the node (and its children)
removeDuplicates(LList) - Static method in class ix.iface.ui.util.UIUtil
 
removeElementAt(Object, long) - Method in interface ix.isim.util.LongPriorityQueue
This function attempts to remove the given object at the given priority from this priority queue.
removeElementAt(Object, long) - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function throws an UnsupportedOperationException as there is no efficient implementation of this operation for this class.
removeFromDomain(Domain, Object) - Method in class ix.iview.AbstractUISetEditor
 
removeFromDomain(Domain) - Method in class ix.iview.domain.UIDomain
 
removeFromDomain(Domain) - Method in interface ix.iview.domain.UIObject
Removes the object's corresponding base object from the domain.
removeFromDomain() - Method in class ix.iview.domain.UIObjectClass
 
removeFromDomain(Domain) - Method in class ix.iview.domain.UIObjectClass
 
removeFromDomain() - Method in class ix.iview.domain.UIRefinement
 
removeFromDomain(Domain) - Method in class ix.iview.domain.UIRefinement
 
removeGraph(IGraph) - Method in class ix.iview.domain.UIRefinement
 
removeHighestEnd() - Method in interface ix.isim.util.LongPriorityQueue
This function removes and returns the element in this priority queue that has the highest priority.
removeHighestEnd() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function removes and returns the element in this priority queue that has the highest priority.
removeHighestFront() - Method in interface ix.isim.util.LongPriorityQueue
This function removes and returns the element in this priority queue that has the highest priority.
removeHighestFront() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function removes and returns the element in this priority queue that has the highest priority.
removeIf(Status, List<PNodeEnd>) - Method in class ix.iplan.PlanCheckingSimulator
 
removeIf(Status, List) - Method in class ix.test.SimpleRSim
 
removeIf(Predicate1<FieldDescr>) - Method in class ix.util.reflect.FieldMap
 
removeItem(AgendaItem) - Method in class ix.ip2.ActivityAgenda
 
removeItem(AgendaItem) - Method in class ix.ip2.Agenda
 
removeListSelectionListener(ListSelectionListener) - Method in class ix.iface.ui.ListEditorPanel
 
removeListSelectionListener(ListSelectionListener) - Method in class ix.iface.ui.ToggleEditorPanel
 
removeLowestEnd() - Method in interface ix.isim.util.LongPriorityQueue
This function removes and returns the element in this priority queue that has the lowest priority.
removeLowestEnd() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function removes and returns the element in this priority queue that has the lowest priority.
removeLowestFront() - Method in interface ix.isim.util.LongPriorityQueue
This function removes and returns the element in this priority queue that has the lowest priority.
removeLowestFront() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function removes and returns the element in this priority queue that has the lowest priority.
removeMarkListener(AbstractIXTableModel.TableMarkListener) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
removeNamedGraph(String) - Method in class ix.iview.domain.UIDomain
 
removeNode(PNode) - Method in class ix.ip2.Ip2ModelManager
 
removeNodes(int, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Removes the given number of nodes from the given index place in the table.
removePanel(JPanel, String) - Method in class ix.iface.ui.CardPanel
 
removePanel(JPanel) - Method in class ix.iface.ui.CardPanel
 
removeParent(IXNode) - Method in interface ix.iface.ui.tree.IXNode
 
removeParent(Symbol) - Method in class ix.iview.domain.UIObjectClass
 
removeParent(String) - Method in class ix.iview.domain.UIObjectClass
 
removeParent(IXNode) - Method in class ix.iview.domain.UIObjectClass
 
removePlanVars(Object) - Static method in class ix.iface.plan.TextPlanWriter
 
removePostConstraint(TimePointNet.TimeConstraint) - Method in class ix.icore.process.TimePoint
 
removePreConstraint(TimePointNet.TimeConstraint) - Method in class ix.icore.process.TimePoint
 
removeProperty(Object) - Method in class ix.iview.domain.UIObjectClass
 
removePropertyChangeListener(PropertyChangeListener) - Method in class ix.iface.ui.JPreferencesDialog
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface ix.iface.ui.JPropertiesEditor
 
removePropValueElement(Symbol, Object, Object) - Method in class ix.ip2.ObjectWorld
 
removeSelectionListener(JSelectorDialog.JSelectorListener) - Method in class ix.iface.ui.JSelectorDialog
 
removeSentinel(AbstractPMM.Sentinel) - Method in class ix.icore.process.AbstractPMM
 
removeSentinel(AbstractPMM.Sentinel) - Method in class ix.ip2.Ip2ModelManager
 
removeTableMouseListener(TableMouseListener) - Method in class ix.iface.ui.table.IXTable
 
removeTreeNode(Object) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Forget the association of the given TreeNode to the given object
removeUIDomainListener(UIDomainListener) - Method in class ix.iview.domain.UIDomain
 
removeUser(MessageServer.User) - Method in class ix.applet.MessageServer
 
removeUser(String) - Method in class ix.iserve.ipc.IServeCommServer
 
removeUser(IServeCommServer.User) - Method in class ix.iserve.ipc.IServeCommServer
 
removeUserChild(Object, Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
removeUserChild(Object, Object) - Method in class ix.iview.tree.DomainTreeModel
 
removeUserChild(Object, Object) - Method in class ix.iview.tree.ObjectClassTreeModel
 
removeUserChild(Object, Object) - Method in class ix.iview.tree.RefinementTreeModel
 
removeUserParent(Object, Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
removeUserParent(Object, Object) - Method in class ix.iview.tree.ObjectClassTreeModel
 
removeUserParent(Object, Object) - Method in class ix.iview.tree.RefinementTreeModel
 
removeValue(Object, Object) - Method in class ix.util.MultiHashMap
 
removeValue(Object, Object) - Method in interface ix.util.MultiMap
 
removeVarConstraints(ItemVar) - Method in class ix.iview.DeclarationEditor
 
removeVars(Object) - Static method in class ix.icore.Variable
Returns a copy of the tree in which every Variable is replaced by its value, if it has a value, or else by the ItemVar that is its name.
removeVarType(ItemVar) - Method in class ix.iview.DeclarationEditor
 
removeVarTypeConstraint(ItemVar) - Method in class ix.iview.DeclarationEditor
 
rename(String, String, ClassSyntax) - Method in class ix.util.reflect.FieldMap
 
renameItemVars(Object) - Static method in class ix.util.lisp.ItemVar
Returns a copy of the tree in which every ItemVar is replaced by an ItemVar that did not exist before this call to this method.
renameItemVars(HashMap, Object) - Static method in class ix.util.lisp.ItemVar
 
renameOption(String) - Method in class ix.iplan.IPlanOptionManager
 
renameOptionItem - Variable in class ix.iplan.OptionUI
 
renameTo(String, String) - Method in class ix.util.reflect.FieldDescr
 
renameToBackup(File) - Static method in class ix.util.Util
Renames the file to indicate it is an earlier version so that a new version can then be written.
RendererJLabel - Class in ix.iface.util
A subclass of JLabel that overrides methods not needed when rendering.
RendererJLabel() - Constructor for class ix.iface.util.RendererJLabel
 
RendererJText - Class in ix.iface.util
An efficient renderer like RendererJLabel, but a subclass of JTextField to allow mousing text.
RendererJText() - Constructor for class ix.iface.util.RendererJText
 
RendererLinkLabel - Class in ix.iface.ui
A renderer that can follow URL links.
RendererLinkLabel() - Constructor for class ix.iface.ui.RendererLinkLabel
 
renderingText - Variable in class ix.util.xml.XMLTreeEditPanel.TNode
 
renderValue(String, Object) - Method in class ix.iface.ui.IFormPanel
Default rendering of the given value for the given field - transforms collections to arrays.
renderValue(String, Object) - Method in class ix.iview.ActionFormPanel
Render values for: pattern (list to display), text nodes (write a line for each node)
renumberMessages(int) - Method in class ix.iserve.ipc.MessageMemory
 
repaint(long, int, int, int, int) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
repaint(Rectangle) - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
repeat - Variable in class ix.iscript.While
 
repeat(int, String) - Static method in class ix.util.Strings
Returns a String made by appending a specified string count times.
replace(Component, Component) - Method in class ix.iface.util.GridColumn
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class ix.iface.util.HtmlTableEditorPane.TableDocumentFilter
 
replace(String, String, String) - Static method in class ix.util.Strings
Returns a string formed by replacing every occurrence of from with to in source.
replaceAgentData(AgentData, AgentData) - Method in class ix.ispace.ContactManager
 
replaceAll(Object, Object) - Method in class ix.util.lisp.LList
 
replaceChars(String, String, String) - Static method in class ix.util.Strings
Returns a copy of source in any character that appears in from has been replaced by the the corresponding char in to.
replaceData(Object, Object) - Method in class ix.iface.ui.table.AbstractIXTableModel
Replaces the given old data object with the new given one and notifies listeners if it worked.
replaceFirst(Object, Object, List) - Static method in class ix.util.Collect
Replaces the first occurrence of an item in a list, returning the modified list.
replaceInPattern(ItemVar, ItemVar, LList) - Static method in class ix.iview.util.IVUtil
Replace each variable in each given constraint with the new one propertiesMap (property-constraintSet)
replaceNamedRefinement(String, Refinement) - Method in class ix.icore.domain.Domain
 
replaceNotes(ItemVar, ItemVar) - Method in class ix.iview.DeclarationEditor
If variable name has changed, replace note of type and constraints and note that the change was made (to clean up uir on exit)
replaceObjectClass(ObjectClass, ObjectClass) - Method in class ix.icore.domain.Domain
 
replacePlan() - Method in class ix.ip2.LoadPlanFrame
 
replacePlanKeepingState() - Method in class ix.ip2.LoadPlanFrame
 
replacePlanWith(Plan) - Method in class ix.iplan.IPlanOptionManager.Opt
 
replaceProperty(ObjectProperty, ObjectProperty) - Method in class ix.iview.domain.UIObjectClass
 
replaceRefinement(Refinement, Refinement) - Method in class ix.icore.domain.Domain
 
replaceVarInConstraints(ItemVar, ItemVar, HashMap) - Static method in class ix.iview.util.IVUtil
Replace each variable in each given constraint with the new one propertiesMap (property-constraintSet)
replan() - Method in class ix.iplan.FilteredPlanner
 
replan() - Method in class ix.iplan.IPlanOptionManager.Opt
 
replan() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
replan() - Method in class ix.iplan.IPlanOptionManager
 
replan() - Method in interface ix.iplan.Planner
Finds the next in a series of plans that are completions of the plan that was current when Planner.plan() was most recently called.
replan() - Method in class ix.iplan.PlannerBase
 
replan() - Method in class ix.iplan.Slip
 
replan() - Method in class ix.test.BlockStacker
 
replanButton - Variable in class ix.iplan.IPlanTool.ToolFrame
 
Report - Class in ix.icore
A report sent from another agent.
Report() - Constructor for class ix.icore.Report
 
Report(String) - Constructor for class ix.icore.Report
 
Report(ReportType, String) - Constructor for class ix.icore.Report
 
report() - Method in class ix.iplan.PlanCheckingSimulator
 
report(PrintStream) - Method in class ix.iplan.PlanCheckingSimulator
 
report(PrintStream) - Method in interface ix.iplan.PlanStats
Prints a plain text description of the statistics and their values.
report(PrintStream) - Method in class ix.iplan.SlipStats
 
reportBack - Variable in class ix.icore.TaskItem
 
reportBack - Variable in class ix.ip2.ForwardingHandler
 
reportCheck - Variable in class ix.itest.SendPanel.IssueActivityControls
 
reportCheckModel - Variable in class ix.itest.SendPanel
 
reportDescription(Report) - Static method in class ix.iface.util.Reporting
 
reportFromControls() - Method in class ix.itest.SendPanel.ReportControls
Construct a report from the current state of the GUI.
reportIdentityCheckFailure(HttpRequestException) - Method in class ix.iserve.ipc.IServeCommStrategy
 
Reporting - Class in ix.iface.util
Class of static methods useful when reporting incoming messages etc.
reportInputException(IPC.InputMessage, Throwable) - Method in class ix.icore.IXAgent
Called by the pre_handleInput method to put up a dialog describing an Error or Exception and the message that caused it to be thrown.
reportLegalChild(UIObjectClass) - Method in class ix.iview.domain.UIObjectClass
 
reportLegalParent(UIObjectClass) - Method in class ix.iview.domain.UIObjectClass
 
reportProblem(String, Throwable) - Method in class ix.iserve.ipc.IServeCommStrategy
 
reports - Variable in class ix.ip2.AgendaItem
 
reportSy - Static variable in class ix.isim.actions.SendMessage
 
reportType - Variable in class ix.icore.Report
 
ReportType - Class in ix.icore
Report types.
reportTypeChoice - Variable in class ix.itest.SendPanel.ReportControls
 
requestCharsetName - Variable in class ix.util.http.HttpObjectClient
 
requestContentType - Variable in class ix.util.http.HttpObjectClient
 
requestObject(AppletMessage) - Method in class ix.applet.AppletCommunicationStrategy
Sends a request to the message server and returns the server's reply.
requireCommand(IServeCommServer.Command, MessageWrapper) - Method in class ix.iserve.ipc.IServeCommServer
 
requiredCapability - Variable in class ix.ip2.ForwardingHandler.ForwardingAction
 
requireEltSize(int, Element) - Method in class ix.util.xml.XMLTranslator
 
requireEltType(String, Element) - Method in class ix.util.xml.XMLTranslator
 
requireHeader(HttpServletRequest) - Method in enum ix.iserve.ipc.sl.SLHttpHeader
 
requireNamespace - Variable in class ix.util.xml.XMLTranslator
Is an I-X namespace required in input XML?
requireParameter(String) - Static method in class ix.util.Parameters
 
requireTNode(String) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
requireURL(String) - Method in class ix.util.xml.FileSyntaxManager
Like FileSyntaxManager.toURL(String) but throws an IllegalArgumentException rather than returning null.
requireURL(String) - Static method in class ix.util.xml.XML
Returns a URL for a specified resource.
requireUser(String) - Method in class ix.iserve.ipc.IServeCommServer
 
reset() - Method in interface ix.icore.ConstraintManager
 
reset() - Method in interface ix.icore.process.ProcessModelManager
 
reset() - Method in class ix.iface.util.GridColumn
 
reset() - Method in class ix.iface.util.KeyValueTable
Empties the table.
reset() - Method in class ix.iface.util.SelectionPanel.Row
 
reset() - Method in class ix.ip2.ActivityAgenda
 
reset() - Method in class ix.ip2.AdviceManager
 
reset() - Method in class ix.ip2.Agenda
 
reset() - Method in class ix.ip2.AgendaTableViewer
Sets the viewer back to something approximating its initial state.
reset() - Method in interface ix.ip2.AgendaViewer
 
reset() - Method in class ix.ip2.AgendaViewTable
Sets the viewer back to something approximating its initial state.
reset() - Method in interface ix.ip2.AnnotationViewer
Sets the viewer back to its initial state (or a reasonable approximation).
reset() - Method in class ix.ip2.AnnotationViewTable
Sets the viewer back to something approximating its initial state.
reset() - Method in class ix.ip2.ConstraintAssociator
 
reset() - Method in class ix.ip2.ConsumeTheOnlyCM
 
reset() - Method in class ix.ip2.ForAllCM
 
reset() - Method in class ix.ip2.Ip2
Called to restore the initial state.
reset() - Method in class ix.ip2.Ip2ModelManager
 
reset() - Method in class ix.ip2.Ip2WorldStateManager
 
reset() - Method in class ix.ip2.IVarTool.View
 
reset() - Method in class ix.ip2.NullStateViewer
 
reset() - Method in class ix.ip2.ObjectWhiteboard
 
reset() - Method in class ix.ip2.PanelController
 
reset() - Method in class ix.ip2.PropertyViewTable
 
reset() - Method in class ix.ip2.Scrum
 
reset() - Method in interface ix.ip2.StateViewer
Sets the viewer back to its initial state (or a reasonable approximation).
reset() - Method in class ix.ip2.StateViewTable
Sets the viewer back to something approximating its initial state.
reset() - Method in class ix.ip2.UseCM
 
reset() - Method in class ix.iplan.DomainAnalyser
 
reset() - Method in class ix.iplan.IPlanOptionTool.OptionMatrix
 
reset() - Method in class ix.iplan.IPlanOptionTool.OptionToolFrame
 
reset() - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
reset() - Method in class ix.iplan.IPlanTool.ToolFrame
 
reset() - Method in class ix.iplan.IPlanWorldStateManager
 
reset() - Method in class ix.iplan.PlanCheckingSimulator.ConstraintChecker
 
reset() - Method in class ix.iplan.PlanCheckingSimulator.UseChecker
 
reset() - Method in class ix.iplan.Slip
Called to restore the initial state.
reset() - Method in class ix.iplan.TimePointNet
 
reset() - Method in class ix.isim.dynamic.BearingMoveSpec
 
reset() - Method in interface ix.isim.dynamic.MoveSpec
 
reset() - Method in class ix.isim.dynamic.PointListMoveSpec
 
reset() - Method in class ix.test.StateExportExtension.StateExporter
 
reset() - Method in class ix.util.match.MatchChoiceManager
 
reset() - Method in class ix.util.xml.XMLTreeEditFrame
 
reset() - Method in class ix.util.xml.XMLTreeEditPanel
 
resetAllButState() - Method in class ix.ip2.Ip2
 
resetConstraintCheckers() - Method in class ix.iplan.PlanCheckingSimulator
 
resetData() - Method in class ix.iview.table.ActionTreeTableModel
Looks up all refinements and builds the tree model from them, discarding previous data.
resetEdits() - Method in class ix.iface.ui.AbstractSetEditor
 
resetForChecks() - Method in class ix.util.match.MatchChoice
 
resetHooks - Variable in class ix.ip2.Ip2
 
resetIfUserConfirms() - Method in class ix.util.xml.XMLTreeEditFrame
 
resetPossibles(Map) - Method in class ix.ip2.BindingViewer.VarPanel
 
resetPossibleValues() - Method in class ix.ip2.BindingViewer
 
resetPossibleValues(Map) - Method in class ix.ip2.BindingViewer
 
resetTree() - Method in class ix.iview.AROEditorPanel
 
resetUIConstruct(UIObject) - Method in class ix.iview.ActionEditorPanel
Same as setUIConstruct, but remembers the setting of the miniConstraints
resetViewers() - Method in class ix.ip2.Ip2
 
resolveDomainFile(String) - Static method in class ix.iview.DomainEditor
 
resolveDomainFile(String) - Static method in class ix.iview.DomainEditorFrame
 
resourceImageIcon(String) - Static method in class ix.util.Util
Constructs an ImageIcon from the named (image) resource found on the system's class path.
resourceName - Variable in class ix.iface.domain.LTF_Parser.IncludeReader
 
resourceTable - Variable in class ix.examples.SimResource.CM
 
resourceTable - Variable in class ix.ip2.Scrum
 
resourceURL(String) - Static method in class ix.iface.ui.util.UIUtil
 
responseCharsetName - Variable in class ix.util.http.HttpObjectServlet
 
responseContentType - Variable in class ix.util.http.HttpObjectServlet
 
responseQueue - Variable in class ix.iserve.ipc.IServeCommServer.User
 
REST - Static variable in class ix.util.match.Matcher
 
REST - Static variable in class ix.util.match.SimpleMatcher
 
restart(Ip2Applet) - Method in class ix.ip2.Ip2Applet.AppletIp2
 
restoreContext(Context) - Method in class ix.iplan.IPlanOptionManager
 
restoreFactEditState(Map) - Method in class ix.ip2.ObjectWhiteboard
 
restoreSubtree(AgendaItem) - Method in class ix.ip2.AgendaViewTable
The part of the implementation of restoreTable() that restores the section of the table that corresponds to the subitem tree of an item whose row is "open".
restoreTable() - Method in class ix.ip2.AgendaViewTable
Undoes a clearTable(), taking into acount any changes in open/closed status.
result() - Method in interface ix.util.Collector
 
result - Variable in class ix.util.FanComposer
 
result() - Method in class ix.util.lisp.LListCollector
 
result - Variable in class ix.util.TopologicalSorter
 
resultEnvs - Variable in class ix.ip2.VariableManager.FilterMatcher
 
RESUME - Variable in class ix.isim.ISimTimer
 
resume() - Method in class ix.isim.ISimTimer
This function re-starts the simulation timer after it had been paused.
resume() - Method in class ix.isim.ISimTimerServer
 
resumeMenuItem - Variable in class ix.isim.ISimEventsFrame
 
resumeMenuItem_actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame
 
resumeSimulation() - Method in class ix.isim.ISimEngine
 
retainAll(Collection) - Method in class ix.util.StableHashMap.EntrySet
 
RethrownException - Exception in ix.util
An unchecked exception used to wrap other Throwables when they're rethrown.
RethrownException(Throwable) - Constructor for exception ix.util.RethrownException
Constructs an exception with a description of the cause as its message.
RethrownException(Throwable, String) - Constructor for exception ix.util.RethrownException
Constructs an exception with the specified cause and message.
RethrownException(String, Throwable) - Constructor for exception ix.util.RethrownException
Constructs an exception with the specified cause and a message formed by concatenating the prefix, followed by a space, to the result of calling Debug.describeException(Throwable) on the cause.
RethrownIOException - Exception in ix.util
An unchecked exception used to wrap IOExceptions when they're rethrown.
RethrownIOException(Throwable) - Constructor for exception ix.util.RethrownIOException
Constructs an exception with a description of the cause as its message.
RethrownIOException(String, Throwable) - Constructor for exception ix.util.RethrownIOException
Constructs an exception with the specified cause and a message formed by concatenating the prefix, followed by a space, to the result of calling Debug.describeException(Throwable) on the cause.
returnInterrupts - Variable in class ix.util.MessageQueue
 
revalidate() - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
reverse() - Method in class ix.util.lisp.LList
 
revertAllVars(Object) - Static method in class ix.icore.Variable
Returns a copy of the object in which every Variable is replaced by the ItemVar that is its name.
revertConstruct() - Method in class ix.iview.AConstructFramePanel
User request to revert an action to when it was last saved in the draft domain.
revertConstruct() - Method in class ix.iview.GlobalFramePanel
User request to revert an action to when it was last saved in the draft domain.
revertDItem - Variable in class ix.iview.DomainEditorFrame
 
revertIcon - Variable in class ix.iface.ui.JFrameMT
 
revertItem - Variable in class ix.iface.ui.JFrameMT
 
revertOConstruct() - Method in class ix.iview.AConstructFramePanel
User request to revert an action to when it was last saved in the draft domain.
revertOConstruct() - Method in class ix.iview.GlobalFramePanel
User request to revert an action to when it was last saved in the draft domain.
revertOIcon - Variable in class ix.iview.DomainEditorFrame
 
revertOItem - Variable in class ix.iview.DomainEditorFrame
 
revertToOriginal() - Method in class ix.iview.domain.UIDomain
Reverts the domain and all its construct to the last published domain.
revertVars(Object) - Static method in class ix.icore.Variable
Returns a copy of the tree in which every Variable is replaced by the ItemVar that is its name.
reviseHandlerActions(AgendaItem, Object) - Method in class ix.ip2.ConditionHandler
 
reviseHandlerActions(AgendaItem, Object) - Method in class ix.ip2.ExpandHandler
 
reviseHandlerActions(AgendaItem, Object) - Method in class ix.ip2.ForwardingHandler
 
reviseHandlerActions(AgendaItem, Object) - Method in class ix.ip2.ItemHandler
Called after something has happened that may require new HandlerActions to be added to an item.
reviseHandlerActions(AgendaItem, Object) - Method in class ix.iplan.IPlanConditionHandler
 
reviseHandlerActions(AgendaItem, Object) - Method in class ix.iplan.IPlanExpandHandler
 
rhs - Variable in class ix.util.xml.BNFSyntax.Rule
 
right - Variable in class ix.isim.util.LongKeyTreeMap.Entry
 
right - Variable in class ix.itest.SendPanel.SendControls
 
RIGHT - Static variable in class ix.test.xml.MissionaryTest
 
rightClickMenu - Variable in class ix.iface.ui.AbstractEditorPanel
 
root - Variable in class ix.iplan.IPlanOptionTool.OptionTree
 
root - Variable in class ix.isim.util.LongKeyTreeMap
the root of the tree
rootClass - Variable in class ix.util.xml.XMLSchemaSyntax.Schema
 
rootContext - Static variable in class ix.util.context.Context
A context that is an ancestor of all others.
rootElement - Variable in class ix.util.xml.LiteralDocument
 
ROOTNAME - Static variable in class ix.iface.ui.tree.IXTrees
 
RosyBrown - Static variable in class ix.iface.util.XColors
 
round(long) - Method in class ix.util.Duration
Returns this Duration after rounding the time to the nearest multiple of the specified granularity.
roundToMinutes() - Method in class ix.util.Duration
Equivalent to round(60 * 1000).
roundToSeconds() - Method in class ix.util.Duration
Equivalent to round(1000).
row - Variable in class ix.iface.ui.table.TablePopupMenu
 
row - Variable in class ix.iface.util.KeyValueTable.RowPopupMenu
 
row - Variable in class ix.util.xml.XMLTreeNamespaceManager.RowPopupMenu
 
rowItems - Variable in class ix.iface.util.HtmlTableWalker
 
rows - Variable in class ix.iface.ui.table.AbstractIXTableModel
a list of objects that appear in the table
rows - Variable in class ix.iface.util.SelectionPanel.SelectionTable
 
rows - Variable in class ix.ip2.AgendaViewTable
A List of rows in the order in which they were first added to the table.
rowsMarkable - Variable in class ix.iface.ui.table.AbstractIXTableModel
 
RoyalBlue - Static variable in class ix.iface.util.XColors
 
rpcClient - Variable in class ix.iserve.ipc.sl.IServeSLCommServer
 
rules - Variable in class ix.util.xml.BNFSyntax.RuleList
 
run() - Method in class ix.applet.AppletCommunicationStrategy.ReceiveThread
 
run() - Method in class ix.applet.MessageServer.UserMessageThread
 
run() - Method in class ix.examples.PicoIX.IX_System
 
run() - Method in class ix.icore.log.PrintEventLog
 
run() - Method in class ix.ip2.Ip2ModelManager.BindingSentinel
 
run() - Method in class ix.ip2.IVarTool.ResetHook
 
run() - Method in class ix.ip2.ObjectWhiteboard.ResetHook
 
run(SyncStateClient) - Method in interface ix.ip2.SyncState.ClientOperation
 
run(SyncStateServer) - Method in class ix.ip2.SyncState.ClientStateChange
 
run(SyncStateServer) - Method in class ix.ip2.SyncState.ClientStateDeletion
 
run(SyncStateServer) - Method in class ix.ip2.SyncState.RegisterClient
 
run(SyncStateClient) - Method in class ix.ip2.SyncState.ServerFullState
 
run(SyncStateServer) - Method in interface ix.ip2.SyncState.ServerOperation
 
run(SyncStateClient) - Method in class ix.ip2.SyncState.ServerStateChange
 
run(SyncStateClient) - Method in class ix.ip2.SyncState.ServerStateDeletion
 
run() - Method in class ix.ip2.SyncStateClient.ResetHook
 
run() - Method in class ix.ip2.SyncStateClient.StartupHook
 
run() - Method in class ix.ip2.SyncStateServer.ResetHook
 
run() - Method in class ix.ip2.SyncStateServer.StartupHook
 
run() - Method in class ix.ip2.TimelineViewer.ResetHook
 
run() - Method in class ix.iplan.IPlanOptionManager.ResetHook
 
run() - Method in class ix.iplan.IPlanOptionTool.ResetHook
 
run() - Method in class ix.iplan.IPlanTool.ResetHook
 
run() - Method in class ix.iplan.PlanCheckingSimulator
Simulates execution.
run() - Method in class ix.iplan.Slip.ReplanStep
 
run() - Method in class ix.iplan.SlipAchieveConds
 
run() - Method in class ix.iplan.SlipExpandNode.Resume
 
run() - Method in class ix.iplan.SlipExpandNode
 
run() - Method in class ix.iplan.SlipFindExecutable.ExpandGoalAlt
 
run() - Method in class ix.iplan.SlipFindExecutable.ExpandLaterAlt
 
run() - Method in class ix.iplan.SlipFindExecutable.Resume
 
run() - Method in class ix.iplan.SlipFindExecutable
 
run() - Method in class ix.iplan.SlipFindExecutable.SatisfyByAchieveAlt
 
run() - Method in class ix.iplan.SlipSatisfyConds.ResumeSatisfaction
 
run() - Method in class ix.iplan.SlipSatisfyConds
 
run(LList) - Method in class ix.iplan.SlipSingleStepper.Command
 
run() - Method in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
run() - Method in class ix.iserve.ipc.sl.IServeSLCommServer.Awakener
 
run() - Method in class ix.isim.dynamic.AnimatedObject
 
run() - Method in class ix.isim.ExecutableAction.ActionExecutionThread
 
run() - Method in class ix.isim.ISimEngine
 
run() - Method in class ix.isim.ISimTimer.UpdateTimeDisplayThread
 
run() - Method in class ix.test.FilePlanner
 
run() - Method in class ix.test.MatchChoiceTest
 
run() - Method in class ix.test.OPlanPSGraph
 
run() - Method in class ix.test.PlanningTest
 
run() - Method in class ix.test.Receiver
 
run() - Method in class ix.test.StateExportExtension.ResetHook
 
run() - Method in class ix.util.CatchingThread
Calls innerRun() inside a catch that calls the CatchingThread.handleException(Throwable) method on any Throwable caught.
run(Runnable) - Static method in class ix.util.Util
A method that lets you write "run" before the creation of a Runnable.
run() - Method in class ix.util.WithCleanup
Calls WithCleanup.body() in a "try", WithCleanup.cleanup() in the corresponding "finally", and ensures that any exception thrown by WithCleanup.body() is rethrown.
runAsMainAgent(Runnable) - Method in class ix.util.ipc.SeparateStrategy.SeparateAgent
 
runGroupTests(AutoTester, PlanTestGroup) - Method in class ix.iplan.ExpandPlanTestGroup
 
runHooks(String, List<Runnable>) - Static method in class ix.util.Util
Runs each item, in sequence, in a list of Runnables.
runSentinels() - Method in class ix.icore.process.AbstractPMM
 
runSimpleBlockSim(PlanCheckingSimulator) - Method in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
runSimulation(PlanCheckingSimulator) - Method in class ix.iplan.AutoTester.TestRunner
Simulates one execution of the plan.
runSimulation(PlanCheckingSimulator) - Method in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
runSimulation(PlanCheckingSimulator) - Method in class ix.test.xml.MissionaryTest.MissionaryTestRunner
Runs the usual simulation using the PlanCheckingSimulator, then runs a second simulation that uses the same linearization of the plan but considers only the move activities.
runSimulation(PlanCheckingSimulator) - Method in class ix.test.xml.TrainsTest.TrainsTestRunner
 
runTest() - Method in class ix.iplan.AutoTester.TestRunner
The entry point for running a test.
runTest() - Method in class ix.test.MatchChoiceTest
 
runTestList(List) - Method in class ix.iplan.AutoTester
 

S

S_ACHIEVABLE_CONDS - Static variable in class ix.iplan.Slip
 
S_ACHIEVE - Static variable in class ix.iplan.Slip
 
S_ACHIEVE - Static variable in class ix.test.BlockStacker
 
S_ACHIEVE_GOAL - Static variable in class ix.iplan.Slip
 
S_ACHIEVE_PV - Static variable in class ix.iplan.Slip
 
S_ADD_EXTENSIONS - Variable in class ix.ip2.Ip2.AddExtensionsHandler
 
S_ADD_HANDLERS - Variable in class ix.ip2.Ip2.AddHandlersHandler
 
S_ADVICE - Static variable in class ix.ip2.AdviceManager
 
S_ANNOTATIONS - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_ANSWER - Static variable in class ix.ip2.QueryHandler
 
S_AT_END - Static variable in class ix.iplan.Slip
 
S_BLOCK - Static variable in class ix.test.BlockStacker
 
S_CLEARTOP - Static variable in class ix.test.BlockStacker
 
S_COMMA - Static variable in class ix.test.MatchStateHandler
 
S_COMPUTE - Static variable in class ix.icore.domain.Refinement
 
S_COMPUTE_SUPPORT_CODE - Static variable in class ix.ip2.Ip2ModelManager
 
S_CONDITION - Static variable in class ix.icore.domain.Refinement
 
S_CONDITION - Static variable in class ix.ip2.Ip2ModelManager
 
S_CONDITION - Static variable in class ix.ip2.Ip2WorldStateManager
 
S_CONDITION - Static variable in class ix.ip2.PlanMaker
 
S_CONDITION_TYPE - Static variable in class ix.iplan.Slip
 
S_CONNECT - Variable in class ix.ip2.ConnectHandler
 
S_CONSTRAINTS - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_CONSUME - Static variable in class ix.examples.SimResource
 
S_DOMAIN - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_EFFECT - Static variable in class ix.icore.domain.Refinement
 
S_EFFECT - Static variable in class ix.ip2.Ip2ModelManager
 
S_EFFECT - Static variable in class ix.ip2.Ip2WorldStateManager
 
S_EFFECT - Static variable in class ix.ip2.PlanMaker
 
S_EQL - Static variable in class ix.iplan.Slip
 
S_EQUAL - Static variable in class ix.test.MatchStateHandler
 
S_EXPANSION_REFINEMENT - Static variable in class ix.ip2.AdviceManager
 
S_FALSE - Static variable in class ix.icore.domain.PatternAssignment
 
S_FALSE - Static variable in class ix.test.BlockStacker
 
S_FORWARDED_TO - Static variable in class ix.icore.TaskItem
 
S_INCLUDE - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_INCLUDE_DOMAIN - Static variable in class ix.ip2.LoadDomainHandler
 
S_INPUT_OBJECTS - Static variable in interface ix.iplan.ServiceSymbols
Refinement annotation key.
S_INPUTS - Static variable in interface ix.iplan.ServiceSymbols
Activity annotation key.
S_ISSUE - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_ISSUES - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_LOAD_DOMAIN - Static variable in class ix.ip2.LoadDomainHandler
 
S_LOAD_PLAN - Static variable in class ix.ip2.LoadPlanHandler
 
S_LOAD_STATE - Static variable in class ix.ip2.LoadStateHandler
 
S_MAP - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_MATCH_CHOICE - Static variable in class ix.test.MatchChoiceHandler
 
S_MATCH_CHOICE - Static variable in class ix.util.match.MatchChoice
 
S_MULTIPLE_ANSWER - Static variable in class ix.icore.domain.Refinement
 
S_NAME - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_NAME_MAP - Static variable in interface ix.iplan.ServiceSymbols
Domain annotation key.
S_NEW_DOMAIN - Static variable in class ix.ip2.LoadDomainHandler
 
S_NODES - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_OBJECT_CLASS - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_ON - Static variable in class ix.test.BlockStacker
 
S_ORDERING - Static variable in class ix.icore.domain.Ordering
 
S_ORDERINGS - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_OUTPUT_OBJECTS - Static variable in interface ix.iplan.ServiceSymbols
Refinement annotation key.
S_OUTPUTS - Static variable in interface ix.iplan.ServiceSymbols
Activity annotation key.
S_OWL_S_PROCESS - Static variable in interface ix.iplan.ServiceSymbols
Refinement annotation key.
S_PRODUCE - Static variable in class ix.examples.SimResource
 
S_QUERY - Static variable in class ix.ip2.QueryHandler
 
S_REFINEMENT - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_RESOURCE - Static variable in class ix.examples.SimResource
 
S_SELF - Static variable in class ix.icore.domain.Refinement
 
S_SELF - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_SET_CAPABILITIES - Variable in class ix.ip2.SetCapabilitiesHandler
 
S_SHOW_URL - Static variable in class ix.ip2.ShowURLHandler
 
S_TABLE - Static variable in class ix.test.BlockStacker
 
S_TEMPORAL - Static variable in class ix.icore.domain.Ordering
 
S_TRUE - Static variable in class ix.icore.domain.PatternAssignment
 
S_TRUE - Static variable in class ix.ip2.ObjectWorld
 
S_TRUE - Static variable in class ix.iplan.Slip
 
S_TRUE - Static variable in class ix.test.BlockStacker
 
S_TYPE - Static variable in interface ix.iplan.ServiceSymbols
 
S_USE_CONDITION_TYPES - Static variable in class ix.iplan.Slip
 
S_USE_FOR_EFFECT - Static variable in class ix.iplan.Slip
 
S_USE_FOR_EFFECTS - Static variable in class ix.iplan.Slip
 
S_VARIABLE - Static variable in class ix.util.match.MatchChoice
 
S_VARIABLES - Static variable in interface ix.iface.domain.LTF_Symbols
 
S_WORLD_STATE - Static variable in class ix.icore.domain.Refinement
 
S_WORLD_STATE - Static variable in class ix.ip2.Ip2ModelManager
 
S_WORLD_STATE - Static variable in class ix.ip2.Ip2WorldStateManager
 
S_WORLD_STATE - Static variable in class ix.ip2.PlanMaker
 
SaddleBrown - Static variable in class ix.iface.util.XColors
 
SafeLispInterpreter - Class in ix.util.lisp
A safe interpreter for a simple dialect of Lisp.
SafeLispInterpreter() - Constructor for class ix.util.lisp.SafeLispInterpreter
 
safeRead(Object) - Method in class ix.util.lisp.LispReader
 
safeRead() - Method in class ix.util.lisp.LispReader
 
safetyListener - Variable in class ix.iface.util.SimpleToolFrame
 
Salmon - Static variable in class ix.iface.util.XColors
 
sameConstraint(Constraint, Constraint) - Static method in class ix.iview.util.IVUtil
Determines whether the two constraints are the same.
sameConstruct(Object, Object) - Method in class ix.iface.ui.AbstractSetEditor
Checks whether the two given objects have the same specifications.
sameConstruct(Object, Object) - Method in class ix.iview.UIObjectClassSetEditor
 
sameConstruct(Object, Object) - Method in class ix.iview.UIRefinementSetEditor
 
sameList(List, List) - Static method in class ix.iview.util.IVUtil
 
sameMap(Map, Map) - Static method in class ix.iview.util.IVUtil
 
sameNodes(List, List) - Method in class ix.iview.domain.UIRefinement
 
sameObject(Object, Object) - Static method in class ix.iview.util.IVUtil
 
sameObjectConstraint(Constraint, Constraint) - Static method in class ix.iview.util.IVUtil
Determines whether the two constraints are on the same thing.
sameSet(Collection, Collection) - Static method in class ix.iview.util.IVUtil
 
sameStableMap(Map, Map) - Static method in class ix.iview.util.IVUtil
 
sameString(String, String) - Static method in class ix.iview.util.IVUtil
 
sameSymbol(Object, Object) - Static method in class ix.iview.util.IVUtil
 
sameValue(String, Object, Object) - Method in interface ix.iface.ui.EditableObject
Determines whether the two given values of the given field differ
sameValue(String, Object, Object) - Method in class ix.iview.domain.UIDomain
 
sameValue(String, Object, Object) - Method in interface ix.iview.domain.UIObject
Determines whether the two given values of the given field differ
sameValue(String, Object, Object) - Method in class ix.iview.domain.UIObjectClass
Determines whether the two given values of the given field differ.
sameValue(String, Object, Object) - Method in class ix.iview.domain.UIRefinement
 
SandyBrown - Static variable in class ix.iface.util.XColors
 
sanityChecker - Variable in class ix.iplan.PlanCheckingSimulator
 
SanityChecker - Class in ix.iplan
A plan-checker that looks for inconsistencies in the details.
SanityChecker(PlanCheckingSimulator) - Constructor for class ix.iplan.SanityChecker
Creates a sanity-checker for the specified similator.
SanityChecker.NodeEndConnectivityChecker<L> - Class in ix.iplan
 
SanityChecker.NodeEndConnectivityChecker() - Constructor for class ix.iplan.SanityChecker.NodeEndConnectivityChecker
 
SanityChecker.ReachableWithin<T,L> - Class in ix.iplan
 
SanityChecker.ReachableWithin() - Constructor for class ix.iplan.SanityChecker.ReachableWithin
 
satisfiedConditions - Variable in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
satisfy1Cond(LList, Object, PNode) - Method in class ix.iplan.IPlanWorldStateManager
 
satisfyConds(PNode, ListOfConstraint, MatchEnv) - Method in class ix.iplan.IPlanModelManager
 
satisfyConds(PNode, ListOfConstraint, MatchEnv) - Method in class ix.iplan.IPlanWorldStateManager
 
satisfyNodeEndConds(PNodeEnd, ListOfConstraint, List) - Method in class ix.iplan.SlipFindExecutable
 
satisfyRefinementPreconditions(Activity, Refinement) - Method in class ix.ip2.Ip2ModelManager
Returns a list of MatchEnvs containing one env for each way in which all of the refinement's preconditions can be satisfied by the curent world state.
saveApplicationProperties() - Method in class ix.iface.ui.JPropertiesManager
 
saveAs() - Method in class ix.util.xml.XMLTreeEditFrame
 
saveAsItem - Variable in class ix.iface.ui.JFrameMT
 
saveAsRefinementItem - Variable in class ix.ip2.ActivityEditor
 
saveButton - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
saveCanvasPositionGraphToDomain(Refinement) - Method in class ix.iview.domain.UIRefinement
 
saveChangedState(Map) - Method in class ix.iplan.AutoTester.TestRunner
 
saveConstruct() - Method in class ix.iview.AConstructFramePanel
User request to save a construct into the draft domain.
saveConstruct() - Method in class ix.iview.AROEditorPanel
Save a construct of the panel's type into the draft domain.
saveConstruct() - Method in interface ix.iview.ConstructFraming
Saves a construct of the panel's type into the draft domain.
saveConstruct() - Method in class ix.iview.GlobalFramePanel
User request to save a domain.
saveConstruct() - Method in class ix.iview.GrammarEditorPanel
Save a construct of the panel's type into the draft domain.
saveConstruct() - Method in class ix.iview.SimpleEditorPanel
Save a construct of the panel's type into the draft domain.
saved - Variable in class ix.ip2.AgendaItem.UndoSetComments
 
saved - Variable in class ix.ip2.AgendaItem.UndoSetPriority
 
saved - Variable in class ix.ip2.AgendaItem.UndoSetStatus
 
savedChangedStateName() - Method in class ix.iplan.AutoTester.TestRunner
 
savedDomain - Variable in class ix.ip2.Ip2Applet.AppletIp2
 
saveDefinition() - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
Define a refinement
savedInitialWorldState - Variable in class ix.iplan.Slip
 
saveDocument(Document) - Method in class ix.util.xml.XMLSaver
Writes a JDOM Document to a file selected by the user, conducting any necessary dialogs along the way.
saveDomain(Component, Domain) - Static method in class ix.iface.domain.DomainWriter
Writes a description of a domain to a file selected by the user, conducting all necessary dialogs along the way.
saveDomain(Component, Domain, File) - Static method in class ix.iface.domain.DomainWriter
Writes a description of the domain to the specified file.
saveDomain() - Method in class ix.iview.domain.UIDomain
Save the UIDomain to a local file - does not publish!
saveDomain(File) - Method in class ix.iview.domain.UIDomain
Save the UIDomain to the given local file - does not publish!
saveDomainAs() - Method in class ix.iview.domain.UIDomain
Save the UIDomain to a local file - does not publish!
savedPlan - Variable in class ix.ip2.Ip2Applet.AppletIp2
 
savedPlanName() - Method in class ix.iplan.AutoTester.TestRunner
 
savedPlanName() - Method in class ix.test.FilePlanner
Constructs a file name for a plan based on the domain name plus the task, if one was specified, or else the name of the initial plan.
savedState - Variable in class ix.iplan.IPlanOptionManager.Opt.UndoPoint
 
savedSyncSelection - Variable in class ix.iplan.OptionUI
 
saveExpansion(Refinement) - Method in class ix.ip2.AgendaTableViewer
 
saveExpansion(Refinement) - Method in interface ix.ip2.AgendaViewer
 
saveExpansion(Refinement) - Method in class ix.ip2.AgendaViewTable
 
saveExpansion(Refinement) - Method in class ix.iview.DomainEditor
The name of this is a hangover from something Jeff did.
saveExpansion(Refinement) - Method in class ix.iview.DomainEditorFrame
The name of this is a hangover from something Jeff did.
saveExpansion(Refinement) - Method in interface ix.iview.InternalDomainEditor
 
saveExpansion(Refinement) - Method in class ix.iview.SimpleDomainEditor
 
saveExpansionGraph(UIRefinement) - Method in class ix.iview.igraph.GExpansionEditor
 
saveFactEditState() - Method in class ix.ip2.ObjectWhiteboard
 
saveFieldData(String) - Method in class ix.iface.ui.IFormPanel
Saves the field's value from its display component into the model's object.
saveFieldData(String) - Method in class ix.iview.GlobalFormPanel
 
saveFile() - Method in class ix.iface.ui.JFrameMT
 
saveFileAs() - Method in class ix.iface.ui.JFrameMT
 
saveIcon - Variable in class ix.iface.ui.JFrameMT
 
saveItem - Variable in class ix.iface.ui.JFrameMT
 
saveMGraphToDomain(Refinement) - Method in class ix.iview.domain.UIRefinement
 
saveObject(Object) - Method in class ix.util.xml.XMLSaver
Writes an object to a file in a form that corresponds to the selected file type or extension, conducting any necessary dialogs along the way.
saveOptions() - Method in class ix.iplan.OptionUI
 
saveOptions(File) - Method in class ix.iplan.OptionUI
 
savePlan(Plan, File) - Method in class ix.iface.plan.InitSaver
 
savePlan(Slip) - Method in class ix.iplan.AutoTester.TestRunner
 
savePlanAs() - Method in class ix.ip2.Ip2
 
savePlanFromPlan(Plan) - Method in class ix.iplan.AutoTester.TestRunner
 
saveProperties() - Method in class ix.iface.ui.JPropertiesManager
 
saveProperties(Properties) - Method in class ix.iface.ui.JPropertiesManager
 
Saver - Interface in ix.util.xml
 
saveToDomain(Domain) - Method in class ix.iview.AbstractUISetEditor
 
saveToDomain() - Method in class ix.iview.domain.UIDomain
Save the object's own info into its base object
saveToDomain(Object) - Method in class ix.iview.domain.UIDomain
 
saveToDomain() - Method in interface ix.iview.domain.UIObject
Saves the contents of this object into its corresponding domain object.
saveToDomain(Object) - Method in interface ix.iview.domain.UIObject
Saves the contents of this object into the given object.
saveToDomain() - Method in class ix.iview.domain.UIObjectClass
Saves this object into a suitable baseObject.
saveToDomain(Object) - Method in class ix.iview.domain.UIObjectClass
 
saveToDomain() - Method in class ix.iview.domain.UIRefinement
Saves this object into a suitable baseObject.
saveToDomain(Object) - Method in class ix.iview.domain.UIRefinement
 
saveToFile(File) - Method in class ix.iface.ui.JFrameMT
Overwrite this with actual saving.
saveToGivenObject(UIRefinement) - Method in class ix.iview.igraph.GExpansionEditor
 
saveToObject() - Method in class ix.iface.ui.IFormPanel
Saves the data from the display panels into the model's object.
saveToObject(EditableObject) - Method in class ix.iface.ui.IFormPanel
Saves the display information from the display panels into the given object.
saveToObject(EditableObject) - Method in class ix.iview.AConstructEditorPanel
Saves the data from the panel into the given object.
saveToObject(EditableObject) - Method in class ix.iview.ActionFormPanel
 
saveToObject() - Method in class ix.iview.ActionFormPanel
 
saveToObject(EditableObject) - Method in interface ix.iview.ConstructEditing
Saves the data from the panel into the given object.
saveToObject(EditableObject) - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
saveToObject(EditableObject) - Method in class ix.iview.igraph.GExpansionEditor
Save the data from the panel into the given object.
saveUndoAction(UndoAction) - Method in class ix.ip2.Ip2ModelManager
 
saveUndoAction(UndoAction) - Method in class ix.iplan.IPlanOptionManager.Opt
 
saveUndoAction(UndoAction) - Method in class ix.iplan.IPlanOptionManager.Opt.UndoPoint
 
saveUndoAction(UndoAction) - Method in class ix.iplan.IPlanOptionManager
 
saveVarConstraints(UIRefinement, ItemVar) - Method in class ix.iview.DeclarationEditor
Saves the constraints in the varConstMap into the refinement
saveVarType(UIRefinement, ItemVar) - Method in class ix.iview.DeclarationEditor
Saves the var type (class) in the varTypeMap into the refinement.
SAXDriverClass - Variable in class ix.util.xml.XMLConfig
 
SAXDriverClass() - Method in class ix.util.xml.XMLConfig
Returns the class name of the SAX parser that should be used by the XML.parseXML methods.
saySomething(String) - Method in class ix.test.InnerClassTest
 
schedule(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.IX_Simulator
 
schemaNamespace - Static variable in class ix.util.xml.XMLSchemaSyntax
 
SchemaTerms - Interface in ix.icore.domain
 
scope - Variable in class ix.icore.plan.PlanVariableDeclaration
 
screenDotSize - Static variable in class ix.isim.dynamic.AnimatedObject
 
scroll - Variable in class ix.ip2.PropertyViewTable.ViewFrame
 
scrollPan - Variable in class ix.iface.ui.AbstractEditorPanel
A scroll-panel for the component (if required)
scrollPane - Variable in class ix.iview.AConstructFramePanel
The scrollPane in which all the panel's contents are placed
Scrum - Class in ix.ip2
Strictly-consumable resource usage manager. /\/: This is a very simple version.
Scrum() - Constructor for class ix.ip2.Scrum
 
SeaGreen - Static variable in class ix.iface.util.XColors
 
search(String) - Method in class ix.iview.AConstructFramePanel
 
search() - Method in class ix.iview.PanelSearcher
 
SEARCH_PREFERENCE - Static variable in class ix.iplan.Slip
 
SEARCH_URL - Variable in class ix.test.TwitterAtomSearchTest
 
searchBut - Variable in class ix.iview.PanelSearcher
 
searcher - Variable in class ix.iview.ActionEditorPanel
An editor for temporal relations
searcher - Variable in class ix.iview.AROEditorPanel
 
searchField - Variable in class ix.iview.PanelSearcher
 
searchItem - Variable in class ix.iview.DomainEditorFrame
 
searchResults - Variable in class ix.iview.PanelSearcher
 
SeaShell - Static variable in class ix.iface.util.XColors
 
seconds - Variable in class ix.util.Duration
 
SecureRandomTest - Class in ix.test
 
SecureRandomTest() - Constructor for class ix.test.SecureRandomTest
 
SecureRandomTest.FutureRandom - Class in ix.test
 
SecureRandomTest.FutureRandom() - Constructor for class ix.test.SecureRandomTest.FutureRandom
 
select(String, Enum[], Enum) - Method in class ix.iface.util.HtmlWriter
 
selectActivity() - Method in class ix.examples.PicoIX.Controller
 
selected - Variable in class ix.iplan.SlipFindExecutable.Resume
 
selected - Variable in class ix.itest.SendPanel.CardPanel
 
selectedBorder - Variable in class ix.iface.ui.IXLabelRenderer
A border to provide the colour of a selected border
selectedBorder - Variable in class ix.iface.ui.IXTextRenderer
A border to provide the colour of a selected border
selectedBorders - Variable in class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
selectedUsers(HttpServletRequest) - Method in enum ix.iserve.ipc.IServeCommServer.ServerCommand
 
selection - Variable in class ix.iface.util.RadioButtonBox
The action-command from the most recently selected button.
selectionListeners - Variable in class ix.iface.ui.JSelectorDialog
 
SelectionPanel - Class in ix.iface.util
 
SelectionPanel(JFrame, String, String) - Constructor for class ix.iface.util.SelectionPanel
 
SelectionPanel.ButtonPanel - Class in ix.iface.util
The button panel in a SelectionPanel.
SelectionPanel.ButtonPanel() - Constructor for class ix.iface.util.SelectionPanel.ButtonPanel
 
SelectionPanel.Row - Class in ix.iface.util
A row in the SelectionPanel.SelectionTable
SelectionPanel.Row(String, Object) - Constructor for class ix.iface.util.SelectionPanel.Row
 
SelectionPanel.Row(JTextField, ValueComboBox) - Constructor for class ix.iface.util.SelectionPanel.Row
 
SelectionPanel.SelectionTable - Class in ix.iface.util
The selection table in a SelectionPanel.
SelectionPanel.SelectionTable() - Constructor for class ix.iface.util.SelectionPanel.SelectionTable
 
selectionTable - Variable in class ix.iface.util.SelectionPanel
 
selectOptionMenu - Variable in class ix.iplan.OptionUI
 
selectViewMenu - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
SELF - Static variable in class ix.icore.domain.NodeEndRef
 
SemiPrimitive - Interface in ix.util
Tagging interface for objects that have a straightforward representation as Strings.
send(String, Sendable) - Method in class ix.ichat.ChatFrame.ChatSendPanel
 
send(String, SyncState.Operation) - Method in class ix.ip2.SyncState
 
send(String, Sendable) - Method in class ix.ip2.test.PanelTest.SendingThread
 
send(String, Sendable) - Method in class ix.itest.SendPanel
Sends to the indicated destination.
send(IXAgent, Constraint) - Method in class ix.test.xml.WorldStateExport
 
send(Object) - Method in interface ix.util.IPC.Connection
 
send(Object) - Method in class ix.util.ipc.ObjectStreamConnection
 
send(Object) - Method in class ix.util.MessageQueue
 
Send() - Method in class ix.util.xml.XMLTreeSendFrame
 
SEND_DATE - Static variable in class ix.iserve.ipc.IServeCommStrategy
 
Sendable - Interface in ix.icore
Objects that are sent between I-X agents as part of their expected function.
sendAbout(Activity, Object) - Method in class ix.iquery.LookupHandler
Sends to the agent that should receive reports about the specified activity.
sendAccelerateActivity(double) - Method in class ix.isim.ISimTimerServer
 
SendActivity - Class in ix.isim.actions
 
SendActivity() - Constructor for class ix.isim.actions.SendActivity
 
sendActivitySy - Static variable in class ix.isim.actions.SendActivity
 
sendButton - Variable in class ix.ispace.GroupSender.ButtonPanel
 
sendButton - Variable in class ix.itest.SendPanel.SendControls
 
sendBytes(byte[], URL, HttpURLConnection) - Method in class ix.util.http.HttpObjectClient
Utility method that writes bytes to an HttpURLConnection.
sendClient - Variable in class ix.iserve.ipc.IServeCommStrategy
 
SendConstraint - Class in ix.isim.actions
 
SendConstraint() - Constructor for class ix.isim.actions.SendConstraint
 
sendConstraint(String, String, double, String) - Static method in class ix.isim.dynamic.ObjectAnimator
 
sendConstraintSy - Static variable in class ix.isim.actions.SendConstraint
 
sendControls - Variable in class ix.itest.SendPanel
 
sendCopy(String, Sendable) - Method in class ix.itest.SendPanel
Used to send things "as if by the Messenger".
sendDate - Variable in class ix.applet.AppletMessage
 
sendDate - Variable in class ix.iserve.ipc.MessageWrapper
 
sender - Variable in class ix.ip2.test.PanelTest.TestSequenceListener
 
senderColor(Object) - Method in class ix.itest.ReceivePanel
 
senderId - Variable in class ix.ichat.ChatMessage
 
senderId - Variable in class ix.icore.domain.Constraint
 
senderId - Variable in class ix.icore.Report
 
senderId - Variable in class ix.icore.TaskItem
 
sendFrame - Static variable in class ix.util.xml.XMLTreeEditFrame
 
sendGetRequest(URL) - Method in class ix.util.http.HttpObjectClient
Send a GET request and get an object in reply.
sendGetRequest(URL) - Method in class ix.util.http.HttpStringClient
 
sendIfNew(Object) - Method in class ix.util.MessageQueue
 
sending(String, Sendable) - Method in class ix.ichat.ChatFrame.ChatSendPanel
 
sending(String, Sendable) - Method in class ix.itest.ItestFrame.ITestSendPanel
 
sending(String, Sendable) - Method in class ix.itest.SendPanel
A hook to allow subclasses to see messages just before they're sent.
sendingInit() - Method in class ix.ispace.GroupSender.ButtonPanel
 
sendingInit() - Method in class ix.ispace.GroupSender.GroupPanel
 
sendingMessage(Object, Object) - Method in class ix.icore.log.EventLogger.LoggingIPCListener
 
sendingMessage(Object, Object) - Method in class ix.util.ipc.IPCListener
 
sendingTo(String) - Method in class ix.ispace.GroupSender.GroupPanel
 
SendMessage - Class in ix.isim.actions
 
SendMessage() - Constructor for class ix.isim.actions.SendMessage
 
sendMessageSy - Static variable in class ix.isim.actions.SendMessage
 
sendObject(Object, Object) - Method in class ix.applet.AppletCommunicationStrategy
 
sendObject(Object, Object) - Method in class ix.http.HttpCommunicationStrategy
 
sendObject(Object, Object) - Method in class ix.iserve.ipc.IServeCommStrategy
 
sendObject(Object, Object) - Method in class ix.test.FilterStrategy
 
sendObject(Object, Object) - Method in class ix.test.TestStrategy
 
sendObject(Object, Object) - Method in interface ix.util.IPC.CommunicationStrategy
 
sendObject(Object, Object) - Method in class ix.util.ipc.DispatchingStrategy
 
sendObject(Object, Object) - Method in class ix.util.IPC.EmptyCommunicationStrategy
 
sendObject(Object, Object) - Static method in class ix.util.IPC
Sends an object to the specified destination using the global communication strategy.
sendObject(Object, Object) - Method in class ix.util.ipc.SeparateStrategy
 
sendObject(Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy.AgentRecord
 
sendObject(Object, Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
sendObject(Object, Object) - Method in class ix.util.ipc.TracingStrategy
 
sendObject(Object, Object) - Method in class ix.util.ipc.WrapperStrategy
 
sendObject(String, Object) - Method in class ix.util.xml.XMLTreeSendFrame
 
sendPanel - Variable in class ix.ichat.ChatFrame
 
sendPanel - Variable in class ix.itest.ItestFrame
 
SendPanel - Class in ix.itest
I-Test and Messenger panel for sending messages.
SendPanel(IXAgent) - Constructor for class ix.itest.SendPanel
 
SendPanel.ActivityControls - Class in ix.itest
 
SendPanel.ActivityControls() - Constructor for class ix.itest.SendPanel.ActivityControls
 
SendPanel.AnnotationControls - Class in ix.itest
 
SendPanel.AnnotationControls() - Constructor for class ix.itest.SendPanel.AnnotationControls
 
SendPanel.CardPanel - Class in ix.itest
 
SendPanel.CardPanel() - Constructor for class ix.itest.SendPanel.CardPanel
 
SendPanel.ChatMessageControls - Class in ix.itest
 
SendPanel.ChatMessageControls() - Constructor for class ix.itest.SendPanel.ChatMessageControls
 
SendPanel.ConstraintControls - Class in ix.itest
 
SendPanel.ConstraintControls() - Constructor for class ix.itest.SendPanel.ConstraintControls
 
SendPanel.IssueActivityControls - Class in ix.itest
 
SendPanel.IssueActivityControls() - Constructor for class ix.itest.SendPanel.IssueActivityControls
 
SendPanel.IssueControls - Class in ix.itest
 
SendPanel.IssueControls() - Constructor for class ix.itest.SendPanel.IssueControls
 
SendPanel.ReportControls - Class in ix.itest
 
SendPanel.ReportControls() - Constructor for class ix.itest.SendPanel.ReportControls
 
SendPanel.SendControls - Class in ix.itest
 
SendPanel.SendControls() - Constructor for class ix.itest.SendPanel.SendControls
 
SendPanel.SendControlsPanel - Class in ix.itest
 
SendPanel.SendControlsPanel() - Constructor for class ix.itest.SendPanel.SendControlsPanel
 
SendPanel.SendTextArea - Class in ix.itest
 
SendPanel.SendTextArea(int, int) - Constructor for class ix.itest.SendPanel.SendTextArea
 
sendPauseActivity(long) - Method in class ix.isim.ISimTimerServer
 
SendPlan - Class in ix.test
Used only to test that code compiles.
SendPlan() - Constructor for class ix.test.SendPlan
 
sendReply(ObjectStreamConnection, Object) - Method in class ix.applet.MessageServer
 
sendReply(Object) - Method in class ix.iquery.LookupHandler
Sends to the agent that send this handler's LookupHandler.lookupActivity.
sendReply(ObjectStreamConnection, Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
sendReport(ReportType, String) - Method in class ix.iquery.LookupHandler
Sends a report about this handler's LookupHandler.lookupActivity by calling LookupHandler.sendReport(Activity, ReportType, String).
sendReport(Activity, ReportType, String) - Method in class ix.iquery.LookupHandler
Sends a report about the specified activity.
SendReportHandler - Class in ix.ip2
Generates HandlerActions that send a report.
SendReportHandler() - Constructor for class ix.ip2.SendReportHandler
 
sendRequest(String, int, String) - Method in class ix.iserve.ipc.sl.SLRpc
Sends an XML-PRC request to the default server URL and returns whatever reply is received.
sendRequest(URL, String, int, String) - Method in class ix.iserve.ipc.sl.SLRpc
Sends an XML-PRC request to the specified server URL and returns whatever reply is received.
sendRequest(URL, Object) - Method in class ix.util.http.HttpObjectClient
Send an object and receive one in reply.
sendRequest(URL, Object) - Method in class ix.util.http.HttpStringClient
Send a string and receive one in reply.
sendRequest(Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy.AgentRecord
 
sendRequest(Object, Object) - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
sendResponse(byte[], HttpServletResponse) - Method in class ix.util.http.HttpObjectServlet
Utility method that writes the response contents.
sendResumeActivity(long) - Method in class ix.isim.ISimTimerServer
 
sendStartActivity(long, double) - Method in class ix.isim.ISimTimerServer
 
sendStatusToMessageServer(String) - Method in class ix.applet.CGIRelay
 
sendStopActivity() - Method in class ix.isim.ISimTimerServer
 
sendTest(String, Sendable) - Method in class ix.ip2.test.PanelTest
 
sendText(String) - Method in class ix.applet.AppletCommunicationStrategy
 
sendTo(Object, Object) - Method in class ix.iquery.LookupHandler
Sends the contents object to the agent represented by the specified destination.
sendTo(String, Sendable) - Method in class ix.ispace.GroupSender.SendingThread
 
sendTo(String) - Method in class ix.itest.SendPanel
Construct an object from the current state of the GUI and send it to the specified destination.
sendTo() - Method in class ix.util.xml.XMLTreeEditFrame
 
sendToClients(SyncState.ClientOperation) - Method in class ix.ip2.SyncStateServer
 
sendToGroup(Sendable) - Method in class ix.itest.SendPanel
 
sendToSelectedGroup() - Method in class ix.ispace.GroupSender
 
sendUrl - Variable in class ix.iserve.ipc.IServeCommStrategy
 
sendView() - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
sendXML(String, Document) - Method in class ix.util.xml.XMLTreeSendFrame
 
sent(AppletMessage) - Method in class ix.applet.MessageServer.User
 
sentinels - Variable in class ix.ip2.Ip2ModelManager
 
separateAgent - Variable in class ix.util.ipc.SeparateStrategy
 
SeparateStrategy - Class in ix.util.ipc
 
SeparateStrategy() - Constructor for class ix.util.ipc.SeparateStrategy
 
SeparateStrategy(IPC.CommunicationStrategy) - Constructor for class ix.util.ipc.SeparateStrategy
 
SeparateStrategy.SeparateAgent - Class in ix.util.ipc
 
SeparateStrategy.SeparateAgent(IXAgent) - Constructor for class ix.util.ipc.SeparateStrategy.SeparateAgent
 
separator - Variable in class ix.util.Gensym.Generator
 
Seq - Class in ix.util
Seq defines some convenient methods for use with sequences, where a sequence is an Object[], a Vector, a LList, or an Enumeration.
Seq.IteratorEnumeration - Class in ix.util
 
Seq.IteratorEnumeration(Iterator) - Constructor for class ix.util.Seq.IteratorEnumeration
 
seqNo - Variable in class ix.applet.MessageServer.User
 
seqNo - Variable in class ix.iserve.ipc.IServeCommServer.User
 
seqNoToMessageMap - Variable in class ix.applet.MessageMemory
 
seqNoToMessageMap - Variable in class ix.iserve.ipc.MessageMemory
 
Sequence - Class in ix.iscript
 
Sequence() - Constructor for class ix.iscript.Sequence
 
sequenceB - Static variable in class ix.iview.MiniConstraintPanel
 
sequenceItem - Variable in class ix.iview.DomainEditorFrame
 
sequenceNewItem - Variable in class ix.iview.DomainEditorFrame
 
sequenceNumber - Variable in class ix.applet.AppletMessage
 
sequenceNumber - Variable in class ix.iserve.ipc.MessageWrapper
 
sequentialOrderings(List) - Static method in class ix.iview.SimpleDomainEditor
 
SerializationTest - Class in ix.test
 
SerializationTest() - Constructor for class ix.test.SerializationTest
 
SerializationTest.FlexibleEquality - Class in ix.test
 
SerializationTest.FlexibleEquality(ClassSyntax) - Constructor for class ix.test.SerializationTest.FlexibleEquality
 
SerializationTest.StrictEquality - Class in ix.test
 
SerializationTest.StrictEquality(ClassSyntax) - Constructor for class ix.test.SerializationTest.StrictEquality
 
SerializedCommunicationStrategy - Class in ix.util.ipc
A communication strategy in which a destination is mapped to a host and port number, and objects are sent by writing their serialization to a socket.
SerializedCommunicationStrategy() - Constructor for class ix.util.ipc.SerializedCommunicationStrategy
 
SerializedCommunicationStrategy.AgentRecord - Class in ix.util.ipc
 
SerializedCommunicationStrategy.AgentRecord(String) - Constructor for class ix.util.ipc.SerializedCommunicationStrategy.AgentRecord
 
SerializedCommunicationStrategy.ObjectStreamNameServer - Class in ix.util.ipc
A Thread that acts as a name-server on a specified port.
SerializedCommunicationStrategy.ObjectStreamNameServer(SerializedCommunicationStrategy, ServiceAddress) - Constructor for class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
SerializedCommunicationStrategy.ObjectStreamNameServer.TranscriptFrame - Class in ix.util.ipc
 
SerializedCommunicationStrategy.ObjectStreamNameServer.TranscriptFrame(ServiceAddress, boolean) - Constructor for class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer.TranscriptFrame
 
SerializedCommunicationStrategy.ObjectStreamServer - Class in ix.util.ipc
A Thread that accepts connections to a ServerSocket and creates an object-reading thread for each connection.
SerializedCommunicationStrategy.ObjectStreamServer(SerializedCommunicationStrategy, Object, IPC.MessageListener) - Constructor for class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
serveClientOn(ObjectStreamConnection) - Method in class ix.applet.MessageServer
 
serveClientOn(ObjectStreamConnection) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
server - Variable in class ix.iserve.IServe
 
serverAddr - Variable in class ix.applet.CGIRelay
 
serverAddr - Variable in class ix.applet.MessageServer.Strategy
 
serverBase - Variable in class ix.iserve.ipc.IServeCommStrategy
 
serverName - Variable in class ix.ip2.SyncStateClient
 
serverThread - Variable in class ix.iserve.IServe
 
serverUnavailable() - Method in class ix.applet.AppletCommunicationStrategy
 
SERVICE - Static variable in class ix.ispace.AgentRelationship
 
ServiceAddress - Class in ix.util.ipc
An object that contains a host name and a port number.
ServiceAddress() - Constructor for class ix.util.ipc.ServiceAddress
 
ServiceAddress(String, int) - Constructor for class ix.util.ipc.ServiceAddress
 
ServiceAddress(String) - Constructor for class ix.util.ipc.ServiceAddress
Makes a ServiceAddress from a host:port string.
ServiceSymbols - Interface in ix.iplan
Symbols used for various purposes when planning web-service compositions.
servSock - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
servSock - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
set(T) - Method in class ix.util.context.ContextValue
 
set(Object) - Method in class ix.util.context.LLQueue.LLQueueListIterator
Always throws an UnsupportedOperationException.
set(T) - Method in class ix.util.context.TypedContextValue
 
set(int) - Method in class ix.util.IntRef
 
set(Object) - Method in class ix.util.lisp.LListCollector.LListCollectorListIterator
 
set(Object) - Method in class ix.util.lisp.LListListIterator
 
set(T) - Method in class ix.util.Ref
 
SET - Static variable in class ix.util.reflect.ClassDescr
Internal class type
setAbout(TaskItem) - Method in class ix.ip2.AgendaItem
 
setAcceptDirectories(boolean) - Method in class ix.util.FileExtensionFileFilter
 
setAction(String) - Method in class ix.ip2.log.ItemHandledEvent
 
setAction(UIRefinement) - Method in class ix.iview.igraph.ExpansionModel
 
setAction(UIRefinement) - Method in class ix.iview.igraph.GExpansionEditor
 
setActionListener(ActionListener) - Method in class ix.iface.ui.IXToolItem
 
setActionListener(ActionListener) - Method in class ix.iface.util.SimpleToolFrame
 
setActivity(Activity) - Method in class ix.icore.plan.PlanNode
 
setActivityView(Symbol) - Method in class ix.iview.DomainEditorFrame
If the state of the menu item does not correspond to the new setting, it is changed.
setAddress(ServiceAddress) - Method in class ix.util.ipc.SerializedCommunicationStrategy.AgentRecord
 
setAge(int) - Method in class ix.test.ExampleData
 
setAgendaManager(AgendaManager) - Method in class ix.ip2.AgendaTableViewer
 
setAgendaManager(AgendaManager) - Method in interface ix.ip2.AgendaViewer
 
setAgendaManager(AgendaManager) - Method in class ix.ip2.AgendaViewTable
 
setAgendaManager(AgendaManager) - Method in interface ix.ip2.event.AgendaListener
 
setAgendaManager(AgendaManager) - Method in class ix.iplan.CombinedPlanChangeListener
 
setAgent(Object) - Method in class ix.icore.log.HistoryEvent
 
setAgentColor(String, Color) - Method in class ix.ispace.ContactManager
 
setAgentSymbolName(String) - Method in class ix.icore.IXAgent
Changes the agent's symbol name
setAllConstraints(UIRefinement) - Method in class ix.iview.DeclarationEditor
Goes through the variable type constraints in the var-type table and sets them all in the refinement.
setAmount(Object, long) - Method in class ix.examples.SimResource.CM
 
setAnnotation(Object, Object) - Method in class ix.icore.AbstractAnnotatedObject
 
setAnnotation(Object, Object) - Method in interface ix.icore.Annotated
 
setAnnotation(AnnotationEvent) - Method in interface ix.icore.event.AnnotationListener
 
setAnnotation(Object, Object) - Method in class ix.icore.plan.build.ExamplePlanBuilder
 
setAnnotation(Object, Object) - Method in interface ix.icore.plan.build.PlanBuilder
Sets a top-level annotation.
setAnnotation() - Method in class ix.ip2.AnnotationEditor
 
setAnnotation(AnnotationEvent) - Method in class ix.ip2.AnnotationViewTable
 
setAnnotation(Object, Object) - Method in class ix.ip2.Ip2ModelManager
 
setAnnotations(Annotations) - Method in class ix.icore.AbstractAnnotatedObject
 
setAnnotations(Annotations) - Method in interface ix.icore.Annotated
 
setAnnotations(Annotations) - Method in class ix.iview.domain.UIDomain
 
setAnnotations(Annotations) - Method in class ix.iview.domain.UIObjectClass
 
setAnnotations(Annotations) - Method in class ix.iview.domain.UIRefinement
 
setAnnotations(Annotations) - Method in class ix.util.context.ContextAnnotatedObject
 
setApplet(Applet) - Static method in class ix.util.Parameters
 
setArgs(LList) - Method in class ix.applet.AppletMessage
 
setArguments(ListOfExpression) - Method in class ix.iscript.Call
 
setAt(NodeEndRef) - Method in class ix.icore.domain.AtNodeEnd
 
setAttributes(Element, String[][]) - Static method in class ix.util.xml.XML
Sets attributes of a JDOM Element as specified by a String[][] array.
setAutoPoints(List) - Method in class ix.iview.domain.UIRefinement
 
setBaseDomain(Domain) - Method in class ix.test.BlockStacker
 
setBaseObject(IXObject) - Method in class ix.iview.domain.UIDomain
 
setBaseObject(IXObject) - Method in interface ix.iview.domain.UIObject
Sets the object that will represent this one in the domain.
setBaseObject(IXObject) - Method in class ix.iview.domain.UIObjectClass
 
setBaseObject(IXObject) - Method in class ix.iview.domain.UIRefinement
 
setBaseReference(Object) - Method in class ix.iview.domain.UIDomain
 
setBaseReference(Object) - Method in interface ix.iview.domain.UIObject
Sets the Id that can be used to identify the base object in the domain.
setBaseReference(Object) - Method in class ix.iview.domain.UIObjectClass
 
setBaseReference(Object) - Method in class ix.iview.domain.UIRefinement
 
setBindings(Map) - Method in class ix.icore.log.BindingEvent
 
setBindings(ListOfBinding) - Method in class ix.iscript.Let
 
setBold(boolean) - Method in class ix.iface.ui.IXLabelRenderer
 
setBold(boolean) - Method in class ix.iface.ui.IXTextRenderer
 
setBooleanComponent(String, Component, String) - Method in class ix.iface.ui.JPreferencesDialog
 
setBorderSize(int, int) - Method in class ix.iface.ui.IXLabelRenderer
 
setBorderSize(int, int) - Method in class ix.iface.ui.IXTextRenderer
 
setBorderTitle(String) - Method in class ix.ip2.IVarTool.View
 
setBorderTitle(String) - Method in class ix.iplan.IPlanTool.ToolFrame
 
setBottom(String) - Method in class ix.iview.igraph.CompositeRectangularNode
 
setBoundsFromProperties() - Method in class ix.iview.DomainEditorFrame
 
setButtonGroup(boolean) - Method in class ix.iface.ui.IXButPanel
 
setButtonLabel(String) - Method in class ix.iface.ui.IXToolItem
 
setButtonsEnabled(boolean) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
setCanvasPoints(HashMap) - Method in class ix.iview.igraph.IGraph
 
setCapabilities(ListOfCapability) - Method in class ix.ispace.AgentData
 
setCapabilities(Collection) - Method in class ix.ispace.AgentData
 
setCapabilities(String, List) - Method in class ix.ispace.ContactManager
 
SetCapabilitiesHandler - Class in ix.ip2
 
SetCapabilitiesHandler(IXAgent) - Constructor for class ix.ip2.SetCapabilitiesHandler
 
setCar(Object) - Method in class ix.util.lisp.Cons
 
setCaseSensitive(boolean) - Method in class ix.util.FileExtensionFileFilter
 
setCdr(Object) - Method in class ix.util.lisp.Cons
 
setCell(int, int) - Method in class ix.iface.ui.table.TablePopupMenu
Remember which table cell is being edited.
setChildren(List) - Method in class ix.icore.process.PNode
 
setChildren(List<Example>) - Method in class ix.test.xml.Example
 
setChildren(Set<Example>) - Method in class ix.test.xml.SetExample
 
setClickCountToStart(int) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
setClientName(String) - Method in class ix.ip2.SyncState.AbstractServerOperation
 
setColor(Object, Color) - Method in class ix.util.ColorGenerator
 
setColor(Object, int) - Method in class ix.util.ColorGenerator
 
setColor(Object, String) - Method in class ix.util.ColorGenerator
 
setColor(Namespace, Color) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
setColour(Color) - Method in class ix.iface.ui.DefaultColourField
 
setColumnClasses(Class[]) - Method in class ix.iface.ui.table.AbstractIXTableModel
Sets the column classes of the table
setColumnFields(Class, String[]) - Method in class ix.iface.ui.table.AbstractIXTableModel
Sets the fields to be used as columns in the table
setColumnFields(Class, String[]) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Sets the fields to be used as columns in the table
setColumnNames(String[]) - Method in class ix.iface.ui.table.AbstractIXTableModel
Sets the column titles to be used in the table
setColumnNames(String[]) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Sets the column titles to be used in the table
setColumnNames() - Method in class ix.iview.AROEditorPanel.ClassTreeTableModel
Gets the strings that are to be used as column names.
setColumnNames() - Method in class ix.iview.table.ActionTreeTableModel
Gets the strings that are to be used as column names.
setColumnNames() - Method in class ix.iview.table.ShortActionTreeTableModel
Gets the strings that are to be used as column names.
setColumnPlaces() - Method in class ix.iface.ui.table.AbstractTreeTableModel
Sets the column fplaces for tree info and name depending on whether the table is markable or not.
setColumnVars() - Method in class ix.ip2.AgendaItemTableModel
 
setCommand(String) - Method in class ix.applet.AppletMessage
 
setCommand(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setCommand(IServeCommServer.Command) - Method in class ix.iserve.ipc.MessageWrapper
 
setComments(String) - Method in class ix.icore.AbstractAnnotatedObject
 
setComments(String) - Method in interface ix.icore.domain.ConstraintStatement
 
setComments(String) - Method in class ix.ip2.AgendaItem
 
setComments(String) - Method in class ix.iview.domain.UIDomain
 
setComments(String) - Method in class ix.iview.domain.UIRefinement
 
setCommunicationStrategy(IPC.CommunicationStrategy) - Static method in class ix.util.IPC
Sets the communication strategy used by the static methods of this class that do not have a communication strategy as a parameter.
setCommunicationStrategy(String) - Static method in class ix.util.IPC
Sets the communication strategy used by the static methods of this class that do not have a communication strategy as a parameter.
setComponentFromProperty(String, List, String) - Method in class ix.iface.ui.JPreferencesDialog
Sets the given dialog components for the given key with the value.
setComponentFromProperty(String, List, String) - Method in interface ix.iface.ui.JPropertiesEditor
Sets the given dialog components for the given key with the value.
setComponentFromProperty(String, List, String) - Method in class ix.iview.IDEPreferencesDialog
 
setComponentsFromProperties(Properties) - Method in class ix.iface.ui.JPreferencesDialog
 
setComponentsFromProperties(Properties) - Method in interface ix.iface.ui.JPropertiesEditor
Looks up the current (old?)
setConditions(List) - Method in class ix.iview.domain.UIRefinement
 
setConfig(XMLConfig) - Static method in class ix.util.xml.XML
Sets the configuration that will be used by the XML tools.
setConnectTimeout(int) - Method in class ix.util.http.HttpObjectClient
Sets the timeout in millisecond for opening a communications link when sending a request.
setConstraints(ListOfConstraint) - Method in class ix.icore.domain.Refinement
 
setConstraints(List) - Method in class ix.icore.domain.Refinement
 
setConstraints(ListOfConstrainer) - Method in class ix.icore.plan.Plan
 
setConstraints(ListOfConstrainer) - Method in class ix.icore.plan.PlanRefinement
 
setConstraints(List) - Method in class ix.icore.Report
 
setConstraints(List) - Method in class ix.iview.domain.UIRefinement
 
setConstraints(ItemVar, UIObjectClass, HashMap) - Method in class ix.iview.table.PropertyTableModel
 
setConstraints(HashMap) - Method in class ix.iview.table.PropertyTableModel
 
setConstraintsAndOrderings(Refinement, ListOfConstrainer) - Method in class ix.icore.plan.PlanAsDomain
 
setConstraintsView(Symbol) - Method in class ix.iview.ActionEditorPanel
Changes the fields that are displayed in the form view.
setConstraintsView(Symbol) - Method in class ix.iview.DomainEditorFrame
 
setConstraintValue(Constraint, Object) - Static method in class ix.iview.util.IVUtil
 
setConstraintValue(UIObjectClass, Constraint, Object) - Static method in class ix.iview.util.IVUtil
 
setConstruct(IXObject) - Method in class ix.iview.AConstructEditorPanel
Sets the current construct.
setConstruct(IXObject) - Method in class ix.iview.AConstructFramePanel
Sets the given construct to be viewed/edited.
setConstruct(IXObject) - Method in class ix.iview.ActionFormPanel
Sets the current construct.
setConstruct(IXObject) - Method in class ix.iview.AROEditorPanel.AROFormPanel
 
setConstruct(IXObject) - Method in interface ix.iview.ConstructEditing
Sets the current construct.
setConstruct(IXObject) - Method in interface ix.iview.ConstructFraming
Puts a given domain construct of the panel's type into the panel ready for editing
setConstruct(IXObject) - Method in class ix.iview.DomainEditor
Sets the given construct as the current one and displays it for editing.
setConstruct(IXObject) - Method in class ix.iview.DomainEditorFrame
Sets the given construct as the current one and displays it for editing.
setConstruct(IXObject) - Method in class ix.iview.GlobalFormPanel
 
setConstruct(IXObject) - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
setConstruct(IXObject) - Method in class ix.iview.GrammarEditorPanel
Put a given construct of the panel's type into the panel ready for editing
setConstruct(UIObject) - Method in class ix.iview.SimpleEditorPanel
Put a given construct of the panel's type into the panel ready for editing
setConstruct(EditableObject) - Method in class ix.iview.UndoManager
 
setConstructFields() - Method in class ix.iview.GlobalFramePanel
Sets the construct's fields in their respective panels (fills the panels).
setContent(Sendable, String) - Method in class ix.ip2.test.TestSequenceGenerator
 
setContents(String) - Method in class ix.icore.log.HistoryComment
 
setContents(Object) - Method in class ix.icore.log.MessageReceived
 
setContents(Object) - Method in class ix.icore.log.MessageSent
 
setContents(Sendable) - Method in class ix.ip2.test.TestItem
 
setContents(Object) - Method in class ix.iserve.ipc.MessageWrapper
 
setContents(List) - Method in class ix.util.context.LLQueue
 
setContents(LList) - Method in class ix.util.lisp.LListCollector
 
setContentStrings(List) - Method in class ix.ip2.test.TestSequenceGenerator
 
setContext(Context) - Method in class ix.util.context.BasicContextHolder
 
setContext(Context) - Static method in class ix.util.context.Context
Sets the context in the ContextHolder returned by the current ContextHoldingStrategy.
setContext(Context) - Method in interface ix.util.context.ContextHolder
Changes the context currently stored in the holder.
setContext(Context) - Method in class ix.util.context.PlainContextHolder
 
setContext(Context) - Method in class ix.util.context.SynchronizedContextHolder
 
setContextHolder(ContextHolder) - Method in class ix.util.context.ContextHoldingStrategy
Changes the context-holder that would be returned, if that makes sense.
setContextHolder(ContextHolder) - Method in class ix.util.context.ThreadLocalHoldingStrategy
Sets the ContextHolder for the current thread.
setContextHoldingStrategy(ContextHoldingStrategy) - Static method in class ix.util.context.Context
Sets the current context-holding strategy.
setContributor(PNode) - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
setControlsEnabled(boolean) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
setCost(Slip) - Method in class ix.iplan.Alternative
 
setCreationContext - Variable in class ix.util.context.ContextHashMap.EntrySetIterator
 
setCurrentDomain(Domain) - Method in class ix.iview.domain.UIDomain
 
setCurrentInput(Object) - Method in class ix.test.Ip2Test
 
setCurrentPageAsHome() - Method in class ix.iface.ui.HTMLFrame
 
setCurrentPanel(JPanel) - Method in class ix.iface.ui.JFrameMTP
 
setCurrentSimTime(long) - Method in class ix.isim.ISimTimer
 
setCurrentView(Symbol) - Method in class ix.iview.ActionEditorPanel
 
setData(Object) - Method in class ix.iface.ui.AbstractEditorPanel
 
setData(Object) - Method in interface ix.iface.ui.IXEditorPanel
Sets the current data of the item component.
setData(Object) - Method in class ix.iface.ui.ListEditorPanel
Sets the data of a collection component.
setData(Object[]) - Method in class ix.iface.ui.table.AbstractIXTableModel
Sets the table's rows to the given data objects and notifies listeners.
setData(Collection) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Sets the table's rows to the given TreeNode objects and notifies listeners.
setData(Object[]) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Sets the table's rows to the given TreeNode objects and notifies listeners.
setData(Object) - Method in class ix.iface.ui.ThingEditorPanel
Sets the current data of a text component.
setData(Object) - Method in class ix.iface.ui.ToggleEditorPanel
Sets the data of a collection component.
setData(UIRefinement, Collection) - Method in class ix.iview.DeclarationEditor.VarListEditor
 
setData(UIRefinement, Collection) - Method in class ix.iview.DeclarationEditor.VarTypeTableModel
 
setData(Object) - Method in class ix.iview.MiniConstraintPanel
Sets the current data of a text component.
setDate(Date) - Method in class ix.icore.log.HistoryEvent
 
setDebug(boolean) - Static method in class ix.util.Debug
Turns off debugging output on or off.
setDefault(MatchCase) - Method in class ix.util.match.MatchTable
setDefault assigns a MatchCase as the table's default case.
setDefault(FileSyntax) - Method in class ix.util.xml.FileSyntaxManager
 
setDefaultAttributes(String, String) - Method in class ix.iface.util.HtmlWriter
 
setDefaultAttributes(String, String[][]) - Method in class ix.iface.util.HtmlWriter
 
setDefaultGenerator(Gensym.Generator) - Static method in class ix.util.Gensym
 
setDefaultProperties(Properties) - Method in class ix.iface.ui.JPropertiesManager
Sets the default properties for the application into the given properties object; application specific.
setDefaultProperties(Properties) - Method in class ix.iview.IDEPropertiesManager
 
setDefaultSelection(Object) - Method in class ix.iview.MiniConstraintPanel
 
setDefaultSequence(boolean) - Method in class ix.iview.ActionEditorPanel
Sets the flag to put nodes in sequence (true) or in parallel (false) If the state of the checkbox does not correspond to the new setting, it is changed.
setDefaultSequence(boolean) - Method in class ix.iview.DomainEditorFrame
Sets the toggle for default sub-activity sequencing behaviour.
setDefaultWidths() - Method in class ix.iface.ui.table.IXTable
 
setDelayBefore(int) - Method in class ix.ip2.test.TestItem
 
setDelayBetween(int) - Method in class ix.ip2.test.TestSequenceGenerator
 
setDelays(List) - Method in class ix.test.xml.TestGen
 
setDelta(ListOfPatternAssignment) - Method in class ix.ip2.SyncState.ClientStateDelta
 
setDelta(ListOfPatternAssignment) - Method in class ix.ip2.SyncState.ServerStateDelta
 
setDescription(String) - Method in class ix.util.FileExtensionFileFilter
 
setDescription(Object) - Method in class ix.util.lisp.Interpreter.Expr
 
setDestination(String) - Method in class ix.test.xml.WorldStateExport
 
setDestination(Object) - Method in class ix.util.ipc.ObjectStreamConnection
 
setDestinationAddress(String, ServiceAddress) - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
setDestinationData(Object, Object) - Method in interface ix.util.IPC.SocketlikeCommunicationStrategy
 
setDisplayFields(List) - Method in class ix.iface.ui.AbstractIFormModel
 
setDisplayFields(String[]) - Method in class ix.iface.ui.AbstractIFormModel
 
setDisplayFields(List) - Method in interface ix.iface.ui.IFormModel
Sets the fields of the object that are to be displayed (exc. names)
setDisplayFields(String[]) - Method in interface ix.iface.ui.IFormModel
Sets the fields of the object that are to be shown as its name.
setDocRoot(String, String) - Method in class ix.util.http.HttpServer
Tells this server to serve files from the tree below the specified root directory and to use the specified path in the corresponding URLs.
setDocRoot(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel
 
setDocText(String) - Method in class ix.iface.util.HtmlTableEditorPane
 
setDomain(Domain) - Method in class ix.iplan.FilteredPlanner
 
setDomain(Domain) - Method in class ix.iplan.IPlan
 
setDomain(Domain) - Method in interface ix.iplan.Planner
Sets this planner's domain.
setDomain(String) - Method in class ix.iplan.PlanTest
 
setDomain(Domain) - Method in class ix.iplan.Slip
 
setDomain(UIDomain) - Method in class ix.iview.AROEditorPanel.ClassTreeTableModel
 
setDomain(Domain) - Method in class ix.iview.domain.UIDomain
clears this domain, then sets it to the new one.
setDomain(Domain) - Method in class ix.iview.DomainEditor
Sets the given domain as current in te uiDomain.
setDomain(Domain) - Method in class ix.iview.DomainEditorFrame
Sets the given domain as current both in this frame and the domain editor panel.
setDomain(UIDomain) - Method in class ix.iview.GrammarEditorPanel.GenericConstraintTableModel
 
setDomain(UIDomain) - Method in class ix.iview.table.ActionTreeTableModel
 
setDomainFile(File) - Method in class ix.iview.domain.UIDomain
 
setEditable(boolean) - Method in class ix.ip2.ItemEditor.ItemTextArea
 
setEditable(boolean) - Method in class ix.iview.DomainEditor
Changes the flat that toggles I-DE viewer-only/viewer-editor mode.
setEditable(boolean) - Method in class ix.iview.DomainEditorFrame
Changes the flat that toggles I-DE viewer-only/viewer-editor mode.
setEditFrame(XMLTreeEditFrame) - Method in class ix.util.xml.XMLTreeSendFrame
Tell this SendFrame which edit frame contains the object to send.
setEditingItem(AgendaItem) - Method in class ix.ip2.ItemEditor.EditPanel
Records an existing item that is being viewed in the panel.
setEnabled(boolean) - Method in class ix.iface.ui.AbstractEditorPanel
Makes the item (not) editable and enables (disables) the buttons and the component (needed for right-click)
setEnabled(boolean) - Method in class ix.iface.ui.IXButPanel
 
setEnabled(boolean) - Method in interface ix.iface.ui.IXEditorPanel
Makes the item editable or not (default is editable).
setEnabled(boolean) - Method in class ix.iface.ui.IXToolItem
 
setEnabled(boolean) - Method in class ix.iface.ui.ThingEditorPanel
Makes the item (not) editable and enables (disables) the buttons
setEnabledComponent(Component, boolean) - Method in class ix.iface.ui.JPreferencesDialog
I-DE overwrites this to focus on toggle-buttons only
setEnabledComponent(Component, boolean) - Method in class ix.iview.IDEPreferencesDialog
 
setEnabledComponents(String, boolean) - Method in class ix.iface.ui.JPreferencesDialog
 
setEnabledComponents(String, List, boolean) - Method in class ix.iface.ui.JPreferencesDialog
 
setEnd(End) - Method in class ix.icore.domain.NodeEndRef
 
setEntries(ListOfMapEntry) - Method in class ix.test.xml.Mapping
 
setEventLogger(EventLogger) - Method in class ix.icore.IXAgent
 
setExample(Object) - Method in class ix.icore.GenericConstraint
 
SetExample - Class in ix.test.xml
 
SetExample() - Constructor for class ix.test.xml.SetExample
 
setExceptionDescriber(Fn1<Throwable, String>) - Static method in class ix.util.Debug
 
setExpanded(boolean) - Method in class ix.iface.ui.table.IXTreeTableNode
 
setExpands(Name) - Method in class ix.icore.plan.AbstractRefinement
 
setExpansion(Name) - Method in class ix.icore.plan.AbstractPlanItem
 
setExpression(Expression) - Method in class ix.iscript.IScriptXmlSource
 
setFalse() - Method in class ix.util.ThreadCondition
 
setFieldData(String, Object) - Method in class ix.iface.ui.IFormPanel
Sets the given data of the given field in the panel.
setFieldData(String, Object) - Method in class ix.iview.GlobalFormPanel
 
setFields() - Method in class ix.iface.ui.AbstractIFormModel
Derives the name fields, display fields and the field names and classes.
setFields() - Method in class ix.iface.ui.GenericIFormModel
 
setFieldValue(Object, FieldDescr, Object) - Method in class ix.util.xml.XMLTranslator
 
setFilterPatterns(List) - Method in class ix.test.xml.WorldStateView
 
setFixedWidth(Class, Integer) - Method in class ix.iface.ui.table.IXTable
 
setFixedWidth(String, Integer) - Method in class ix.iface.ui.table.IXTable
 
setFoldLongLines(int) - Method in class ix.iface.util.TranscriptTextArea
Tells TranscriptTextArea.appendLine(String) to break a long line into separate lines that will fit in the display area.
setFoldLongLines(int) - Method in class ix.iface.util.TranscriptTextPane
Tells TranscriptTextPane.appendLine(String) to break a long line into separate lines that will fit in the display area.
setFont(int) - Method in class ix.iface.ui.DefaultColourField
 
setForm(String) - Method in class ix.icore.GenericConstraint
 
setForwardedTo(Name) - Method in class ix.icore.TaskItem
 
setFriends(List<String>) - Method in class ix.test.xml.Example
 
setFriends(Set<String>) - Method in class ix.test.xml.SetExample
 
setFrom(String) - Method in class ix.applet.AppletMessage
 
setFrom(NodeEndRef) - Method in class ix.icore.domain.AcrossNode
 
setFrom(NodeEndRef) - Method in class ix.icore.domain.ConstraintRange
 
setFrom(NodeEndRef) - Method in interface ix.icore.domain.NodeEndRange
 
setFrom(NodeEndRef) - Method in class ix.icore.domain.Ordering
 
setFrom(Object) - Method in class ix.icore.log.MessageReceived
 
setFrom(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
setFromObject(Object) - Method in class ix.iface.ui.IFormPanel.FieldChooser
 
setFromObject(Object) - Method in class ix.iface.ui.JConstraintEditor
Sets the editor up to edit (rather than add) an original constraint object.
setFromObject(Object) - Method in class ix.iview.ConditionEffectEditor
 
setFromObject(Object) - Method in class ix.iview.ConstraintEditor
Sets the editor up to edit (rather than add) an original constraint object.
setFromObject(Object) - Method in class ix.iview.DeclarationEditor
We do editing of all variable declarations from initFromObject so this is obsolete.
setFromObject(Object) - Method in class ix.iview.DefaultConstraintEditor
 
setFromObject(Object) - Method in class ix.iview.ObjectConstraintEditor
Set the editor for editing a constraint (not putting in a new one)
setFromObject(Object) - Method in class ix.iview.OrderingEditor
 
setFromObject(Object) - Method in class ix.iview.PropertyEditor
when editing, put text in and select syntax
setFromObject(Object) - Method in class ix.iview.SimpleDeclarationEditor
We do editing of all variable declarations from initFromObject so this is obsolete.
setFromObject(Object) - Method in class ix.iview.SpecEditor
Nothing to do to initialise the editor from an object.
setFunction(Expression) - Method in class ix.iscript.Call
 
setGrammar(UIGrammar) - Method in class ix.iview.domain.UIDomain
 
setGraph(IGraph) - Method in class ix.iview.domain.UIRefinement
 
setGraphical() - Method in class ix.iview.DomainEditorFrame
If the state of the menu item does not correspond to the new setting, it is changed.
setHandledBy(HandlerAction) - Method in class ix.ip2.AgendaItem
 
setHandlerAction(AgendaItem, HandlerAction) - Method in class ix.ip2.AgendaItemTableModel
 
setHandlerAction(HandlerAction) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
setHeaderAnnotation(MessageWrapper, SLHttpHeader, String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
setHideBits(Collection) - Method in class ix.iface.ui.IFormPanel
 
setHistory(List) - Method in class ix.icore.TaskItem
 
setHomeNamespaceURI(String) - Method in class ix.util.xml.XMLConfig
 
setHost(String) - Method in class ix.util.ipc.ServiceAddress
 
setHtml(String) - Method in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
setHttpLengthLimit(int) - Method in class ix.test.xml.VirtualWorld
 
setIcon(Icon) - Method in class ix.iface.ui.DefaultColourField
 
setIcon(Icon) - Method in class ix.iface.ui.IXToolItem
 
setId(Name) - Method in class ix.icore.domain.NodeSpec
 
setId(Name) - Method in class ix.icore.plan.AbstractPlanItem
 
setId(Name) - Method in class ix.icore.plan.AbstractRefinement
 
setId(Name) - Method in class ix.icore.plan.PlanVariable
 
setId(Name) - Method in class ix.icore.plan.PlanVariableDeclaration
 
setId(Name) - Method in class ix.icore.TaskItem
 
setId(Name) - Method in class ix.iview.domain.UINodeSpec
 
setIdentityChecker(IServeCommServer.IdentityCheckerFactory) - Method in class ix.iserve.ipc.IServeCommServer.User
 
setIfFalse(Expression) - Method in class ix.iscript.If
 
setIfTrue(Expression) - Method in class ix.iscript.If
 
setImplAttribute(Element, String) - Method in class ix.util.xml.XMLTranslator
 
setIn(Expression) - Method in class ix.iscript.Lambda
 
setIn(Expression) - Method in class ix.iscript.Let
 
setInContext(ContextLink<T>, Context, T) - Static method in class ix.util.context.Context
Modifies a chain of ContextLinks to associate a value directly with a given context.
setInfo(Object) - Method in class ix.iface.ui.IconRenderer
 
setInfo(Object) - Method in class ix.iface.ui.IXLabelRenderer
Provides the information to be displayed.
setInfo(Object) - Method in interface ix.iface.ui.IXRenderer
Provides the information to be displayed.
setInfo(Object) - Method in class ix.iface.ui.IXTextRenderer
Provides the information to be displayed.
setInfo(Object) - Method in class ix.iface.ui.NamedRenderer
 
setInfo(Object) - Method in class ix.iface.ui.NDRenderer
 
setInfo(Object) - Method in class ix.iface.ui.NDTextRenderer
 
setInfo(Object) - Method in class ix.iface.ui.NeutralIconRenderer
 
setInfo(Object) - Method in class ix.iface.ui.SimpleTextRenderer
 
setInfo(Object) - Method in class ix.iview.util.ActionListRenderer
 
setInfo(Object) - Method in class ix.iview.util.EditablePriorityRenderer
 
setInfo(Object) - Method in class ix.iview.util.FullNodeRenderer
Sets the cell text to the node number and name e.g. "[2] alter plan"
setInfo(Object) - Method in class ix.iview.util.IssueRenderer
Sets the cell text to the node number and name e.g. "[2] alter plan"
setInfo(Object) - Method in class ix.iview.util.NodeNameRenderer
Sets the cell text to the node name e.g.
setInfo(Object) - Method in class ix.iview.util.NodeNumberRenderer
Sets the cell text to the node number.
setInfo(Object) - Method in class ix.iview.util.PriorityRenderer
 
setInitialCurrentOption() - Method in class ix.iplan.IPlanOptionManager
 
setInitialCurrentOption(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager
 
setInitialDelay(int) - Method in class ix.ip2.test.TestSequenceGenerator
 
setInitialNumber(long) - Method in class ix.util.Gensym.Generator
 
setInitialPlan(String) - Method in class ix.iplan.PlanTest
 
setInitialPlan(String) - Method in class ix.test.xml.BlockStackingTest
 
setInnerListener(ActionListener) - Method in class ix.iface.util.CatchingActionListener
Sets the inner action-listener that is wrapped in this CatchingActionListener.
setIsAbleToSend(boolean) - Method in class ix.applet.AppletCommunicationStrategy
 
setIsAbleToSend(boolean) - Method in class ix.iserve.ipc.IServeCommStrategy
 
setIsAutoRecursive(boolean) - Method in class ix.icore.plan.inspect.PlanInspector
 
setIsExhaustive(boolean) - Method in class ix.iplan.PlanTest
 
setIsInteractive(boolean) - Static method in class ix.util.Parameters
 
setIsLocalChoice(boolean) - Method in class ix.iplan.Alternative
 
setIsNew(boolean) - Method in class ix.ip2.AgendaItem
 
setIsNotExpansion() - Method in class ix.icore.plan.PlanRefinement
 
setIsStandAlone(boolean) - Static method in class ix.util.ipc.SimpleNameServer
 
setIssue(Issue) - Method in class ix.icore.plan.PlanIssue
 
setIssues(ArrayList) - Method in interface ix.icore.domain.ConstraintStatement
 
setIssues(ListOfIssue) - Method in class ix.icore.domain.Refinement
 
setIssues(List) - Method in class ix.icore.domain.Refinement
 
setIssues(List) - Method in class ix.iview.domain.UIRefinement
 
setItem(TaskItem) - Method in class ix.icore.plan.AbstractPlanItem
 
setItem(TaskItem) - Method in class ix.icore.plan.PlanIssue
 
setItem(TaskItem) - Method in class ix.icore.plan.PlanNode
 
setItemEditor(ItemEditor) - Method in class ix.ip2.AgendaTableViewer
 
setItemLabel(String) - Method in class ix.iface.ui.IXToolItem
 
setKey(Object) - Method in class ix.test.xml.MapEntry
 
setKeySortComparator(Comparator) - Method in class ix.iface.util.KeyValueTable
Sets the Comparator used to sort keys.
setLabel(String) - Method in class ix.iface.ui.AbstractEditorPanel
Sets the panel's label
setLabel(String) - Method in interface ix.iface.ui.IXEditorPanel
Sets the panel's label
setLabel(String) - Method in class ix.iface.ui.IXToolItem
 
setLabel(String) - Method in class ix.iview.igraph.CompositeRectangularNode
 
setLast(AbstractButton) - Method in class ix.iview.MiniConstraintPanel
 
setLegalName(Object, String) - Method in class ix.iface.ui.AbstractSetEditor
Sets a string representation of the object that identifies it uniquely
setLegalName(String) - Method in class ix.iview.domain.UIObjectClass
 
setLegalName(String) - Method in class ix.iview.domain.UIRefinement
 
setLegalName(Object, String) - Method in class ix.iview.UIObjectClassSetEditor
 
setLegalName(Object, String) - Method in class ix.iview.UIRefinementSetEditor
 
setLined(boolean) - Method in class ix.iface.ui.IXLabelRenderer
 
setLined(boolean) - Method in class ix.iface.ui.IXTextRenderer
 
setListData(Object[]) - Method in class ix.iface.ui.ListEditorPanel
 
setListData(boolean[]) - Method in class ix.iface.ui.ToggleEditorPanel
 
setListData(Object[]) - Method in class ix.iface.ui.ToggleEditorPanel
 
setListData(UIRefinement, Collection) - Method in class ix.iview.DeclarationEditor
Sets the data in the variable-type table Handles lists or sets of ItemVar
setListData(Collection) - Method in class ix.iview.SimpleDeclarationEditor
Handles lists of ItemVar or VariableDeclaration (one for variablesUsed, the other for initialisation from previously declared variables)
setListener(PicoIX.IX_SystemListener) - Method in class ix.examples.PicoIX.IX_System
 
setListsAsText(boolean) - Method in class ix.iview.GrammarEditorPanel
 
setLLContents(LList) - Method in class ix.util.context.LLQueue
 
setLoading(boolean) - Method in class ix.iview.domain.UIDomain
 
setLocation(int, int) - Method in class ix.iview.SimpleDomainEditor
 
setLogPath(String, String) - Method in class ix.util.http.HttpServer
Tells this server to write an NCSA-format request log in the specified directory.
setManager(ObjectManager, LinkedList) - Method in class ix.iface.ui.AbstractSetEditor
 
setManager(DomainObjectManager, LinkedList) - Method in class ix.iview.AbstractUISetEditor
 
setMapping(String, String) - Method in class ix.util.NameMapper
 
setMark(Mark) - Method in interface ix.util.Markable
 
setMax(Object) - Method in class ix.icore.domain.TimeWindow
 
setMaxTime(long) - Method in class ix.icore.process.TimePoint
 
setMenu(JMenu) - Method in class ix.iface.ui.IXToolItem
Sets the item's menu ONLY if the current menu is null.
setMenuText(String) - Method in class ix.ip2.test.PanelTest
 
setMenuText(String) - Method in class ix.ip2.test.TestSubmenu
 
setMessage(String) - Method in class ix.iface.ui.JConstraintEditor
 
setMessage(String) - Method in class ix.iface.ui.JSelectorDialog
 
setMin(Object) - Method in class ix.icore.domain.TimeWindow
 
setMinTime(long) - Method in class ix.icore.process.TimePoint
 
setMode(Symbol) - Method in class ix.iview.DomainEditorFrame
 
setMode(int) - Method in class ix.iview.table.PropertyTableModel
 
setModel(IFormModel, FormDataListener) - Method in class ix.iface.ui.IFormPanel
Sets the panel's model and loads the data into the panel.
setModel(IFormModel) - Method in class ix.iface.ui.IFormPanel
Sets the panel's model and loads the data into the panel.
setModel(TableModel) - Method in class ix.iface.ui.table.IXTable
 
setModel(TableModel) - Method in class ix.iface.ui.table.IXTreeTable
Sets the model which must ba an AbstractTreeTableModel
setModelDirectory(File) - Method in class ix.iview.DomainEditor
Sets the directory used to load/save models.
setModelDirectory(File) - Method in class ix.iview.DomainEditorFrame
Sets the directory used to load/save models.
setModelManager(ProcessModelManager) - Method in class ix.icore.process.PNode
 
setName(String) - Method in interface ix.icore.domain.ConstraintStatement
 
setName(String) - Method in class ix.icore.domain.Domain
 
setName(String) - Method in class ix.icore.domain.ObjectClass
 
setName(Symbol) - Method in class ix.icore.domain.ObjectProperty
 
setName(String) - Method in class ix.icore.domain.Refinement
 
setName(ItemVar) - Method in class ix.icore.domain.VariableDeclaration
 
setName(Symbol) - Method in class ix.icore.plan.PlanVariable
 
setName(Symbol) - Method in class ix.icore.plan.PlanVariableDeclaration
 
setName(Symbol) - Method in class ix.icore.plan.ProcessParameter
 
setName(Object) - Method in class ix.icore.Variable
 
setName(Object, String) - Method in class ix.iface.ui.AbstractSetEditor
Sets a string representation of the object that identifies it uniquely
setName(String) - Method in class ix.ip2.ObjectView
 
setName(String) - Method in class ix.iplan.ExpandPlanTestGroup
 
setName(String) - Method in class ix.iplan.IPlanOptionManager.Opt
 
setName(String) - Method in class ix.iplan.PlanTestGroup
 
setName(Name) - Method in class ix.iscript.Binding
 
setName(Name) - Method in class ix.iscript.VarRef
 
setName(String) - Method in class ix.ispace.AgentData
 
setName(Object, String) - Method in class ix.iview.AbstractUISetEditor
 
setName(String) - Method in class ix.iview.domain.UIDomain
 
setName(String) - Method in interface ix.iview.domain.UIObject
 
setName(String) - Method in class ix.iview.domain.UIObjectClass
 
setName(String) - Method in class ix.iview.domain.UIRefinement
 
setName(Name) - Method in class ix.iview.igraph.NodePosition
 
setName(String) - Method in class ix.test.ExampleData
 
setName(String) - Method in class ix.test.xml.Example
 
setName(String) - Method in class ix.test.xml.VirtualWorld
 
setName(String) - Method in class ix.test.xml.WorldStateView
 
setName(String) - Method in class ix.util.UniqueObject
 
setNameFields(List) - Method in class ix.iface.ui.AbstractIFormModel
 
setNameFields(String[]) - Method in class ix.iface.ui.AbstractIFormModel
 
setNameFields(List) - Method in interface ix.iface.ui.IFormModel
Sets the fields of the object that are to be shown as its name.
setNameFields(String[]) - Method in interface ix.iface.ui.IFormModel
Sets the fields of the object that are to be shown as its name.
setNamespace(String) - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
setNamespace(Namespace) - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
setNameToChildMap(Map<Name, PNode>) - Method in class ix.icore.process.PNode
 
setNextStep(Slip.Step) - Method in class ix.iplan.Slip
 
setNode(Name) - Method in class ix.icore.domain.AcrossNode
 
setNode(Name) - Method in class ix.icore.domain.NodeEndRef
 
setNodes(ListOfNodeSpec) - Method in class ix.icore.domain.Refinement
 
setNodes(List) - Method in class ix.icore.domain.Refinement
 
setNodes(List) - Method in class ix.iview.domain.UIRefinement
 
setNodeSpecs(Refinement, ListOfPlanNode) - Method in class ix.icore.plan.PlanAsDomain
 
setNoteFile(String) - Static method in class ix.util.Debug
Sets the output destination for debugging notes.
setNotes(String) - Method in class ix.iview.util.ModellingState
 
setNoteStream(PrintStream) - Static method in class ix.util.Debug
Sets the output destination for debugging notes.
setObject(EditableObject) - Method in class ix.iface.ui.AbstractIFormModel
 
setObject(EditableObject) - Method in interface ix.iface.ui.IFormModel
Set the model's base object
setObject(Object) - Method in class ix.iface.ui.JConstraintEditor
Sets the object whose components (children) are to be realted.
setObject(Object) - Method in class ix.iface.ui.JObjectMenu
 
setObject(Object) - Method in class ix.iface.ui.JObjectPopup
 
setObject(Object) - Method in class ix.iface.ui.JSelectorDialog
Sets the object whose components (children) are to be realted.
setObject(Object) - Method in class ix.iview.ObjectConstraintEditor
Set the object (UIRefinement) whose objects are to be constrained
setObjectClass(Class) - Method in class ix.iface.ui.AbstractIFormModel
Set the class of the model's base object
setObjectClass(UIObjectClass) - Method in class ix.iview.table.PropertyTableModel
 
setObjectClasses(ListOfObjectClass) - Method in class ix.icore.domain.Domain
 
setObjectClasses(List) - Method in class ix.icore.domain.Domain
 
setObjectFieldValue(Object, String, Class, Object) - Static method in class ix.iface.ui.util.UIUtil
Sets the object's field to the given value
setObjectHeader(String) - Method in class ix.ip2.ObjectView
 
setObjectProperties(ListOfObjectProperty) - Method in class ix.icore.domain.ObjectClass
 
setObjectProperties(List) - Method in class ix.iview.domain.UIObjectClass
 
setObjects(LinkedList) - Method in class ix.iface.ui.AbstractSetEditor
 
setObjects(List) - Method in class ix.ip2.ObjectView
 
setObjects(LinkedList) - Method in class ix.iview.AbstractUISetEditor
 
setObjects(LinkedList) - Method in class ix.iview.UIObjectClassSetEditor
Crates UI versions for all objects, then enters parent/child relations.
setObjectView(String) - Method in class ix.ip2.ObjectWhiteboard
 
setObjectView(ObjectView) - Method in class ix.ip2.ObjectWhiteboard
 
setOf(ListOfExpression) - Method in class ix.iscript.And
 
setOf(ListOfExpression) - Method in class ix.iscript.Or
 
setOf(ListOfExpression) - Method in class ix.iscript.Sequence
 
setOmitImplAttributes(boolean) - Method in class ix.util.xml.XMLTranslator
Controlls whether or not implClass attributes are added to List, Set, and Map elements when converting to XML.
setOpenOtherReportsActivity(ActivityAgenda.OtherReportsActivity) - Method in class ix.ip2.ActivityAgenda
 
setOption(String) - Method in class ix.iplan.IPlanOptionManager
 
setOption(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager
 
setOptionForInput(String) - Method in class ix.iplan.IPlanOptionManager
 
setOptionForInput(IPlanOptionManager.Opt) - Method in class ix.iplan.IPlanOptionManager
 
setOrdering(boolean) - Method in class ix.iview.ActionEditorPanel
 
setOrderings(ListOfOrdering) - Method in class ix.icore.domain.Refinement
 
setOrderings(List) - Method in class ix.icore.domain.Refinement
 
setOrderings(List) - Method in class ix.iview.domain.UIRefinement
 
setOrderingType(String) - Method in class ix.iview.domain.UIRefinement
Sets the refinement's ordering type (none, parallel, sequence, other) if it is allowed to.
setOriginal(Object, Object) - Method in class ix.iface.ui.AbstractSetEditor
Finds the original version of the given object in the originals map
setOriginal(Object) - Method in class ix.iface.ui.JConstraintEditor
Set this to the original value (non-null) to get edit-bahaviour rather than add-behaviour.
setOriginal(Object, Object) - Method in class ix.iview.AbstractUISetEditor
 
setOtherConstraints(List) - Method in class ix.iview.domain.UIRefinement
 
setOverwrite(boolean) - Method in class ix.iface.ui.AbstractSetEditor
 
setOverwrite(boolean) - Method in class ix.iview.domain.UIDomain
 
setPanel(String) - Method in class ix.iface.ui.CardPanel
 
setPanel(ConstructEditing) - Method in class ix.iview.ActionEditorPanel
 
setPanel(ActionEditorPanel) - Method in class ix.iview.igraph.ExpansionModel
 
setPanelStyle(String) - Method in class ix.iface.ui.JFrameMTP
 
setPanelStyle(String) - Method in class ix.iview.DomainEditorFrame
 
setPanelStyles(ArrayList) - Method in class ix.iface.ui.JFrameMTP
 
setParameter(String, String) - Static method in class ix.util.Parameters
Sets a parameter value.
setParameters(List) - Method in class ix.icore.domain.Constraint
 
setParameters(ListOfName) - Method in class ix.iscript.Lambda
 
setParents(List) - Method in class ix.iface.ui.table.IXTreeTableNode
 
setParentsBold(boolean) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Sets the flag that determines whether the names of parent nodes are displayed bold or not.
setPassword(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setPattern(LList) - Method in class ix.icore.domain.NodeSpec
 
setPattern(LList) - Method in class ix.icore.domain.PatternAssignment
 
setPattern(LList) - Method in class ix.icore.domain.Refinement
 
setPattern(LList) - Method in class ix.icore.TaskItem
 
setPattern(LList) - Method in class ix.ip2.AgendaItem
 
setPattern(LList) - Method in class ix.ip2.log.ItemHandledEvent
 
setPattern(LList) - Method in class ix.iview.domain.UINodeSpec
 
setPattern(LList) - Method in class ix.iview.domain.UIRefinement
 
setPaused() - Method in class ix.isim.ISimTimeFrame
This function should be called when the simulated clock is paused.
setPlan(Plan) - Method in interface ix.icore.process.ProcessModelManager
 
setPlan(Plan) - Method in class ix.ip2.Ip2ModelManager
 
setPlanFromPlans(boolean) - Method in class ix.iplan.AutoTester
 
setPlanIssueRefinements(ListOfPlanIssueRefinement) - Method in class ix.icore.plan.Plan
 
setPlanIssues(ListOfPlanIssue) - Method in class ix.icore.plan.Plan
 
setPlanIssues(ListOfPlanIssue) - Method in class ix.icore.plan.PlanIssueRefinement
 
setPlanNodes(ListOfPlanNode) - Method in class ix.icore.plan.Plan
 
setPlanNodes(ListOfPlanNode) - Method in class ix.icore.plan.PlanRefinement
 
setPlanRefinements(ListOfPlanRefinement) - Method in class ix.icore.plan.Plan
 
setPlans(int) - Method in class ix.iplan.PlanTest
 
setPlanTestDefaults(PlanTestDefaults) - Method in class ix.iplan.AutoTester
 
setPlanVariableDeclarations(ListOfPlanVariableDeclaration) - Method in class ix.icore.plan.Plan
 
setPlanVariableDeclarations(ListOfPlanVariableDeclaration) - Method in class ix.icore.plan.PlanIssueRefinement
 
setPlanVariableDeclarations(ListOfPlanVariableDeclaration) - Method in class ix.icore.plan.PlanRefinement
 
setPoint - Variable in class ix.util.lisp.LListListIterator
 
setPopup(JPopupMenu) - Method in class ix.iface.ui.table.IXTable
Set the popup of the table
setPort(int) - Method in class ix.util.ipc.ServiceAddress
 
setPostfilter(Function1) - Method in class ix.util.xml.XMLTranslator
 
setPreferredColumnWidths() - Method in class ix.iface.util.CheckTable.ViewJTable
 
setPreferredColumnWidths() - Method in class ix.iface.util.KeyValueTable.ViewJTable
 
setPreferredColumnWidths() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceJTable
 
setPrefilter(Function1) - Method in class ix.util.xml.XMLTranslator
 
setPrefix(String) - Method in class ix.util.Gensym.Generator
 
setPrintUnprintablesUsingToString(boolean) - Method in class ix.util.lisp.LispPrinter
 
setPriority(Priority) - Method in class ix.icore.Report
 
setPriority(Priority) - Method in class ix.icore.TaskItem
 
setPriority(Priority) - Method in class ix.iface.util.PriorityComboBox
 
setPriority(Priority) - Method in class ix.ip2.AgendaItem
 
setPriority(Priority) - Method in class ix.iview.util.PriorityComboBox
 
setPriority(EditablePriority) - Method in class ix.iview.util.PriorityComboBox
 
setPriorityValue(AgendaItem, Object, int, int) - Method in class ix.ip2.AgendaItemTableModel
 
setPriorityValue(Object, int, int) - Method in class ix.ip2.AgendaItemTableModel
 
setProblem(String) - Method in class ix.test.xml.BlockStackingTest
 
setProperStatus(PNodeEnd, Status) - Method in class ix.iplan.Slip
 
setProperStatus(PNode) - Method in class ix.iplan.Slip
 
setProperties(ListOfObjectProperty) - Method in class ix.ip2.ObjectView
 
setProperty(String, String) - Method in class ix.iface.ui.JPropertiesManager
 
setProperty(String, String) - Method in interface ix.iface.ui.PropertiesApplication
Sets the given property within the application to the given value.
setProperty(Symbol, Object) - Method in class ix.iserve.ipc.IServeCommServer.User
 
setProperty(String, String) - Method in class ix.iview.DomainEditor
Sets the given property to the given value within the application
setPropertyChangeListeners(HashSet) - Method in class ix.iface.ui.JPreferencesDialog
 
setPropValue(Symbol, Object, Object) - Method in class ix.ip2.ObjectWorld
 
setRandomSimulations(int) - Method in class ix.iplan.PlanTest
 
setReadTimeout(int) - Method in class ix.util.http.HttpObjectClient
Sets the timeout in millisecond for reading a response.
setReasonableSize() - Method in class ix.ip2.Ip2Frame
 
setRef(Name) - Method in class ix.icore.Report
 
setRef(Name) - Method in class ix.icore.TaskItem
 
setRefinement(Refinement) - Method in class ix.icore.process.PNode
 
setRefinement(Refinement) - Method in class ix.ip2.ActivityItem
 
setRefinements(ListOfRefinement) - Method in class ix.icore.domain.Domain
 
setRefinements(List) - Method in class ix.icore.domain.Domain
 
setRelation(Symbol) - Method in class ix.icore.domain.Constraint
 
setRelation(Symbol) - Method in class ix.icore.GenericConstraint
 
setRelationship(AgentRelationship) - Method in class ix.ispace.AgentData
 
setRelativeTime(long) - Method in class ix.isim.TimedEvent
 
setRemoteAddr(String) - Method in class ix.applet.AppletMessage
 
setRemoteAddr(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setRemoteHost(String) - Method in class ix.applet.AppletMessage
 
setRemoteHost(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setRenderer(ListCellRenderer) - Method in class ix.iface.ui.AbstractEditorPanel
 
setRenderer(String, IXRenderer) - Method in class ix.iface.ui.IFormPanel
Sets the given renderer for the given field.
setRenderer(ListCellRenderer) - Method in interface ix.iface.ui.IXEditorPanel
Sets the renderer if the itemComponent is a JList or a JComboBox;
setRenderer(ListCellRenderer) - Method in class ix.iface.ui.ListEditorPanel
 
setRenderer(ListCellRenderer) - Method in class ix.iface.ui.ThingEditorPanel
 
setRenderer(ListCellRenderer) - Method in class ix.iface.ui.ToggleEditorPanel
 
setRenderer(ListCellRenderer) - Method in class ix.iview.MiniConstraintPanel
 
setRenderers() - Method in class ix.iface.ui.IFormPanel
Sets the renderers to be added to the panel items (lists) of fiels.
setRenderers() - Method in class ix.iview.ActionFormPanel
 
setRenderers() - Method in class ix.iview.GlobalFormPanel
 
setRepeat(Expression) - Method in class ix.iscript.While
 
setReportBack(YesNo) - Method in class ix.icore.TaskItem
 
setReportType(ReportType) - Method in class ix.icore.Report
 
setRequestCharsetName(String) - Method in class ix.util.http.HttpObjectClient
Set the character set used when sending requests.
setRequestContentType(String) - Method in class ix.util.http.HttpObjectClient
Set the Content-Type used when sending requests.
setRequireNamespace(boolean) - Method in class ix.util.xml.XMLTranslator
Controls whether element names must be in the home namespace for the elements to be translatable to objects.
setResponseCharsetName(String) - Method in class ix.util.http.HttpObjectServlet
Set the character set used when sending a response.
setResponseContentType(String) - Method in class ix.util.http.HttpObjectServlet
Set the Content-Type used when sending a response.
setRoot(IXTreeNode) - Method in class ix.iface.ui.tree.EditableTreeModel
 
setRootElement(Element) - Method in class ix.util.xml.LiteralDocument
 
setRow(int) - Method in class ix.iface.util.KeyValueTable.RowPopupMenu
Tells the menu what row it is about.
setRow(int) - Method in class ix.ip2.StateViewTable.ViewTable.StatePopupMenu
 
setRow(int) - Method in class ix.util.xml.XMLTreeNamespaceManager.RowPopupMenu
 
setRunning() - Method in class ix.isim.ISimTimeFrame
This function should be called when the simulated clock is running.
setSatusAfterExpansion(AgendaItem) - Method in class ix.ip2.ExpandHandler.ExpandAction
 
setSAXDriverClass(String) - Method in class ix.util.xml.XMLConfig
 
setScope(VariableScope) - Method in class ix.icore.plan.PlanVariableDeclaration
 
setSeed(long) - Method in class ix.iserve.ipc.TinyIds
 
setSelected(JMenuItem) - Method in class ix.iface.ui.IXPopupMenu
 
setSelected(String) - Method in class ix.iface.ui.IXPopupMenu
 
setSelectedAction(UIRefinement) - Method in class ix.iview.GlobalFormPanel
 
setSelectedIndex(int) - Method in class ix.iface.ui.ListEditorPanel
 
setSelectedIndex(int) - Method in class ix.iface.ui.ToggleEditorPanel
 
setSelectedItem(String) - Method in class ix.iface.util.ComboChoice
 
setSelectedObject(Object) - Method in class ix.iface.ui.ListEditorPanel
 
setSelectedObject(Object) - Method in class ix.iface.ui.table.IXTable
 
setSelectedObject(Object) - Method in class ix.iface.ui.ToggleEditorPanel
 
setSelectedObject(Object) - Method in class ix.iface.ui.tree.EditableTree
 
setSelectedRow(int) - Method in class ix.iface.ui.table.IXTable
 
setSelectedTree(XMLTreeEditPanel.EditorTree) - Method in class ix.util.xml.XMLTreeEditPanel
 
setSelectedValue(Object) - Method in class ix.iface.util.ValueComboBox
 
setSelectedValue(Object) - Method in class ix.ispace.ISpaceTool.RelationComboBox
The item must be a AgentRelationship.
setSelectedValue(Object) - Method in class ix.util.ipc.DispatchingStrategy.StrategyComboBox
 
setSelection(String) - Method in class ix.iface.util.RadioButtonBox
Selects the corresponding button.
setSendDate(Date) - Method in class ix.applet.AppletMessage
 
setSendDate(Date) - Method in class ix.iserve.ipc.MessageWrapper
 
setSenderId(Name) - Method in class ix.ichat.ChatMessage
 
setSenderId(Name) - Method in class ix.icore.domain.Constraint
 
setSenderId(Name) - Method in class ix.icore.Report
 
setSenderId(Name) - Method in interface ix.icore.Sendable
 
setSenderId(Name) - Method in class ix.icore.TaskItem
 
setSenderId(Activity, String) - Method in class ix.test.SendPlan
 
setSeparator(String) - Method in class ix.util.Gensym.Generator
 
setSeqNo(int) - Method in class ix.applet.AppletMessage
 
setSeqNo(int) - Method in class ix.iserve.ipc.MessageWrapper
 
setSequenceNumber(Integer) - Method in class ix.applet.AppletMessage
 
setSequenceNumber(Integer) - Method in class ix.iserve.ipc.MessageWrapper
 
setSequenceNunberIfPresent(MessageWrapper, String) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLNextMessageServlet
 
setShadowingAction(AgendaItem, String, HandlerAction) - Method in class ix.ip2.AgendaTableViewer
 
setShadowingAction(AgendaItem, String, HandlerAction) - Method in class ix.ip2.AgendaViewTable
 
setShard(String) - Method in class ix.test.xml.VirtualWorld
 
setShouldBeExpanded(boolean) - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
setShuffle(boolean) - Method in class ix.iplan.PlanCheckingSimulator
Controls whether the node-ends are permuted when putting them in order for execution.
setSimpleField(String) - Method in class ix.iface.ui.IFormPanel
 
setSimpleMode(boolean) - Method in class ix.iview.DomainEditorFrame
Sets the editor to simple (true) or advanced (false) mode.
setSimTime(long) - Method in class ix.examples.PicoISim.IX_Simulator
 
setSimTime(long) - Method in class ix.examples.PicoISim.SimController
 
setSingleQuoteIsMacro(boolean) - Method in class ix.util.lisp.LispReader
 
setSize(int) - Method in class ix.test.xml.Example
 
setSort(boolean) - Method in class ix.iview.AConstructFramePanel
 
setSort(boolean) - Method in class ix.iview.ActionEditorPanel
 
setSort(boolean) - Method in class ix.iview.GlobalFormPanel
 
setSort(boolean) - Method in class ix.iview.GlobalFramePanel
 
setSort(boolean) - Method in class ix.iview.table.ActionTreeTableModel
 
setSourceNode(PNode) - Method in class ix.icore.Variable
 
setSpecialWordChars(String) - Method in class ix.util.lisp.LispStreamTokenizer
 
setState(String) - Method in class ix.iview.util.ModellingState
 
setState(Symbol) - Method in class ix.iview.util.ModellingState
 
setStatus(Status) - Method in interface ix.icore.HasStatus
 
setStatus(Status) - Method in class ix.icore.process.PNode
Changes the node's status and then that of related nodes.
setStatus(Status) - Method in class ix.icore.process.PNodeEnd
 
setStatus(Status) - Method in class ix.icore.TaskItem
 
setStatus(Status) - Method in class ix.ip2.ActivityAgenda.OtherReportsActivity
 
setStatus(Status) - Method in class ix.ip2.AgendaItem
 
setStatus(PNodeEnd, Status) - Method in class ix.iplan.Slip
 
setStatus(String) - Method in class ix.iserve.ipc.Registration
 
setStatus(int) - Method in class ix.isim.TimedEvent
 
setStatusBasedOn(Report) - Method in class ix.ip2.ActivityAgenda.OtherReportsActivity
 
setStatusBasedOn(Report) - Method in class ix.ip2.AgendaItem
 
setStepLimit(int) - Method in class ix.iplan.PlanTest
 
setStepLimit(int) - Method in class ix.iplan.Slip
 
setStopWhenIdle(boolean) - Method in class ix.examples.PicoISim.IX_Simulator
 
setStrategy(Object, DispatchingStrategy.Strategy) - Method in class ix.util.ipc.DispatchingStrategy
 
setString(String) - Method in class ix.iface.ui.DefaultColourField
 
setStringer(Class<T>, Stringer<T>) - Method in class ix.util.reflect.ClassSyntax
 
setStringForNil(String) - Method in class ix.util.lisp.LispPrinter
 
setStyleInMenu(String) - Method in class ix.iface.ui.JFrameMTP
 
setStyleSheetFontFamily(String) - Method in class ix.iface.util.IXHtmlEditorKit
Sets the font-family for the "body" element.
setSubClassNames(List) - Method in class ix.iview.domain.UIObjectClass
 
setSubitems(List) - Method in class ix.icore.plan.AbstractRefinement
 
setSubitems(List) - Method in class ix.icore.plan.PlanIssueRefinement
 
setSubitems(List) - Method in class ix.icore.plan.PlanRefinement
 
setSubtreeShouldBeExpanded(boolean) - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
setSuperClassNames(ListOfSymbol) - Method in class ix.icore.domain.ObjectClass
 
setSuperClassNames(List) - Method in class ix.iview.domain.UIObjectClass
 
setSymbol(Character) - Method in class ix.iface.ui.DefaultColourField
 
setSyntax(ObjectProperty.Syntax) - Method in class ix.icore.domain.ObjectProperty
 
setSystem(PicoIX.IX_System) - Method in class ix.examples.PicoIX.ActivityHandler
 
setSystem(PicoIX.IX_System) - Method in class ix.examples.PicoIX.ConstraintManager
 
setSystem(PicoIX.IX_System) - Method in class ix.examples.PicoIX.Controller
 
setSystem(PicoIX.IX_System) - Method in class ix.examples.PicoIX.ModelManager
 
setTask(String) - Method in class ix.iplan.PlanTest
 
setTask(String) - Method in class ix.test.xml.BlockStackingTest
 
setTemplate(TestItem) - Method in class ix.ip2.test.TestSequenceGenerator
 
setter - Variable in class ix.util.reflect.FieldDescr
 
setTest(Expression) - Method in class ix.iscript.If
 
setTest(Expression) - Method in class ix.iscript.While
 
setTestDomain(String) - Method in class ix.iplan.AutoTester
 
setTestItems(List) - Method in class ix.ip2.test.TestSequence
 
setTestItems(List) - Method in class ix.ip2.test.TestSubmenu
 
setTests(List) - Method in class ix.iplan.ExpandPlanTestGroup
 
setTests(List) - Method in class ix.iplan.PlanTestGroup
 
setText(String) - Method in class ix.ichat.ChatMessage
 
setText(String) - Method in class ix.icore.Report
 
setText(String) - Method in class ix.iface.ui.AboutFrame
Use this to set the whole text to the given one.
setText(String[]) - Method in class ix.iface.ui.AboutFrame
As above, but puts each array element into its own line.
setText(String, String[]) - Method in class ix.iface.ui.AboutFrame
As above, but puts starter at the start, then each array element into its own line.
setText(String) - Method in class ix.iface.ui.RendererLinkLabel
 
setText(String) - Method in class ix.ip2.Ip2Frame.Ip2AboutFrame
 
setText(String) - Method in class ix.ip2.ItemEditor.TextViewFrame
 
setText(String) - Method in class ix.ip2.LoadPlanFrame.TextViewFrame
 
setText(String) - Method in class ix.ip2.TimelineViewer.TimelineFrame
 
setText(String) - Method in class ix.itest.SendPanel.SendTextArea
 
setText(String) - Method in class ix.iview.PropertyEditor
 
setText(String) - Method in class ix.iview.SpecEditor
 
setText(String) - Method in class ix.util.TextAreaFrame
 
setText(String) - Method in class ix.util.xml.XMLTreeEditFrame.FindFrame
 
setText(String) - Method in class ix.util.xml.XMLTreeEditFrame.TextViewFrame
 
setText(String) - Method in class ix.util.xml.XMLTreeEditFrame.TreeHelpFrame
 
setText(String) - Method in class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
setThread(String) - Method in class ix.isim.TimedEvent
 
setTime(long) - Method in class ix.isim.ISimTimeFrame
This function updates the current simulated time in the display.
settingData - Variable in class ix.iface.ui.AbstractIFormModel
 
settingText - Variable in class ix.iface.util.HtmlTableEditorPane
 
setTitle(String) - Method in class ix.util.TextAreaFrame
 
setTo(NodeEndRef) - Method in class ix.icore.domain.AcrossNode
 
setTo(NodeEndRef) - Method in class ix.icore.domain.ConstraintRange
 
setTo(NodeEndRef) - Method in interface ix.icore.domain.NodeEndRange
 
setTo(NodeEndRef) - Method in class ix.icore.domain.Ordering
 
setTo(Object) - Method in class ix.icore.log.MessageSent
 
setTo(Name) - Method in class ix.iscript.Assignment
 
setTo(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setToElement(Object) - Method in class ix.util.xml.XMLTranslator
 
setToName(String) - Method in class ix.ip2.test.TestItem
 
setToNames(List) - Method in class ix.ip2.test.TestSequenceGenerator
 
setTool(AppletCommunicationTool) - Method in class ix.applet.AppletCommunicationStrategy
 
setTool() - Method in class ix.iface.util.ToolController
Calls ToolController.createTool() and records the result so that it will be returned by subsequent calls to ToolController.getTool().
setTool(IServeCommTool) - Method in class ix.iserve.ipc.IServeCommStrategy
 
setToolTip(String) - Method in class ix.iface.ui.IXToolItem
 
setToolTipText(int, String) - Method in class ix.iface.ui.table.IXTable
 
setToolTipTexts(String[]) - Method in class ix.iface.ui.table.IXTable
 
setToolTipTexts(Collection) - Method in class ix.iface.ui.table.IXTable
 
setToolVisible(boolean) - Method in class ix.iface.util.ToolController
Causes the tool to be visible or not.
setTop(String) - Method in class ix.iview.igraph.CompositeRectangularNode
 
setTrace(boolean) - Method in class ix.iplan.PlanCheckingSimulator
Tells this simulator whether or not it should produce trace output.
setTrace(boolean) - Method in class ix.test.SimpleRSim
Tells this simulator whether or not it should produce trace output.
setTraceOutput(PrintStream) - Method in class ix.iplan.PlanCheckingSimulator
Sets the stream on which trace output appears.
setTraceOutput(PrintStream) - Method in class ix.test.SimpleRSim
Sets the stream on which trace output appears.
setTranslation(Object, Document) - Method in class ix.util.xml.XMLTreeSendFrame.SubversiveTranslator
 
setTrue() - Method in class ix.util.ThreadCondition
 
setType(Symbol) - Method in class ix.icore.domain.Constraint
 
setType(Symbol) - Method in class ix.icore.GenericConstraint
 
setType(Symbol) - Method in class ix.icore.plan.ProcessParameter
 
setType(String) - Method in class ix.iview.SpecEditor
 
setTypeConstraint(ItemVar, Constraint) - Method in class ix.iview.domain.UIRefinement
 
setTypeConstraints(List) - Method in class ix.iview.domain.UIRefinement
 
setTypes(List) - Method in class ix.ip2.ObjectView
 
setUIConstruct(UIObject) - Method in class ix.iview.AConstructEditorPanel
Sets the current UI construct in the panel.
setUIConstruct(UIObject) - Method in class ix.iview.AConstructFramePanel
Sets the given UI construct to be viewed/edited.
setUIConstruct(UIObject) - Method in class ix.iview.ActionEditorPanel
Sets the given UI construct to be viewed/edited.
setUIConstruct(UIObject) - Method in class ix.iview.ActionFormPanel
 
setUIConstruct(UIObject) - Method in class ix.iview.AROEditorPanel.AROFormPanel
 
setUIConstruct(UIObject) - Method in class ix.iview.AROEditorPanel
Sets the given UI construct to be viewed/edited.
setUIConstruct(UIObject) - Method in interface ix.iview.ConstructEditing
Sets the current UI construct.
setUIConstruct(UIObject) - Method in interface ix.iview.ConstructFraming
Put a given UI construct of the panel's type into the panel ready for editing
setUIConstruct(UIObject) - Method in class ix.iview.DomainEditor
Sets the given UIObject as the current one and displays it for editing.
setUIConstruct(UIObject) - Method in class ix.iview.DomainEditorFrame
Sets the given UIObject as the current one and displays it for editing.
setUIConstruct(UIObject) - Method in class ix.iview.GlobalFormPanel
 
setUIConstruct(UIObject) - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
setUIConstruct(UIObject) - Method in class ix.iview.igraph.GExpansionEditor
Sets the current UI construct.
setUIConstructOnly(UIObject) - Method in class ix.iview.ActionEditorPanel
Sets the given UI construct to be viewed/edited without noting the previous construct.
setUIConstructOnly(UIObject) - Method in class ix.iview.ActionFormPanel
 
setUIConstructOnly(UIObject) - Method in class ix.iview.AROEditorPanel.AROFormPanel
 
setUIConstructOnly(UIObject) - Method in interface ix.iview.ConstructEditing
Sets the current UI construct without noting changes.
setUIConstructOnly(UIObject) - Method in class ix.iview.GlobalFormPanel
 
setUIConstructOnly(UIObject) - Method in class ix.iview.GrammarEditorPanel.GrammarFormPanel
 
setUIConstructOnly(UIObject) - Method in class ix.iview.igraph.GExpansionEditor
Sets the current UI construct.
setUIConstructPanel(UIObject) - Method in class ix.iview.AConstructFramePanel
overwrite this to not call before/after switching
setUIConstructPanel(UIObject) - Method in class ix.iview.ActionEditorPanel
Sets the given UI construct in this editor and in the current panel Does not call beforeSwitching.
setUIConstructPanel(UIObject) - Method in class ix.iview.AROEditorPanel
do we really need this?
setUIDomain(UIDomain) - Method in class ix.iview.AConstructFramePanel
 
setUIDomain(UIDomain) - Method in interface ix.iview.ConstructFraming
Sets the current UIDomain.
setUIDomain(UIDomain) - Method in class ix.iview.DomainEditor
Sets the given UIDomain as current both in this frame and the domain editor panel.
setUIDomain(UIDomain) - Method in class ix.iview.DomainEditorFrame
Sets the given UIDomain as current both in this frame and the domain editor panel.
setUIDomainListeners(HashSet) - Method in class ix.iview.domain.UIDomain
 
setUIDomainListeners(UIDomain) - Method in class ix.iview.DomainEditorFrame
transfer listeners and tell them things have changed
setup() - Method in class ix.iface.util.SimpleToolFrame
 
setUp() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
setUp() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
 
setup() - Method in class ix.ip2.Ip2Frame.HTMLViewer
 
setUp() - Method in class ix.ip2.Ip2Frame
 
setUp() - Method in class ix.ip2.IssueEditor.IssueEditPanel
 
setUp() - Method in class ix.ip2.ItemEditor.EditPanel
 
setup() - Method in class ix.ip2.IVarTool
 
setUp() - Method in class ix.ip2.NewIp2Frame
 
setup() - Method in class ix.itest.ItestFrame
 
setUp() - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
setUp() - Method in class ix.postix.PostixFrame
 
setup() - Method in class ix.test.FilePlanner
 
setup() - Method in class ix.test.PlanningTest
 
setup() - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
setup() - Method in class ix.util.xml.XMLTreeSendFrame
 
setupActionChoice() - Method in class ix.ip2.AgendaViewTable.Row
 
setupActionTree() - Method in class ix.iview.ActionEditorPanel
 
setupClassTree() - Method in class ix.iview.AROEditorPanel
 
setupCommentsText() - Method in class ix.ip2.AgendaViewTable.Row
 
setupDescriptionText() - Method in class ix.ip2.AgendaViewTable.Row
 
setupEditor() - Method in class ix.iview.AConstructFramePanel
Sets the panel's layout and dimensions and the main panel's layout.
setupForInsertion(String, AgendaItem) - Method in class ix.ip2.ActivityInsertionEditor
 
setupForPlanning() - Method in class ix.test.BlockStacker
 
setupFrame() - Method in class ix.iface.ui.HelpFrame
 
setupFrame() - Method in class ix.iface.ui.HTMLFrame
 
setUpFrame() - Method in class ix.ip2.BindingViewer
 
setUpFrame() - Method in class ix.ip2.ItemEditor
 
setUpFrame() - Method in class ix.ip2.IVarTool.View
 
setUpFrame() - Method in class ix.ispace.GroupSender
 
setupFrame() - Method in class ix.ispace.ISpaceTool
 
setupFrame() - Method in class ix.itest.ItestFrame
Gives the main I-TEST frame its contents
setupFrame() - Method in class ix.iview.DomainEditorFrame
Makes the editor frame with the given stand alone mode.
setUpFrame() - Method in class ix.iview.SimpleDomainEditor
 
setupFrame() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
setupGUI() - Method in class ix.iquery.IQuery
Creates a "transcript" frame for this agent, including an "Exit" button.
setupISimTimer() - Method in class ix.icore.IXAgent
 
setupISimTimer() - Method in class ix.isim.ISim
This function creates an ISimTimer for this ISim agent.
setupMainPanel() - Method in class ix.iview.AConstructFramePanel
Sets up the main panel in which construct editing will happen.
setupMainPanel() - Method in class ix.iview.ActionEditorPanel
 
setupMainPanel() - Method in class ix.iview.AROEditorPanel
 
setupMainPanel() - Method in class ix.iview.GlobalFramePanel
 
setupMainPanel() - Method in class ix.iview.GrammarEditorPanel
 
setupMainPanel() - Method in class ix.iview.SimpleEditorPanel
 
setupNameServer() - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
setupNameServerAddress() - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
setupOuterPanel() - Method in class ix.iview.AConstructFramePanel
 
setupPanelContents() - Method in class ix.iface.util.SelectionPanel
 
setupPanelProperties(Symbol, Symbol) - Method in class ix.iview.ActionEditorPanel
 
setupPriorityChoice() - Method in class ix.ip2.AgendaViewTable.Row
 
setupPropertyBox() - Method in class ix.iview.table.PropertyTableModel
 
setupRow() - Method in class ix.ip2.AgendaViewTable.Row
 
setupServer(Object, IPC.MessageListener) - Method in class ix.applet.AppletCommunicationStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.http.HttpCommunicationStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.iserve.ipc.IServeCommStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.test.TestStrategy
 
setupServer(Object, IPC.MessageListener) - Method in interface ix.util.IPC.CommunicationStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.util.ipc.DispatchingStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.util.ipc.DispatchingStrategy.Strategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.util.IPC.EmptyCommunicationStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.util.ipc.SeparateStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.util.ipc.SerializedCommunicationStrategy
 
setupServer(Object, IPC.MessageListener) - Static method in class ix.util.IPC
Does what is required for this agent to receive messages sent using the global communication strategy.
setupServer(Object, IPC.MessageListener) - Method in class ix.util.ipc.TracingStrategy
 
setupServer(Object, IPC.MessageListener) - Method in class ix.util.ipc.WrapperStrategy
 
setupTreeModel(EditableTreeModel, List) - Static method in class ix.iface.ui.tree.IXTrees
Makes a tree for the given IXTree object using the given list of user objects.
setUserObject(Object) - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
setUserRoot(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
setUUID(String) - Method in class ix.iserve.ipc.IServeCommServer.User
 
setUUID(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setUuid(String) - Method in class ix.iserve.ipc.MessageWrapper
 
setUUID(String) - Method in class ix.iserve.ipc.Registration
 
setUuid(String) - Method in class ix.iserve.ipc.Registration
 
setValue(Object) - Method in class ix.icore.domain.PatternAssignment
 
setValue(Symbol) - Method in class ix.icore.plan.ProcessParameter
 
setValue(Object) - Method in class ix.icore.Variable
 
setValue(String, Object) - Method in class ix.iface.ui.AbstractIFormModel
 
setValue(EditableObject, String, Object) - Method in class ix.iface.ui.AbstractIFormModel
Get the object to change its value.
setValue(String, Object) - Method in interface ix.iface.ui.EditableObject
Sets the given field to the given value.
setValue(String, Object) - Method in class ix.iface.ui.GenericIFormModel
 
setValue(EditableObject, String, Object) - Method in class ix.iface.ui.GenericIFormModel
 
setValue(String, Object) - Method in interface ix.iface.ui.IFormModel
Sets the current object's given field to the given value.
setValue(EditableObject, String, Object) - Method in interface ix.iface.ui.IFormModel
Sets the given object's given field to the given value.
setValue(Object) - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Not implemented.
setValue(Object) - Method in class ix.iplan.IPlanWorldStateManager.Fact
 
setValue(Expression) - Method in class ix.iscript.Assignment
 
setValue(Expression) - Method in class ix.iscript.Binding
 
setValue(Object) - Method in class ix.iscript.Literal
 
setValue(Object) - Method in class ix.isim.util.LongKeyTreeMap.Entry
 
setValue(EditableObject, String, Object) - Method in class ix.iview.ActionFormModel
setValue(String field, Object value) calls this too, so only implement one The miniC settings are dealt with as they happen
setValue(String, Object) - Method in class ix.iview.domain.UIDomain
 
setValue(String, Object) - Method in interface ix.iview.domain.UIObject
Sets the given field to the given value.
setValue(String, Object) - Method in class ix.iview.domain.UIObjectClass
Edits the ARO type.
setValue(String, Object) - Method in class ix.iview.domain.UIRefinement
 
setValue(String, Object) - Method in class ix.iview.DomainFormModel
 
setValue(EditableObject, String, Object) - Method in class ix.iview.DomainFormModel
 
setValue(Object) - Method in class ix.test.xml.MapEntry
 
setValue(V) - Method in class ix.util.context.ContextHashMap.Entry
 
setValue(Object, Object) - Method in class ix.util.reflect.FieldDescr
 
setValue(Object) - Method in class ix.util.StableHashMap.Entry
 
setValue(String) - Method in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
setValueAt(Object, int, int) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
setValueAt(Object, int, int) - Method in class ix.iface.util.CheckTable.ViewTableModel
 
setValueAt(Object, int, int) - Method in class ix.iface.util.KeyValueTable.ViewTableModel
 
setValueAt(Object, int, int) - Method in class ix.ip2.AgendaItemTableModel
 
setValueAt(Object, int, int) - Method in class ix.iview.DeclarationEditor.VarTypeTableModel
 
setValueAt(Object, int, int) - Method in class ix.iview.table.PropertyTableModel
 
setValueAt(Object, int, int) - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
setValueClassName(Symbol) - Method in class ix.icore.domain.ObjectProperty
 
setVarDcls(Refinement, ListOfPlanVariableDeclaration) - Method in class ix.icore.plan.PlanAsDomain
 
setVariableConstraints(ItemVar, List) - Method in class ix.iview.domain.UIRefinement
Replace all Find all previous (world-state) constraints that have the given variable in them with the given ones.
setVariableDeclarations(ListOfVariableDeclaration) - Method in class ix.icore.domain.Domain
 
setVariableDeclarations(ListOfVariableDeclaration) - Method in class ix.icore.domain.Refinement
 
setVariableDeclarations(List) - Method in class ix.icore.domain.Refinement
 
setVariableDeclarations(List) - Method in class ix.iview.domain.UIRefinement
 
setVarTable(Map) - Method in class ix.icore.process.PNode
 
setVerb(String) - Method in class ix.ispace.VerbCapability
 
setVisible(boolean) - Method in class ix.applet.AppletCommunicationTool
 
setVisible(boolean) - Method in class ix.iface.ui.JPreferencesDialog
 
setVisible(boolean) - Method in class ix.iface.util.ToolFrame
 
setVisible(boolean) - Method in class ix.ip2.FrameSnapshotExtension.SnapshotTool
 
setVisible(boolean) - Method in class ix.ip2.ItemEditor
 
setVisible(boolean) - Method in class ix.ip2.IVarTool
 
setVisible(Boolean) - Method in class ix.ip2.IVarTool.View
 
setVisible(boolean) - Method in class ix.ip2.ObjectWhiteboard
 
setVisible(boolean) - Method in class ix.ip2.TimelineViewer
 
setVisible(boolean) - Method in class ix.iplan.IPlanOptionTool
 
setVisible(boolean) - Method in class ix.iplan.IPlanTool
 
setVisible(boolean) - Method in class ix.iplan.PlanEvaluator
 
setVisible(boolean) - Method in class ix.iserve.ipc.IServeCommTool
 
setVisible(boolean) - Method in class ix.ispace.ISpaceTool
 
setVisible(boolean) - Method in class ix.iview.DomainEditor
 
setVisible(boolean) - Method in interface ix.iview.InternalDomainEditor
 
setVisible(boolean) - Method in class ix.iview.SimpleDomainEditor
 
setVisible(boolean) - Method in class ix.test.MultiAgentIp2.LaunchTool
 
setVisible(boolean) - Method in class ix.util.TextAreaFrame
 
setVisible(boolean) - Method in class ix.util.xml.XMLTreeNamespaceManager
 
setVisuals() - Method in class ix.iview.DomainEditorFrame
 
setWidth(Class, Integer) - Method in class ix.iface.ui.table.IXTable
 
setWidth(String, Integer) - Method in class ix.iface.ui.table.IXTable
 
setWidths() - Method in class ix.iface.ui.table.IXTable
 
setWindowsMenuSelection(String) - Method in class ix.iface.ui.JFrameMTP
 
setWorldState(ListOfPatternAssignment) - Method in class ix.icore.plan.Plan
 
setWorldState(Map) - Method in class ix.icore.plan.Plan
 
setWorldStateMap(Map) - Method in class ix.ip2.Ip2ModelManager
 
setWorldStateMap(Map) - Method in class ix.iplan.IPlanModelManager
 
setX(double) - Method in class ix.iview.igraph.NodePosition
 
setXmlRpcUrl(URL) - Method in class ix.test.xml.VirtualWorld
 
setXMLTranslator(XMLTranslator) - Method in class ix.util.xml.XMLLoader
Sets the XMLTranslator that is used by the loadObject method to convert a JDOM document to an object.
setXMLTranslator(XMLTranslator) - Method in class ix.util.xml.XMLSaver
Sets the XMLTranslator that is used by this XMLSaver to translate an object to a JDOM document.
setY(double) - Method in class ix.iview.igraph.NodePosition
 
shard - Variable in class ix.test.xml.VirtualWorld
 
sharedHelp - Variable in class ix.util.xml.XMLTreeEditFrame
Help text shared by viewers and editors.
ShortActionTreeTableModel - Class in ix.iview.table
A TreeTableModel that can display Refinement and Node objects.
ShortActionTreeTableModel(UIDomain) - Constructor for class ix.iview.table.ShortActionTreeTableModel
 
shortDescription - Variable in class ix.icore.TaskItem
 
shortDescription - Variable in class ix.ip2.HandlerAction
Briefly describes what this action does.
shortDescription - Variable in class ix.iplan.PlanEvaluator
 
shortName(String) - Method in class ix.util.NameMapper
 
shortToLong - Variable in class ix.util.NameMapper
 
shouldBeExpanded - Variable in class ix.util.xml.XMLTreeEditPanel.TNode
 
shouldBeExpanded() - Method in class ix.util.xml.XMLTreeEditPanel.TNode
 
shouldReplaceAction(AgendaItem, String) - Method in class ix.ip2.AgendaTableViewer
 
shouldReplaceAction(String) - Method in class ix.ip2.AgendaViewTable.Row
 
shouldSelectCell(EventObject) - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Unfortunately, restrictions on API changes force us to declare this method package private.
shouldSelectCell(EventObject) - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
shouldSend(Object, Object) - Method in class ix.test.FilterStrategy
 
shouldSendReport(Report) - Method in class ix.test.FilterStrategy
 
shouldWaitForNameServer() - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
show() - Method in class ix.iface.ui.GenericIFormModel
 
show() - Method in class ix.iface.ui.IXToolItem
Creates a button (if necessary) and shows it on its toolbar.
show() - Method in interface ix.iface.ui.JPropertiesEditor
Show the editor so that the properties can be edited.
show(MouseEvent, int, int) - Method in class ix.iface.ui.table.TablePopupMenu
Show the popup in the right position (under the cell) and remember which cell is being edited.
show(Collection) - Static method in class ix.iface.ui.util.UIUtil
 
show(Enumeration) - Static method in class ix.iface.ui.util.UIUtil
 
show() - Method in class ix.iview.igraph.ExpansionModel.NodeComponent
 
showButton() - Method in class ix.iface.ui.IXToolItem
Creates a button (if necessary) and shows it on its toolbar.
showButtons - Variable in class ix.iview.DomainEditorFrame
 
showButtonText - Variable in class ix.iface.ui.IXToolItem
 
showButtonText(boolean) - Method in class ix.iface.ui.IXToolItem
 
showButtonTexts - Variable in class ix.iview.DomainEditorFrame
 
showButtonTexts(boolean) - Method in class ix.iview.DomainEditorFrame
 
showCard(String) - Method in class ix.itest.SendPanel.CardPanel
 
showClass(Collection) - Static method in class ix.iface.ui.util.UIUtil
 
showConditions(int) - Static method in class ix.iview.util.IDEUtil
 
showConditions(Symbol) - Static method in class ix.iview.util.IDEUtil
 
showConstraints(String, String) - Static method in class ix.iview.util.IDEUtil
 
showConstraints(String, Symbol) - Static method in class ix.iview.util.IDEUtil
 
showConstraints(String, int) - Static method in class ix.iview.util.IDEUtil
 
showDetails() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
Tell the viewer to put up a details window about this menu's AgendaItem.
showDetails() - Method in class ix.ip2.AgendaViewTable.ItemPopupMenu
 
showDetails(Object) - Method in class ix.ip2.AnnotationViewTable
 
showDialog(Component, String, Object[]) - Static method in class ix.iface.util.CheckTableDialog
 
showDialog(Component, String, Object[], Object[]) - Static method in class ix.iface.util.CheckTableDialog
 
showDialog(Component, String, Object[]) - Static method in class ix.iface.util.ListSelectionDialog
 
showHelp() - Method in class ix.util.xml.XMLTreeEditFrame
 
showHelp() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
showHelp() - Method in class ix.util.xml.XMLTreeViewFrame
 
ShowHtmlStyles - Class in ix.test
 
ShowHtmlStyles() - Constructor for class ix.test.ShowHtmlStyles
 
ShowIDE - Class in ix.test
 
ShowIDE() - Constructor for class ix.test.ShowIDE
 
showInputDialog(Component, Object, Object) - Method in class ix.applet.AppletCommunicationTool
 
showInputDialog(Component, Object, Object) - Static method in class ix.util.Util
Display a textual input dialog with a specified initial value.
showItem() - Method in class ix.iface.ui.IXToolItem
Creates a button (if necessary) and shows it on its toolbar.
showItem(AgendaItem) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Sets up to edit an existing item.
showItem(AgendaItem) - Method in class ix.ip2.ItemEditor.EditPanel
Sets up to edit an existing item.
showItem(AgendaItem) - Method in class ix.ip2.ItemEditor
 
showListDifferences(List, List) - Static method in class ix.util.Debug
Describes differences to Debug.out, showing element classes when elements are different.
showListsAsTexts(boolean) - Method in class ix.iview.DomainEditorFrame
 
showNewItem() - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
Sets up to edit a new, initially empty item
showNewItem() - Method in class ix.ip2.ItemEditor.EditPanel
Sets up to edit a new, initially empty item
showNewItem() - Method in class ix.ip2.ItemEditor
 
showOptions - Variable in class ix.ip2.Ip2
 
showOrder(int) - Static method in class ix.iview.util.IDEUtil
 
showOrder(Symbol) - Static method in class ix.iview.util.IDEUtil
 
showOther(int) - Static method in class ix.iview.util.IDEUtil
 
showOther(Symbol) - Static method in class ix.iview.util.IDEUtil
 
showRoot() - Method in class ix.iface.ui.tree.EditableTree
 
showSent() - Method in class ix.itest.SendPanel.SendTextArea
 
showState() - Method in class ix.ip2.VariableManager
 
showState() - Method in class ix.util.match.MatchChoiceManager
 
showStatusIfVisible(AgendaItem) - Method in class ix.ip2.ItemEditor
 
showTextIfVisible(AgendaItem) - Method in class ix.ip2.ItemEditor
 
showTreeIfVisible(AgendaItem) - Method in class ix.ip2.ItemEditor
 
ShowURLHandler - Class in ix.ip2
Generates a HandlerAction that asks the HTML viewer to display a URL.
ShowURLHandler(Ip2) - Constructor for class ix.ip2.ShowURLHandler
 
showUserNode(Object) - Method in class ix.iface.ui.tree.EditableTree
Scroll and open the tree to make the given node visible.
showUserNode(Object, Object) - Method in class ix.iface.ui.tree.EditableTree
Scroll and open the tree to make the given node visible.
showViewsIfVisible(AgendaItem) - Method in class ix.ip2.ItemEditor
 
shrinkToFit(MatchChoice) - Method in class ix.util.match.MatchChoice
 
shuffle - Variable in class ix.iplan.PlanCheckingSimulator
 
shuffleVector(Vector) - Static method in class ix.util.Seq
 
Sienna - Static variable in class ix.iface.util.XColors
 
Silver - Static variable in class ix.iface.util.XColors
 
sim - Variable in class ix.iplan.SanityChecker
 
sim - Variable in class ix.test.SimpleExpandingSimulator.SimController
 
simEvents - Variable in class ix.examples.PicoISim.SimController
 
simEventsFrame - Variable in class ix.isim.ISimEngine
the Frame for displaying the events etc.
simHandlerTable - Variable in class ix.examples.PicoISim.SimController
 
similarPattern(LList, LList) - Static method in class ix.iview.domain.UIRefinement
 
simOutput - Variable in class ix.iplan.ChecksimPlanEvaluation
 
SimpleBlockSim - Class in ix.test
A simple block-stacking simulator for blocks represented as lists of Symbols.
SimpleBlockSim(List, List) - Constructor for class ix.test.SimpleBlockSim
 
SimpleBlockSim(BlockStacker) - Constructor for class ix.test.SimpleBlockSim
 
SimpleCompletionHandler - Class in ix.ip2
Generates HandlerActions that let a user do nothing or make an AgendaItem complete.
SimpleCompletionHandler() - Constructor for class ix.ip2.SimpleCompletionHandler
 
SimpleDeclarationEditor - Class in ix.iview
An editor for specifying variable declarations Declarations are attached to self (the refinement).
SimpleDeclarationEditor(Frame) - Constructor for class ix.iview.SimpleDeclarationEditor
Creates an editor for specifying variable declarations.
SimpleDeclarationEditor(Frame, UIRefinement) - Constructor for class ix.iview.SimpleDeclarationEditor
Creates an editor for specifying variable declarations within the given refinement.
SimpleDomainEditor - Class in ix.iview
A simple domain editor.
SimpleDomainEditor(IXAgent, Domain) - Constructor for class ix.iview.SimpleDomainEditor
 
SimpleDomainEditor.EditException - Exception in ix.iview
Used to indicate why an editing command cannot be carried out.
SimpleDomainEditor.EditException(String) - Constructor for exception ix.iview.SimpleDomainEditor.EditException
 
SimpleDomainEditor.RefinementEditor - Class in ix.iview
Simple refinement-editing panel.
SimpleDomainEditor.RefinementEditor() - Constructor for class ix.iview.SimpleDomainEditor.RefinementEditor
 
SimpleDomainEditor.TemporalConstraintPanel - Class in ix.iview
A subpanel of the refinement editor that handles the choice between parallel and sequential ordering contraints on a refinement's nodes.
SimpleDomainEditor.TemporalConstraintPanel() - Constructor for class ix.iview.SimpleDomainEditor.TemporalConstraintPanel
 
SimpleEditorPanel - Class in ix.iview
A minimal editor/viewer panel for making dummy panels Waiting to be implemented.
SimpleEditorPanel() - Constructor for class ix.iview.SimpleEditorPanel
Dummy - Creates a JPanel
SimpleExpandingSimulator - Class in ix.test
 
SimpleExpandingSimulator() - Constructor for class ix.test.SimpleExpandingSimulator
 
SimpleExpandingSimulator(boolean) - Constructor for class ix.test.SimpleExpandingSimulator
 
SimpleExpandingSimulator.SimController - Class in ix.test
 
SimpleExpandingSimulator.SimController(SimpleExpandingSimulator) - Constructor for class ix.test.SimpleExpandingSimulator.SimController
 
simpleFields - Variable in class ix.iface.ui.IFormPanel
 
simpleIcon - Variable in class ix.iview.DomainEditorFrame
 
SimpleIQuery - Class in ix.test
An example of a very simple I-Q agent.
SimpleIQuery() - Constructor for class ix.test.SimpleIQuery
 
SimpleIQuery.ExampleLookupHandler - Class in ix.test
 
SimpleIQuery.ExampleLookupHandler(IQuery, Activity) - Constructor for class ix.test.SimpleIQuery.ExampleLookupHandler
 
simpleItem - Variable in class ix.iview.DomainEditorFrame
 
SimpleIXAgent - Class in ix.test
An example of a very simple I-X agent.
SimpleIXAgent() - Constructor for class ix.test.SimpleIXAgent
 
SimpleMatcher - Class in ix.util.match
A simple pattern-matcher.
SimpleMatcher() - Constructor for class ix.util.match.SimpleMatcher
 
simpleMode - Variable in class ix.iview.DomainEditorFrame
 
SimpleNameServer - Class in ix.util.ipc
Standalone name-server for "simple" and "xml" communication strategies.
SimpleNameServer() - Constructor for class ix.util.ipc.SimpleNameServer
 
SimpleNameServer.MiniAgent - Class in ix.util.ipc
 
SimpleNameServer.MiniAgent() - Constructor for class ix.util.ipc.SimpleNameServer.MiniAgent
 
SimplePlanBuilder - Class in ix.icore.plan.build
Plan-construction utility.
SimplePlanBuilder() - Constructor for class ix.icore.plan.build.SimplePlanBuilder
 
SimplePlanEvaluation - Class in ix.iplan
 
SimplePlanEvaluation(int) - Constructor for class ix.iplan.SimplePlanEvaluation
 
SimplePlanEvaluation(Object) - Constructor for class ix.iplan.SimplePlanEvaluation
 
SimpleRSim - Class in ix.test
A simple plan-execution simulator that uses refinements for their preconditions and effects.
SimpleRSim(Ip2) - Constructor for class ix.test.SimpleRSim
Creates a simulator for the specified agent's current plan.
SimpleRSim(Plan, Domain) - Constructor for class ix.test.SimpleRSim
Creates a simulator for the specified plan and domain.
SimpleRSim.ExecOrderSorter - Class in ix.test
Topological sort for node-ends to provide a total order that can be used to simulate execution.
SimpleRSim.ExecOrderSorter() - Constructor for class ix.test.SimpleRSim.ExecOrderSorter
 
SimpleRSim.RecordIfUnbound - Class in ix.test
 
SimpleRSim.RecordIfUnbound() - Constructor for class ix.test.SimpleRSim.RecordIfUnbound
 
SimpleStringBuffer - Class in ix.util
Simple version of StringBuffer without synchronized methods and with no ability to grow beyond its initial capacity.
SimpleStringBuffer(int) - Constructor for class ix.util.SimpleStringBuffer
Creates an empty buffer with the indicated capacity.
SimpleTextRenderer - Class in ix.iface.ui
A renderer for list or table cells that shows the object's name or toString
SimpleTextRenderer(boolean) - Constructor for class ix.iface.ui.SimpleTextRenderer
 
SimpleToolFrame - Class in ix.iface.util
A basic utility frame for use in I-X agents.
SimpleToolFrame() - Constructor for class ix.iface.util.SimpleToolFrame
 
SimpleToolFrame(String) - Constructor for class ix.iface.util.SimpleToolFrame
 
simpleTypeTable - Static variable in class ix.util.xml.XMLSchemaSyntax
Maps classes to simple schema types.
SimpleUnreadyReason - Class in ix.ip2
A simple explanation of why a HandlerAction is not ready to be used.
SimpleUnreadyReason(HandlerAction, String) - Constructor for class ix.ip2.SimpleUnreadyReason
Creates a simple unready reason with a one-line explanation.
SimpleUnreadyReason(HandlerAction, String[]) - Constructor for class ix.ip2.SimpleUnreadyReason
Creates a simple unready reason with a possibly multi-line explanation.
simplyAddToTable() - Method in class ix.ip2.AgendaViewTable.Row
 
SimResource - Class in ix.examples
Simple resource constraints for use with PicoISim.
SimResource() - Constructor for class ix.examples.SimResource
 
SimResource.CM - Class in ix.examples
A constraint manager for simple "produce" or "consume" resource constraints.
SimResource.CM() - Constructor for class ix.examples.SimResource.CM
 
SimResource.Constraint - Class in ix.examples
Simple "produce" or "consume" resource constraints.
SimResource.Constraint(Symbol, long, Object) - Constructor for class ix.examples.SimResource.Constraint
 
SimResource.ISim - Class in ix.examples
 
SimResource.ISim() - Constructor for class ix.examples.SimResource.ISim
 
simTime - Variable in class ix.examples.PicoISim.IX_Simulator
 
simTimeDisplay - Variable in class ix.isim.ISimTimer
the frame displaying the simuation time
simTimeLabel - Variable in class ix.isim.ISimTimeFrame
 
simulate(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.SimController
 
simulate(TimedEvent, Refinement) - Method in class ix.isim.ExecutableAction
 
simulate(List) - Method in class ix.test.xml.MissionaryTest.MissionaryTestRunner
 
simulateExecution(List) - Method in class ix.test.SimpleExpandingSimulator
 
simulateExecution(List) - Method in class ix.test.SimpleRSim
 
simulateExecution(Activity) - Method in class ix.test.SimpleRSim
 
simulateIfPossible() - Method in class ix.examples.PicoISim.SimController
 
simulateIfPossible(PicoISim.SimEvent) - Method in class ix.examples.PicoISim.SimController
 
simulateIfPossible(PicoISim.SimEvent) - Method in class ix.examples.PicoISimTest2.TestSimController
 
simulatePlan(List<PNodeEnd>) - Method in class ix.test.SimpleBlockSim
 
simulationActive - Variable in class ix.isim.ISimTimer
indicates whether simulation time is currently passing
SimulationEngine - Interface in ix.isim
 
SimulationException - Exception in ix.isim
 
SimulationException() - Constructor for exception ix.isim.SimulationException
 
SimulationException(String) - Constructor for exception ix.isim.SimulationException
 
SimulationException(Throwable) - Constructor for exception ix.isim.SimulationException
 
SimulationException(String, Throwable) - Constructor for exception ix.isim.SimulationException
 
simulationMenu - Variable in class ix.isim.ISimEventsFrame
 
simulationStarted() - Method in class ix.isim.ISimTimer
Returns whether the start function has been called.
simulator - Variable in class ix.isim.ISim
the simulator used by this agent to modify the world state
simulator - Variable in class ix.isim.ISimEventsFrame
 
singleQuoteIsMacro - Variable in class ix.util.lisp.LispReader
 
singleStep - Variable in class ix.iplan.Slip
 
singleStepBreakLoop() - Method in class ix.iplan.SlipSingleStepper
 
size() - Method in class ix.applet.MessageMemory
 
size() - Method in class ix.iserve.ipc.MessageMemory
 
size() - Method in class ix.isim.util.LongKeyTreeMap
This function returns the number of key-value mappings in this map.
size - Variable in class ix.util.context.ContextHashMap.EntrySet
 
size() - Method in class ix.util.context.ContextHashMap.EntrySet
 
size() - Method in class ix.util.context.LLQueue
 
size() - Method in class ix.util.lisp.LList
 
size() - Method in class ix.util.lisp.LListCollector
 
size() - Method in class ix.util.StableHashMap.EntrySet
 
size() - Method in class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
sizes - Variable in class ix.iplan.DomainAnalyser.MinFullExpandFinder
 
SkyBlue - Static variable in class ix.iface.util.XColors
 
SlateBlue - Static variable in class ix.iface.util.XColors
 
SlateGray - Static variable in class ix.iface.util.XColors
 
sleepSeconds(int) - Static method in class ix.util.Util
Sleeps for the specified number of seconds.
SLHttpHeader - Enum in ix.iserve.ipc.sl
Second-Life-related header names for HTTP requests sent from SL.
slip - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
Slip - Class in ix.iplan
Semi-linear planner.
Slip(boolean) - Constructor for class ix.iplan.Slip
 
slip - Variable in class ix.iplan.SlipAchieveConds
 
slip - Variable in class ix.iplan.SlipExpander
 
slip - Variable in class ix.iplan.SlipExpandNode
 
slip - Variable in class ix.iplan.SlipFindExecutable
 
slip - Variable in class ix.iplan.SlipSatisfyConds
 
slip - Variable in class ix.iplan.SlipSingleStepper
 
slip - Variable in class ix.iplan.SlipStats
 
slip - Variable in class ix.test.BlockStacker
 
Slip.HavePlanException - Exception in ix.iplan
 
Slip.HavePlanException() - Constructor for exception ix.iplan.Slip.HavePlanException
 
Slip.ParameterMaker - Interface in ix.iplan
 
Slip.PossibleConditionFinder - Class in ix.iplan
 
Slip.PossibleConditionFinder() - Constructor for class ix.iplan.Slip.PossibleConditionFinder
 
Slip.PossibleConstraintFinder - Class in ix.iplan
 
Slip.PossibleConstraintFinder() - Constructor for class ix.iplan.Slip.PossibleConstraintFinder
 
Slip.PossibleEffectFinder - Class in ix.iplan
 
Slip.PossibleEffectFinder() - Constructor for class ix.iplan.Slip.PossibleEffectFinder
 
Slip.PossiblesFinder - Class in ix.iplan
 
Slip.PossiblesFinder() - Constructor for class ix.iplan.Slip.PossiblesFinder
 
Slip.ReplanStep - Class in ix.iplan
 
Slip.ReplanStep() - Constructor for class ix.iplan.Slip.ReplanStep
 
Slip.Step - Interface in ix.iplan
 
Slip.StepLimitException - Exception in ix.iplan
 
Slip.StepLimitException(String) - Constructor for exception ix.iplan.Slip.StepLimitException
 
SlipAchieveConds - Class in ix.iplan
Introduces nodes intended to satisfy preconditions of a node already in the plan.
SlipAchieveConds(Slip, PNode, ListOfConstraint) - Constructor for class ix.iplan.SlipAchieveConds
 
SlipAchieveConds.SatisfyEvalNowConds - Class in ix.iplan
 
SlipAchieveConds.SatisfyEvalNowConds(Slip, PNode, ListOfConstraint) - Constructor for class ix.iplan.SlipAchieveConds.SatisfyEvalNowConds
 
SlipAchiever - Class in ix.iplan
A way to achieve a condition by using a refinement for an introduced node.
SlipAchiever(PatternAssignment, Refinement, PatternAssignment, MatchEnv) - Constructor for class ix.iplan.SlipAchiever
 
SlipExpander - Class in ix.iplan
Represents one Refinement's way of expanding a node.
SlipExpander(Slip, AgendaItem, Refinement, MatchEnv, List) - Constructor for class ix.iplan.SlipExpander
 
SlipExpandNode - Class in ix.iplan
Expands a node.
SlipExpandNode(Slip, PNode, LinkedList) - Constructor for class ix.iplan.SlipExpandNode
 
SlipExpandNode.Resume - Class in ix.iplan
 
SlipExpandNode.Resume() - Constructor for class ix.iplan.SlipExpandNode.Resume
 
SlipFindExecutable - Class in ix.iplan
Finds an executable node-end and either simulates its execution or begins its expansion.
SlipFindExecutable(Slip) - Constructor for class ix.iplan.SlipFindExecutable
 
SlipFindExecutable.ExpandGoalAlt - Class in ix.iplan
 
SlipFindExecutable.ExpandGoalAlt(PNode, LinkedList) - Constructor for class ix.iplan.SlipFindExecutable.ExpandGoalAlt
 
SlipFindExecutable.ExpandLaterAlt - Class in ix.iplan
 
SlipFindExecutable.ExpandLaterAlt(PNode, LinkedList) - Constructor for class ix.iplan.SlipFindExecutable.ExpandLaterAlt
 
SlipFindExecutable.Resume - Class in ix.iplan
 
SlipFindExecutable.Resume(LList, LListIterator, PNodeEnd, List<PNodeEnd>, String) - Constructor for class ix.iplan.SlipFindExecutable.Resume
 
SlipFindExecutable.SatisfyByAchieveAlt - Class in ix.iplan
 
SlipFindExecutable.SatisfyByAchieveAlt(PNode, ListOfConstraint) - Constructor for class ix.iplan.SlipFindExecutable.SatisfyByAchieveAlt
 
SlipSatisfyConds - Class in ix.iplan
Satisfies a node's preconditions.
SlipSatisfyConds(Slip) - Constructor for class ix.iplan.SlipSatisfyConds
 
SlipSatisfyConds(Slip, PNode, ListOfConstraint) - Constructor for class ix.iplan.SlipSatisfyConds
 
SlipSatisfyConds.ResumeSatisfaction - Class in ix.iplan
 
SlipSatisfyConds.ResumeSatisfaction(AgendaItem, ListOfConstraint, LinkedList) - Constructor for class ix.iplan.SlipSatisfyConds.ResumeSatisfaction
 
SlipSingleStepper - Class in ix.iplan
A single-stepper for an instance of Slip.
SlipSingleStepper(Slip) - Constructor for class ix.iplan.SlipSingleStepper
 
SlipSingleStepper.Command - Class in ix.iplan
 
SlipSingleStepper.Command(String) - Constructor for class ix.iplan.SlipSingleStepper.Command
 
SlipSingleStepper.Trigger - Class in ix.iplan
 
SlipSingleStepper.Trigger() - Constructor for class ix.iplan.SlipSingleStepper.Trigger
 
SlipStats - Class in ix.iplan
Gathers or caculates various statistics for the Slip algorithm.
SlipStats(Slip) - Constructor for class ix.iplan.SlipStats
 
SLReplyDecoder - Class in ix.iserve.ipc.sl
 
SLReplyDecoder() - Constructor for class ix.iserve.ipc.sl.SLReplyDecoder
 
SLRpc - Class in ix.iserve.ipc.sl
Second Life XML-RPC utilities for sending XML-RPC requests and decoding the replies.
SLRpc() - Constructor for class ix.iserve.ipc.sl.SLRpc
 
SLRpcMessage - Class in ix.iserve.ipc.sl
Second Life XML-RPC message.
SLRpcMessage(String, int, String) - Constructor for class ix.iserve.ipc.sl.SLRpcMessage
 
smaller() - Method in class ix.iface.ui.AbstractEditorPanel
 
smaller() - Method in interface ix.iface.ui.IXEditorPanel
 
Snow - Static variable in class ix.iface.util.XColors
 
sock - Variable in class ix.util.ipc.ObjectStreamConnection
 
some(Collection, Predicate1) - Static method in class ix.util.Collect
Tests whether a prediate is true of at least one element of a collection.
someRefinementApplies(PNode) - Method in class ix.iplan.SlipFindExecutable
 
sort(Collection) - Method in class ix.util.TopologicalSorter
 
sortByEst(List<PNodeEnd>) - Method in class ix.iplan.ExecutionStages
 
sortCollection(Collection) - Static method in class ix.iplan.DomainAnalyser
 
sortConstraintCollection(Collection) - Static method in class ix.iview.util.IVUtil
 
sorted(char[]) - Static method in class ix.test.AnagramPairs
 
SortedValueSet - Class in ix.util.match
 
SortedValueSet() - Constructor for class ix.util.match.SortedValueSet
 
SortingKVTable - Class in ix.iface.util
A KeyValueTable that lets the user change the key-sorting comparator.
SortingKVTable(String, String) - Constructor for class ix.iface.util.SortingKVTable
 
SortingKVTable(Map, String, String) - Constructor for class ix.iface.util.SortingKVTable
 
SortingKVTable.KeySortMouseListener - Class in ix.iface.util
 
SortingKVTable.KeySortMouseListener() - Constructor for class ix.iface.util.SortingKVTable.KeySortMouseListener
 
SortingKVTable.KeySortPopupMenu - Class in ix.iface.util
 
SortingKVTable.KeySortPopupMenu() - Constructor for class ix.iface.util.SortingKVTable.KeySortPopupMenu
 
SortingKVTable.SortMenu - Class in ix.iface.util
 
SortingKVTable.SortMenu(String) - Constructor for class ix.iface.util.SortingKVTable.SortMenu
 
sortItem - Variable in class ix.iview.DomainEditorFrame
 
sortNamedCollection(Collection) - Static method in class ix.iview.util.IVUtil
 
sortNodeCollection(Collection) - Static method in class ix.iview.util.IVUtil
 
sortTICollection(Collection) - Static method in class ix.iview.util.IVUtil
 
sourceName - Variable in class ix.iface.domain.LTF_Parser
 
sourceNode - Variable in class ix.icore.Variable
 
spec - Variable in class ix.iview.domain.UISpec
 
SpecEditor - Class in ix.iview
A simple text-input editor for entering specifications, e.g. for nodes and issues.
SpecEditor(Frame, String) - Constructor for class ix.iview.SpecEditor
Creates an editor for specifying time point relations.
SpecEditor(Frame, String, String) - Constructor for class ix.iview.SpecEditor
Creates an editor for specifying time point relations.
specialInputQueue - Variable in class ix.iplan.IPlanOptionManager
 
specialWordChars - Variable in class ix.util.lisp.LispStreamTokenizer
 
speedInMps - Variable in class ix.isim.dynamic.BearingMoveSpec
 
split1 - Variable in class ix.ip2.Ip2Frame
 
split2 - Variable in class ix.ip2.Ip2Frame
 
split3 - Variable in class ix.ip2.NewIp2Frame
 
splitOption() - Method in class ix.iplan.IPlanOptionManager
 
splitOptionItem - Variable in class ix.iplan.OptionUI
 
splitYourself() - Method in class ix.iplan.IPlanOptionManager.Opt
 
SpringGreen - Static variable in class ix.iface.util.XColors
 
StableHashMap - Class in ix.util
 
StableHashMap() - Constructor for class ix.util.StableHashMap
 
StableHashMap(int) - Constructor for class ix.util.StableHashMap
 
StableHashMap(int, float) - Constructor for class ix.util.StableHashMap
 
StableHashMap(Map) - Constructor for class ix.util.StableHashMap
 
StableHashMap.Entry - Class in ix.util
The Map.Entry implementation for a StableHashMap.
StableHashMap.Entry(Object, Object) - Constructor for class ix.util.StableHashMap.Entry
 
StableHashMap.EntrySet - Class in ix.util
The Set implementation for a StableHashMap entrySet.
StableHashMap.EntrySet() - Constructor for class ix.util.StableHashMap.EntrySet
 
StableHashMap.EntrySetIterator - Class in ix.util
The Iterator implementation for a StableHashMap entrySet.
StableHashMap.EntrySetIterator(StableHashMap.Entry) - Constructor for class ix.util.StableHashMap.EntrySetIterator
 
stacker - Variable in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
stages - Variable in class ix.iplan.ExecutionStages
 
star - Variable in class ix.util.reflect.ClassFinder.Import
 
start() - Method in class ix.applet.MessageServer
 
start() - Method in class ix.examples.PicoISim.IX_Simulator
 
start() - Method in class ix.examples.PicoIX.IX_System
 
start() - Method in class ix.iface.ui.IFormPanel.FieldChooser
 
start(Point) - Method in class ix.iface.ui.JConstraintEditor
 
start() - Method in class ix.iface.ui.JConstraintEditor
 
start(Object, Point) - Method in class ix.iface.ui.JConstraintEditor
Starts an editor for for adding specifications of one of the fields of the given object.
start(Object) - Method in class ix.iface.ui.JConstraintEditor
As above, default location.
start(Object, Object, Point) - Method in class ix.iface.ui.JConstraintEditor
Starts an editor for for editing the given specification of one of the fields of the given object.
start(Object, Object) - Method in class ix.iface.ui.JConstraintEditor
As above, default location.
start(Point) - Method in class ix.iface.ui.JSelectorDialog
 
start() - Method in class ix.iface.ui.JSelectorDialog
 
start(Object, Point) - Method in class ix.iface.ui.JSelectorDialog
Starts an editor for for selecting something for the given object.
start(Object) - Method in class ix.iface.ui.JSelectorDialog
As above, default location.
start() - Method in class ix.ip2.Ip2Applet.AppletIp2
 
start() - Method in class ix.ip2.Ip2Applet
 
start() - Method in class ix.iserve.ipc.IServeCommServer
Used to start the server when running standalone.
START - Variable in class ix.isim.ISimTimer
 
start(long, double) - Method in class ix.isim.ISimTimer
This function starts the simulation clock.
start(long, double) - Method in class ix.isim.ISimTimerServer
 
start() - Method in class ix.iview.ConstraintEditor
 
start(String, Object, Point) - Method in class ix.iview.DeclarationEditor
 
start() - Method in class ix.iview.DeclarationEditor
 
start() - Method in class ix.iview.PropertyEditor
 
start() - Method in class ix.iview.SimpleDeclarationEditor
 
start() - Method in class ix.iview.SpecEditor
 
start() - Method in class ix.util.FutureValue
Start the thread that will compute the value.
start() - Method in class ix.util.http.HttpServer
Starts the server running.
START - Static variable in class ix.util.TopologicalSorter
 
START_MARK - Variable in class ix.iplan.DomainAnalyser.MinFullExpandFinder
 
START_MARK - Variable in class ix.util.DAGTransitiveClosure
 
startAgent(String) - Method in class ix.test.MultiAgentIp2
 
startAgent(String, String[]) - Method in class ix.test.MultiAgentTest.Launcher
 
startAgent(String[]) - Method in class ix.util.AgentLauncher
 
startAgent(String, String[]) - Method in class ix.util.AgentLauncher
 
startButton - Variable in class ix.isim.StartSimDialog
 
startButton_actionPerformed(ActionEvent) - Method in class ix.isim.StartSimDialog
 
startCellEditing(EventObject) - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Not implemented.
started - Variable in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
STARTED_ACTIVITY - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
startLogging() - Method in class ix.icore.log.EventLogger
 
startMenuItem - Variable in class ix.isim.ISimEventsFrame
 
startMenuItem_actionPerformed(ActionEvent) - Method in class ix.isim.ISimEventsFrame
 
startMessageThread() - Method in class ix.applet.MessageServer.User
 
startReceiving() - Method in class ix.iserve.ipc.IServeCommStrategy
 
startSelected - Variable in class ix.isim.StartSimDialog
 
startSeparateAgent(String, String[]) - Static method in class ix.test.TwoIp2Test
 
startServer(Object, String) - Method in class ix.icore.IXAgent
Set the main (global) IPC communication strategy and set up to receive messages by calling the strategy's setupServer method.
startServer(Object, String) - Method in class ix.ip2.Ip2Applet.AppletIp2
 
startServer(Object, String) - Method in class ix.iplan.PlannerBase
 
StartSimDialog - Class in ix.isim
 
StartSimDialog(Frame, String, boolean) - Constructor for class ix.isim.StartSimDialog
 
StartSimDialog() - Constructor for class ix.isim.StartSimDialog
 
StartSimDialog_cancelButton_actionAdapter - Class in ix.isim
 
StartSimDialog_cancelButton_actionAdapter(StartSimDialog) - Constructor for class ix.isim.StartSimDialog_cancelButton_actionAdapter
 
StartSimDialog_startButton_actionAdapter - Class in ix.isim
 
StartSimDialog_startButton_actionAdapter(StartSimDialog) - Constructor for class ix.isim.StartSimDialog_startButton_actionAdapter
 
startSimulation() - Method in class ix.isim.dynamic.ObjectAnimator
 
startSimulation(long, double) - Method in class ix.isim.ISimEngine
 
startSimulation() - Method in interface ix.isim.SimulationEngine
 
startTime - Variable in class ix.isim.dynamic.BearingMoveSpec
 
startTime - Variable in class ix.isim.dynamic.PointListMoveSpec
 
startTime - Variable in class ix.isim.StartSimDialog
 
startTimeLabel - Variable in class ix.isim.StartSimDialog
 
startTimePanel - Variable in class ix.isim.StartSimDialog
 
startTimeTextField - Variable in class ix.isim.StartSimDialog
 
startup() - Method in class ix.ichat.IChat
Completes I-Chat setup and initialization.
startup() - Method in class ix.icore.IXAgent
Method called by the IXAgent.mainStartup(String[] argv) method to perform any setup and initialization that should take place after this agent's constructor has been called and command-line arguments have been processed.
startup() - Method in class ix.ip2.Ip2
Completes basic I-P2 setup and initialization.
startup() - Method in class ix.iplan.PlannerBase
Completes setup and initialization.
startup() - Method in class ix.iplan.Slip
Completes setup and initialization.
startup() - Method in class ix.iquery.IQuery
Agent setup and initialization.
startup() - Method in class ix.iserve.IServe
 
startup() - Method in class ix.itest.Itest
Completes I-TEST setup and initialization.
startup() - Method in class ix.postix.Postix
Completes basic setup and initialization.
startup() - Method in class ix.test.MultiAgentIp2
 
startup() - Method in class ix.test.PlainIp2
Completes setup and initialization.
startup() - Method in class ix.test.SimpleIXAgent
 
startup() - Method in class ix.util.xml.XMLTreeEditor
Completes setup and initialization.
startupDate - Variable in class ix.applet.MessageServer
 
startupDate - Variable in class ix.icore.IXAgent
 
startUpdate() - Method in class ix.iface.ui.AbstractIFormModel
 
startUpdate() - Method in interface ix.iface.ui.IFormModel
 
startUpdate() - Method in class ix.iface.ui.tree.EditableTreeModel
 
startupHooks - Variable in class ix.icore.IXAgent
 
state - Variable in class ix.ip2.ObjectWhiteboard.HtmlAnalyser
 
state - Variable in class ix.iview.util.ModellingState
 
STATE_CONSTRAINT - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
stateChange(ProcessStatusEvent, Map) - Method in interface ix.icore.process.event.ProcessStatusListener
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.ip2.Agenda
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.ip2.NullStateViewer
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.ip2.ObjectWhiteboard
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.ip2.StateViewTable
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.ip2.SyncStateClient.ProcessListener
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.ip2.SyncStateServer.ProcessListener
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.iplan.CombinedPlanChangeListener
 
stateChange(ProcessStatusEvent, Map) - Method in class ix.test.StateExportExtension.StateExporter
 
stateChanged(ChangeEvent) - Method in class ix.iface.ui.JFrameMTP
Listens to changes in which panel is selected in the TabbedPane
stateChanged(ChangeEvent) - Method in class ix.iview.IDEPreferencesDialog
 
stateDeletion(ProcessStatusEvent, Map) - Method in interface ix.icore.process.event.ProcessStatusListener
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.ip2.Agenda
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.ip2.NullStateViewer
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.ip2.ObjectWhiteboard
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.ip2.StateViewTable
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.ip2.SyncStateClient.ProcessListener
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.ip2.SyncStateServer.ProcessListener
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.iplan.CombinedPlanChangeListener
 
stateDeletion(ProcessStatusEvent, Map) - Method in class ix.test.StateExportExtension.StateExporter
 
StateExportExtension - Class in ix.test
Adds a state-exporter to an I-X Process Panel.
StateExportExtension(Ip2) - Constructor for class ix.test.StateExportExtension
 
StateExportExtension.ResetHook - Class in ix.test
 
StateExportExtension.ResetHook() - Constructor for class ix.test.StateExportExtension.ResetHook
 
StateExportExtension.StateExporter - Class in ix.test
 
StateExportExtension.StateExporter() - Constructor for class ix.test.StateExportExtension.StateExporter
 
stateMap - Variable in class ix.ip2.VariableManager.FilterMatcher
 
statement - Variable in class ix.iview.ConditionEffectEditor
 
statement - Variable in class ix.iview.DefaultConstraintEditor
 
stateViewer - Variable in class ix.ip2.Ip2
 
stateViewer - Variable in class ix.ip2.Ip2Frame
 
StateViewer - Interface in ix.ip2
 
stateViewer - Variable in class ix.ip2.StateViewTable.ViewTable
 
StateViewTable - Class in ix.ip2
 
StateViewTable(Ip2) - Constructor for class ix.ip2.StateViewTable
Constructs a viewer for the indicated agent.
StateViewTable.ViewTable - Class in ix.ip2
 
StateViewTable.ViewTable(StateViewTable) - Constructor for class ix.ip2.StateViewTable.ViewTable
 
StateViewTable.ViewTable(StateViewTable, String, String) - Constructor for class ix.ip2.StateViewTable.ViewTable
 
StateViewTable.ViewTable.StatePopupMenu - Class in ix.ip2
 
StateViewTable.ViewTable.StatePopupMenu() - Constructor for class ix.ip2.StateViewTable.ViewTable.StatePopupMenu
 
stats - Variable in class ix.iplan.IPlanOptionManager.Opt
 
stats - Variable in class ix.iplan.IPlanOptionManager.PlanGen
 
stats - Variable in class ix.iplan.IPlanTool
 
stats - Variable in class ix.iplan.Slip
 
statSummary - Variable in class ix.iplan.AutoTester
 
status(Date) - Method in class ix.applet.MessageServer.User
 
Status - Class in ix.icore
Status values for "completable" entities.
status - Variable in class ix.icore.TaskItem
 
status(Date, List<String>) - Method in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
status(Date) - Method in class ix.iserve.ipc.IServeCommServer.User
 
status - Variable in class ix.iserve.ipc.Registration
 
status(Date, List<String>) - Method in class ix.iserve.ipc.sl.IServeSLCommServer.SLIdentityChecker
 
STATUS - Static variable in class ix.isim.EventsTableModel
 
status - Variable in class ix.isim.TimedEvent
the status of this event
statusChanged(PNode) - Method in interface ix.icore.process.ProcessModelManager
Called by a node when its status changes.
statusChanged(AgendaItemEvent) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel
 
statusChanged(AgendaItemEvent) - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
statusChanged(AgendaItemEvent) - Method in class ix.ip2.AgendaViewTable.Row
 
statusChanged(AgendaItemEvent) - Method in class ix.ip2.event.AgendaItemAdapter
 
statusChanged(AgendaItemEvent) - Method in interface ix.ip2.event.AgendaItemListener
 
statusChanged(PNode) - Method in class ix.ip2.Ip2ModelManager
 
statusChanged(AgendaItemEvent) - Method in class ix.ip2.ItemEditor.EditPanel
 
statusFromNodeEnds() - Method in class ix.icore.process.PNode
Determines the status this PNode should have, based on the statuses of its node-ends.
StatusStepper - Class in ix.icore.process
 
StatusStepper(ProcessModelManager) - Constructor for class ix.icore.process.StatusStepper
 
statusString - Static variable in class ix.isim.TimedEvent
 
statusUpdate(ProcessStatusEvent) - Method in interface ix.icore.process.event.ProcessStatusListener
 
statusUpdate(ProcessStatusEvent) - Method in class ix.ip2.Agenda
 
statusUpdate(ProcessStatusEvent) - Method in class ix.ip2.NullStateViewer
 
statusUpdate(ProcessStatusEvent) - Method in class ix.ip2.ObjectWhiteboard
Ignored by this viewer.
statusUpdate(ProcessStatusEvent) - Method in class ix.ip2.StateViewTable
Ignored by this viewer.
statusUpdate(ProcessStatusEvent) - Method in class ix.iplan.CombinedPlanChangeListener
 
statusUpdate(ProcessStatusEvent) - Method in class ix.test.StateExportExtension.StateExporter
Ignored by this viewer.
statusView - Variable in class ix.ip2.ItemEditor
 
SteelBlue - Static variable in class ix.iface.util.XColors
 
step() - Method in class ix.iplan.SlipSingleStepper
Called before each planning step when single-stepping is on.
stepLimit - Variable in class ix.iplan.PlanTest
 
stepLimit - Variable in class ix.iplan.Slip
 
stepLimitReached(boolean) - Method in class ix.iplan.Slip
 
stepper - Variable in class ix.iplan.Slip
 
stepTaken() - Method in class ix.iplan.SlipStats
 
stop() - Method in class ix.examples.PicoIX.IX_System
 
stop() - Method in class ix.ip2.Ip2Applet.AppletIp2
 
stop() - Method in class ix.ip2.Ip2Applet
 
STOP - Variable in class ix.isim.ISimTimer
 
stopCellEditing() - Method in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Not implemented.
stopCellEditing() - Method in class ix.iface.ui.table.IXDefaultCellEditor
 
STOPPED_ACTIVITY - Variable in class ix.iserve.ipc.sl.SLReplyDecoder
 
stoppedReceiving() - Method in class ix.iserve.ipc.IServeCommStrategy
 
stopReceiving() - Method in class ix.iserve.ipc.IServeCommStrategy
 
stopRunning() - Method in class ix.iserve.ipc.IServeCommStrategy.ReceiveThread
 
stopSearch() - Method in class ix.iview.PanelSearcher
 
stopSimulation() - Method in class ix.isim.dynamic.ObjectAnimator
 
stopSimulation() - Method in interface ix.isim.SimulationEngine
 
stopUpdate() - Method in class ix.iface.ui.tree.EditableTreeModel
 
stopWhenIdle - Variable in class ix.examples.PicoISim.IX_Simulator
 
storeIntoRefinement(Refinement) - Method in class ix.iview.SimpleDomainEditor.RefinementEditor
 
strategies - Variable in class ix.util.ipc.DispatchingStrategy
 
strategy - Variable in class ix.applet.AppletCommunicationTool.Controller
 
strategy - Variable in class ix.applet.AppletCommunicationTool
 
strategy - Variable in class ix.applet.CGIRelay
 
strategy - Variable in class ix.applet.MessageServer
 
strategy - Variable in class ix.iserve.ipc.IServeCommTool.Controller
 
strategy - Variable in class ix.iserve.ipc.IServeCommTool
 
strategy - Variable in class ix.util.ipc.DispatchingStrategy.Strategy
 
strategy - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
strategy - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamServer
 
strategyPanel - Variable in class ix.util.ipc.DispatchingStrategy
 
strictEquality - Variable in class ix.test.SerializationTest
 
STRING - Static variable in class ix.icore.domain.ObjectProperty.Syntax
Value representing the type of a property value.
Stringer<T> - Interface in ix.util.reflect
Converts "atomic" objects to and from strings.
stringFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
StringReplaceTest - Class in ix.test
 
StringReplaceTest() - Constructor for class ix.test.StringReplaceTest
 
Strings - Class in ix.util
A class containing useful static string methods.
stringToElement(Object) - Method in class ix.util.xml.XMLTranslator
 
stringToField(String) - Method in class ix.iface.ui.AbstractIFormModel
 
stringToField(Class, String) - Static method in class ix.iface.ui.util.UIUtil
 
stringValue - Variable in class ix.iserve.ipc.sl.SLRpcMessage
 
stringWriter - Variable in class ix.iface.util.HtmlStringWriter
 
stripMarkup(String) - Method in class ix.test.TwitterAtomSearchTest
 
STRUCT - Static variable in class ix.util.reflect.ClassDescr
Internal class type
structContent(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
structElementFrom(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
structEqual - Variable in class ix.ip2.ObjectWhiteboard
 
structFromElement(Class, Element) - Method in class ix.util.xml.CompactXMLTranslator
 
structFromElement(Class, Element) - Method in class ix.util.xml.XMLTranslator
 
structPatternDefinition(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
structTemplateFrom(Class) - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
structTextDescription(ClassDescr) - Method in class ix.util.xml.XMLSyntax
 
structToElement(Object) - Method in class ix.util.xml.CompactXMLTranslator
 
structToElement(Object) - Method in class ix.util.xml.XMLTranslator
 
StructuralEquality - Class in ix.util
Compares two objects to see whether they have the same values in the same places.
StructuralEquality() - Constructor for class ix.util.StructuralEquality
Creates an equality test that used the default ClassSyntax.
StructuralEquality(ClassSyntax) - Constructor for class ix.util.StructuralEquality
Creates an equality test that uses the specified ClassSyntax as a source for ClassDescrs.
StructuralEquality.IncomparableException - Exception in ix.util
 
StructuralEquality.IncomparableException(Object, Object) - Constructor for exception ix.util.StructuralEquality.IncomparableException
 
StructuralEquality.IncomparableException(Object, Object, Throwable) - Constructor for exception ix.util.StructuralEquality.IncomparableException
 
STYLE_CARD - Static variable in interface ix.iface.ui.FrameSymbols
 
STYLE_SIMPLE - Static variable in interface ix.iface.ui.FrameSymbols
 
STYLE_TABBED - Static variable in interface ix.iface.ui.FrameSymbols
 
styleButton - Variable in class ix.itest.SendPanel
 
styleMenu - Variable in class ix.ichat.ChatFrame
 
styleMenu - Variable in class ix.iface.ui.JFrameMTP
 
subClassNames - Variable in class ix.iview.domain.UIObjectClass
A list of symbol names of child UIObjectClasses
subitemsToText(List) - Method in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
subitemText - Variable in class ix.ip2.ActivityEditor.ActivityEditPanel.ExpansionPanel
 
submit() - Method in class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
submitButton - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
submitButton - Variable in class ix.util.xml.XMLTreeEditPanel
 
submitChanges() - Method in class ix.ip2.ObjectWhiteboard
 
SUBORDINATE - Static variable in class ix.ispace.AgentRelationship
 
subsumes(Capability) - Method in class ix.ispace.Capability
Returns true iff this capability is at least as good as a required capability.
subsumes(Capability) - Method in class ix.ispace.VerbCapability
Returns true iff the required capability is a VerbCapability for the same verb.
subtree - Variable in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
subtreeNode - Variable in class ix.util.xml.XMLTreeEditPanel.CutFrame
 
subtype - Variable in class ix.examples.SimResource.Constraint
 
subversions - Variable in class ix.util.xml.XMLTreeSendFrame.SubversiveTranslator
 
SUCCESS - Static variable in class ix.icore.ReportType
 
successorMap - Variable in class ix.util.DAGTransitiveClosure
 
successorMap - Variable in class ix.util.FullTransitiveClosure
 
superClassNames - Variable in class ix.icore.domain.ObjectClass
 
superClassNames - Variable in class ix.iview.domain.UIObjectClass
A list of symbol names of parent UIObjectClasses
SUPERIOR - Static variable in class ix.ispace.AgentRelationship
 
superString() - Method in class ix.iview.domain.UIObjectClass
 
swingAndWait(Runnable) - Static method in class ix.util.Util
A version of SwingUtilities.invokeAndWait(Runnable) that does not require local handling of checked exceptions.
SwingLaterTest - Class in ix.test
A test to demonstrate that a "modal" dialog does not block something requested via SwingUtilities.invokeLater.
SwingLaterTest() - Constructor for class ix.test.SwingLaterTest
 
switching - Variable in class ix.iview.AConstructFramePanel
 
SYM(String) - Static method in class ix.examples.PicoISim
 
sym - Variable in class ix.iface.ui.DefaultColourField
 
SYMBOL - Static variable in class ix.icore.domain.ObjectProperty.Syntax
Value representing the type of a property value.
Symbol - Class in ix.util.lisp
The root class for Lisp symbols.
Symbol(String) - Constructor for class ix.util.lisp.Symbol
Constructs a Symbol with the specified name and records it as the Symbol that corresponds to that name.
symbolName - Variable in class ix.icore.IXAgent
 
symbolNameChanged(AgentNameEvent) - Method in interface ix.icore.event.AgentNameListener
 
symbolNameChanged(AgentNameEvent) - Method in class ix.iface.util.ToolFrame
 
symbolNameChanged(AgentNameEvent) - Method in class ix.ip2.Ip2Frame
Handles a change in the panel's symbol-name.
symbolNameChanged(AgentNameEvent) - Method in class ix.ip2.PanelFrame
Handles a change in the panel's symbol-name.
symbolNameChanged(AgentNameEvent) - Method in class ix.itest.ItestFrame
Handles a change in the panel's symbol-name.
symbolToProperty(Symbol) - Static method in class ix.iface.ui.util.UIUtil
 
SYNCHRONIZE_LABEL - Variable in class ix.isim.ISimTimer
some command strings used for the synchronization of multiple ISimTimers
SYNCHRONIZE_SIMULATION_TIME - Static variable in class ix.ip2.SyncSimulationTimeHandler
 
SYNCHRONIZE_STATE - Static variable in class ix.ip2.SyncState
 
SynchronizedContextHolder - Class in ix.util.context
A simple, synchronized object that contains a Context.
SynchronizedContextHolder() - Constructor for class ix.util.context.SynchronizedContextHolder
 
SynchronizedContextHolder(Context) - Constructor for class ix.util.context.SynchronizedContextHolder
 
syncSelectedOptions() - Method in class ix.iplan.OptionUI
 
SyncSimulationTimeHandler - Class in ix.ip2
 
SyncSimulationTimeHandler(IXAgent) - Constructor for class ix.ip2.SyncSimulationTimeHandler
 
SyncState - Class in ix.ip2
Framework and operations for synchronised-state servers and clients.
SyncState(Ip2) - Constructor for class ix.ip2.SyncState
 
syncState(List) - Method in class ix.iplan.IPlanOptionManager
 
SyncState.AbstractClientOperation - Class in ix.ip2
 
SyncState.AbstractClientOperation() - Constructor for class ix.ip2.SyncState.AbstractClientOperation
 
SyncState.AbstractServerOperation - Class in ix.ip2
 
SyncState.AbstractServerOperation(String) - Constructor for class ix.ip2.SyncState.AbstractServerOperation
 
SyncState.ClientOperation - Interface in ix.ip2
 
SyncState.ClientStateChange - Class in ix.ip2
 
SyncState.ClientStateChange() - Constructor for class ix.ip2.SyncState.ClientStateChange
 
SyncState.ClientStateChange(String, Map) - Constructor for class ix.ip2.SyncState.ClientStateChange
 
SyncState.ClientStateDeletion - Class in ix.ip2
 
SyncState.ClientStateDeletion() - Constructor for class ix.ip2.SyncState.ClientStateDeletion
 
SyncState.ClientStateDeletion(String, Map) - Constructor for class ix.ip2.SyncState.ClientStateDeletion
 
SyncState.ClientStateDelta - Class in ix.ip2
 
SyncState.ClientStateDelta(String, Map) - Constructor for class ix.ip2.SyncState.ClientStateDelta
 
SyncState.Operation - Interface in ix.ip2
 
SyncState.RegisterClient - Class in ix.ip2
 
SyncState.RegisterClient() - Constructor for class ix.ip2.SyncState.RegisterClient
 
SyncState.RegisterClient(String, Map) - Constructor for class ix.ip2.SyncState.RegisterClient
 
SyncState.ServerFullState - Class in ix.ip2
 
SyncState.ServerFullState() - Constructor for class ix.ip2.SyncState.ServerFullState
 
SyncState.ServerFullState(Map) - Constructor for class ix.ip2.SyncState.ServerFullState
 
SyncState.ServerOperation - Interface in ix.ip2
 
SyncState.ServerStateChange - Class in ix.ip2
 
SyncState.ServerStateChange() - Constructor for class ix.ip2.SyncState.ServerStateChange
 
SyncState.ServerStateChange(Map) - Constructor for class ix.ip2.SyncState.ServerStateChange
 
SyncState.ServerStateDeletion - Class in ix.ip2
 
SyncState.ServerStateDeletion() - Constructor for class ix.ip2.SyncState.ServerStateDeletion
 
SyncState.ServerStateDeletion(Map) - Constructor for class ix.ip2.SyncState.ServerStateDeletion
 
SyncState.ServerStateDelta - Class in ix.ip2
 
SyncState.ServerStateDelta(Map) - Constructor for class ix.ip2.SyncState.ServerStateDelta
 
SyncState.SyncStateHandler - Class in ix.ip2
 
SyncState.SyncStateHandler(Ip2, String) - Constructor for class ix.ip2.SyncState.SyncStateHandler
 
SyncStateClient - Class in ix.ip2
 
SyncStateClient(Ip2) - Constructor for class ix.ip2.SyncStateClient
 
SyncStateClient.ChangeMessage - Class in ix.ip2
 
SyncStateClient.ChangeMessage(ListOfPatternAssignment) - Constructor for class ix.ip2.SyncStateClient.ChangeMessage
 
SyncStateClient.DeleteMessage - Class in ix.ip2
 
SyncStateClient.DeleteMessage(ListOfPatternAssignment) - Constructor for class ix.ip2.SyncStateClient.DeleteMessage
 
SyncStateClient.ProcessListener - Class in ix.ip2
 
SyncStateClient.ProcessListener() - Constructor for class ix.ip2.SyncStateClient.ProcessListener
 
SyncStateClient.ResetHook - Class in ix.ip2
 
SyncStateClient.ResetHook() - Constructor for class ix.ip2.SyncStateClient.ResetHook
 
SyncStateClient.StartupHook - Class in ix.ip2
 
SyncStateClient.StartupHook() - Constructor for class ix.ip2.SyncStateClient.StartupHook
 
SyncStateClient.SyncStateClientHandler - Class in ix.ip2
 
SyncStateClient.SyncStateClientHandler(Ip2) - Constructor for class ix.ip2.SyncStateClient.SyncStateClientHandler
 
SyncStateServer - Class in ix.ip2
 
SyncStateServer(Ip2) - Constructor for class ix.ip2.SyncStateServer
 
SyncStateServer.ProcessListener - Class in ix.ip2
 
SyncStateServer.ProcessListener() - Constructor for class ix.ip2.SyncStateServer.ProcessListener
 
SyncStateServer.ResetHook - Class in ix.ip2
 
SyncStateServer.ResetHook() - Constructor for class ix.ip2.SyncStateServer.ResetHook
 
SyncStateServer.StartupHook - Class in ix.ip2
 
SyncStateServer.StartupHook() - Constructor for class ix.ip2.SyncStateServer.StartupHook
 
SyncStateServer.SyncStateServerHandler - Class in ix.ip2
 
SyncStateServer.SyncStateServerHandler(Ip2) - Constructor for class ix.ip2.SyncStateServer.SyncStateServerHandler
 
syntax - Variable in class ix.icore.domain.ObjectProperty
 
syntax - Variable in class ix.iface.domain.DomainWriter.DomainWriterWrapper
 
syntax - Variable in class ix.test.MakeRandomInstance
 
syntax - Variable in class ix.test.SerializationTest
 
syntax - Variable in class ix.util.ObjectCopier
 
syntax - Variable in class ix.util.ObjectWalker
 
syntax - Variable in class ix.util.reflect.ClassDescr
 
syntax - Variable in class ix.util.StructuralEquality
 
syntax - Variable in class ix.util.xml.XMLTreeEditPanel
 
SYNTAX_COL - Variable in class ix.iview.table.PropertyTableModel
 
syntaxChoice - Variable in class ix.ip2.ActivityEditor.ActivityEditPanel
 
syntaxError(String) - Method in class ix.iface.domain.LTF_Parser
 
syntaxError(XMLTreeEditPanel.TNode, String) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
syntaxes - Variable in class ix.util.xml.FileSyntaxManager
 
SyntaxException - Exception in ix.iface.domain
An exception used to indicate a problem while parsing.
SyntaxException(String) - Constructor for exception ix.iface.domain.SyntaxException
 
SyntaxFileFilter - Class in ix.util.xml
A FileFilter for FileSyntaxes.
SyntaxFileFilter(Class, Collection) - Constructor for class ix.util.xml.SyntaxFileFilter
 
SyntaxFileFilter(FileSyntax) - Constructor for class ix.util.xml.SyntaxFileFilter
 
syntaxList - Variable in class ix.iview.PropertyEditor
 
syntaxSubtype - Variable in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
system - Variable in class ix.examples.PicoIX.ActivityHandler
 
system - Variable in class ix.examples.PicoIX.ConstraintManager
 
system - Variable in class ix.examples.PicoIX.Controller
 
system - Variable in class ix.examples.PicoIX.ModelManager
 
SystemProperties - Class in ix.test
 
SystemProperties() - Constructor for class ix.test.SystemProperties
 

T

tabbedPane - Variable in class ix.iface.ui.JFrameMTP
 
tabbedPane - Variable in class ix.ispace.ISpaceTool
 
table - Variable in class ix.iface.ui.table.TablePopupMenu
 
table - Variable in class ix.iface.util.CheckTable
 
table - Variable in class ix.iface.util.CheckTableDialog
 
table - Variable in class ix.iface.util.KeyValueTable
 
table - Variable in class ix.ip2.AgendaItemTableModel
 
table - Variable in class ix.iview.GlobalFormPanel
 
table - Variable in class ix.util.xml.XMLTreeNamespaceManager
 
tableEditorKit - Variable in class ix.iface.util.HtmlTableEditorPane
 
tableMarkAdded(Object) - Method in interface ix.iface.ui.table.AbstractIXTableModel.TableMarkListener
 
tableMarkCleared() - Method in interface ix.iface.ui.table.AbstractIXTableModel.TableMarkListener
 
tableMarkedAll() - Method in interface ix.iface.ui.table.AbstractIXTableModel.TableMarkListener
 
tableMarkRemoved(Object) - Method in interface ix.iface.ui.table.AbstractIXTableModel.TableMarkListener
 
TableMouseListener - Interface in ix.iface.ui.table
An interface that can listens to cells being clicked in tables.
TablePopupMenu - Class in ix.iface.ui.table
A popup menu that can be used as a cell editor for table cells instead of combo boxes (they don't work properly).
TablePopupMenu(JTable) - Constructor for class ix.iface.ui.table.TablePopupMenu
 
TablePopupMenu(String) - Constructor for class ix.iface.ui.table.TablePopupMenu
 
tableScrollPane - Variable in class ix.isim.ISimEventsFrame
 
tag(String) - Method in class ix.iface.util.HtmlWriter
 
tag(String, String) - Method in class ix.iface.util.HtmlWriter
 
tag(String, String[][]) - Method in class ix.iface.util.HtmlWriter
 
tagContext - Variable in class ix.iface.plan.HtmlPlanWriter
 
tagged(String, String) - Method in class ix.iface.util.HtmlWriter
 
tagged(String, String, String) - Method in class ix.iface.util.HtmlWriter
 
tagged(String, String) - Method in class ix.util.xml.BNFSyntax
Returns a string representing an XML element.
tagln(String, String) - Method in class ix.iface.plan.HtmlPlanWriter
 
tagStack - Variable in class ix.iface.util.HtmlWriter
 
tail - Variable in class ix.util.lisp.ConsEnumeration
 
tail - Variable in class ix.util.lisp.LListCollector
 
take(int) - Method in class ix.util.lisp.LList
 
take(Object) - Method in class ix.util.TransferThread
Enqueue the object for processing
takeAnnotations(Map) - Method in class ix.icore.AbstractAnnotatedObject
Calls AbstractAnnotatedObject.setAnnotation(Object, Object) on all key-value pairs in the map.
takeAnnotations(Map) - Method in interface ix.icore.Annotated
 
takeConnection(ObjectStreamConnection) - Method in class ix.applet.MessageServer.User
 
takeDefaults(PlanTest) - Method in class ix.iplan.PlanTest
Takes field values from the specified PlanTest which will usually be an instance of PlanTestDefaults or of ExpandPlanTestGroup.
takeDefaults(PlanTest) - Method in class ix.iplan.PlanTestDefaults
 
takeFrom(Domain) - Method in class ix.icore.domain.Domain
Merges another domain into this one.
takePlanGen(IPlanOptionManager.PlanGen) - Method in class ix.iplan.IPlanOptionManager.Opt
 
takesAction(int) - Method in class ix.ip2.AgendaItemTableModel
 
takesAction() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
takesPriority(int) - Method in class ix.ip2.AgendaItemTableModel
 
takesPriority() - Method in class ix.ip2.AgendaItemTableModel.TreeAgendaItem
 
takeTo(Object) - Method in class ix.util.lisp.LList
 
Tan - Static variable in class ix.iface.util.XColors
 
target - Variable in class ix.ip2.ActivityInsertionEditor
 
task - Variable in class ix.iplan.PlanTest
 
task - Variable in class ix.test.PlanningTest
 
taskDescription() - Method in class ix.iplan.PlanTest
Returns a short textual description of the task or problem that this test gives to the planner.
taskDescription() - Method in class ix.test.FilePlanner
Returns a short textual description of the task or problem that's been given to the planner.
taskDescription() - Method in class ix.test.xml.BlockStackingTest
 
TaskItem - Class in ix.icore
Something an agent might be asked to do or to handle.
TaskItem() - Constructor for class ix.icore.TaskItem
 
TaskItem(LList) - Constructor for class ix.icore.TaskItem
 
TaskItemVisitor - Interface in ix.icore.plan.inspect
 
taskPlan() - Method in class ix.iplan.AutoTester.TestRunner
 
TB_HEIGHT - Variable in class ix.iface.ui.JFrameMT
 
TBB_HEIGHT - Variable in class ix.iface.ui.JFrameMT
 
TBB_WIDTH - Variable in class ix.iface.ui.JFrameMT
 
TBB_Y - Variable in class ix.iface.ui.JFrameMT
 
tbs - Variable in class ix.iview.DomainEditorFrame
 
td - Variable in class ix.ip2.ObjectWhiteboard.Fact
 
Teal - Static variable in class ix.iface.util.XColors
 
TechnicalPlanEvalManager - Class in ix.iplan
 
TechnicalPlanEvalManager() - Constructor for class ix.iplan.TechnicalPlanEvalManager
 
TechnicalPlanEvalManager.ChecksimEval - Class in ix.iplan
 
TechnicalPlanEvalManager.ChecksimEval() - Constructor for class ix.iplan.TechnicalPlanEvalManager.ChecksimEval
 
TechnicalPlanEvalManager.IssueCountEval - Class in ix.iplan
 
TechnicalPlanEvalManager.IssueCountEval() - Constructor for class ix.iplan.TechnicalPlanEvalManager.IssueCountEval
 
TechnicalPlanEvalManager.LongestPathLengthEval - Class in ix.iplan
 
TechnicalPlanEvalManager.LongestPathLengthEval() - Constructor for class ix.iplan.TechnicalPlanEvalManager.LongestPathLengthEval
 
TechnicalPlanEvalManager.NodeCountEval - Class in ix.iplan
 
TechnicalPlanEvalManager.NodeCountEval() - Constructor for class ix.iplan.TechnicalPlanEvalManager.NodeCountEval
 
TechnicalPlanEvalManager.ObjectCountEval - Class in ix.iplan
 
TechnicalPlanEvalManager.ObjectCountEval() - Constructor for class ix.iplan.TechnicalPlanEvalManager.ObjectCountEval
 
TechnicalPlanEvalManager.ObjectUseEval - Class in ix.iplan
 
TechnicalPlanEvalManager.ObjectUseEval() - Constructor for class ix.iplan.TechnicalPlanEvalManager.ObjectUseEval
 
TechnicalPlanEvalManager.TaskDescriptionEval - Class in ix.iplan
 
TechnicalPlanEvalManager.TaskDescriptionEval() - Constructor for class ix.iplan.TechnicalPlanEvalManager.TaskDescriptionEval
 
template - Variable in class ix.ip2.test.TestSequenceGenerator
 
template - Variable in class ix.util.xml.BNFSyntax.TemplateInstance
 
templateFrom(Class) - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
templateTree - Variable in class ix.util.xml.XMLTreeEditPanel
 
terminate() - Method in class ix.isim.dynamic.AnimatedObject
 
terminate() - Method in class ix.isim.ISimTimer.UpdateTimeDisplayThread
 
terminateTimer() - Method in class ix.isim.ISimTimer
This function should be called terminate this Timer.
terminateTimer() - Method in class ix.isim.ISimTimerServer
 
test - Variable in class ix.iplan.AutoTester.TestRunner
 
test - Variable in class ix.iscript.If
 
test - Variable in class ix.iscript.While
 
test() - Method in class ix.iview.UndoManager
 
test() - Method in class ix.test.FinallyTest
 
test(PlanBuilder) - Method in class ix.test.PlanBuilderTest
Calls PlanBuilderTest.makeExamplePlan(PlanBuilder) and prints the resulting plan as XML to System.out.
test(Object) - Method in class ix.test.SerializationTest
 
test - Variable in class ix.test.xml.BlockStackingTest.BlockTestRunner
 
test - Variable in class ix.test.xml.MissionaryTest.MissionaryTestRunner
 
test - Variable in class ix.test.xml.TrainsTest.TrainsTestRunner
 
test(XMLTranslator, Object) - Method in class ix.test.XMLFileTest
 
test - Variable in class ix.util.lisp.Interpreter.If
 
test - Variable in class ix.util.lisp.Interpreter.While
 
TestAutoHandler - Class in ix.test
A simple automatic handler.
TestAutoHandler(Ip2) - Constructor for class ix.test.TestAutoHandler
 
testDescription() - Method in class ix.iplan.ExpandPlanTestGroup
 
testDescription() - Method in class ix.iplan.PlanTest
Returns a short textual description of this test.
testDescription() - Method in class ix.iplan.PlanTestDefaults
 
testDescription() - Method in class ix.iplan.PlanTestGroup
 
testDescription() - Method in class ix.test.xml.BlockStackingTest
 
testDomain - Variable in class ix.iplan.AutoTester
 
TestElement - Interface in ix.ip2.test
Something that can be added - or cause something to be added - to a panel's "Test" menu.
testFailure(PlanTest, String) - Method in class ix.iplan.AutoTester
 
testFilters(ListOfConstraint, MatchEnv) - Method in interface ix.icore.process.ProcessModelManager
 
testFilters(ListOfConstraint, MatchEnv) - Method in class ix.ip2.Ip2ModelManager
 
testFilters(ListOfConstraint, MatchEnv) - Method in class ix.ip2.VariableManager.FilterMatcher
 
testFilters(ListOfConstraint, Map, MatchEnv) - Method in class ix.ip2.VariableManager
Returns a list of the conditions that can be satisfied individually.
TestGen - Class in ix.test.xml
 
TestGen() - Constructor for class ix.test.xml.TestGen
 
TestItem - Class in ix.ip2.test
A test that sends a single message.
TestItem() - Constructor for class ix.ip2.test.TestItem
 
TestItem(String, Sendable) - Constructor for class ix.ip2.test.TestItem
 
TestItem(TaskItem) - Constructor for class ix.ip2.test.TestItem
 
testItems - Variable in class ix.ip2.test.PanelTest.SendingThread
 
testItems - Variable in class ix.ip2.test.PanelTest.TestSequenceListener
 
testItems - Variable in class ix.ip2.test.TestSequence
 
testItems - Variable in class ix.ip2.test.TestSubmenu
 
testLoop(List) - Method in class ix.iplan.AutoTester
 
testMenu - Variable in class ix.ip2.PanelFrame
 
testOnly - Variable in class ix.test.FilePlanner
 
testPanel - Variable in class ix.iview.DomainEditorFrame
 
tests - Variable in class ix.iplan.ExpandPlanTestGroup
Tests directly in this expansion rather than taken from a named group.
tests - Variable in class ix.iplan.PlanTestGroup
The PlanTests in this group.
TestSeparator - Class in ix.ip2.test
An object that becomes a separator in the test menu.
TestSeparator() - Constructor for class ix.ip2.test.TestSeparator
 
TestSequence - Class in ix.ip2.test
A test that sends a series of messages specified by a List of TestItems.
TestSequence() - Constructor for class ix.ip2.test.TestSequence
 
TestSequenceGenerator - Class in ix.ip2.test
A test that sends a series of messages generated from a TestItem template.
TestSequenceGenerator() - Constructor for class ix.ip2.test.TestSequenceGenerator
 
testStatusPropagation() - Method in class ix.iplan.Slip
 
testStep - Variable in class ix.iplan.Slip
 
TestStrategy - Class in ix.test
A comm strategy that can be edited to test various things.
TestStrategy() - Constructor for class ix.test.TestStrategy
 
TestSubmenu - Class in ix.ip2.test
An object that becomes a submenu in the test menu.
TestSubmenu() - Constructor for class ix.ip2.test.TestSubmenu
 
text - Variable in class ix.ichat.ChatMessage
 
text - Variable in class ix.icore.Report
 
text() - Method in enum ix.iserve.ipc.IServeCommServer.Command
 
text() - Method in enum ix.iserve.ipc.sl.SLHttpHeader
 
text - Variable in class ix.test.xml.LispSourceText
 
TextAreaFrame - Class in ix.util
A text area that has its own frame and some buttons.
TextAreaFrame(String) - Constructor for class ix.util.TextAreaFrame
 
TextAreaFrame(String, String[]) - Constructor for class ix.util.TextAreaFrame
 
TextAreaFrame(int, int, String, String[]) - Constructor for class ix.util.TextAreaFrame
 
TextAreaFrame.TFrame - Class in ix.util
 
TextAreaFrame.TFrame(String, String[]) - Constructor for class ix.util.TextAreaFrame.TFrame
 
TextAreaFrame.TListener - Interface in ix.util
 
textCols - Variable in class ix.ip2.ItemEditor.EditPanel
 
textCols - Variable in class ix.iview.SimpleDomainEditor.RefinementEditor
 
textDerenderPatterns(List) - Method in class ix.iview.util.IVUtil
 
textFrame - Variable in class ix.icore.IXAgent
A text area in a separate frame used to display information about incoming messages.
textFrame - Variable in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
TextPlanWriter - Class in ix.iface.plan
Writes a plain text description of a plan to a file.
TextPlanWriter(File) - Constructor for class ix.iface.plan.TextPlanWriter
 
TextPlanWriter(Writer) - Constructor for class ix.iface.plan.TextPlanWriter
 
TextPlanWriter.TIVisitor - Class in ix.iface.plan
 
TextPlanWriter.TIVisitor(PlanInspector) - Constructor for class ix.iface.plan.TextPlanWriter.TIVisitor
 
textRenderPatterns(Collection) - Static method in class ix.iview.util.IVUtil
 
textSplit - Variable in class ix.util.xml.XMLTreeEditPanel
 
textValueDefinition(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
textView - Variable in class ix.ip2.ItemEditor
 
textWithAttributesFrom(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
TF_Writer - Class in ix.iface.domain
Writes domain descriptions in O-Plan TF syntax.
TF_Writer(File) - Constructor for class ix.iface.domain.TF_Writer
 
Thatcher - Class in ix.iplan
Simple, non-backtracking, pure HTN planning algorithm.
Thatcher(boolean) - Constructor for class ix.iplan.Thatcher
 
ThatcherActivityHandler - Class in ix.iplan
Adds expansion actions to activities based on refinements in the agent's domain.
ThatcherActivityHandler(Thatcher) - Constructor for class ix.iplan.ThatcherActivityHandler
 
theCdrBefore(Cons, LList) - Static method in class ix.util.lisp.LListListIterator
 
theClass - Variable in class ix.util.reflect.ClassDescr
The class that this describes.
theCons(Object) - Static method in class ix.iface.domain.LTF_Parser
 
theISim - Variable in class ix.isim.ISimEngine
the ISim to which this ISimEngine belongs
theLList(Object) - Static method in class ix.iface.domain.LTF_Parser
 
theName(Object) - Static method in class ix.iface.domain.LTF_Parser
 
theNode(TreeExpansionEvent) - Method in class ix.util.xml.XMLTreeEditPanel.RecordingExpansionListener
 
theNodeEndRef(Name, End) - Method in class ix.iface.domain.LTF_Parser
 
theNodeId(Object) - Static method in class ix.iface.domain.LTF_Parser
 
thePlainNodeId(Object) - Method in class ix.iface.domain.LTF_Parser
 
theSchema - Variable in class ix.util.xml.RelaxNGSyntax
 
theSchema - Variable in class ix.util.xml.XMLSchemaSyntax
 
theString(Object) - Static method in class ix.iface.domain.LTF_Parser
 
theSymbol(Object) - Static method in class ix.iface.domain.LTF_Parser
 
ThingEditorPanel - Class in ix.iface.ui
A simple panel with a label (title), a component, and optional buttons.
ThingEditorPanel() - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, String, JComponent) - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, String, String[]) - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, String, JComponent, String[]) - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, boolean, String, JComponent) - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, String, boolean, JComponent) - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, String, boolean, String[]) - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, String, boolean, JComponent, String[]) - Constructor for class ix.iface.ui.ThingEditorPanel
 
ThingEditorPanel(EventListener, boolean, String, boolean, JComponent) - Constructor for class ix.iface.ui.ThingEditorPanel
 
thisAgentAsDestination - Static variable in class ix.util.IPC
 
thisAgentsName - Variable in class ix.util.ipc.SerializedCommunicationStrategy
 
Thistle - Static variable in class ix.iface.util.XColors
 
thread - Variable in class ix.examples.PicoIX.IX_System
 
THREAD - Static variable in class ix.isim.EventsTableModel
 
thread - Variable in class ix.isim.TimedEvent
the thread to which this event belongs
thread - Variable in class ix.util.IPC.BufferedMessageListener
 
ThreadCondition - Class in ix.util
Handles waiting for a condition to be made true by another thread.
ThreadCondition() - Constructor for class ix.util.ThreadCondition
 
ThreadCondition(String) - Constructor for class ix.util.ThreadCondition
 
ThreadConditionHangTest - Class in ix.test
 
ThreadConditionHangTest() - Constructor for class ix.test.ThreadConditionHangTest
 
ThreadConditionTest - Class in ix.test
 
ThreadConditionTest() - Constructor for class ix.test.ThreadConditionTest
 
threadContextHolder - Variable in class ix.util.context.ThreadLocalHoldingStrategy
 
ThreadLocalHoldingStrategy - Class in ix.util.context
A context-holding strategy that associates context-holders with threads.
ThreadLocalHoldingStrategy() - Constructor for class ix.util.context.ThreadLocalHoldingStrategy
 
ThrownResult - Exception in ix.util
An exception used to return a result
ThrownResult(Object) - Constructor for exception ix.util.ThrownResult
 
tidyChildren(Symbol, Symbol) - Method in class ix.iview.domain.UIObjectClass
 
tidyParents(Symbol, Symbol) - Method in class ix.iview.domain.UIObjectClass
 
TIME - Static variable in class ix.isim.EventsTableModel
 
time - Static variable in class ix.Release
 
timeBetween - Variable in class ix.examples.PicoISimTest3.ResourceEvent
 
TimedEvent - Class in ix.isim
 
timeInMillis - Variable in class ix.isim.TimedEvent
the time after the start of the simulation when this event should occur (given as a duration)
TimelineViewer - Class in ix.ip2
A very simple timeline viewer for I-P2.
TimelineViewer(Ip2) - Constructor for class ix.ip2.TimelineViewer
 
TimelineViewer.ResetHook - Class in ix.ip2
 
TimelineViewer.ResetHook() - Constructor for class ix.ip2.TimelineViewer.ResetHook
 
TimelineViewer.TimelineFrame - Class in ix.ip2
 
TimelineViewer.TimelineFrame(Ip2) - Constructor for class ix.ip2.TimelineViewer.TimelineFrame
 
TimelineViewer.TimelineFrame(String) - Constructor for class ix.ip2.TimelineViewer.TimelineFrame
 
timeListA - Variable in class ix.iview.OrderingEditor
 
timeListB - Variable in class ix.iview.OrderingEditor
 
timePanel - Variable in class ix.isim.ISimTimeFrame
 
TimePoint - Class in ix.icore.process
 
TimePoint() - Constructor for class ix.icore.process.TimePoint
 
TimePoint(long, long) - Constructor for class ix.icore.process.TimePoint
 
timePointAtZero - Variable in class ix.iplan.TimePointNet
 
TimePointNet - Class in ix.iplan
Time-point Network.
TimePointNet() - Constructor for class ix.iplan.TimePointNet
Constructs an empty time-point network.
TimePointNet.Change - Class in ix.iplan
 
TimePointNet.Change(TimePoint) - Constructor for class ix.iplan.TimePointNet.Change
 
TimePointNet.TimeConstraint - Class in ix.iplan
An internal representation of temporal "before" constraints.
TimePointNet.TimeConstraint(TimePoint, TimePoint, long, long) - Constructor for class ix.iplan.TimePointNet.TimeConstraint
 
timestamp - Variable in class ix.iface.util.KeyValueTable
 
timestampKey(Object) - Method in class ix.iface.util.KeyValueTable
 
TimeWindow - Class in ix.icore.domain
Represents a duration range.
TimeWindow() - Constructor for class ix.icore.domain.TimeWindow
 
TimeWindow(Object, Object) - Constructor for class ix.icore.domain.TimeWindow
 
TimeWindow(Duration, Duration) - Constructor for class ix.icore.domain.TimeWindow
 
TinyIds - Class in ix.iserve.ipc
Generates short ids that correspond to long ones.
TinyIds() - Constructor for class ix.iserve.ipc.TinyIds
 
TinyIds(long) - Constructor for class ix.iserve.ipc.TinyIds
 
title - Variable in class ix.ip2.ItemEditor
 
title - Variable in class ix.iserve.ipc.IServeCommTool.Controller
 
title - Variable in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
titleLabel - Variable in class ix.iface.util.GridColumn
 
titles - Static variable in class ix.isim.EventsTableModel
 
tk - Variable in class ix.util.lisp.LispReader
 
to - Variable in class ix.icore.domain.ConstraintRange
 
to - Variable in class ix.icore.domain.Ordering
 
to - Variable in class ix.icore.log.MessageSent
 
to - Variable in class ix.iscript.Assignment
 
to - Variable in class ix.iserve.ipc.MessageWrapper
 
to - Variable in class ix.test.CompendiumToIX.Link
 
toArray(Enumeration) - Static method in class ix.util.Seq
 
toArray(Collection) - Static method in class ix.util.Strings
Converts a collection of Strings to a new String array of the same size.
toCapitalised(String) - Static method in class ix.iface.ui.util.UIUtil
public static void clearMouseListeners(Component c) { MouseListener[] mls = c.getMouseListeners(); for (int i = 0; i < mls.length; i++) c.removeMouseListener(mls[i]); }
toColour() - Method in class ix.iface.ui.DefaultColourField
 
toColour() - Method in interface ix.iface.ui.FourField
 
toConstraint() - Method in class ix.util.match.MatchChoice
 
toDebug() - Method in class ix.iface.ui.table.IXTreeTableNode
 
toFont() - Method in class ix.iface.ui.DefaultColourField
 
toFont() - Method in interface ix.iface.ui.FourField
 
toFunction(Map) - Static method in class ix.util.Collect
Returns a function based on the map.
ToggleEditorPanel - Class in ix.iface.ui
A simple panel with a label (title), a component, and optional buttons.
ToggleEditorPanel() - Constructor for class ix.iface.ui.ToggleEditorPanel
 
ToggleEditorPanel(EventListener, String, JToggleButton[]) - Constructor for class ix.iface.ui.ToggleEditorPanel
 
toggleToolbar(boolean) - Method in class ix.iface.ui.JFrameMT
 
toIcon() - Method in class ix.iface.ui.DefaultColourField
 
toIcon() - Method in class ix.iface.ui.EditableColourField
 
toIcon() - Method in interface ix.iface.ui.FourField
 
toISOString() - Method in class ix.util.Duration
Returns a string that represents this duration in ISO 8601 syntax.
toJavaString() - Method in class ix.util.lisp.LList
 
toList() - Method in class ix.applet.AppletMessage
 
toLList(Enumeration) - Static method in class ix.util.Seq
 
toMap() - Method in class ix.test.xml.Mapping
 
toMap(Map) - Method in class ix.test.xml.Mapping
 
toMap(Map, DirectedGraph) - Static method in class ix.util.Graphs
Extends a map by adding a mapping from each vertex in a directed graph to the vertex's successors in that graph.
Tomato - Static variable in class ix.iface.util.XColors
 
toName - Variable in class ix.ip2.ForwardingHandler.ForwardingAction
 
toName - Variable in class ix.ip2.QueryHandler.AnswerHandler.AnswerAction
 
toName - Variable in class ix.ip2.test.TestItem
 
toNames - Variable in class ix.ip2.test.TestSequenceGenerator
 
toNames - Variable in class ix.ispace.GroupSender.SendingThread
 
tool - Variable in class ix.applet.AppletCommunicationStrategy
 
tool - Variable in class ix.iface.util.ToolController
 
tool - Variable in class ix.iserve.ipc.IServeCommStrategy
 
toolBar - Variable in class ix.iface.ui.JFrameMT
 
toolBar - Variable in class ix.iview.igraph.GExpansionEditor
 
toolbarItem - Variable in class ix.iface.ui.JFrameMT
 
ToolController - Class in ix.iface.util
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface.
ToolController() - Constructor for class ix.iface.util.ToolController
 
ToolController(String) - Constructor for class ix.iface.util.ToolController
 
ToolFrame - Class in ix.iface.util
The main frame of an I-X tool.
ToolFrame() - Constructor for class ix.iface.util.ToolFrame
 
ToolFrame(String) - Constructor for class ix.iface.util.ToolFrame
 
toolFrames - Static variable in class ix.iface.util.ToolFrame
 
ToolManager - Class in ix.iface.util
Manages the "tools" for an I-X agent's user interface.
ToolManager() - Constructor for class ix.iface.util.ToolManager
 
toolManager - Variable in class ix.ip2.PanelFrame
 
toolManager - Variable in class ix.util.TextAreaFrame.TFrame
 
toolManager - Static variable in class ix.util.xml.XMLTreeEditFrame
 
toolName - Variable in class ix.iface.util.ToolController
 
toolsMenu - Variable in class ix.iface.ui.JFrameMT
 
toolsMenu - Variable in class ix.iface.util.ToolManager
 
toolTip - Variable in class ix.iface.ui.IXToolItem
 
top - Variable in class ix.iview.igraph.CompositeRectangularNode
 
topIssues - Variable in class ix.ip2.PlanMaker
 
topLabel - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
toPlanAndBack - Variable in class ix.iplan.AutoTester
 
toPlanItem(TaskItem) - Method in class ix.icore.plan.inspect.PlanInspector
 
topLevelApply(Object, Object[]) - Method in class ix.util.lisp.Interpreter
Applies the function to the specified arguments.
topLevelEval(Expression) - Method in class ix.iscript.IScriptInterpreter
 
topLevelEval(Interpreter.Expr) - Method in class ix.util.lisp.Interpreter
Evaluates the expression in the top-level enviromnent of this interpreter.
topLevelEval(Object) - Method in class ix.util.lisp.LispInterpreter
 
toPlist - Variable in class ix.util.lisp.EqMap
 
topNodes - Variable in class ix.ip2.PlanMaker
 
topologicalSort(DirectedGraph) - Static method in class ix.util.Graphs
DAG topological sort, returning ancestors before descendents.
TopologicalSorter - Class in ix.util
DAG topological sort, returning ancestors before descendents.
TopologicalSorter() - Constructor for class ix.util.TopologicalSorter
 
topPanel - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
topSelectedActivities - Variable in class ix.ip2.PlanMaker
 
topString - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
toRef - Variable in class ix.ip2.QueryHandler.AnswerHandler.AnswerAction
 
toString() - Method in class ix.applet.MessageServer.User
 
toString() - Method in class ix.examples.PicoISim.SimEvent
 
toString() - Method in class ix.examples.PicoIX.Activity
 
toString() - Method in class ix.examples.PicoIX.Constraint
 
toString() - Method in class ix.ichat.ChatMessage
 
toString() - Method in class ix.icore.Activity
 
toString() - Method in class ix.icore.domain.AcrossNode
 
toString() - Method in class ix.icore.domain.AtNodeEnd
 
toString() - Method in class ix.icore.domain.Constraint
 
toString() - Method in class ix.icore.domain.ConstraintRange
 
toString() - Method in class ix.icore.domain.Domain
 
toString() - Method in class ix.icore.domain.End
 
toString() - Method in class ix.icore.domain.NodeEndRef
 
toString() - Method in class ix.icore.domain.NodeSpec
 
toString() - Method in class ix.icore.domain.ObjectClass
 
toString() - Method in class ix.icore.domain.ObjectProperty.Syntax
 
toString() - Method in class ix.icore.domain.ObjectProperty
 
toString() - Method in class ix.icore.domain.Ordering
 
toString() - Method in class ix.icore.domain.PatternAssignment
 
toString() - Method in class ix.icore.domain.Refinement
 
toString() - Method in class ix.icore.domain.TimeWindow
 
toString() - Method in class ix.icore.event.AnnotationEvent
 
toString() - Method in class ix.icore.GenericConstraint
 
toString() - Method in class ix.icore.Issue
 
toString() - Method in class ix.icore.plan.PlanNode
 
toString() - Method in class ix.icore.plan.PlanVariable
 
toString() - Method in class ix.icore.plan.PlanVariableDeclaration
 
toString() - Method in class ix.icore.plan.VariableScope
 
toString() - Method in class ix.icore.Priority
 
toString() - Method in class ix.icore.process.PNodeEnd
 
toString() - Method in class ix.icore.Report
 
toString() - Method in class ix.icore.ReportType
 
toString() - Method in class ix.icore.Status
 
toString() - Method in class ix.icore.Variable
 
toString() - Method in class ix.icore.YesNo
 
toString() - Method in class ix.iface.domain.ChecklistParser.Line
 
toString(Object) - Method in class ix.iface.domain.LTF_Writer
 
toString(Object) - Method in class ix.iface.domain.TF_Writer
 
toString() - Method in class ix.iface.ui.DefaultColourField
 
toString() - Method in interface ix.iface.ui.FourField
 
toString() - Method in class ix.iface.util.HtmlStringWriter
 
toString() - Method in class ix.iface.util.SelectionPanel.Row
 
toString() - Method in class ix.ip2.ActivityHandler
 
toString() - Method in class ix.ip2.AgendaItem
 
toString() - Method in class ix.ip2.BindingViewer.Value
 
toString() - Method in class ix.ip2.event.AgendaItemEvent
 
toString() - Method in class ix.ip2.ForwardingHandler
 
toString() - Method in class ix.ip2.HandlerAction
 
toString() - Method in class ix.ip2.IssueHandler
 
toString() - Method in class ix.ip2.ItemHandler
Returns a textual representation of this handler.
toString() - Method in class ix.ip2.ObjectWhiteboard.Fact
 
toString() - Method in class ix.iplan.Alternative
 
toString() - Method in class ix.iplan.IPlanOptionManager.Opt
 
toString() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
toString() - Method in class ix.iplan.PlanTest
Returns "className[...]" wrapped around the result of calling PlanTest.testDescription().
toString() - Method in exception ix.iplan.Poison
 
toString() - Method in class ix.iplan.SlipAchiever
 
toString() - Method in class ix.iplan.SlipExpander
 
toString() - Method in class ix.iplan.TimePointNet.TimeConstraint
 
toString() - Method in class ix.iscript.Expression
 
toString() - Method in class ix.iserve.ipc.IServeCommServer.User
 
toString() - Method in class ix.iserve.ipc.sl.SLRpcMessage
 
toString() - Method in class ix.isim.dynamic.AnimatedObject
 
toString() - Method in class ix.isim.dynamic.BearingMoveSpec
 
toString() - Method in class ix.isim.TimedEvent
 
toString() - Method in class ix.isim.util.LongKeyTreeMap.Entry
 
toString() - Method in class ix.isim.util.TreeOfListsLongPriorityQueue
This function creates the printable string representation of this priority queue.
toString() - Method in class ix.ispace.AgentData
 
toString() - Method in class ix.ispace.AgentRelationship
 
toString() - Method in class ix.ispace.event.ContactEvent
 
toString() - Method in class ix.ispace.VerbCapability
 
toString() - Method in class ix.iview.domain.UIDomain
 
toString() - Method in class ix.iview.domain.UIObjectClass
 
toString() - Method in class ix.iview.igraph.NodePosition
 
toString() - Method in class ix.iview.util.EditablePriority
 
toString() - Method in class ix.test.xml.LispSourceText
 
toString() - Method in class ix.test.xml.VirtualWorld
 
toString() - Method in class ix.test.xml.WorldStateView.Filter
 
toString() - Method in class ix.util.AbstractUndoAction
 
toString() - Method in class ix.util.context.Context
 
toString() - Method in class ix.util.context.ContextHashMap.Entry
 
toString() - Method in class ix.util.Duration
Returns an easy-to-read description of this duration.
toString() - Method in class ix.util.FileExtensionFileFilter
 
toString() - Method in class ix.util.IntRef
 
toString() - Method in class ix.util.ipc.DispatchingStrategy.Strategy
 
toString() - Method in class ix.util.ipc.ServiceAddress
 
toString() - Method in class ix.util.lisp.Cons
 
toString() - Method in class ix.util.lisp.Interpreter.Closure
 
toString() - Method in class ix.util.lisp.Interpreter.Expr
 
toString() - Method in class ix.util.lisp.Interpreter.JFunction
 
toString() - Method in class ix.util.lisp.Null
 
toString() - Method in class ix.util.lisp.Symbol
 
toString() - Method in class ix.util.match.Bindings
 
toString() - Method in class ix.util.MinMax
 
toString() - Method in class ix.util.Name
 
toString() - Method in class ix.util.PropertyLogger.LoggingMap
 
toString() - Method in class ix.util.Ref
 
toString() - Method in class ix.util.reflect.ClassDescr
 
toString() - Method in class ix.util.reflect.ClassFinder.Import
 
toString() - Method in class ix.util.reflect.FieldDescr
 
toString() - Method in class ix.util.reflect.InheritanceTree
 
toString(T) - Method in interface ix.util.reflect.Stringer
Returns a textual representation of the object.
toString() - Method in class ix.util.SimpleStringBuffer
Returns a String containing all the characters that have so far been added to the buffer.
toString() - Method in class ix.util.ThreadCondition
 
toString() - Method in class ix.util.UniqueObject
 
toString() - Method in class ix.util.xml.AbstractFileSyntax
 
toString() - Method in class ix.util.xml.event.NamespaceEvent
 
toString() - Method in class ix.util.xml.XMLSchemaSyntax.ExtendedElement
 
toString() - Method in class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
toSymbol() - Method in class ix.iface.ui.DefaultColourField
 
toSymbol() - Method in interface ix.iface.ui.FourField
 
toUncapitalised(String) - Static method in class ix.iface.ui.util.UIUtil
 
toURL(String) - Static method in class ix.test.ReadURLTest
 
toURL(String) - Method in class ix.util.xml.FileSyntaxManager
Converts the name to a URL where the name can be a URL, the name of an existing file, or a resource accessible via this FileSyntaxManager's class's class loader.
toURL(String) - Static method in class ix.util.xml.XML
Returns a URL for a specified resource.
toVarMap - Variable in class ix.test.MatchChoiceTest.VarMaker
 
toVector(Enumeration) - Static method in class ix.util.Seq
 
towerBlocks(String) - Method in class ix.test.BlockStacker
Returns a list of symbols representing the blocks in a tower.
towerPatterns(List) - Method in class ix.test.BlockStacker
 
towers(String) - Method in class ix.test.BlockStacker
Returns a list of lists, one list per tower.
towers - Variable in class ix.test.SimpleBlockSim
 
tpn_mark - Variable in class ix.icore.process.TimePoint
 
tpnm - Variable in class ix.ip2.Ip2ModelManager
 
trace(String) - Method in class ix.iplan.AutoTester
 
trace - Variable in class ix.iplan.PlanCheckingSimulator
 
trace - Variable in class ix.test.SimpleExpandingSimulator
 
trace - Variable in class ix.test.SimpleRSim
 
traceDetails - Static variable in class ix.util.match.MatchChoiceManager
 
traceEnsureNL() - Method in class ix.iplan.AutoTester
 
traceln(String) - Method in class ix.iplan.AutoTester
 
traceln(String, Object) - Method in class ix.iplan.AutoTester
 
traceln(String) - Method in class ix.iplan.PlanCheckingSimulator
 
traceln(String, Object) - Method in class ix.iplan.PlanCheckingSimulator
 
traceln(String) - Method in class ix.test.CheckDomains
 
traceln(String) - Method in class ix.test.SerializationTest
 
traceln(String) - Method in class ix.test.SimpleRSim
 
traceln(String, Object) - Method in class ix.test.SimpleRSim
 
traceOut - Variable in class ix.iplan.AutoTester
 
traceOut - Variable in class ix.iplan.PlanCheckingSimulator
 
traceOut - Variable in class ix.test.SimpleExpandingSimulator
 
traceOut - Variable in class ix.test.SimpleRSim
 
traceReceive(IPC.InputMessage) - Method in class ix.util.ipc.TracingStrategy
 
traceSend(Object, Object) - Method in class ix.util.ipc.TracingStrategy
 
TracingStrategy - Class in ix.util.ipc
A wrapper strategy that describes the input and output as XML.
TracingStrategy() - Constructor for class ix.util.ipc.TracingStrategy
 
TracingStrategy(IPC.CommunicationStrategy) - Constructor for class ix.util.ipc.TracingStrategy
 
TrainsTest - Class in ix.test.xml
Describes a trains-domain plan test.
TrainsTest() - Constructor for class ix.test.xml.TrainsTest
 
TrainsTest.TrainsTestRunner - Class in ix.test.xml
 
TrainsTest.TrainsTestRunner(TrainsTest, AutoTester) - Constructor for class ix.test.xml.TrainsTest.TrainsTestRunner
 
transcript(String) - Method in class ix.applet.AppletCommunicationStrategy
 
transcript(String) - Method in class ix.applet.AppletCommunicationTool
 
transcript(String) - Method in class ix.iquery.LookupHandler
Adds a line to the agent's transcript window after switching to the AWT event-handling thread.
transcript(String) - Method in class ix.iserve.ipc.IServeCommStrategy
 
transcript(String) - Method in class ix.iserve.ipc.IServeCommTool
 
transcript - Variable in class ix.itest.ReceivePanel
 
transcript(String) - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer
 
transcriptLater(String) - Method in class ix.iserve.ipc.IServeCommStrategy
 
TranscriptTextArea - Class in ix.iface.util
A JTextArea for recording transcripts and similar information.
TranscriptTextArea(int, int) - Constructor for class ix.iface.util.TranscriptTextArea
Constructs an empty text area of the specified size.
TranscriptTextPane - Class in ix.iface.util
A JTextPane for recording transcripts and similar information.
TranscriptTextPane() - Constructor for class ix.iface.util.TranscriptTextPane
Constructs an empty pane.
transferMessages() - Method in class ix.applet.MessageServer.UserMessageThread
 
TransferThread - Class in ix.util
A thread that processes a message queue.
TransferThread() - Constructor for class ix.util.TransferThread
 
transform(Document) - Method in class ix.test.CompendiumToIX
 
transform(Document, String) - Static method in class ix.util.xml.Xform
 
transformToActivity(Issue) - Method in class ix.itest.SendPanel.ActivityControls
 
transformToActivity(Issue) - Method in class ix.itest.SendPanel
 
TransformToActivityHandler - Class in ix.ip2
Generates a HandlerAction that removes an issue and sets up the Messenger to add it as an activity.
TransformToActivityHandler(Ip2) - Constructor for class ix.ip2.TransformToActivityHandler
 
transitiveClosure(DirectedGraph) - Static method in class ix.util.Graphs
Transitive closure of a relation.
TransitiveClosure - Interface in ix.util
The transitive closure of a relation that can be treated as directed graph.
TranslateFile - Class in ix.test
 
TranslateFile() - Constructor for class ix.test.TranslateFile
 
translateFile(String, String) - Static method in class ix.test.TranslateFile
 
TRANSPORT_DISTANCE - Static variable in class ix.test.MakeDistanceTable
 
transpose(DirectedGraph) - Static method in class ix.util.Graphs
Returns a graph in which vertex-to-successor edges go in the opposite direction from those in the original graph.
transposeMap(Map) - Static method in class ix.util.Collect
Returns a map of the same class as the original but with keys and values exchanged.
tree - Variable in class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
tree - Variable in class ix.util.xml.XMLTreeEditPanel.RecordingExpansionListener
 
treeCollapsed(TreeExpansionEvent) - Method in class ix.util.xml.XMLTreeEditPanel.RecordingExpansionListener
 
treeEditorTemplateClassRoots() - Method in class ix.ip2.Ip2XMLConfig
 
treeEditorTemplateClassRoots() - Method in class ix.util.xml.XMLConfig
 
treeExpanded(TreeExpansionEvent) - Method in class ix.util.xml.XMLTreeEditPanel.RecordingExpansionListener
 
treeIconColumn - Variable in class ix.iface.ui.table.AbstractTreeTableModel
the column to be used as a tree-icon column
treeNodesChanged(TreeModelEvent) - Method in class ix.iview.AROEditorPanel
 
treeNodesInserted(TreeModelEvent) - Method in class ix.iview.AROEditorPanel
 
treeNodesRemoved(TreeModelEvent) - Method in class ix.iview.AROEditorPanel
 
TreeOfListsLongPriorityQueue - Class in ix.isim.util
This class represents a priority queue, that is a queue in which elements can be held and from which they can be retrieved by priority.
TreeOfListsLongPriorityQueue() - Constructor for class ix.isim.util.TreeOfListsLongPriorityQueue
This constructor creates an empty PriorityQueue.
TreeOfListsLongPriorityQueue(Object, long) - Constructor for class ix.isim.util.TreeOfListsLongPriorityQueue
This constructor creates a priority queue with exactly one element, the given object queued at the given priority.
treeStructureChanged() - Method in interface ix.iface.ui.table.event.TreeTableStructureListener
 
treeStructureChanged() - Method in class ix.iface.ui.table.IXTreeTable
bold making is now in AbsTTModel Reacts to new tree structure by updating nameColumn, making it bold for parents.
treeStructureChanged(TreeModelEvent) - Method in class ix.iview.AROEditorPanel
 
TreeTableStructureListener - Interface in ix.iface.ui.table.event
 
TreeTransferHandler - Class in ix.iface.ui.tree
DISABLED!
TreeTransferHandler(EditableTree, EditableTree, int) - Constructor for class ix.iface.ui.tree.TreeTransferHandler
 
treeView - Variable in class ix.ip2.ItemEditor
 
trigger - Variable in class ix.iplan.SlipSingleStepper
 
TRUE - Variable in class ix.ip2.VariableManager.FilterMatcher
 
TRUE - Static variable in class ix.iplan.PlanCheckingSimulator
 
TRUE - Static variable in class ix.iplan.SanityChecker
 
TRUE - Static variable in class ix.test.xml.WorldStateView
 
TRUE - Static variable in class ix.util.lisp.Interpreter
The value that an interpreter thinks should be used by default to represent truth.
trueOf(Object) - Method in class ix.test.DigestSet.IsNewPredciate
 
trueOf(LList, Object) - Method in class ix.test.xml.WorldStateView.Filter
 
trueOf(T) - Method in interface ix.util.Predicate1
 
trueOf(Object, Object) - Method in interface ix.util.Predicate2
 
tryAsNumber(String) - Method in class ix.util.lisp.LispReader
 
tryBindings(Map) - Method in class ix.ip2.VariableManager
 
tryClassForName(String) - Static method in class ix.util.reflect.ClassFinder
Like Class.forName(String) but returns null if the class cannot be found.
tryConstraint(PicoIX.Constraint) - Method in class ix.examples.PicoIX.ActivityHandler
 
tryConstraint(PicoIX.Constraint) - Method in class ix.examples.PicoIX.ConstraintManager
 
tryConstraint(PicoIX.Constraint) - Method in class ix.examples.PicoIX.ModelManager
 
tryConstraint(PicoIX.Constraint) - Method in class ix.examples.SimResource.CM
 
tryGetMethod(Method, FieldMap) - Method in class ix.util.reflect.ClassSyntax
 
tryMatch(Object) - Method in class ix.iface.domain.LTF_Parser.ConstraintParser
Matches this parser's pattern against the spec by calling SimpleMatcher.match(Object, Object).
tryMatch(Object) - Method in class ix.util.match.MatchCase
tryMatch attempts to match against the pattern, returning null if the match fails and some non-null object (such as a MatchEnv) if the match succeeds.
tryName(String) - Method in class ix.util.reflect.ClassFinder.Import
Tries to find a class for the name.
tryRegisteringAgain() - Method in class ix.ip2.SyncStateClient.StartupHook
 
trySetMethod(Method, FieldMap) - Method in class ix.util.reflect.ClassSyntax
 
tryToWakeup(IServeCommServer.User, Date) - Method in class ix.iserve.ipc.sl.IServeSLCommServer
 
tryUnwaiting(PNodeEnd, PNodeEnd) - Method in class ix.iplan.Slip
 
tUpdater - Variable in class ix.isim.ISimTimer
the Thread used for updating the display
Turquoise - Static variable in class ix.iface.util.XColors
 
TWITTER_NAMESPACE - Variable in class ix.test.TwitterAtomSearchTest
 
TwitterAtomSearchTest - Class in ix.test
Tests HTTP "GET" requests that obtain XML.
TwitterAtomSearchTest() - Constructor for class ix.test.TwitterAtomSearchTest
 
TwoIp2Test - Class in ix.test
Test starting two I-P2s in the same JVM.
TwoIp2Test() - Constructor for class ix.test.TwoIp2Test
 
TwoIp2Test.AgentClassLoader - Class in ix.test
 
TwoIp2Test.AgentClassLoader(URL[]) - Constructor for class ix.test.TwoIp2Test.AgentClassLoader
 
TwoKeyHashMap<K1,K2,V> - Class in ix.util
 
TwoKeyHashMap() - Constructor for class ix.util.TwoKeyHashMap
 
type - Variable in class ix.examples.PicoIX.Constraint
 
type - Variable in class ix.examples.PicoIX.ConstraintManager
 
type - Variable in class ix.icore.domain.Constraint
 
type - Variable in class ix.icore.GenericConstraint
 
type - Variable in class ix.icore.plan.ProcessParameter
 
TYPE - Static variable in class ix.ip2.ObjectView
 
type - Variable in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
type - Variable in class ix.iview.domain.UISpec
 
type - Variable in class ix.iview.SpecEditor
 
TYPE - Static variable in class ix.test.MakeDistanceTable
 
type - Variable in class ix.util.context.TypedContextValue
 
type - Variable in class ix.util.reflect.ClassDescr
 
type - Variable in class ix.util.reflect.FieldDescr
 
TYPE_STRING_a - Static variable in class ix.iview.util.IVUtil
 
TYPE_STRING_b - Static variable in class ix.iview.util.IVUtil
 
typeChangedTo(String) - Method in class ix.itest.SendPanel
 
typeChoice - Variable in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
typeConstraint - Variable in class ix.iview.ObjectConstraintEditor
 
typedCons(Class, Object, LList) - Static method in class ix.util.lisp.Cons
 
TypedContextValue<T> - Class in ix.util.context
An object that contains a single context-dependent value.
TypedContextValue(Class, T) - Constructor for class ix.util.context.TypedContextValue
 
TypedContextValue(ContextHolder, Class, T) - Constructor for class ix.util.context.TypedContextValue
 
typeDescr - Variable in class ix.util.reflect.FieldDescr
 
TypedList<E> - Interface in ix.util
A List whose elements must be instances of a particluar subclass of Object.
typeField - Variable in class ix.iview.DefaultConstraintEditor
 
typeName - Static variable in class ix.util.reflect.ClassDescr
Internal type names
types - Variable in class ix.ip2.ObjectView
 
types - Static variable in class ix.isim.EventsTableModel
 
typeSelector - Variable in class ix.itest.SendPanel
 

U

uiConstruct - Variable in class ix.iview.AConstructEditorPanel
 
UIDefaultsTest - Class in ix.test
 
UIDefaultsTest() - Constructor for class ix.test.UIDefaultsTest
 
uiDomain - Variable in class ix.iview.AROEditorPanel.ClassTreeTableModel
 
UIDomain - Class in ix.iview.domain
Mirrors the Domain for safe editing and adds UI things and change management.
UIDomain(Domain, DomainEditor) - Constructor for class ix.iview.domain.UIDomain
 
UIDomain(DomainEditor) - Constructor for class ix.iview.domain.UIDomain
 
UIDomain(String, DomainEditor) - Constructor for class ix.iview.domain.UIDomain
 
uiDomain - Variable in class ix.iview.domain.UIGrammar
 
uiDomain - Variable in class ix.iview.domain.UINodeSpec
 
uiDomain - Variable in class ix.iview.domain.UIObjectClass
 
uiDomain - Variable in class ix.iview.domain.UIRefinement
 
uiDomain - Variable in class ix.iview.DomainEditor
The current domain in the editor.
uiDomain - Variable in class ix.iview.GrammarEditorPanel.GenericConstraintTableModel
 
uiDomain - Variable in class ix.iview.ObjectConstraintEditor
 
uiDomain - Variable in class ix.iview.table.ActionTreeTableModel
 
uiDomain - Variable in class ix.iview.tree.DomainTreeModel
 
UIDomainEvent - Class in ix.iview.domain.event
 
UIDomainEvent(UIDomain, UIObject) - Constructor for class ix.iview.domain.event.UIDomainEvent
 
UIDomainEvent(UIDomain) - Constructor for class ix.iview.domain.event.UIDomainEvent
 
UIDomainListener - Interface in ix.iview.domain.event
 
UIEditableObject - Interface in ix.iview.domain
An interface for objects to be edited, especially via IForm editors
UIGrammar - Class in ix.iview.domain
A class that holds grammar information - dummy for now.
UIGrammar(UIDomain) - Constructor for class ix.iview.domain.UIGrammar
 
UILayout - Variable in class ix.isim.ISimEventsFrame
 
UINodeSpec - Class in ix.iview.domain
 
UINodeSpec(UIDomain) - Constructor for class ix.iview.domain.UINodeSpec
 
UINodeSpec(UIDomain, NodeSpec) - Constructor for class ix.iview.domain.UINodeSpec
 
UINodeSpec(UIDomain, Object, LList) - Constructor for class ix.iview.domain.UINodeSpec
 
uio - Variable in class ix.iview.AConstructFramePanel.JModifyDialog
 
UIObject - Interface in ix.iview.domain
A construct that mirrors a domain object and adds UI things.
UIObjectClass - Class in ix.iview.domain
A class that helps to edit type specifications for activity relatable objects.
UIObjectClass(UIDomain, String) - Constructor for class ix.iview.domain.UIObjectClass
 
UIObjectClass(UIDomain, Symbol) - Constructor for class ix.iview.domain.UIObjectClass
 
UIObjectClass(UIDomain, ObjectClass) - Constructor for class ix.iview.domain.UIObjectClass
 
UIObjectClassSetEditor - Class in ix.iview
Support for editing sets of named objects (e.g. refinements or object classes).
UIObjectClassSetEditor(DomainObjectManager, LinkedList) - Constructor for class ix.iview.UIObjectClassSetEditor
 
UIRefinement - Class in ix.iview.domain
Mirrors the domain's Refinement and adds UI, Graph, and TreeNode things
UIRefinement(UIDomain) - Constructor for class ix.iview.domain.UIRefinement
 
UIRefinement(UIDomain, Refinement) - Constructor for class ix.iview.domain.UIRefinement
 
UIRefinement.ConstraintTypeException - Exception in ix.iview.domain
 
UIRefinement.ConstraintTypeException() - Constructor for exception ix.iview.domain.UIRefinement.ConstraintTypeException
 
UIRefinement.ConstraintTypeException(String) - Constructor for exception ix.iview.domain.UIRefinement.ConstraintTypeException
 
UIRefinement.NodeTypeException - Exception in ix.iview.domain
 
UIRefinement.NodeTypeException() - Constructor for exception ix.iview.domain.UIRefinement.NodeTypeException
 
UIRefinement.NodeTypeException(String) - Constructor for exception ix.iview.domain.UIRefinement.NodeTypeException
 
UIRefinementSetEditor - Class in ix.iview
Support for editing sets of named objects (e.g. refinements or object classes).
UIRefinementSetEditor(DomainObjectManager, LinkedList) - Constructor for class ix.iview.UIRefinementSetEditor
 
UISpec - Class in ix.iview.domain
A class to distinguish different types of specifications that can come back from a SpecEditor.
UISpec(String, String) - Constructor for class ix.iview.domain.UISpec
 
UISpec(String, LList) - Constructor for class ix.iview.domain.UISpec
 
UIUtil - Class in ix.iface.ui.util
Class for useful static methods.
UIUtil() - Constructor for class ix.iface.ui.util.UIUtil
 
UIUtil.ToStringComparator - Class in ix.iface.ui.util
 
UIUtil.ToStringComparator() - Constructor for class ix.iface.ui.util.UIUtil.ToStringComparator
 
unacknowledged - Variable in class ix.applet.MessageServer.User
 
unacknowledged - Variable in class ix.iserve.ipc.IServeCommServer.User
 
unbound - Variable in class ix.ip2.Ip2ModelManager.BindingSentinel
 
unboundVariables - Variable in class ix.ip2.AbstractAgendaItemPopupMenu
 
unboundVariables - Variable in class ix.ip2.CompletionHandler.DoneAction
 
unboundVariables - Variable in class ix.ip2.ConditionHandler.SatisfyAction
 
unboundVariables - Variable in class ix.iplan.IPlanConditionHandler.SatisfyAction
 
UnboundVariablesUnreadyReason - Class in ix.ip2
Explains that a HandlerAction is not ready to be used because certain variables do not yet have values.
UnboundVariablesUnreadyReason(HandlerAction, Set) - Constructor for class ix.ip2.UnboundVariablesUnreadyReason
Creates an unready reason for the specified action and variables.
UnboundVariablesUnreadyReason(HandlerAction, AgendaItem) - Constructor for class ix.ip2.UnboundVariablesUnreadyReason
Creates an unready reason for the specified action and the unbound variables in the agenda-item's pattern.
unboundVars - Variable in exception ix.icore.domain.MissingValuesException
 
unboundVars - Variable in class ix.ip2.UnboundVariablesUnreadyReason
 
unboundVarsAnywhereIn(Object) - Static method in class ix.icore.Variable
 
unboundVarsIn(Collection) - Static method in class ix.icore.Variable
 
uncapitalize(String) - Static method in class ix.util.Strings
Returns a copy of the string in which the first character is in lower case and the rest of the string is left as it was.
UNDEF - Static variable in class ix.ip2.LispComputeInterpreter
 
UNDEF - Static variable in class ix.util.context.ContextHashMap
 
undo() - Method in class ix.ip2.AgendaItem.UndoAddHistoryEvent
 
undo() - Method in class ix.ip2.AgendaItem.UndoSetComments
 
undo() - Method in class ix.ip2.AgendaItem.UndoSetPriority
 
undo() - Method in class ix.ip2.AgendaItem.UndoSetStatus
 
undo() - Method in class ix.ip2.Ip2ModelManager
 
undo(String) - Method in class ix.ip2.Ip2ModelManager
 
undo() - Method in class ix.iplan.IPlanOptionManager.Opt
 
undo() - Method in class ix.iplan.IPlanOptionManager.Opt.UndoPoint
 
undo() - Method in class ix.iplan.IPlanOptionManager
 
undo() - Method in class ix.iplan.TimePointNet.Change
 
undo() - Method in class ix.iview.AConstructFramePanel
 
undo() - Method in class ix.iview.UndoManager
Undoes an undoable change.
undo(EditableObject) - Method in class ix.iview.UndoManager
As above, but for a given object.
undo() - Method in interface ix.util.UndoAction
Does whatever undoing this object represents.
undoableTransaction(String, Runnable) - Method in class ix.ip2.Ip2ModelManager
Packages an undoable transaction as one method call.
undoableTransaction(String, Runnable) - Method in class ix.iplan.IPlanOptionManager
Packages an undoable transaction as one method call.
UndoAction - Interface in ix.util
An object used to undo something.
undoActions - Variable in class ix.iplan.IPlanOptionManager.Opt.UndoPoint
 
undoChanged(UndoManager, EditableObject) - Method in class ix.iview.DomainEditorFrame
 
undoChanged(UndoManager, EditableObject) - Method in interface ix.iview.event.UndoChangeListener
 
UndoChangeListener - Interface in ix.iview.event
An interface listener to be used to listen to IFormModel data changes.
UndoEditing - Interface in ix.iview
An interface to be implemented by any panel that edits a construct and wants to take advantage of an UndoManager.
UndoException - Exception in ix.ip2
Exceptions realted to undo operations in I-P2.
UndoException(String) - Constructor for exception ix.ip2.UndoException
 
UndoException.NoFurtherUndo - Exception in ix.ip2
 
UndoException.NoFurtherUndo() - Constructor for exception ix.ip2.UndoException.NoFurtherUndo
 
undoGetValue(String) - Method in class ix.iview.AConstructFramePanel
Gets the given field to the given value in the editor.
undoGetValue(String) - Method in class ix.iview.ActionFormPanel
Gets the given field to the given value in the editor.
undoGetValue(String) - Method in class ix.iview.AROEditorPanel.AROFormPanel
Gets the given field to the given value in the editor.
undoGetValue(String) - Method in class ix.iview.igraph.GExpansionEditor
Gets the given field to the given value in the editor.
undoGetValue(String) - Method in interface ix.iview.UndoEditing
Gets the given field to the given value in the editor.
undoIndex - Variable in class ix.iview.UndoManager
 
undoing - Variable in class ix.iview.UndoManager
 
undoIsActive() - Method in class ix.iplan.IPlanOptionManager
 
undoIsEnabled() - Method in class ix.ip2.Ip2ModelManager
 
UndoManager - Class in ix.iview
A manager that keeps track of objects' edits for undo/redo purposes.
UndoManager(UndoEditing) - Constructor for class ix.iview.UndoManager
Creates an undo manager with the given source of the editing for data lookup and setting.
UndoManager.UndoNote - Class in ix.iview
 
UndoManager.UndoNote(EditableObject, String, Object, Object) - Constructor for class ix.iview.UndoManager.UndoNote
 
undoMenuItem - Variable in class ix.ip2.Ip2Frame
 
undone - Variable in class ix.iview.UndoManager.UndoNote
 
undoObjects - Variable in class ix.iview.UndoManager
a map of undos for previously edited objects
undoSetValue(String, Object) - Method in class ix.iview.AConstructFramePanel
Sets the given field to the given value in the editor.
undoSetValue(String, Object) - Method in class ix.iview.ActionFormPanel
Sets the given field to the given value in the editor.
undoSetValue(String, Object) - Method in class ix.iview.AROEditorPanel.AROFormPanel
Sets the given field to the given value in the editor.
undoSetValue(String, Object) - Method in class ix.iview.igraph.GExpansionEditor
Sets the given field to the given value in the editor.
undoSetValue(String, Object) - Method in interface ix.iview.UndoEditing
Sets the given field to the given value in the editor.
undoTpnChanges(List) - Method in class ix.iplan.TimePointNet
 
undoTrail - Variable in class ix.iplan.IPlanOptionManager.Opt
 
undoUncommittedChanges() - Method in class ix.iface.util.SelectionPanel.SelectionTable
 
unexpandNode(IXTreeTableNode, int) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Removes the node's children from the table and notes it as unexpanded.
unexpandOrderings(List<Ordering>) - Static method in class ix.test.OrderingNotationTest
Turns a list of Orderings into the notation used in LTF.
unfold() - Method in class ix.ip2.AbstractAgendaItemPopupMenu
Tell the view to show the subitems of this menu's AgendaItem.
unfold() - Method in class ix.ip2.AgendaViewTable.ItemPopupMenu
 
unhash(int) - Static method in class ix.util.lisp.Lisp
 
unhash(int) - Method in class ix.util.lisp.ObjectHash
The inverse of ObjectHash.hash(Object).
union(Collection, Collection) - Static method in class ix.util.Collect
Returns a new collection of the same class as its first argument and that contains the elements that appear in the first collection plus all elements from the second collection that were not already in the first.
UniqueObject - Class in ix.util
Objects used just to be distinct from other objects.
UniqueObject(String) - Constructor for class ix.util.UniqueObject
 
UniqueObject() - Constructor for class ix.util.UniqueObject
 
unlink() - Method in class ix.icore.process.PNode
 
unlink() - Method in class ix.icore.process.PNodeEnd
 
unmarkRow(int) - Method in class ix.iface.ui.table.AbstractIXTableModel
 
unmarkRow(int) - Method in class ix.iface.ui.table.IXTable
 
unpackRequest(Object) - Method in class ix.applet.MessageServer
 
unparse(LList) - Static method in class ix.util.PatternParser
 
unparsePattern(LList) - Method in class ix.util.PatternParser.LispPatternParser
 
unparsePattern(LList) - Method in interface ix.util.PatternParser.Parser
 
unprintableToString(Object) - Method in class ix.util.lisp.LispPrinter
 
unsatisfiedConditions - Variable in class ix.ip2.UnsatisfiedConditionsUnreadyReason
 
UnsatisfiedConditionsUnreadyReason - Class in ix.ip2
Explains that a HandlerAction is not ready to be used because conditions cannot be satisfied.
UnsatisfiedConditionsUnreadyReason(HandlerAction, List, List, MatchEnv) - Constructor for class ix.ip2.UnsatisfiedConditionsUnreadyReason
Creates an unready reason for the specified action and conditions.
unselectedBorder - Variable in class ix.iface.ui.IXLabelRenderer
A border to provide the colour of an unselected border
unselectedBorder - Variable in class ix.iface.ui.IXTextRenderer
A border to provide the colour of an unselected border
unselectedBorders - Variable in class ix.iface.util.PriorityComboBox.PriorityCellRenderer
 
unsetSimpleField(String) - Method in class ix.iface.ui.IFormPanel
 
UNSPECIFIED - Static variable in class ix.ip2.test.TestSequenceGenerator
 
unwaitTable - Variable in class ix.iplan.Slip
 
up - Variable in class ix.util.lisp.Interpreter.VarRef
 
updateAction() - Method in class ix.iview.igraph.ExpansionModel
Updates the current action from the graph
updateAction(UIRefinement) - Method in class ix.iview.igraph.ExpansionModel
Updates the given action from the graph
updateApplicationFromProperties() - Method in class ix.iface.ui.JPropertiesManager
 
updateApplicationFromProperties(PropertiesApplication) - Method in class ix.iface.ui.JPropertiesManager
 
updateCanvasPoints() - Method in class ix.iview.igraph.IGraph
 
updateConstCols() - Method in class ix.iview.DeclarationEditor.VarTypeTableModel
 
updateConstruct(Object) - Method in class ix.iface.ui.AbstractSetEditor
 
updateConstruct(UIObject) - Method in class ix.iview.domain.UIDomain
 
updateCurrentPanel(JPanel) - Method in class ix.iface.ui.JFrameMTP
Carry out updates when the panel has been changed in the window via tab or card selection.
updateCurrentPanel(String) - Method in class ix.iface.ui.JFrameMTP
 
updateCurrentPanel(AConstructFramePanel) - Method in class ix.iview.DomainEditorFrame
Sets the current panel and sets the domain in the panel
updateData(Collection) - Method in class ix.iface.ui.table.AbstractTreeTableModel
Sets the table's rows to the given TreeNode objects, maintaining current expansions and notifies listeners.
updateHideBits() - Method in class ix.iface.ui.IFormPanel
 
updateInDomain(Domain) - Method in class ix.iview.domain.UIDomain
 
updateInDomain(Domain) - Method in interface ix.iview.domain.UIObject
Updates the base object in the domain with the contents of this object.
updateInDomain(Domain) - Method in class ix.iview.domain.UIObjectClass
 
updateInDomain() - Method in class ix.iview.domain.UIRefinement
 
updateInDomain(Domain) - Method in class ix.iview.domain.UIRefinement
 
updateList() - Method in class ix.iview.GlobalFormPanel
 
updateNames(List, HashMap) - Method in class ix.iface.ui.IFormPanel
Change the labels in the given panels using the given fields.
updateNodes(List) - Method in class ix.iview.domain.UIRefinement
 
updateNow() - Method in class ix.isim.ISimTimer.UpdateTimeDisplayThread
 
updateOrderings() - Method in class ix.iview.domain.UIRefinement
 
updateOverview() - Method in class ix.iview.AConstructFramePanel
 
updatePropertiesFromApplication() - Method in class ix.iface.ui.JPropertiesManager
 
updatePropertiesFromApplication(PropertiesApplication) - Method in class ix.iface.ui.JPropertiesManager
 
updatePropertyBox() - Method in class ix.iview.table.PropertyTableModel
 
updateStatus(TimedEvent, int) - Method in class ix.isim.ISimEngine
 
updateSuperClasses() - Method in class ix.iview.domain.UIObjectClass
Makes sure that super classes know about this one!
updateTable() - Method in class ix.iview.GlobalFormPanel
Todo: preserve expansions
updateTimeWindows(List) - Method in class ix.iplan.TimePointNet
 
updateToolbar(boolean) - Method in class ix.iview.ActionEditorPanel
 
updateToolbar(boolean) - Method in class ix.iview.DomainEditorFrame
Updates the toolbar buttons with text shown or not, according to the parameter
updateTree() - Method in class ix.iview.ActionEditorPanel
 
updateTree() - Method in class ix.iview.AROEditorPanel
 
updateTreeSelection() - Method in class ix.iview.ActionEditorPanel
 
updateTreeSelection() - Method in class ix.iview.AROEditorPanel
 
updateUI() - Method in class ix.isim.ISimEngine
 
updateVariable() - Method in class ix.iview.ObjectConstraintEditor
 
updateViewMenu(Symbol) - Method in class ix.iview.DomainEditorFrame
Call this to keep the Activity Views menu in line with the view that is shown.
updatingTree - Variable in class ix.iview.ActionEditorPanel
 
UPPER - Variable in class ix.test.MakeRandomInstance
 
upperName - Variable in class ix.util.reflect.ClassDescr
 
upperNameForClass(Class) - Method in class ix.util.reflect.ClassSyntax
 
URI_COL - Variable in class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
url - Variable in class ix.iface.domain.ChecklistParser
 
url - Variable in class ix.iface.ui.HTMLPanel.LinkPopupMenu
 
urlToEvaluationMap - Variable in class ix.iplan.IPlanOptionTool.OptionMatrix
 
UseCM - Class in ix.ip2
Manager for "use" constraints.
UseCM(Ip2ModelManager) - Constructor for class ix.ip2.UseCM
 
useConditionTypes - Variable in class ix.iface.domain.LTF_Parser
 
useConditionTypes - Variable in class ix.iplan.DomainAnalyser
 
useConditionTypes - Variable in class ix.iplan.Slip
 
used - Variable in class ix.iview.SimpleDeclarationEditor
 
useDomainAnalysis - Variable in class ix.iplan.Slip
 
usedParameter(String) - Static method in class ix.util.Parameters
Returns true if the haveParameter method or any of the parameter "get" methods has been called on the indicated parameter name; else returns false.
useField(Field) - Method in class ix.iface.ui.GenericIFormModel
 
useHash - Variable in class ix.util.Gensym.Generator
 
useLater - Variable in class ix.iplan.SlipFindExecutable.ExpandLaterAlt
 
useNewCondEd - Variable in class ix.iview.DomainEditorFrame
 
useNewCondEditor(boolean) - Method in class ix.iview.DomainEditorFrame
 
useNow - Variable in class ix.iplan.SlipFindExecutable.ExpandGoalAlt
 
useNumericNodeIds(Refinement) - Method in class ix.iface.domain.LTF_Parser
 
useOnlyOneOption - Variable in class ix.iplan.IPlanOptionManager
 
user - Variable in class ix.applet.MessageServer.UserMessageThread
 
user - Variable in class ix.iserve.ipc.IServeCommServer.IdentityChecker
 
user - Variable in class ix.iserve.ipc.sl.IServeSLCommServer.Awakener
 
userAddChild() - Method in class ix.iview.AROEditorPanel
 
userAddParent() - Method in class ix.iview.AROEditorPanel
 
userAddProperty() - Method in class ix.iview.AROEditorPanel
 
userAutoLayout(GraphView) - Method in class ix.iview.igraph.GExpansionEditor
 
userAutoLayoutLeft(GraphView) - Method in class ix.iview.igraph.GExpansionEditor
 
userChooseFile() - Method in class ix.iface.ui.JFrameMT
 
userClearDomain() - Method in class ix.iview.DomainEditorFrame
Clears the current domain.
userClose() - Method in class ix.iview.DomainEditorFrame
Close the editor or exit it if it is running stand-alone.
userDeclareVariables() - Method in class ix.iview.ActionEditorPanel
 
userDeclareVariables() - Method in class ix.iview.GlobalFramePanel
 
userDeleteChild() - Method in class ix.iview.AROEditorPanel
 
userDeleteParent() - Method in class ix.iview.AROEditorPanel
 
userDeleteProperty() - Method in class ix.iview.AROEditorPanel
 
userEditChild() - Method in class ix.iview.AROEditorPanel
 
userEditParent() - Method in class ix.iview.AROEditorPanel
 
userEditProperty() - Method in class ix.iview.AROEditorPanel
 
userFindVariables() - Method in class ix.iview.GlobalFramePanel
 
userHelp() - Method in class ix.iface.ui.JFrameMT
 
userInsertDomain() - Method in class ix.iview.DomainEditorFrame
Gets a domain file name and reads it.
userMakeParallel() - Method in class ix.iview.ActionEditorPanel
User request to put the nodes of the current action in parallel.
userMakeSequence() - Method in class ix.iview.ActionEditorPanel
User request to put the nodes of the current action into sequence.
userManual() - Method in class ix.iface.ui.JFrameMT
 
userNameToUserMap - Variable in class ix.iserve.ipc.IServeCommServer
 
userNewChild() - Method in class ix.iview.AROEditorPanel
 
userNodeAdded(Object, ObjectChangeEvent) - Method in class ix.iface.ui.tree.EditableTreeModel
This only works if the added node already has a parent
userNodeChanged(ObjectChangeEvent) - Method in class ix.iface.ui.tree.EditableTreeModel
 
userNodeRemoved(Object) - Method in class ix.iface.ui.tree.EditableTreeModel
 
userNodes - Variable in class ix.iface.ui.tree.EditableTreeModel
contains the set of user nodes that have been added to the tree
userOpenDomain() - Method in class ix.iview.DomainEditorFrame
Gets a domain file name, reads it, and replaces the contents of the current domain with the read ones.
userPublishDomain() - Method in class ix.iview.DomainEditorFrame
 
userRevertDomain() - Method in class ix.iview.DomainEditorFrame
Reverts the whole draft domain to the last published (or original) one.
users - Variable in class ix.iplan.IPlanWorldStateManager.Fact
 
userSaveDomain() - Method in class ix.iview.DomainEditorFrame
 
userSaveDomainAs() - Method in class ix.iview.DomainEditorFrame
 
userSearch() - Method in class ix.iview.ActionEditorPanel
 
userSearch() - Method in class ix.iview.AROEditorPanel
 
userShowNoDecs(ItemVar) - Method in class ix.iview.DeclarationEditor
 
userViewAllChanges() - Method in class ix.iview.DomainEditorFrame
 
userViewChanges() - Method in class ix.iview.DomainEditorFrame
 
userViewChangesFromOriginal() - Method in class ix.iview.DomainEditorFrame
 
useScale(int) - Method in class ix.isim.dynamic.AnimatedObject
 
useTable - Variable in class ix.ip2.ConsumeTheOnlyCM
 
useTable - Variable in class ix.ip2.UseCM
 
useTable - Variable in class ix.iplan.PlanCheckingSimulator.UseChecker
 
useUnique - Variable in class ix.util.Gensym.Generator
 
useUniquePrefix() - Method in class ix.util.Gensym.Generator
 
useUniquePrefix() - Static method in class ix.util.Gensym
Calls the default generator's method Gensym.Generator.useUniquePrefix().
useVar(JTextComponent, int, String) - Static method in class ix.iview.util.IVUtil
 
usingStrategy(String, DispatchingStrategy.Strategy) - Method in class ix.util.ipc.DispatchingStrategy
 
usingUniquePrefix() - Method in class ix.util.Gensym.Generator
 
usingUniquePrefix() - Static method in class ix.util.Gensym
Calls the default generator's method Gensym.Generator.usingUniquePrefix().
util - Variable in class ix.util.http.HttpObjectClient
 
util - Variable in class ix.util.http.HttpObjectServlet
 
Util - Class in ix.util
Class for useful static methods that don't belong anywhere else.
Util() - Constructor for class ix.util.Util
 
uuid - Variable in class ix.iserve.ipc.IServeCommServer.User
 
uuid - Variable in class ix.iserve.ipc.IServeCommStrategy
 
uuid - Variable in class ix.iserve.ipc.MessageWrapper
 
uuid - Variable in class ix.iserve.ipc.Registration
 

V

v - Variable in class ix.ip2.BindingViewer.Value
 
VAL_COL - Variable in class ix.iface.util.CheckTable.ViewTableModel
 
VAL_COL - Variable in class ix.iface.util.KeyValueTable.ViewTableModel
 
valChoice - Variable in class ix.iface.util.SelectionPanel.Row
 
valColumn - Variable in class ix.ip2.BindingViewer.VarPanel
 
valExprs - Variable in class ix.util.lisp.Interpreter.Let
 
validate() - Method in class ix.iface.util.RendererJLabel
Overridden for performance reasons.
ValidateXml - Class in ix.test
Uses the XML validation facilities in Java to validate XML using an XML or Relax NG schema.
ValidateXml() - Constructor for class ix.test.ValidateXml
 
validFileName(String) - Method in class ix.iface.ui.JFrameMT
Checks whether the file name has an extension listed in the frame's extensions.
validityCheckReason - Variable in class ix.ip2.PanelController
 
valLink - Variable in class ix.util.context.ContextHashMap.Entry
 
vals - Variable in class ix.util.lisp.Interpreter.LexicalEnv
 
valType - Variable in class ix.util.reflect.ClassDescr
 
value - Variable in class ix.icore.domain.PatternAssignment
 
value - Variable in class ix.icore.event.AnnotationEvent
 
value - Variable in class ix.icore.plan.ProcessParameter
 
value - Variable in class ix.iface.ui.table.IXDefaultCellEditor.IXEditorDelegate
Not implemented.
value - Variable in class ix.iface.util.SelectionPanel.Row
 
value - Variable in class ix.ip2.ObjectWhiteboard.Fact
 
value - Variable in class ix.iplan.IPlanWorldStateManager.Fact
 
value - Variable in class ix.iscript.Assignment
 
value - Variable in class ix.iscript.Binding
 
value - Variable in class ix.iscript.Literal
 
value - Variable in class ix.isim.util.LongKeyTreeMap.Entry
 
value - Variable in class ix.iview.AConstructFramePanel.FieldValue
 
value - Variable in class ix.test.xml.MapEntry
 
value - Variable in class ix.util.context.ContextLink
 
value - Variable in class ix.util.lisp.Interpreter.Literal
 
value - Variable in class ix.util.StableHashMap.Entry
 
value - Variable in class ix.util.xml.BNFSyntax.Literal
 
VALUE_COL - Variable in class ix.iview.table.PropertyTableModel
 
valueChanged(ListSelectionEvent) - Method in class ix.iface.ui.ListEditorPanel
 
valueChanged(ListSelectionEvent) - Method in class ix.iface.ui.ToggleEditorPanel
 
valueChanged(String, Object) - Method in class ix.iface.util.SelectionPanel
Called when the user commits to a change in value.
valueChanged(TreeSelectionEvent) - Method in class ix.iplan.IPlanOptionTool.OptionTree
 
valueChanged(String, Object) - Method in class ix.ispace.ISpaceTool.RelationPanel
 
valueChanged(TreeSelectionEvent) - Method in class ix.iview.AROEditorPanel
 
valueChanged(ListSelectionEvent) - Method in class ix.iview.ConditionEffectEditor
 
valueChanged(ListSelectionEvent) - Method in class ix.iview.DeclarationEditor
 
valueChanged(ListSelectionEvent) - Method in class ix.iview.GlobalFormPanel
 
valueChanged(ListSelectionEvent) - Method in class ix.iview.ObjectConstraintEditor
 
valueChanged(String, Object) - Method in class ix.util.ipc.DispatchingStrategy.StrategyPanel
 
valueChanged(TreeSelectionEvent) - Method in class ix.util.xml.XMLTreeEditPanel
Required by the TreeSelectionListener interface.
valueClassName - Variable in class ix.icore.domain.ObjectProperty
 
ValueComboBox - Class in ix.iface.util
Adds a layer to a JComboBox so that the selected values can be different than the items in the drop-down list.
ValueComboBox() - Constructor for class ix.iface.util.ValueComboBox
 
valueElementFrom(XMLTreeEditPanel.TNode) - Method in class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
valueExpr - Variable in class ix.util.lisp.Interpreter.Assignment
 
valueIsOk(Object) - Method in class ix.util.reflect.ClassDescr
 
valueName(Class) - Method in class ix.util.xml.RelaxNGSyntax
 
valueNode - Variable in class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
valueOf(String) - Static method in class ix.icore.domain.End
 
valueOf(String) - Static method in class ix.icore.domain.ObjectProperty.Syntax
 
valueOf(Symbol) - Static method in class ix.icore.domain.ObjectProperty.Syntax
 
valueOf(String) - Static method in class ix.icore.plan.VariableScope
 
valueOf(String) - Static method in class ix.icore.Priority
 
valueOf(String) - Static method in class ix.icore.ReportType
 
valueOf(String) - Static method in class ix.icore.Status
 
valueOf(String) - Static method in class ix.icore.YesNo
 
valueOf(boolean) - Static method in class ix.icore.YesNo
 
valueOf(String) - Static method in enum ix.iserve.ipc.IServeCommServer.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ix.iserve.ipc.IServeCommServer.ServerCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ix.iserve.ipc.sl.SLHttpHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class ix.ispace.AgentRelationship
 
valueOf(String) - Method in class ix.iview.util.EditablePriority
 
valueOf(String) - Static method in enum ix.test.EnumValuesTest.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class ix.test.xml.LispSourceText
 
valueOf(String) - Static method in class ix.test.xml.ListText
 
valueOf(String) - Static method in class ix.util.lisp.Null
 
valueOf(String) - Static method in class ix.util.lisp.Symbol
 
valueOf(Variable) - Method in class ix.util.match.Bindings
 
valueOf(String) - Static method in class ix.util.Name
 
valueOf(Object) - Static method in class ix.util.Name
 
valuePattern - Variable in class ix.test.xml.WorldStateView.Filter
 
values() - Static method in class ix.icore.domain.End
 
values() - Static method in class ix.icore.domain.ObjectProperty.Syntax
 
values() - Static method in class ix.icore.plan.VariableScope
 
values() - Static method in class ix.icore.Priority
 
values() - Static method in class ix.icore.ReportType
 
values() - Static method in class ix.icore.Status
 
values() - Static method in class ix.icore.YesNo
 
values() - Static method in enum ix.iserve.ipc.IServeCommServer.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ix.iserve.ipc.IServeCommServer.ServerCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ix.iserve.ipc.sl.SLHttpHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class ix.isim.util.LongKeyTreeMap
This function returns an iterator for the objects in this map.
values() - Static method in class ix.ispace.AgentRelationship
 
values() - Method in class ix.iview.util.EditablePriority
 
values() - Static method in enum ix.test.EnumValuesTest.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Method in class ix.iface.util.KeyValueTable
 
valueToString(Object) - Method in class ix.ispace.ISpaceTool.CapabilityTable
 
vanish() - Method in class ix.iplan.IPlanOptionManager.PlanGen
 
var - Variable in class ix.util.lisp.Interpreter.VarRef
 
varColumn - Variable in class ix.ip2.BindingViewer.VarPanel
 
varConstraints - Variable in class ix.iview.ObjectConstraintEditor
 
varDecIcon - Variable in class ix.iview.DomainEditorFrame
 
varDecs - Variable in class ix.iview.ConstraintEditor
 
varEd - Variable in class ix.iview.DeclarationEditor
 
varEnv - Variable in class ix.ip2.Ip2ModelManager
 
varFields - Variable in class ix.ip2.BindingViewer.VarPanel
 
varGen - Static variable in class ix.util.lisp.ItemVar
 
Variable - Class in ix.icore
 
Variable(Object) - Constructor for class ix.icore.Variable
 
variable - Variable in class ix.iview.ObjectConstraintEditor
 
variable - Variable in class ix.iview.table.PropertyTableModel
 
variableConstraintsChanged(ItemVar, HashMap) - Method in class ix.iview.DeclarationEditor
 
variableConstraintsChanged(ItemVar, HashMap) - Method in class ix.iview.ObjectConstraintEditor
 
variableConstraintsChanged(ItemVar, HashMap) - Method in interface ix.iview.PropertyConstraintsListener
 
VariableDeclaration - Class in ix.icore.domain
 
VariableDeclaration() - Constructor for class ix.icore.domain.VariableDeclaration
 
VariableDeclaration(ItemVar) - Constructor for class ix.icore.domain.VariableDeclaration
 
variableDeclarations - Variable in class ix.icore.domain.Domain
 
variableDeclarations - Variable in class ix.icore.domain.Refinement
 
variableDeclarations - Variable in class ix.iview.domain.UIRefinement
 
variableFromConstraint(Constraint) - Static method in class ix.iview.util.IVUtil
Looks for an ObjectProperty in the given pattern that is defined for the given UIObjectClass.
variableManager - Variable in class ix.ip2.Ip2ModelManager
 
variableManager - Variable in class ix.ip2.PlanInstaller
 
variableManager - Variable in class ix.ip2.PlanMaker
 
VariableManager - Class in ix.ip2
 
VariableManager(Ip2ModelManager) - Constructor for class ix.ip2.VariableManager
 
VariableManager.FilterMatcher - Class in ix.ip2
 
VariableManager.FilterMatcher(Map) - Constructor for class ix.ip2.VariableManager.FilterMatcher
 
variableNameChanged(ItemVar, ItemVar) - Method in class ix.iview.DeclarationEditor
 
variableNameChanged(ItemVar, ItemVar) - Method in class ix.iview.ObjectConstraintEditor
 
variableNameChanged(ItemVar, ItemVar) - Method in interface ix.iview.PropertyConstraintsListener
 
variables - Variable in class ix.util.match.MatchChoice
 
VariableScope - Class in ix.icore.plan
Scope values for PlanVariables.
variableTypeChanged(ItemVar, UIObjectClass, UIObjectClass) - Method in class ix.iview.DeclarationEditor
 
variableTypeChanged(ItemVar, UIObjectClass, UIObjectClass) - Method in class ix.iview.ObjectConstraintEditor
 
variableTypeChanged(ItemVar, UIObjectClass, UIObjectClass) - Method in interface ix.iview.PropertyConstraintsListener
 
varList - Variable in class ix.ip2.BindingViewer.VarPanel
 
varList - Variable in class ix.iview.SimpleDeclarationEditor
 
varMaker - Variable in class ix.test.MatchChoiceTest
 
varNameEd - Variable in class ix.iview.ObjectConstraintEditor
 
varPanel - Variable in class ix.ip2.BindingViewer
 
VarRef - Class in ix.iscript
 
VarRef() - Constructor for class ix.iscript.VarRef
 
vars - Variable in class ix.ip2.BindingViewer
 
vars - Variable in class ix.util.lisp.Interpreter.Closure
 
vars - Variable in class ix.util.lisp.Interpreter.Lambda
 
vars - Variable in class ix.util.lisp.Interpreter.Let
 
vars - Variable in class ix.util.lisp.Interpreter.LexicalEnv
 
varsAnywhereIn(Object) - Static method in class ix.icore.Variable
 
varsIn(Object) - Static method in class ix.icore.Variable
 
varsIn(LList) - Static method in class ix.icore.Variable
 
VarSpecifier - Interface in ix.iview
An interface to be implemented by anything that may be used to enter variables that should be checked against declarations.
varTableMod - Variable in class ix.iview.DeclarationEditor
 
varToDclMap - Variable in class ix.ip2.PlanMaker
 
varToValMap - Variable in class ix.util.lisp.Interpreter.GlobalEnv
 
verb - Variable in class ix.examples.PicoIX.Activity
 
verb - Variable in class ix.examples.PicoIX.ActivityHandler
 
verb - Variable in class ix.ip2.LoadPlanHandler
 
verb - Variable in class ix.ispace.VerbCapability
 
verb - Variable in class ix.test.MatchStateHandler
 
VerbCapability - Class in ix.ispace
A capability that corresponds to a verb such as would appear in an issue or activity pattern.
VerbCapability() - Constructor for class ix.ispace.VerbCapability
 
VerbCapability(String) - Constructor for class ix.ispace.VerbCapability
 
verbToRefinementNames - Variable in class ix.ip2.AdviceManager
 
version - Static variable in class ix.iview.IDERelease
 
version - Static variable in class ix.Release
 
VerticalPanel - Class in ix.iface.util
A class that can be used to construct a vertical stack of components.
VerticalPanel() - Constructor for class ix.iface.util.VerticalPanel
 
view - Variable in class ix.ip2.IVarTool
 
view - Variable in class ix.ip2.ObjectWhiteboard
 
view - Variable in class ix.iview.igraph.IGraph
 
VIEW_COMPREHENSIVE - Static variable in interface ix.iview.IDESymbols
 
VIEW_GRAPHICAL - Static variable in interface ix.iview.IDESymbols
 
VIEW_MINIMAL - Static variable in interface ix.iview.IDESymbols
 
viewChanges() - Method in class ix.iview.AConstructFramePanel
into abstract User request to view the changes from the draft version of the object.
viewChanges() - Method in interface ix.iview.ConstructFraming
Collects the construct's changes since last noted to draft (to base object) and shows them to the user.
viewChanges() - Method in class ix.iview.GlobalFramePanel
 
viewChangesFromOriginal() - Method in class ix.iview.AConstructFramePanel
User request to view the changes from the original object.
viewChangesFromOriginal() - Method in interface ix.iview.ConstructFraming
Collects the construct's changes since last published and shows them to the user.
viewChangesFromOriginal() - Method in class ix.iview.GlobalFramePanel
 
viewedMap - Variable in class ix.iface.util.KeyValueTable
 
viewedObject - Variable in class ix.ip2.PropertyViewTable
 
viewFieldsItem - Variable in class ix.iview.DomainEditorFrame
 
viewHelp - Variable in class ix.util.xml.XMLTreeViewFrame
Help text appended to XMLTreeEditFrame.sharedHelp in viewers.
viewMenu - Variable in class ix.iface.ui.JFrameMT
 
viewMenu - Variable in class ix.ip2.ItemEditor
 
viewMenu - Variable in class ix.ip2.ObjectWhiteboard.WhiteboardFrame
 
viewMenu - Variable in class ix.ip2.StateViewTable.ViewTable.StatePopupMenu
 
viewObject(Object) - Method in class ix.ip2.PropertyViewTable
 
VIEWS - Static variable in interface ix.iview.IDESymbols
 
viewsMenu - Variable in class ix.iview.DomainEditorFrame
 
viewTable - Variable in class ix.ip2.AnnotationViewTable
 
viewTable - Variable in class ix.ip2.StateViewTable
 
viewXMLTranslator - Variable in class ix.ip2.ItemEditor
 
Violet - Static variable in class ix.iface.util.XColors
 
VioletRed - Static variable in class ix.iface.util.XColors
 
VirtualWorld - Class in ix.test.xml
Represents a Second Life / Opensim virtual world for communication via HTTP etc.
VirtualWorld() - Constructor for class ix.test.xml.VirtualWorld
 
VirtualWorld(String) - Constructor for class ix.test.xml.VirtualWorld
 
visit(Ordering) - Method in interface ix.icore.plan.inspect.OrderingVisitor
 
visit(AbstractPlanItem, AbstractPlanItem, List) - Method in interface ix.icore.plan.inspect.PlanItemVisitor
 
visit(TaskItem, TaskItem, List) - Method in interface ix.icore.plan.inspect.TaskItemVisitor
 
visit(TaskItem, TaskItem, List) - Method in class ix.iface.plan.HtmlPlanWriter.TIVisitor
 
visit(TaskItem, TaskItem, List) - Method in class ix.iface.plan.TextPlanWriter.TIVisitor
 
visit(PNodeEnd, PNodeEnd) - Method in interface ix.ip2.PlanMaker.OrdWalker
 
visitAgendaItem(AgendaItem) - Method in interface ix.ip2.PlanInstaller.PlanWalker
 
visitClass(ClassVisitor) - Method in class ix.util.reflect.ClassDescr
 
visitElement(Object) - Method in class ix.icore.plan.DomainAsPlan.Pass1
 
visitElement(Object) - Method in class ix.icore.plan.PlanAsDomain.PlanWalker
 
visitElement(Object) - Method in class ix.util.ObjectWalker
Called on subobjects of the object being walked.
visitField(ClassDescr, FieldDescr) - Method in interface ix.util.reflect.FieldVisitor
Visit the specified field in the specified class
visitField(Object, FieldDescr, Element) - Method in class ix.util.xml.CompactXMLTranslator
 
visitField(Object, FieldDescr, Element) - Method in class ix.util.xml.XMLTranslator
 
visitFields(FieldVisitor) - Method in class ix.util.reflect.ClassDescr
 
visitInterface(ClassDescr) - Method in interface ix.util.reflect.ClassVisitor
 
visitList(List, ClassDescr) - Method in class ix.util.ObjectWalker
Walks a List, calling ObjectWalker.visitElement(Object) on each element of the list.
visitList(ClassDescr, ClassDescr) - Method in interface ix.util.reflect.ClassVisitor
 
visitList(List, ClassDescr) - Method in interface ix.util.reflect.ObjectVisitor
 
visitMap(Map, ClassDescr) - Method in class ix.util.ObjectWalker
Walks a Map, calling ObjectWalker.visitElement(Object) on each key and value.
visitMap(ClassDescr, ClassDescr, ClassDescr) - Method in interface ix.util.reflect.ClassVisitor
 
visitMap(Map, ClassDescr) - Method in interface ix.util.reflect.ObjectVisitor
 
visitObject(Object, ObjectVisitor) - Method in class ix.util.reflect.ClassDescr
 
visitPrimitive(Object, ClassDescr) - Method in class ix.util.ObjectWalker
Visits a "primitive" object.
visitPrimitive(ClassDescr) - Method in interface ix.util.reflect.ClassVisitor
 
visitPrimitive(Object, ClassDescr) - Method in interface ix.util.reflect.ObjectVisitor
 
visitSet(Set, ClassDescr) - Method in class ix.util.ObjectWalker
Walks a Set, calling ObjectWalker.visitElement(Object) on each member of the set.
visitSet(ClassDescr, ClassDescr) - Method in interface ix.util.reflect.ClassVisitor
 
visitSet(Set, ClassDescr) - Method in interface ix.util.reflect.ObjectVisitor
 
visitStruct(Object, ClassDescr) - Method in class ix.util.ObjectWalker
Walks a structure, calling ObjectWalker.visitElement(Object) on each field value.
visitStruct(ClassDescr) - Method in interface ix.util.reflect.ClassVisitor
 
visitStruct(Object, ClassDescr) - Method in interface ix.util.reflect.ObjectVisitor
 
visitXML(LiteralDocument, ClassDescr) - Method in class ix.util.ObjectWalker
Walks embedded XML.
visitXML(ClassDescr) - Method in interface ix.util.reflect.ClassVisitor
 
visitXML(LiteralDocument, ClassDescr) - Method in interface ix.util.reflect.ObjectVisitor
 
vp - Variable in class ix.iview.DeclarationEditor
 

W

waitForMessage() - Method in class ix.util.MessageQueue
 
waitForMessage(long) - Method in class ix.util.MessageQueue
 
WaitForReportsActivity - Class in ix.ip2
An activity that waits for reports re something sent to another agent.
WaitForReportsActivity(String) - Constructor for class ix.ip2.WaitForReportsActivity
 
WaitForReportsActivity(String, LList) - Constructor for class ix.ip2.WaitForReportsActivity
 
WaitForReportsItem - Class in ix.ip2
An agenda entry for a WaitForReportsActivity.
WaitForReportsItem(Activity) - Constructor for class ix.ip2.WaitForReportsItem
 
WAITING - Static variable in class ix.isim.TimedEvent
the stutus values for events
waitingForAchieveTable - Variable in class ix.iplan.Slip
 
waitUntilReady(long) - Method in class ix.util.FutureValue
 
waitUntilTrue() - Method in class ix.util.ThreadCondition
 
waitUntilTrue(long) - Method in class ix.util.ThreadCondition
Wait with a timout.
wakeupPool - Variable in class ix.iserve.ipc.sl.IServeSLCommServer
 
walk(List) - Method in class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
walk(List, List, AbstractPlanItem) - Method in class ix.icore.plan.build.ExamplePlanBuilder.Expander
 
walk(Object) - Method in class ix.icore.plan.DomainAsPlan.Pass1
 
walk(Proc1<PNode>) - Method in class ix.icore.process.PNode
Starts a walk at this PNode.
walk(Collection) - Method in class ix.util.DAGTransitiveClosure
 
walk(Object) - Method in class ix.util.ObjectWalker
Visits the subobjects of an object.
walk(Collection) - Method in class ix.util.TopologicalSorter
 
walkActivities(List, List, PlanNode) - Method in class ix.icore.plan.build.SimplePlanBuilder
 
walkActivities(TaskItemVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkChildOrderings(PNode, PlanMaker.OrdWalker) - Method in class ix.ip2.PlanMaker
 
walkChildren(Proc1<PNode>) - Method in class ix.icore.process.PNode
Walk this PNode's children.
walkContents(Proc) - Method in class ix.applet.MessageMemory
 
walkContents(Proc) - Method in class ix.iserve.ipc.MessageMemory
 
walkEndOrderings(PNodeEnd, PlanMaker.OrdWalker) - Method in class ix.ip2.PlanMaker
 
walkHTML(HTMLDocument) - Method in class ix.iface.util.HtmlTableWalker
 
walkInstalledChildren(AgendaItem, PlanInstaller.PlanWalker) - Method in class ix.ip2.PlanInstaller
 
walkInstalledPlan(PlanInstaller.PlanWalker) - Method in class ix.ip2.PlanInstaller
 
walkIssues(List, List, PlanIssue) - Method in class ix.icore.plan.build.SimplePlanBuilder
 
walkIssues(TaskItemVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkIssues() - Method in class ix.ip2.PlanMaker
 
walkNodeChildren(ActivityItem, Proc) - Method in class ix.ip2.Ip2ModelManager
 
walkNodeEnds(Proc) - Method in class ix.ip2.Ip2ModelManager
 
walkNodeOrderings(PNode, PlanMaker.OrdWalker) - Method in class ix.ip2.PlanMaker
 
walkNodes(Proc) - Method in class ix.ip2.Ip2ModelManager
 
walkNodes() - Method in class ix.ip2.PlanMaker
 
walkOrderings(OrderingVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkOrderings(ListOfConstrainer, OrderingVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkPlanItems(List, AbstractPlanItem, PlanItemVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkPlanNodes(PlanItemVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkRow(Element, Object) - Method in class ix.iface.util.HtmlTableWalker
 
walkStructFields(List, FieldVisitor) - Method in class ix.util.xml.XMLSyntax
 
walkTable(Element) - Method in class ix.iface.util.HtmlTableWalker
 
walkTaskItemChildren(TaskItem, TaskItemVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkTaskItems(List, TaskItemVisitor) - Method in class ix.icore.plan.inspect.PlanInspector
 
walkTD(Element, Object, Object) - Method in class ix.iface.util.HtmlTableWalker
 
walkTD(Element, Object, Object) - Method in class ix.ip2.ObjectWhiteboard.HtmlAnalyser
 
walkToolFrames(Proc) - Static method in class ix.iface.util.ToolFrame
 
walkTopIssue(IssueItem) - Method in class ix.ip2.PlanMaker
 
walkTopNode(ActivityItem) - Method in class ix.ip2.PlanMaker
 
walkTopNodes(Proc) - Method in class ix.ip2.Ip2ModelManager
 
walkTree(Function1) - Method in class ix.util.lisp.LList
 
walkTriangle(List, Proc) - Static method in class ix.util.Collect
Performs "triangle iteration" on a list.
walkVertex(Object) - Method in class ix.util.DAGTransitiveClosure
 
wantOptionName(String) - Method in class ix.iplan.IPlanOptionManager
 
wantsActionsFrom(ItemHandler) - Method in class ix.ip2.ActivityAgenda.OtherReportsActivity
 
wantsActionsFrom(ItemHandler) - Method in class ix.ip2.AgendaItem
Gives this item its say in whether an item-handler should be able to give it handler actions.
wantsActionsFrom(ItemHandler) - Method in class ix.ip2.WaitForReportsItem
 
wantsReport(Report) - Method in class ix.ip2.ActivityAgenda.OtherReportsActivity
 
wantsReport(Report) - Method in class ix.ip2.Agenda
 
wantsReport(Report) - Method in class ix.ip2.AgendaItem
 
wantsReport(Report) - Method in class ix.ip2.PanelController
 
warn(String) - Static method in class ix.util.Debug
Use this to tell the user about minor problems.
warnAboutQuestionableAgentNames(List, AgentRelationship) - Method in class ix.ispace.ContactManager
 
warning(Component, String) - Static method in class ix.iface.ui.util.UIUtil
Brings up a message that the given string item is not yet supported.
Warning - Exception in ix.util
An exception that should be seen as a warning.
Warning() - Constructor for exception ix.util.Warning
 
Warning(String) - Constructor for exception ix.util.Warning
 
Warning(String, Object) - Constructor for exception ix.util.Warning
 
warnUserOfDelayedInput - Variable in class ix.iplan.IPlanOptionManager
 
warnUserOfDelayedReport - Variable in class ix.iplan.IPlanOptionManager
 
wasEdited - Variable in class ix.ip2.ObjectWhiteboard.Fact
 
wasExpanded - Variable in class ix.ip2.CompletionHandler.DoneAction
 
Wheat - Static variable in class ix.iface.util.XColors
 
whenClosed() - Method in class ix.ip2.LoadPlanFrame.TextViewFrame
 
whenClosed() - Method in class ix.util.ipc.SerializedCommunicationStrategy.ObjectStreamNameServer.TranscriptFrame
 
whenClosed() - Method in class ix.util.TextAreaFrame
 
whenClosed() - Method in class ix.util.xml.XMLTreeEditFrame.TextViewFrame
 
whenFirstMadeVisible() - Method in class ix.ip2.ObjectWhiteboard
 
whenIdle() - Method in class ix.examples.PicoISim.SimController
 
whenPicked() - Method in class ix.iplan.Alternative
 
whenPicked() - Method in class ix.iplan.SlipFindExecutable.Resume
 
While - Class in ix.iscript
 
While() - Constructor for class ix.iscript.While
 
White - Static variable in class ix.iface.util.XColors
 
WhiteSmoke - Static variable in class ix.iface.util.XColors
 
willBindVars(List, Constraint) - Method in class ix.iplan.SlipAchieveConds
 
WINDOW - Static variable in class ix.iplan.TimePointNet
Syntax word.
windowClosing(WindowEvent) - Method in class ix.iview.DomainEditorFrame.IXWindow
 
windowsMenu - Variable in class ix.iface.ui.JFrameMTP
 
WithCleanup - Class in ix.util
A class that encapsulates the tricks needed to use a "finally" clause that might throw an exception.
WithCleanup() - Constructor for class ix.util.WithCleanup
 
WithCleanupTest - Class in ix.test
 
WithCleanupTest() - Constructor for class ix.test.WithCleanupTest
 
withClosable(Object, Runnable) - Static method in class ix.util.IO
 
withDefaultTranslator(XMLTranslator, Runnable) - Static method in class ix.util.xml.XML
Allows temporary replacement of the default translator.
withInputStream(InputStream, Runnable) - Static method in class ix.util.IO
 
without(Collection, Collection) - Static method in class ix.iface.ui.util.UIUtil
 
without(Object) - Method in class ix.util.lisp.LList
Returns an LList that does not contain any element == to e.
withoutAll(Collection) - Method in class ix.util.lisp.LList
Returns an LList that does not contain any element of a specified collection.
withoutFirst(Object) - Method in class ix.util.lisp.LList
Returns an LList that does not contain the first element, if any, that is == to e.
withoutFirstEqual(Object) - Method in class ix.util.lisp.LList
Returns an LList that does not contain the first element, if any, that equals e.
withOutputStream(OutputStream, Runnable) - Static method in class ix.util.IO
 
withReader(Reader, Runnable) - Static method in class ix.util.IO
 
withWriter(Writer, Runnable) - Static method in class ix.util.IO
 
words - Variable in class ix.iface.domain.ChecklistParser.Line
 
WORLD_STATE - Static variable in class ix.icore.plan.DomainAsPlan
 
WORLD_STATE - Static variable in class ix.icore.plan.PlanAsDomain
 
WORLD_STATE - Variable in class ix.iface.domain.LTF_Parser.WorldStateConstraintParser
 
worldEffect(LList) - Method in class ix.test.BlockStacker
 
worldNamed(String) - Method in class ix.iserve.ipc.sl.WorldTable
 
worldState - Variable in class ix.icore.plan.Plan
 
worldState - Variable in class ix.iplan.PlanCheckingSimulator
 
worldStateCM - Variable in class ix.ip2.Ip2ModelManager
 
WorldStateExport - Class in ix.test.xml
 
WorldStateExport() - Constructor for class ix.test.xml.WorldStateExport
 
worldStateMap - Variable in class ix.ip2.Ip2WorldStateManager
 
worldStateSatisfiesCond(Constraint) - Method in class ix.iplan.SlipFindExecutable
 
worldStateSy - Static variable in class ix.isim.actions.SendConstraint
 
WorldStateView - Class in ix.test.xml
 
WorldStateView() - Constructor for class ix.test.xml.WorldStateView
 
WorldStateView.Filter - Class in ix.test.xml
 
WorldStateView.Filter(LList, Object) - Constructor for class ix.test.xml.WorldStateView.Filter
 
WorldTable - Class in ix.iserve.ipc.sl
 
WorldTable() - Constructor for class ix.iserve.ipc.sl.WorldTable
 
wrap(Component, String) - Method in class ix.ip2.ObjectWhiteboard.NewRowDialog
 
wrapCard(Component) - Method in class ix.itest.SendPanel.CardPanel
 
wrapCard(Component) - Method in class ix.itest.SendPanel.SendControlsPanel
 
wrappedReader - Variable in class ix.iface.domain.LTF_Parser.IncludeReader
 
wrapperClass(Class) - Static method in class ix.util.xml.XMLTranslator
Returns the wrapper class for a primitive class, such as Long.class for long.class.
WrapperStrategy - Class in ix.util.ipc
A communication strategy that is wrapped around another, "inner", strategy.
WrapperStrategy() - Constructor for class ix.util.ipc.WrapperStrategy
 
WrapperStrategy(IPC.CommunicationStrategy) - Constructor for class ix.util.ipc.WrapperStrategy
 
writableClasses() - Method in class ix.ip2.Ip2XMLConfig.HtmlFiles
 
writableClasses() - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
writableClasses() - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
writableClasses() - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
writableClasses() - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
writableClasses() - Method in class ix.ip2.Ip2XMLConfig.TextFiles
 
writableClasses() - Method in class ix.ip2.Ip2XMLConfig.TFFiles
 
writableClasses() - Method in class ix.util.xml.AbstractFileSyntax
 
writableClasses() - Method in interface ix.util.xml.FileSyntax
The classes whose instances can be written out.
write(String) - Method in class ix.iface.util.HtmlWriter
 
write(ObjectProperty, Object) - Method in class ix.ip2.ObjectView.ValueParser
 
write(ObjectProperty, Object) - Method in class ix.ip2.ObjectView
 
writeDocumentTo(File, Document) - Method in class ix.util.xml.XMLSaver
Writes the document to the file.
writeDomain(Domain) - Method in class ix.iface.domain.DomainWriter.DomainWriterWrapper
 
writeDomain(Domain) - Method in class ix.iface.domain.DomainWriter
 
writeDomain(Domain, File) - Method in class ix.iface.domain.ITF_Writer
 
writeDomain(Domain, Writer) - Method in class ix.iface.domain.ITF_Writer
 
writeDomain(Domain) - Method in class ix.iface.domain.LTF_Writer
 
writeDomain(Domain, Writer) - Method in class ix.iface.domain.LTF_Writer
 
writeErrorReport(Exception) - Static method in class ix.test.HttpGetDocumentTest
 
writeErrorReport(Exception) - Method in class ix.test.TwitterAtomSearchTest
 
writeln(String) - Method in class ix.iface.util.HtmlWriter
 
writeObject(Object, File) - Method in class ix.ip2.Ip2XMLConfig.HtmlFiles
 
writeObject(Object, File) - Method in class ix.ip2.Ip2XMLConfig.InitFiles
 
writeObject(Object, File) - Method in class ix.ip2.Ip2XMLConfig.LPADFiles
 
writeObject(Object, File) - Method in class ix.ip2.Ip2XMLConfig.LTFFiles
 
writeObject(Object, File) - Method in class ix.ip2.Ip2XMLConfig.OwlSFiles
 
writeObject(Object, File) - Method in class ix.ip2.Ip2XMLConfig.TextFiles
 
writeObject(Object, File) - Method in class ix.ip2.Ip2XMLConfig.TFFiles
 
writeObject(Object, File) - Method in class ix.util.xml.AbstractFileSyntax
 
writeObject(Object, File) - Method in class ix.util.xml.FileSyntax.RDFFiles
 
writeObject(Object, File) - Method in class ix.util.xml.FileSyntax.XMLFiles
 
writeObject(Object, String) - Method in class ix.util.xml.FileSyntaxManager
 
writeObject(Object, File) - Method in interface ix.util.xml.Saver
 
writeObject(Object, String) - Static method in class ix.util.xml.XML
Writes an object as XML to the specified file. /\/ explain ...
writeObject(Object, File) - Method in class ix.util.xml.XMLTranslator
 
writeObjectToFile(Object, File) - Method in class ix.util.xml.XMLSaver
 
writePlan(Plan) - Method in class ix.iface.plan.HtmlPlanWriter
 
writePlan(Plan) - Method in class ix.iface.plan.TextPlanWriter
 
writePrintableListsAsText - Variable in class ix.util.xml.XMLTranslator
 
writeRefinement(Refinement, Writer) - Method in class ix.iface.domain.LTF_Writer
 
writeTableText(String) - Method in class ix.ip2.ObjectWhiteboard.Fact
 
wrongStatusProblem(HasStatus, Status) - Method in class ix.iplan.PlanCheckingSimulator
 

X

x - Variable in class ix.iview.igraph.NodePosition
 
XColors - Class in ix.iface.util
Colors for X-Windows color names.
xDeminIcon - Variable in class ix.iface.ui.AbstractEditorPanel
 
Xform - Class in ix.util.xml
A class containing useful static XSLT-related utilities.
xMinIcon - Variable in class ix.iface.ui.AbstractEditorPanel
 
XML - Static variable in class ix.util.reflect.ClassDescr
Internal class type
XML - Class in ix.util.xml
A class containing static XML utilities.
XML.XSAXBuilder - Class in ix.util.xml
A minor variation on the JDOM SAXBuilder class.
XML.XSAXBuilder() - Constructor for class ix.util.xml.XML.XSAXBuilder
 
XML.XSAXBuilder(boolean) - Constructor for class ix.util.xml.XML.XSAXBuilder
 
XML.XSAXBuilder(String) - Constructor for class ix.util.xml.XML.XSAXBuilder
 
XML.XSAXBuilder(String, boolean) - Constructor for class ix.util.xml.XML.XSAXBuilder
 
XMLConfig - Class in ix.util.xml
A class that can be used to configure the XML tools for a particular application or set of applications.
XMLConfig() - Constructor for class ix.util.xml.XMLConfig
 
XMLException - Exception in ix.util.xml
Thrown to indicate a problem converting to or from XML.
XMLException(String) - Constructor for exception ix.util.xml.XMLException
Constructs an exception contaning the specified message.
XMLException(Throwable) - Constructor for exception ix.util.xml.XMLException
Constructs an exception with a description of the reason as its message.
XMLException(String, Throwable) - Constructor for exception ix.util.xml.XMLException
Constructs an exception with a message containing the specified message followed by " because " followed by a description of the reason exception.
XMLFileTest - Class in ix.test
 
XMLFileTest() - Constructor for class ix.test.XMLFileTest
 
XMLLoader - Class in ix.util.xml
A utility for obtaining XML documents, or objects represented as XML, from files or URLs, conducting dialogs as required.
XMLLoader(Component) - Constructor for class ix.util.xml.XMLLoader
 
XMLLoader(Component, Class) - Constructor for class ix.util.xml.XMLLoader
 
XMLReadTest - Class in ix.test
 
XMLReadTest() - Constructor for class ix.test.XMLReadTest
 
xmlRpcUrl - Variable in class ix.test.xml.VirtualWorld
 
XMLSaver - Class in ix.util.xml
A utility for saving objects and XML documents to files, conducting dialogs as required.
XMLSaver(Component) - Constructor for class ix.util.xml.XMLSaver
Creates an XMLSaver that uses the default XML translator that is in force at the time this constructor is called.
XMLSaver(Component, Class) - Constructor for class ix.util.xml.XMLSaver
 
xmlSchemaDatatype(Class) - Method in class ix.util.reflect.ClassSyntax
 
xmlSchemaDatatype() - Method in interface ix.util.reflect.Stringer
Returns the name of the XML Schema datatype for the textual representations returned by this object.
XMLSchemaSyntax - Class in ix.util.xml
Describes the (XML) syntax of I-X data objects as an XML schema.
XMLSchemaSyntax() - Constructor for class ix.util.xml.XMLSchemaSyntax
 
XMLSchemaSyntax(XMLTranslator) - Constructor for class ix.util.xml.XMLSchemaSyntax
 
XMLSchemaSyntax.ExtendedElement - Class in ix.util.xml
 
XMLSchemaSyntax.ExtendedElement(String) - Constructor for class ix.util.xml.XMLSchemaSyntax.ExtendedElement
 
XMLSchemaSyntax.ExtendedElement(String, Namespace) - Constructor for class ix.util.xml.XMLSchemaSyntax.ExtendedElement
 
XMLSchemaSyntax.Schema - Class in ix.util.xml
An XML schema.
XMLSchemaSyntax.Schema(Class, String[][]) - Constructor for class ix.util.xml.XMLSchemaSyntax.Schema
Create a schema with specified root class and attributes.
XMLSendTest - Class in ix.test
 
XMLSendTest() - Constructor for class ix.test.XMLSendTest
 
XMLSendTest.TestStrategy - Class in ix.test
 
XMLSendTest.TestStrategy() - Constructor for class ix.test.XMLSendTest.TestStrategy
 
XMLSyntax - Class in ix.util.xml
Base for objcts that describe the (XML) syntax of data objects in various forms.
XMLSyntax() - Constructor for class ix.util.xml.XMLSyntax
 
XMLSyntax(XMLTranslator) - Constructor for class ix.util.xml.XMLSyntax
 
xmlSyntaxClasses(ClassSyntax, Class) - Method in class ix.ip2.Ip2XMLConfig
 
xmlSyntaxClasses(ClassSyntax, Class) - Method in class ix.util.xml.XMLConfig
 
xmlt - Variable in class ix.icore.log.EventLogger
 
xmlt - Variable in class ix.test.XMLFileTest
 
xmlt - Variable in class ix.util.ipc.TracingStrategy
 
xmlt - Variable in class ix.util.xml.XMLLoader
 
xmlt - Variable in class ix.util.xml.XMLSaver
 
xmlt - Variable in class ix.util.xml.XMLSyntax
 
xmlt() - Method in class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
XMLTranslator - Class in ix.util.xml
A class for translating between objects and XML.
XMLTranslator() - Constructor for class ix.util.xml.XMLTranslator
 
XMLTranslator(ClassSyntax) - Constructor for class ix.util.xml.XMLTranslator
 
XMLTreeEditFrame - Class in ix.util.xml
A frame that contains an XML editing panel.
XMLTreeEditFrame(IXAgent) - Constructor for class ix.util.xml.XMLTreeEditFrame
 
XMLTreeEditFrame(IXAgent, String) - Constructor for class ix.util.xml.XMLTreeEditFrame
 
XMLTreeEditFrame.FindFrame - Class in ix.util.xml
 
XMLTreeEditFrame.FindFrame(String) - Constructor for class ix.util.xml.XMLTreeEditFrame.FindFrame
 
XMLTreeEditFrame.FindListener - Class in ix.util.xml
 
XMLTreeEditFrame.FindListener(XMLTreeEditFrame.FindFrame) - Constructor for class ix.util.xml.XMLTreeEditFrame.FindListener
 
XMLTreeEditFrame.FrameGroup - Class in ix.util.xml
A set of XMLTreeEditFrames that are logically part of the same editor for selection, cut/paste, find, etc.
XMLTreeEditFrame.FrameGroup(String) - Constructor for class ix.util.xml.XMLTreeEditFrame.FrameGroup
 
XMLTreeEditFrame.TextViewFrame - Class in ix.util.xml
 
XMLTreeEditFrame.TextViewFrame(Document) - Constructor for class ix.util.xml.XMLTreeEditFrame.TextViewFrame
 
XMLTreeEditFrame.TreeHelpFrame - Class in ix.util.xml
 
XMLTreeEditFrame.TreeHelpFrame(String) - Constructor for class ix.util.xml.XMLTreeEditFrame.TreeHelpFrame
 
XMLTreeEditor - Class in ix.util.xml
An XML tree editor as a standalone application main program and I-X agent.
XMLTreeEditor() - Constructor for class ix.util.xml.XMLTreeEditor
 
XMLTreeEditor.MessageFrame - Class in ix.util.xml
An editor frame for displaying any messages received by a tree editor acting as an I-X agent.
XMLTreeEditor.MessageFrame(IXAgent) - Constructor for class ix.util.xml.XMLTreeEditor.MessageFrame
 
XMLTreeEditPanel - Class in ix.util.xml
A panel that contains an XML tree-editor.
XMLTreeEditPanel() - Constructor for class ix.util.xml.XMLTreeEditPanel
 
XMLTreeEditPanel.CutFrame - Class in ix.util.xml
A frame that shows a subtree cut from the main editor panel.
XMLTreeEditPanel.CutFrame(XMLTreeEditPanel.TNode, String) - Constructor for class ix.util.xml.XMLTreeEditPanel.CutFrame
 
XMLTreeEditPanel.EditingTextArea - Class in ix.util.xml
A text area for editing string values
XMLTreeEditPanel.EditingTextArea(int, int) - Constructor for class ix.util.xml.XMLTreeEditPanel.EditingTextArea
 
XMLTreeEditPanel.EditorTree - Class in ix.util.xml
JTree subclass used for all trees in the editor.
XMLTreeEditPanel.EditorTree(String, TreeNode) - Constructor for class ix.util.xml.XMLTreeEditPanel.EditorTree
 
XMLTreeEditPanel.EditorTree(String, TreeModel) - Constructor for class ix.util.xml.XMLTreeEditPanel.EditorTree
 
XMLTreeEditPanel.InvalidCommand - Exception in ix.util.xml
 
XMLTreeEditPanel.InvalidCommand(String) - Constructor for exception ix.util.xml.XMLTreeEditPanel.InvalidCommand
 
XMLTreeEditPanel.InvalidNode - Exception in ix.util.xml
 
XMLTreeEditPanel.InvalidNode(String) - Constructor for exception ix.util.xml.XMLTreeEditPanel.InvalidNode
 
XMLTreeEditPanel.NodePopupMenu - Class in ix.util.xml
The default class of popup menu that appears when the user does a right-button press on a tree node.
XMLTreeEditPanel.NodePopupMenu(XMLTreeEditPanel.EditorTree, XMLTreeEditPanel.TNode) - Constructor for class ix.util.xml.XMLTreeEditPanel.NodePopupMenu
 
XMLTreeEditPanel.ObjTNode - Class in ix.util.xml
A TNode in the namespace used for object class and field names.
XMLTreeEditPanel.ObjTNode(String) - Constructor for class ix.util.xml.XMLTreeEditPanel.ObjTNode
 
XMLTreeEditPanel.RecordingExpansionListener - Class in ix.util.xml
A TreeExpansionListener that records whether a node should be expanded or not.
XMLTreeEditPanel.RecordingExpansionListener(JTree) - Constructor for class ix.util.xml.XMLTreeEditPanel.RecordingExpansionListener
 
XMLTreeEditPanel.TemplateSyntax - Class in ix.util.xml
Knows about the syntax of Java classes.
XMLTreeEditPanel.TemplateSyntax() - Constructor for class ix.util.xml.XMLTreeEditPanel.TemplateSyntax
 
XMLTreeEditPanel.TemplateTree - Class in ix.util.xml
A tree variety used for templates
XMLTreeEditPanel.TemplateTree(String, TreeNode) - Constructor for class ix.util.xml.XMLTreeEditPanel.TemplateTree
 
XMLTreeEditPanel.TNode - Class in ix.util.xml
A TreeNode for use in EditorTrees.
XMLTreeEditPanel.TNode(Object) - Constructor for class ix.util.xml.XMLTreeEditPanel.TNode
 
XMLTreeEditPanel.TNodeFactory - Class in ix.util.xml
Makes XMLTreeEditPanel.TNodes from JDOM Documents and Elements.
XMLTreeEditPanel.TNodeFactory() - Constructor for class ix.util.xml.XMLTreeEditPanel.TNodeFactory
 
XMLTreeEditPanel.TNodeParser - Class in ix.util.xml
Responsible for understanding the object-like structure of tree nodes and for converting nodes into JDOM Documents or Elements.
XMLTreeEditPanel.TNodeParser() - Constructor for class ix.util.xml.XMLTreeEditPanel.TNodeParser
 
XMLTreeEditPanel.TNodeRenderer - Class in ix.util.xml
A renderer that knows about namespaces.
XMLTreeEditPanel.TNodeRenderer() - Constructor for class ix.util.xml.XMLTreeEditPanel.TNodeRenderer
 
XMLTreeEditPanel.TreeMouseListener - Class in ix.util.xml
 
XMLTreeEditPanel.TreeMouseListener() - Constructor for class ix.util.xml.XMLTreeEditPanel.TreeMouseListener
 
XMLTreeNamespaceManager - Class in ix.util.xml
Handles XML namespace definitions for an XML tree editor.
XMLTreeNamespaceManager(String) - Constructor for class ix.util.xml.XMLTreeNamespaceManager
 
XMLTreeNamespaceManager.NamespaceCellRenderer - Class in ix.util.xml
 
XMLTreeNamespaceManager.NamespaceCellRenderer() - Constructor for class ix.util.xml.XMLTreeNamespaceManager.NamespaceCellRenderer
 
XMLTreeNamespaceManager.NamespaceComparator - Class in ix.util.xml
 
XMLTreeNamespaceManager.NamespaceComparator() - Constructor for class ix.util.xml.XMLTreeNamespaceManager.NamespaceComparator
 
XMLTreeNamespaceManager.NamespaceFrame - Class in ix.util.xml
 
XMLTreeNamespaceManager.NamespaceFrame(String) - Constructor for class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame
 
XMLTreeNamespaceManager.NamespaceJTable - Class in ix.util.xml
 
XMLTreeNamespaceManager.NamespaceJTable(TableModel) - Constructor for class ix.util.xml.XMLTreeNamespaceManager.NamespaceJTable
 
XMLTreeNamespaceManager.NamespaceMap - Class in ix.util.xml
 
XMLTreeNamespaceManager.NamespaceMap() - Constructor for class ix.util.xml.XMLTreeNamespaceManager.NamespaceMap
 
XMLTreeNamespaceManager.NamespaceTableModel - Class in ix.util.xml
 
XMLTreeNamespaceManager.NamespaceTableModel() - Constructor for class ix.util.xml.XMLTreeNamespaceManager.NamespaceTableModel
 
XMLTreeNamespaceManager.RowPopupMenu - Class in ix.util.xml
 
XMLTreeNamespaceManager.RowPopupMenu() - Constructor for class ix.util.xml.XMLTreeNamespaceManager.RowPopupMenu
 
XMLTreeNamespaceManager.TableMouseListener - Class in ix.util.xml
 
XMLTreeNamespaceManager.TableMouseListener() - Constructor for class ix.util.xml.XMLTreeNamespaceManager.TableMouseListener
 
XMLTreeSendFrame - Class in ix.util.xml
 
XMLTreeSendFrame(XMLTreeEditFrame, String) - Constructor for class ix.util.xml.XMLTreeSendFrame
 
XMLTreeSendFrame.SubversiveTranslator - Class in ix.util.xml
 
XMLTreeSendFrame.SubversiveTranslator() - Constructor for class ix.util.xml.XMLTreeSendFrame.SubversiveTranslator
 
XMLTreeSendFrame.SubversiveTranslator(XMLTranslator) - Constructor for class ix.util.xml.XMLTreeSendFrame.SubversiveTranslator
 
XMLTreeViewFrame - Class in ix.util.xml
A frame that contains an XML viewing panel.
XMLTreeViewFrame(IXAgent, String) - Constructor for class ix.util.xml.XMLTreeViewFrame
 
XMLTreeViewPanel - Class in ix.util.xml
A panel that contains a simplified XML tree-editor suitable for viewing objects without changing them.
XMLTreeViewPanel() - Constructor for class ix.util.xml.XMLTreeViewPanel
 
XMLTreeViewPanel.ViewerNodePopupMenu - Class in ix.util.xml
 
XMLTreeViewPanel.ViewerNodePopupMenu(XMLTreeEditPanel.EditorTree, XMLTreeEditPanel.TNode) - Constructor for class ix.util.xml.XMLTreeViewPanel.ViewerNodePopupMenu
 

Y

y - Variable in class ix.iview.igraph.NodePosition
 
Yellow - Static variable in class ix.iface.util.XColors
 
YellowGreen - Static variable in class ix.iface.util.XColors
 
YES - Static variable in class ix.icore.YesNo
 
YesNo - Class in ix.icore
YesNo values.

_

__liveBranches - Variable in class ix.util.match.MatchChoice
 
__state - Variable in class ix.util.context.LLQueue
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.And
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Assignment
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Call
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Expr
Implements this expression's semantics.
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.If
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Lambda
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Let
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Literal
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Or
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.Sequence
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.VarRef
 
_evalIn(Interpreter.Env) - Method in class ix.util.lisp.Interpreter.While
 
_getPropValue(Symbol, Object) - Method in class ix.ip2.ObjectWorld
 

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 _