public class GraphEdge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dest
The index of target node in Nodes vector
|
java.lang.String |
destLbl
Label of target node
|
int |
src
The index of source node in Nodes vector
|
java.lang.String |
srcLbl
Label of source node
|
int |
type
The type of Edge
|
public int src
public int dest
public int type
public java.lang.String srcLbl
public java.lang.String destLbl