ix.iplan
Class IPlan

java.lang.Object
  extended by ix.icore.IXAgent
      extended by ix.ip2.Ip2
          extended by ix.iplan.IPlan
Direct Known Subclasses:
PlannerBase

public class IPlan
extends Ip2

An interactive planner.


Nested Class Summary
 
Nested classes/interfaces inherited from class ix.ip2.Ip2
Ip2.AddHandlersHandler
 
Field Summary
 
Fields inherited from class ix.ip2.Ip2
activityViewer, agentTypeName, annotationViewer, controller, domain, frame, issueViewer, logoImage, logoLine1, logoLine2, modelManager, optionManager, resetHooks, showOptions, stateViewer
 
Fields inherited from class ix.icore.IXAgent
contactManager, displayName, eventLogger, exitHooks, initialDisplayName, ipcName, ipcStrategyName, iSimTimer, knownAgents, nameListeners, startupDate, startupHooks, symbolName, textFrame, thisAgent
 
Constructor Summary
  IPlan()
           
protected IPlan(boolean setAgent)
           
 
Method Summary
protected  void addHandlers()
          Install any built-in issue and activity handlers.
protected  void initOptions()
           
static void main(java.lang.String[] argv)
           
static Planner makeDefaultPlanner()
           
protected  Ip2Frame makeIp2Frame()
          Called to make the main user interface frame.
protected  ProcessModelManager makeModelManager()
          Called to create this agent's model-manager.
 void setDomain(Domain dom)
           
 
Methods inherited from class ix.ip2.Ip2
addAboutInfo, addForwardingHandler, addHandlers, addResetHook, addTest, addTestMenuItems, addTool, clearAllButState, clearModel, completeStartup, do_reloadViewers, ensureTool, exit, getActivityPatternSyntaxes, getAgentTypeName, getController, getDomain, getFrame, getIp2ModelManager, getModelManager, getOptionManager, getPlan, handleInput, handleInputDirectly, handleNewActivity, handleNewChatMessage, handleNewConstraint, handleNewIssue, handleNewReport, isReloadingViewers, loadDomain, loadInitialPlan, loadPlan, loadPlan, loadPlan, makeActivityViewer, makeAnnotationViewer, makeController, makeIssueViewer, makeLogoPanel, makeStateViewer, makeViewer, processCommandLineArguments, readDomain, readDomain, reloadViewers, reset, resetAllButState, resetViewers, savePlanAs, startup
 
Methods inherited from class ix.icore.IXAgent
addAgentNameListener, addExitHook, addStartupHook, displayMessage, do_mainStartup, fireSymbolNameChanged, getAgent, getAgentDisplayName, getAgentIPCName, getAgentStartupDate, getAgentSymbolName, getContactManager, getEventLogger, getISimTimer, getKnownAgents, handleReceivedReport, installAgentExtensions, log, mainStartup, notePossibleNewContact, pre_handleInput, preprocessInput, reportInputException, setAgentSymbolName, setupISimTimer, startServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPlan

public IPlan()

IPlan

protected IPlan(boolean setAgent)
Method Detail

main

public static void main(java.lang.String[] argv)

setDomain

public void setDomain(Domain dom)

makeDefaultPlanner

public static Planner makeDefaultPlanner()

makeModelManager

protected ProcessModelManager makeModelManager()
Description copied from class: Ip2
Called to create this agent's model-manager.

Overrides:
makeModelManager in class Ip2

makeIp2Frame

protected Ip2Frame makeIp2Frame()
Description copied from class: Ip2
Called to make the main user interface frame. This merely creates the frame, with almost nothing filled in. The frame's Ip2Frame.setUp() is later called to do most of the work.

Overrides:
makeIp2Frame in class Ip2

initOptions

protected void initOptions()
Overrides:
initOptions in class Ip2

addHandlers

protected void addHandlers()
Install any built-in issue and activity handlers.

Overrides:
addHandlers in class Ip2