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