Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
G
GraphPoint
- class analyzer.
GraphPoint
.
In the graph a GraphPoint is the graphical representation of a Requirement.
GraphPoint(Requirement)
- Constructor for class analyzer.
GraphPoint
Constructs a GraphPoint for the passed Requirement.
GraphWindow
- class gui.
GraphWindow
.
Defines the window used to visualize the results from the prioritization in a graph
GraphWindow(RequirementList, Rainbowie, int)
- Constructor for class gui.
GraphWindow
Construcst a GraphWindow
GraphWindow.ActionHandler
- class gui.
GraphWindow.ActionHandler
.
ActionListener to handle user interaction.
GraphWindow.ActionHandler()
- Constructor for class gui.
GraphWindow.ActionHandler
GraphWindow.GraphCanvas
- class gui.
GraphWindow.GraphCanvas
.
The drawing area where the graph is drawn
GraphWindow.GraphCanvas()
- Constructor for class gui.
GraphWindow.GraphCanvas
Constructs a GraphCanvas
GraphWindow.MouseHandler
- class gui.
GraphWindow.MouseHandler
.
MouseListener to handle user interaction
GraphWindow.MouseHandler()
- Constructor for class gui.
GraphWindow.MouseHandler
getAllPointsAt(int, int)
- Method in class analyzer.
Analyzer
Returns a list with all the points at the given position.
getAllowedPaths()
- Method in class prioritizer.
Pairwise
Gets the number of paths to use when using a random sample of paths
getArcTo(Pairwise.Graph.Node)
- Method in class prioritizer.
Pairwise.Graph.Node
Gets the arc from this node to the specified node
getArcValue(Requirement, Requirement)
- Method in class prioritizer.
Pairwise.Graph
Gets the value of the comparison (arc) between the specified requirements (nodes)
getCR()
- Method in class prioritizer.
Pairwise
Gets the current consistency ratio
getClampedCopy()
- Method in class rainbowie.
RequirementList
Returns a copy of the list where requirements that miss requirement numbers are removed
getCols()
- Method in class importer.
ExcelImporter
Returns the number of columns in the current spreadsheet
getColumnClass(int)
- Method in class gui.
ImprovementsWindow.RootCauseTableModel
JTable uses this method to determine the default renderer editor for each cell.
getColumnIdentifiers()
- Method in class gui.
ImprovementsWindow.RequirementsTableModel
getCopy()
- Method in class rainbowie.
Requirement
Returns a new requirement with the same attributes and values as this.
getCurrentComparisonRow()
- Method in class prioritizer.
Pairwise
Returns the current row in the matrix as an array.
getCurrentRowIndex()
- Method in class prioritizer.
Pairwise
Gets the index of the current row.
getCurrentValue()
- Method in class prioritizer.
Pairwise
Gets the value of the current comparison.
getDescription()
- Method in class util.
Filter
The filter's description.
getDollarsAvailible()
- Method in class prioritizer.
DollarTechnique
Returns the number of dollars availible in current prioritization
getDx()
- Method in class prioritizer.
PlanningGame
Gets the horizontal distance between the left edge of the card and the clicked position.
getDy()
- Method in class prioritizer.
PlanningGame
Gets the vertical distance between the upper edge of the card and the clicked position.
getExtension(File)
- Method in class util.
Filter
Get the extension (file ending) of a file.
getFrom()
- Method in class prioritizer.
Pairwise.Graph.Arc
Gets the node from where this arc leads
getGraphImage()
- Method in class gui.
GraphWindow
Gets an image of the GraphCanvas.
getHelpTopics()
- Method in class util.
HelpDialog
Gets the available help topics.
getImportedList()
- Method in class rainbowie.
Rainbowie
Returns the list of imported requirements
getIndexOf(Requirement)
- Method in class rainbowie.
RequirementList
Returns the position whithin the list where the specified requirement can be found
getLastPrioWindow()
- Method in class rainbowie.
Rainbowie
getLength()
- Method in class prioritizer.
Pairwise.ComparisonList
Gets the number of elements in the list.
getLength()
- Method in class rainbowie.
RequirementList
Returns the number of requirements in the list
getListData()
- Method in class gui.prio.
DollarWindow
Extracts the requirement numbers and requirement descriptions from the RequirementList.
getMaxPathsBeforeRandom()
- Method in class prioritizer.
Pairwise
Gets the threshold where no longer all possible paths shall be used, instead the random sample is used.
getNbrOfCardsInCurrentPile()
- Method in class prioritizer.
PlanningGame
Gets the number of cards in he currently selected Pile.
getNbrOfCardsOnDesk()
- Method in class prioritizer.
PlanningGame
Gets the number of cards on the desk.
getPathValue()
- Method in class prioritizer.
Pairwise.Graph.PathValue
Gets the product of the multiplied path value
getPile(String)
- Method in class prioritizer.
PlanningGame
Gets the LinkedList representing the specified Pile.
getPos()
- Method in class prioritizer.
PlanningGame.Card
Gets the cards position.
getPrioCriteria1()
- Method in class rainbowie.
RequirementList
Returns the first prioritization criteria
getPrioCriteria2()
- Method in class rainbowie.
RequirementList
Returns the second prioritization criteria
getPrioList()
- Method in class rainbowie.
Rainbowie
Returns the list of prioritized requirements.
getPrioMethod()
- Method in class rainbowie.
RequirementList
Returns the prioritization method used
getPriority1()
- Method in class rainbowie.
Requirement
Returns the priority according to the first criteria.
getPriority2()
- Method in class rainbowie.
Requirement
Returns the priority according to the second criteria.
getRelNbr()
- Method in class rainbowie.
Requirement
Returns the release number of the requirement
getReq()
- Method in class rainbowie.
Requirement
Returns the description of the requirement
getReq(String)
- Method in class rainbowie.
RequirementList
Returns the requirement, if any, with the given requirement number
getReq(int)
- Method in class rainbowie.
RequirementList
Returns the requirement at the specified position in the list
getReqList(boolean)
- Method in class rainbowie.
RequirementList
Returns the list in a matrix format where each row defines a requirement as:
{requirement number, requirement description, release number, (first priority, second priority) }
getReqNbr()
- Method in class rainbowie.
Requirement
Returns the requirment number of the requirement
getReqText(Requirement)
- Method in class gui.prio.
PairwiseWindow
Returns requirement number and requirement description as a String in a format adjusted for the infoArea.
getRequirement()
- Method in class analyzer.
GraphPoint
Returns the Requirement for this GraphPoint.
getRequirement()
- Method in class prioritizer.
Pairwise.Graph.Node
Get this node's associated requirement
getRequirement()
- Method in class prioritizer.
PlanningGame.Card
Gets the requirement associated with this Card.
getRequirement(String, int)
- Method in class prioritizer.
PlanningGame
Gets the Requirement at the specified index in the specified Pile.
getRequirementAt(Point, int)
- Method in class prioritizer.
PlanningGame
Tries to get the Requirement on the desk or in a Pile at the specified position.
getRequirementList()
- Method in class prioritizer.
PlanningGame
Gets the list containing all the requirements to be prioritized.
getRow(int)
- Method in class prioritizer.
Pairwise.ComparisonList
Gets the element at the specified position in the list
getRows()
- Method in class importer.
ExcelImporter
Returns the number of rows in the current spreadsheet
getSelectedColumn()
- Method in class gui.
ImprovementsWindow.ReqTableCellRenderer
getSelectedPointsRequirement()
- Method in class analyzer.
Analyzer
Returns the selected point's Requirement.
getSheets()
- Method in class importer.
ExcelImporter
Returns the names of the spreadsheets in the workbook
getSortedList(int)
- Method in class rainbowie.
RequirementList
Sorts and returns the list
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)
- Method in class gui.
ExcelImporterWindow.CustomTableCellRenderer
Overridden method to make it possible to color mark the selected cells
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)
- Method in class gui.
ImprovementsWindow.ReqTableCellRenderer
getTo()
- Method in class prioritizer.
Pairwise.Graph.Arc
Gets the node to where this arc leads
getValue()
- Method in class prioritizer.
Pairwise.Graph.Arc
Gets the value of this arc (comparison)
getWindow()
- Method in class gui.prio.
PlanningGameWindow
Method to reach a reference to the PlanningGameWindow
getX()
- Method in class analyzer.
GraphPoint
Returns the x coordinate of the GraphPoint.
getY()
- Method in class analyzer.
GraphPoint
Returns the y coordinate of the GraphPoint.
graph
- Variable in class prioritizer.
Pairwise
graphCanvas
- Variable in class gui.
GraphWindow
graphSheet
- Variable in class util.
ExcelWriter
graphWindowNbr
- Variable in class gui.
MainWindow.ActionHandler
gui
- package gui
gui.prio
- package gui.prio
gw
- Variable in class gui.
ImprovementsWindow
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y