public class VertexHelper extends Object
| Constructor and Description |
|---|
VertexHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
haveEqualEdges(Vertex a,
Vertex b,
boolean checkIdEquality)
Test whether the two vertices have equal edge sets
|
static boolean |
haveEqualNeighborhood(Vertex a,
Vertex b,
boolean checkIdEquality)
Test whether the two vertices have equal properties and edge sets.
|
public static boolean haveEqualNeighborhood(Vertex a, Vertex b, boolean checkIdEquality)
a - the first vertexb - the second vertexcheckIdEquality - whether to check on vertex and edge idspublic static boolean haveEqualEdges(Vertex a, Vertex b, boolean checkIdEquality)
a - the first vertexb - the second vertexcheckIdEquality - whether to check on vertex and edge idsCopyright © 2010-2014. All Rights Reserved.