|
Algorithm Development Kit 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalgs.model.network.matching.Pair
public class Pair
Represents a matching from the potential set of vertices in S and T.
| Field Summary | |
|---|---|
java.lang.Object |
element
Element from set S. |
java.lang.Object |
match
Matching element from set T. |
| Constructor Summary | |
|---|---|
Pair(java.lang.Object element,
java.lang.Object match)
Construct the (element, match) relationship. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Standard equals method. |
java.lang.String |
toString()
Standard toString method. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.Object element
public final java.lang.Object match
| Constructor Detail |
|---|
public Pair(java.lang.Object element,
java.lang.Object match)
element - element from set Smatch - matched element from set T| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the Pair object being compared against.public java.lang.String toString()
toString in class java.lang.Object
|
Algorithm Development Kit 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||