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