edu.uci.ics.jung.algorithms.scoring.util
Class VEPair<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.algorithms.scoring.util.VEPair<V,E>
-
- Type Parameters:
V- the vertex typeE- the edge type
public class VEPair<V,E> extends java.lang.ObjectConvenience class for associating a vertex and an edge. Used, for example, in contexts in which it is necessary to know the origin for an edge traversal (that is, the direction in which an (undirected) edge is being traversed).
-
-
Constructor Summary
Constructors Constructor and Description VEPair(V v, E e)Creates an instance with the specified vertex and edge
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description EgetE()VgetV()
-
DataMelt 3.0 © DataMelt by jWork.ORG