Uses of Class
ix.icore.Issue

Packages that use Issue
ix.icore I-X core classes. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.icore.plan.build Utilities for constructing plans. 
ix.iface.domain Domain parsers and outputters. 
ix.iface.util Interface utilities. 
ix.ip2 I-X Process Panels 
ix.itest I-Test. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
ix.test Simple applications for testing purposes. 
 

Uses of Issue in ix.icore
 

Methods in ix.icore that return Issue
 Issue Issue.instantiate(MatchEnv env, Function1 ifUnbound)
           
 

Methods in ix.icore with parameters of type Issue
 void IssueHandler.handleIssue(Issue i)
           
 void IXAgent.handleNewIssue(Issue issue)
          Handles new issues from external sources.
 

Uses of Issue in ix.icore.plan
 

Fields in ix.icore.plan declared as Issue
protected  Issue PlanIssue.issue
           
 

Methods in ix.icore.plan that return Issue
 Issue PlanIssue.getIssue()
           
 

Methods in ix.icore.plan with parameters of type Issue
 void PlanIssue.setIssue(Issue issue)
           
 

Constructors in ix.icore.plan with parameters of type Issue
PlanIssue(Name id, Issue issue)
           
 

Uses of Issue in ix.icore.plan.build
 

Methods in ix.icore.plan.build with parameters of type Issue
 void PlanBuilder.addIssue(Issue issue)
          Adds a top-level issue to the plan.
 void ExamplePlanBuilder.addIssue(Issue issue)
           
 void PlanBuilder.addSubissue(Issue issue, Issue subissue)
          Adds a subissue of the specified issue.
 void ExamplePlanBuilder.addSubissue(Issue issue, Issue subissue)
           
 

Uses of Issue in ix.iface.domain
 

Methods in ix.iface.domain with parameters of type Issue
(package private)  void TF_Writer.outIssue(Issue issue)
           
(package private)  void LTF_Writer.outIssue(Issue issue)
           
 

Uses of Issue in ix.iface.util
 

Methods in ix.iface.util with parameters of type Issue
static java.lang.String Reporting.issueDescription(Issue issue)
           
 

Uses of Issue in ix.ip2
 

Methods in ix.ip2 with parameters of type Issue
 IssueItem PanelController.addIssue(Issue issue)
           
(package private)  IssueItem PlanInstaller.findItemForIssue(Issue issue)
           
 void Ip2.handleNewIssue(Issue issue)
          Handles new issues from external sources.
 

Constructors in ix.ip2 with parameters of type Issue
IssueItem(Issue issue)
           
IssueItem(IssueItem parent, Issue issue)
           
 

Uses of Issue in ix.itest
 

Fields in ix.itest declared as Issue
(package private)  Issue SendPanel.ActivityControls.fromIssue
           
 

Methods in ix.itest that return Issue
protected  Issue SendPanel.IssueControls.issueFromControls()
          Construct an issue from the current state of the GUI.
 

Methods in ix.itest with parameters of type Issue
 void SendPanel.initIssue(Issue issue)
           
 void SendPanel.transformToActivity(Issue issue)
           
(package private)  void SendPanel.ActivityControls.transformToActivity(Issue issue)
           
 

Uses of Issue in ix.iview.domain
 

Methods in ix.iview.domain with parameters of type Issue
 void UIRefinement.addIssue(Issue issue)
           
 void UIRefinement.deleteIssue(Issue issue)
           
 

Uses of Issue in ix.test
 

Methods in ix.test that return Issue
(package private)  Issue CompendiumToIX.makeIXIssue(org.jdom.Element elt)
           
 

Methods in ix.test with parameters of type Issue
(package private)  void CompendiumToIX.addIssueToPlan(Issue issue)
          Adds an issue as a subissue of its parent issue, if it has one, else as a top-level issue.