|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Web
|
+--SolvedWeb
This class is used to solve the matching problem with to different algorithms and to hold simulation informations just like StartWeb...
| Field Summary | |
protected int |
numberofpairs
|
| Fields inherited from class Web |
adjacencymatrix,
beginTime,
endTime,
numberofnodes |
| Constructor Summary | |
SolvedWeb()
|
|
| Method Summary | |
int |
getNumberOfPairs()
Returns number of nodes matched... |
protected boolean |
isPerfectMatching()
Tells if the SolvedWeb is a Perfect Matching for a graph... |
protected void |
setNumberOfPairs()
Sets number of nodes matched... |
| Methods inherited from class Web |
arrayCopy,
arrayCopy,
getAdjacencymatrix,
getBeginTime,
getEndTime,
getNumberOfNodes,
getTime,
setAdjacencymatrix,
setAdjacencymatrix |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected int numberofpairs
| Constructor Detail |
public SolvedWeb()
| Method Detail |
protected boolean isPerfectMatching()
public int getNumberOfPairs()
protected void setNumberOfPairs()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||