public class GraphEdge extends Object
Modifier and Type | Field and Description |
---|---|
int |
dest
The index of target node in Nodes vector
|
String |
destLbl
Label of target node
|
int |
src
The index of source node in Nodes vector
|
String |
srcLbl
Label of source node
|
int |
type
The type of Edge
|
public int src
public int dest
public int type
public String srcLbl
public String destLbl
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.