Uses of Class
rainbowie.RequirementList

Packages that use RequirementList
analyzer   
gui   
gui.prio   
prioritizer   
rainbowie   
 

Uses of RequirementList in analyzer
 

Fields in analyzer declared as RequirementList
protected  RequirementList Analyzer.rList
           
 

Constructors in analyzer with parameters of type RequirementList
PlanningGameAnalyzer(RequirementList rList, int canvasWidth, int canvasHeight)
          Constructs a Planning Game analyzer
PairwiseAnalyzer(RequirementList rList, int canvasWidth, int canvasHeight)
          Constructs a Pair-Wise Comparision analyzer
DollarTechniqueAnalyzer(RequirementList rList, int canvasWidth, int canvasHeight)
          Constructs a $100 analyzer
Analyzer(RequirementList rList, int canvasWidth, int canvasHeight)
          Constructs an analyzer
 

Uses of RequirementList in gui
 

Fields in gui declared as RequirementList
private  RequirementList GraphWindow.rList
           
 

Methods in gui with parameters of type RequirementList
 void MainWindow.setImportedTable(RequirementList rList)
          Assigns the values to the cells in importedTable
 void MainWindow.setPrioTable(RequirementList rList)
          Assigns the values to the cells in prioTable
 void ImportWindow.updateReqTable(RequirementList rList)
          Update the values in the table.
 

Constructors in gui with parameters of type RequirementList
GraphWindow(RequirementList rList, Rainbowie p, int windowNbr)
          Construcst a GraphWindow
 

Uses of RequirementList in gui.prio
 

Fields in gui.prio declared as RequirementList
private  RequirementList PairwiseWindow.rList
           
private  RequirementList DollarWindow.rList
           
 

Constructors in gui.prio with parameters of type RequirementList
PrioWindowStarter(RequirementList rList, Rainbowie p)
           
PlanningGameWindow(RequirementList rList, Rainbowie p)
          Constructs a Planning Game prioritization window
PairwiseWindow(RequirementList rList, Rainbowie p)
          Constructs a Pair Wise prioritization window
DollarWindow(RequirementList rList, Rainbowie p)
          Constructs a $100 window used in normal $100 prioritization
DollarWindow(RequirementList rList, Rainbowie p, PlanningGameWindow pgw)
          Constructs a $100 window used if assigning values to requirements after a PlanningGame prioritization
 

Uses of RequirementList in prioritizer
 

Fields in prioritizer declared as RequirementList
private  RequirementList PlanningGame.rList
           
private  RequirementList Pairwise.rList
           
private  RequirementList DollarTechnique.rList
           
 

Methods in prioritizer that return RequirementList
 RequirementList PlanningGame.getRequirementList()
          Gets the list containing all the requirements to be prioritized.
 

Constructors in prioritizer with parameters of type RequirementList
PlanningGame(RequirementList rList)
          Constructor for the Planning Game technique.
Pairwise(RequirementList rList)
          Constructor for the Pair Wise comparisons technique.
Pairwise.Graph(RequirementList rList)
          Constructs the nodes for the graph in which each node represents a requirement
DollarTechnique(RequirementList rList)
          Constructor for the DollarTechnique.
 

Uses of RequirementList in rainbowie
 

Fields in rainbowie declared as RequirementList
private  RequirementList Rainbowie.importedList
           
private  RequirementList Rainbowie.prioList
           
 

Methods in rainbowie that return RequirementList
 RequirementList RequirementList.getClampedCopy()
          Returns a copy of the list where requirements that miss requirement numbers are removed
 RequirementList RequirementList.getSortedList(int k)
          Sorts and returns the list
 RequirementList Rainbowie.getImportedList()
          Returns the list of imported requirements
 RequirementList Rainbowie.getPrioList()
          Returns the list of prioritized requirements.
 

Methods in rainbowie with parameters of type RequirementList
 void Rainbowie.setPrioList(RequirementList prioList)
          Sets the list of prioritized requirements