public class Edge extends Element
Modifier and Type | Field and Description |
---|---|
static int |
BAR |
static int |
CIRCLE |
int |
EdgeArrowType
Type of edge arrow (not used yet)
|
java.lang.String |
EdgeInfo
Some edge information
|
java.lang.String |
EdgeLabel
Edge label
|
java.lang.String |
Id
Edge unique id
|
Node |
Node1
Source node
|
Node |
Node2
Target node
|
static int |
SHARP |
static int |
SQUARE |
double |
weight
Edge weight
|
Attributes
Constructor and Description |
---|
Edge() |
Modifier and Type | Method and Description |
---|---|
Edge |
copy() |
java.lang.String |
toString() |
getAttributesWithSubstringInName, getAttributeValues, getFirstAttribute, getFirstAttributeValue, getFirstAttributeValueWithSubstringInName, setAttributeValueUnique
public Node Node1
public Node Node2
public java.lang.String Id
public java.lang.String EdgeLabel
public java.lang.String EdgeInfo
public int EdgeArrowType
public static int SHARP
public static int CIRCLE
public static int BAR
public static int SQUARE
public double weight
public Edge copy()
public java.lang.String toString()
toString
in class java.lang.Object