|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.uu.cs.treewidth.graph.NeighborHashSetEdge<Data>
Data
-
@Deprecated public class NeighborHashSetEdge<Data>
Graph
Field Summary | |
---|---|
NeighborHashSetVertex<Data> |
a
Deprecated. An endpoint of the edge. |
NeighborHashSetVertex<Data> |
b
Deprecated. An endpoint of the edge. |
Constructor Summary | |
---|---|
NeighborHashSetEdge(NeighborHashSetVertex<Data> v1,
NeighborHashSetVertex<Data> v2)
Deprecated. An edge from v1 to v2. |
Method Summary | |
---|---|
NeighborHashSetVertex<Data> |
other(NeighborHashSetVertex<Data> from)
Deprecated. Useful for `getting to the other side' of an edge. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NeighborHashSetVertex<Data> a
Edge.other(nl.uu.cs.treewidth.graph.Vertex)
public NeighborHashSetVertex<Data> b
Edge.other(nl.uu.cs.treewidth.graph.Vertex)
Constructor Detail |
---|
public NeighborHashSetEdge(NeighborHashSetVertex<Data> v1, NeighborHashSetVertex<Data> v2)
v1
- v2
- Method Detail |
---|
public NeighborHashSetVertex<Data> other(NeighborHashSetVertex<Data> from)
from
- Should be one of the two endpoints of the edge.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |