analyzer
Class PairwiseAnalyzer
java.lang.Object
analyzer.Analyzer
analyzer.PairwiseAnalyzer
- public class PairwiseAnalyzer
- extends Analyzer
Defines the analyzer for the Pair-Wise Comparision technique
- Author:
- Mikael Jönsson & Per Klingnäs
Method Summary |
void |
drawRelativeSupportLines(java.awt.Graphics g,
int canvasWidth,
int canvasHeight)
Draws relative support lines in the GraphWindow. |
void |
drawSupportLines(java.awt.Graphics g,
int canvasWidth,
int canvasHeight)
Draws support lines in the GraphWindow. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PairwiseAnalyzer
public PairwiseAnalyzer(RequirementList rList,
int canvasWidth,
int canvasHeight)
- Constructs a Pair-Wise Comparision analyzer
- Parameters:
rList
- list of Requirements to be analyzedcanvasWidth
- the width of the drawing areacanvasHeight
- the height of the drawing area
drawSupportLines
public void drawSupportLines(java.awt.Graphics g,
int canvasWidth,
int canvasHeight)
- Draws support lines in the GraphWindow.
- Overrides:
drawSupportLines
in class Analyzer
- Parameters:
g
- the Graphics that will be drawncanvasWidth
- the width of the drawing areacanvasHeight
- the height of the drawing area
drawRelativeSupportLines
public void drawRelativeSupportLines(java.awt.Graphics g,
int canvasWidth,
int canvasHeight)
- Draws relative support lines in the GraphWindow.
- Overrides:
drawRelativeSupportLines
in class Analyzer
- Parameters:
g
- the Graphics that will be drawncanvasWidth
- the width of the drawing areacanvasHeight
- the height of the drawing area