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.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. 
 

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.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)
           
 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
 

Methods in ix.itest with parameters of type Issue
 void SendPanel.initIssue(Issue issue)
           
 void SendPanel.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)