V
- the vertex type.public class Edge<V extends Vertex> extends Object implements Serializable
Constructor and Description |
---|
Edge(String id,
V src,
V dst)
Constructor for Edge.
|
Modifier and Type | Method and Description |
---|---|
V |
getDst() |
String |
getId() |
Integer |
getNumericId() |
V |
getSrc() |
String |
propertiesToJSON() |
public final String getId()
public final Integer getNumericId()
public final V getSrc()
public final V getDst()
public String propertiesToJSON()
Copyright © 2018. All rights reserved.