public static final class NewEdgeDialog.EdgeData extends Object
Edge| Constructor and Description |
|---|
NewEdgeDialog.EdgeData(String name,
String label,
List<Node> incidentNodes)
Creates a new
EdgeData-object containing the name, the label
and the sequence of incident nodes of a new edge. |
public NewEdgeDialog.EdgeData(String name, String label, List<Node> incidentNodes)
EdgeData-object containing the name, the label
and the sequence of incident nodes of a new edge.name - the name of the new edgelabel - the label of the new edgeincidentNodes - the sequence of incident nodes