ix.ileed
Class I_LEED

java.lang.Object
  |
  +--ix.icore.IXAgent
        |
        +--ix.ileed.BasicIleed
              |
              +--ix.ileed.I_LEED

public class I_LEED
extends BasicIleed

The CoAX I-LEED class and application main program


Fields inherited from class ix.ileed.BasicIleed
autoTester, controller, displayName, domainName, frame, interpreter, ipcName, issueDomain, issueViewer, logoImage, logoLine1, logoLine2, processModel, processViewer, symbolName
 
Fields inherited from class ix.icore.IXAgent
textFrame, thisAgent
 
Constructor Summary
I_LEED()
           
 
Method Summary
protected  void addIleedInitialIssues()
          Sets up any issues that should be in the panel at the start.
(package private)  void addIleedIssueHandlers()
          Install CoAX I-LEED's own issue handlers for issues it can handle automatically.
 void handleNewIssue(Issue issue)
          Handles new issues from external sources.
 void handleNewReport(Report report)
          Handles new reports from external sources.
protected  void invokeIssueOption(IdeelIssue issue, java.lang.String optionDescription)
           
static void main(java.lang.String[] argv)
          Main program.
protected  void setupProcessModel()
           
 
Methods inherited from class ix.ileed.BasicIleed
getAgentIPCName, getAgentSymbolName, makeLogoPanel, processCommandLineArguments, readIssueDomain, reset, startup
 
Methods inherited from class ix.icore.IXAgent
displayMessage, getAgent, handleInput, mainStartup, pre_handleInput, startServer
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I_LEED

public I_LEED()
Method Detail

main

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

setupProcessModel

protected void setupProcessModel()
Overrides:
setupProcessModel in class BasicIleed

addIleedInitialIssues

protected void addIleedInitialIssues()
Sets up any issues that should be in the panel at the start.
Overrides:
addIleedInitialIssues in class BasicIleed

invokeIssueOption

protected void invokeIssueOption(IdeelIssue issue,
                                 java.lang.String optionDescription)

handleNewIssue

public void handleNewIssue(Issue issue)
Handles new issues from external sources.
Overrides:
handleNewIssue in class BasicIleed

handleNewReport

public void handleNewReport(Report report)
Handles new reports from external sources.
Overrides:
handleNewReport in class BasicIleed

addIleedIssueHandlers

void addIleedIssueHandlers()
Install CoAX I-LEED's own issue handlers for issues it can handle automatically.
Overrides:
addIleedIssueHandlers in class BasicIleed