|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.GraphTester.Graph
Nested Class Summary | |
(package private) class |
GraphTester.Graph.Arc
|
(package private) class |
GraphTester.Graph.Node
|
Field Summary | |
private int |
nbrOfPaths
|
private GraphTester.Graph.Node[] |
nodes
|
private double |
pathProduct
|
private java.lang.String |
s
|
Constructor Summary | |
GraphTester.Graph(RequirementList rList)
|
Method Summary | |
void |
addArc(Requirement from,
Requirement to,
double value)
|
double |
calulateGeometricMean(GraphTester.Graph.Node from,
GraphTester.Graph.Node to)
|
double |
calulateRandomGeometricMean(GraphTester.Graph.Node from,
GraphTester.Graph.Node to)
|
double |
getArcValue(Requirement from,
Requirement to)
|
private void |
rec(GraphTester.Graph.Node node,
Requirement to,
double value)
|
private boolean |
recRandom(GraphTester.Graph.Node node,
Requirement to,
double value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private GraphTester.Graph.Node[] nodes
private int nbrOfPaths
private double pathProduct
private java.lang.String s
Constructor Detail |
public GraphTester.Graph(RequirementList rList)
Method Detail |
public void addArc(Requirement from, Requirement to, double value)
public double getArcValue(Requirement from, Requirement to)
public double calulateRandomGeometricMean(GraphTester.Graph.Node from, GraphTester.Graph.Node to)
public double calulateGeometricMean(GraphTester.Graph.Node from, GraphTester.Graph.Node to)
private boolean recRandom(GraphTester.Graph.Node node, Requirement to, double value)
private void rec(GraphTester.Graph.Node node, Requirement to, double value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |